html {
  overflow-y: scroll;
}
.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 20px;
}

.overlay div {
  padding: 62px 20px;
  max-width: 700px;
  width: 100%;
  margin: auto;
  pointer-events: all;
}

.overlay h2 {
  max-width: 560px;
  margin: auto;
  line-height: 1.33;
}

.overlay p {
  max-width: 470px;
  margin: auto;
  margin-top: 20px;
}

.overlay p a:hover {
  text-decoration: none;
}

#hide_kbcheck {display:none;}
#hide_video {display:none;}
#hide_before_code {display:none;}
#hide_code {display:none;}
#keyboard_enter {display:none;}
#press_enter {display:none;}
#keyboard_spacebar {display:none;}
#press_spacebar {display:none;}
#keyboard_rightshift {display:none;}
#keyboard_leftshift {display:none;}
#press_right_shift {display:none;}
#press_left_shift {display:none;}

#keys_1to9 {
  display: block;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#keys_1to9 span,
#keys_1to9 i {
  width: 60px;
  height: 70px;
  border-radius: 4px;
  text-align: center;
  padding: 22px 0;
  border: 1px solid #132037;
  margin: 0 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
#keys_1to9 i {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='21' viewBox='0 0 27 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.8 20c-.5 0-1-.1-1.2-.5L.5 11a1.7 1.7 0 012.4-2.3L9.8 16 23.8.6A1.7 1.7 0 1126.2 3L11 19.5c-.3.4-.8.6-1.2.6z' fill='%23132037'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
}

#hide_kbcheck {
  min-height: 100vh;
}

#hide_kbcheck .btn--pri {
  background-color: #132037;
  border-color: #132037;
  display: inline-flex;
  align-items: center;
  margin-bottom: 80px;
}

#hide_kbcheck .btn--pri svg {
  margin-left: 10px;
}

#hide_before_code ol {
  list-style-type: decimal;
  padding-left: 20px;
  font-weight: bold;
}

#hide_before_code li span {
  font-weight: normal;
}
.field__input--radio,
.field__input--checkbox {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid #E7E7E7;
  background-color: transparent;
  position: relative;
  top: 3px;
  flex-shrink: 0;
  -webkit-appearance: none;
}
.field__input--checkbox {
  border-radius: 0;
  width: 24px;
  height: 24px;
  top: 5px;
}
.field__input--radio:checked,
.field__input--checkbox:checked {
  border: 2px solid #00B0F0;
  background-color: #00B0F0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs/%3E%3Cpath d='M3.9 8.03a.67.67 0 01-.48-.21L.18 4.37a.67.67 0 01.97-.91L3.9 6.38 9.5.25a.67.67 0 111 .9L4.4 7.8a.67.67 0 01-.49.22z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-220 {
  padding-top: 220px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-22 {
  margin-bottom: 22px;
}
.max-w-1260 {
  max-width: 1260px;
}
.tracking-0 {
  letter-spacing: 0;
}
.bg-brand-100-transparent {
  background-color: rgba(0,176,240,0.05);
}
[type="checkbox"] {
  margin-right: 10px;
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #E7E7E7;
  flex-shrink: 0;
}
[type="checkbox"]:checked {
  background-color: #00B0F0;
  border-color: #00B0F0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs/%3E%3Cpath d='M6 12H5L0 7a1 1 0 112-2l4 5 8-10a1 1 0 112 2L7 12H6z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.btn--pri[disabled] {
  background-color: #9197A2;
  border-color: #9197A2;
}
.btn--pri[disabled] svg {
  display: none;
}

.flatpickr-calendar.inline {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: none;
  width: 100%;
}
.flatpickr-rContainer,
.flatpickr-days,
.dayContainer {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
}
.dayContainer {
  min-width: 0;
}
.flatpickr-days {
  padding: 10px 20px;
}
.flatpickr-day {
  max-width: none;
  border-radius: 0;
  color: #89909B;
  font-weight: 500;
  font-family: Avenir, sans-serif;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background-color: #FBFCFC;
  border: 1px solid #E7E7E7;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #E7E7E7;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #00B0F0;
  border-color: #00B0F0;
}

.flatpickr-weekdays {
  padding: 16px 30px;
  height: auto;
  background-color: #FBFCFC;
}
.flatpickr-weekdaycontainer {
  justify-content: space-between;
}
span.flatpickr-weekday {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #89909B;
  flex: none;
}
.flatpickr-months {
  position: relative;
}

.flatpickr-current-month {
  left: 0;
  text-align: left;
  position: relative;
  height: auto;
  padding: 0;
}
.flatpickr-months .flatpickr-month {
  padding: 20px 30px;
  height: auto;
  text-align: left;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #132037;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #132037;
  opacity: 1;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  min-width: 85px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper:hover {
  background-color: transparent;
  color: #00B0F0;
}

.flatpickr-current-month input.cur-year.cur-year {
  border: 1px solid #E7E7E7;
  padding: 4px 10px;
  margin-left: 10px;
  border-radius: 3px;
  appearance: text-field;
}

.numInputWrapper span {
  opacity: 1;
  right: -23px;
}
input.cur-year::-webkit-inner-spin-button,
input.cur-year::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  left: auto;
  right: 30px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs/%3E%3Cpath d='M.94 3.81c0-.32.15-.63.4-.83L4.53.35c.39-.31.92-.38 1.38-.16.4.17.65.56.65 1v5.25c0 .44-.26.82-.65 1-.46.21-1 .15-1.38-.16l-3.2-2.64c-.24-.2-.39-.5-.4-.83z' fill='%23132037' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs/%3E%3Cpath d='M.94 3.81c0-.32.15-.63.4-.83L4.53.35c.39-.31.92-.38 1.38-.16.4.17.65.56.65 1v5.25c0 .44-.26.82-.65 1-.46.21-1 .15-1.38-.16l-3.2-2.64c-.24-.2-.39-.5-.4-.83z' fill='%2300B0F0' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  display: none;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  transform: translateY(-50%) scaleX(-1);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  right: 45px;
}

.richtext h2,
.richtext h3,
.richtext h4 {
  color: #132037;
  margin-bottom: 1em;
  font-weight: bold;
}


.registerTooltip:hover div {
  opacity: 1;
  transform: translateX(-50%);
}
.registerTooltip div {
  border: 1px solid #E7E7E7;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.11));
  border-radius: 4px;
  width: 100vw;
  max-width: 320px;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  bottom: 100%;
  margin-bottom: 23px;
  text-align: center;
  font-size: 14px;
  line-height: auto;
  text-transform: none;
  padding: 11px 25px;
  font-style: normal;
  letter-spacing: 0;
  opacity: 0;
  transition: .2s ease;
  pointer-events: none;
}

.registerTooltip div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.registerCode {
  border: 1px solid #E7E7E7;
  padding: 17px 46px;
  border-radius: 4px;
}
.registerCode i {
  margin: 0 15px;
  flex-shrink: 0;
}
.registerCode input {
  flex: 1;
  text-align: center;
  width: 4ch;
}

.registerCode[name="code-1"] {
  width: 2ch;
}



/* !======== GRID */

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.g {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.g__col {
  padding-left: 20px;
  padding-right: 20px;
}

.w-50 {
  width: 50%;
}




/* !======== HOME */
.stepNav {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.stepNav ol {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-reset: steps;
}

.stepNav li {
  counter-increment: steps;
  display: inline-flex;
  align-items: center;
  margin: 0 25px;
}

.stepNav li:before {
  content: counter(steps);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  margin-right: 20px;
  font-size: 18px;
  color: #1B73DE;
  background-color: #fff;
  border: 1px solid #1320370A;
  border-radius: 50%;
  font-weight: bold;
  line-height: 42px;
}

.stepNav li:nth-child(2):before {
  background-color: #1B73DE;
  color: #fff;
}

.homeHero {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 50px;
}

.homeHero h1 {
  margin-top: 38px;
  font-size: 72px;
  line-height: 1.138888889;
  letter-spacing: -1px;
  color: #132037;
}

.homeHero__arrow {
  width: 112px;
  margin-left: auto;
  margin-right: 195px;
}

.homeHero__video {
  margin-bottom: 21px;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.homeHero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeHero__time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.homeHero__time img {
  margin-right: 10px;
}
.homeHero__time span {
  font-size: 16px;
  color: #2F2F2F;
  opacity: 0.6;
}

.discountBox {
  display: inline-flex;
  align-items: center;
  padding: 20px;
  border-radius: 4px;
  background-color: #f5df26;
  margin-top: 20px;
  margin-bottom: 60px;
}
.discountBox img {
  margin-right: 10px;
}
.discountBox span {
  color: #132037;
  font-size: 18px;
}
