/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/styles/global.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.sans {
  font-family: 'Open Sans', sans-serif;
}
.reset {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: inherit;
  background: none;
  border: 0;
  list-style: none;
  box-sizing: border-box;
  appearance: none;
}
.bulge,
.bulge-sm,
.bulgex2,
.btn-std:not(:disabled),
.btn-secondary:not(:disabled),
.button.std:not(:disabled),
.button.sec:not(:disabled) {
  transform: scale(1, 1);
  transform-origin: center;
  transition: all 0.25s;
}
.bulge:hover:not(:disabled),
.btn-std:not(:disabled):hover:not(:disabled),
.btn-secondary:not(:disabled):hover:not(:disabled),
.button.std:not(:disabled):hover:not(:disabled),
.button.sec:not(:disabled):hover:not(:disabled) {
  transform: scale(1.05, 1.05);
  transform-origin: center;
  transition: all 0.25s;
}
.bulge-sm:hover:not(:disabled) {
  transform: scale(1.03, 1.03);
  transform-origin: center;
  transition: all 0.25s;
}
.bulgex2:hover:not(:disabled) {
  transform: scale(1.15, 1.15);
  transform-origin: center;
  transition: all 0.25s;
}
.unbulge:hover:not(:disabled) {
  transform: scale(1, 1);
  transform-origin: center;
  transition: all 0.25s;
}
.btn-std,
.btn-secondary,
.button.std,
.button.sec {
  background: #ccc;
  color: white;
  padding: 0.25rem 1rem;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 4px;
  border: solid 1px #ccc;
  transition: all 0.25s;
}
.btn-std:not(:disabled),
.btn-secondary:not(:disabled),
.button.std:not(:disabled),
.button.sec:not(:disabled) {
  cursor: pointer;
  background: #027DFA;
  border: solid 1px #027DFA;
  color: white;
}
.btn-secondary:not(:disabled),
.button.sec:not(:disabled) {
  background: white;
  border: white;
  color: #032E38;
}
.scrollbar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #027DFA white;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: white;
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #027DFA;
  border-radius: 4px;
}
.radio-std,
.checkbox-std,
.radio.std,
.checkbox.std {
  position: absolute;
  left: -9999px;
}
.radio-std + label,
.checkbox-std + label,
.radio.std + label,
.checkbox.std + label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
}
.radio-std + label:after,
.checkbox-std + label:after,
.radio.std + label:after,
.checkbox.std + label:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  border: solid 2px #68B5C6;
  border-radius: 1.25rem;
  margin-left: 1rem;
  transition: background 0.25s;
}
.radio-std:checked + label:after,
.checkbox-std:checked + label:after,
.radio.std:checked + label:after,
.checkbox.std:checked + label:after {
  background: #68B5C6;
  transition: background 0.25s;
}
.checkbox-std + label:after,
.checkbox.std + label:after {
  border-radius: 0;
}
.select-std,
.select-wrapper.std {
  display: flex;
  position: relative;
  background: white;
  border: solid 1px white;
  color: #001F39;
  max-width: 16rem;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  border-radius: 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
}
.select-std:before,
.select-wrapper.std:before {
  position: absolute;
  content: "\f13a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  top: 1.25rem;
  right: 0.25rem;
  pointer-events: none;
}
.select-std select,
.select-wrapper.std select {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
}
.select-std select:focus,
.select-wrapper.std select:focus {
  outline: none;
}
.input-std,
.input.text.std {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: inherit;
  background: none;
  border: 0;
  list-style: none;
  box-sizing: border-box;
  appearance: none;
  background: white;
  border-radius: 0.5rem;
  padding: 1.25rem;
  color: #001F39;
  border: solid 2px white;
}
.input-std:autofill,
.input-std:autofill:hover,
.input-std:autofill:focus,
.input-std:autofill:active,
.input.text.std:autofill,
.input.text.std:autofill:hover,
.input.text.std:autofill:focus,
.input.text.std:autofill:active {
  background: white;
  box-shadow: 0 0 0 50px white inset !important;
}
.input-std:focus,
.input.text.std:focus {
  outline: none;
  border: solid 2px #001F39;
}
.input-std::placeholder,
.input.text.std::placeholder {
  color: #001F39;
  opacity: 1;
}
.input-std::-ms-input-placeholder,
.input.text.std::-ms-input-placeholder {
  color: #001F39;
}
.grid-60 {
  display: grid;
  grid-template-columns: repeat(60, 1fr);
  align-items: center;
  justify-content: center;
  width: 100%;
}
.grid-60 .cell {
  display: block;
  padding: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.grid-60 .cell > * {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.grid-60 .cell.span-10 {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60 .cell.span-10 {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60 .cell.span-10 {
    grid-column: span 10;
  }
}
.grid-60 .cell.span-12 {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60 .cell.span-12 {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60 .cell.span-12 {
    grid-column: span 12;
  }
}
.grid-60 .cell.span-15 {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60 .cell.span-15 {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60 .cell.span-15 {
    grid-column: span 15;
  }
}
.grid-60 .cell.span-20 {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60 .cell.span-20 {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60 .cell.span-20 {
    grid-column: span 20;
  }
}
.grid-60 .cell.span-30 {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60 .cell.span-30 {
    grid-column: span 30;
  }
}
.grid-60 .cell.span-60 {
  grid-column: span 60;
}
.grid-60.default-60 .cell:not([class*="span"]) {
  grid-column: span 60;
}
.grid-60.default-30 .cell:not([class*="span"]) {
  grid-column: span 30;
}
.grid-60.default-20 .cell:not([class*="span"]) {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60.default-20 .cell:not([class*="span"]) {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60.default-20 .cell:not([class*="span"]) {
    grid-column: span 20;
  }
}
@media only screen and (min-width: 544px) {
  .grid-60.default-20 .cell.column-break {
    grid-column: 1/31;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60.default-20 .cell.column-break {
    grid-column: 1/21;
  }
}
.grid-60.default-15 .cell:not([class*="span"]) {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60.default-15 .cell:not([class*="span"]) {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60.default-15 .cell:not([class*="span"]) {
    grid-column: span 15;
  }
}
.grid-60.default-12 .cell:not([class*="span"]) {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60.default-12 .cell:not([class*="span"]) {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60.default-12 .cell:not([class*="span"]) {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 544px) {
  .grid-60.default-12 .cell.column-break {
    grid-column: 1/31;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60.default-12 .cell.column-break {
    grid-column: 1/13;
  }
}
.grid-60.default-10 .cell:not([class*="span"]) {
  grid-column: span 60;
}
@media only screen and (min-width: 544px) {
  .grid-60.default-10 .cell:not([class*="span"]) {
    grid-column: span 30;
  }
}
@media only screen and (min-width: 992px) {
  .grid-60.default-10 .cell:not([class*="span"]) {
    grid-column: span 10;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
  padding: 0;
  margin: 0;
}
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: inherit;
  background: none;
  border: 0;
  list-style: none;
  box-sizing: border-box;
  appearance: none;
}
.accessible {
  position: absolute;
  left: -9999px;
}


/*# sourceMappingURL=styles.637090e367fef38c.css.map*/