.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  padding: 0;
  font-weight: 400;
}

.logo_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.site_header {
  z-index: 9999999;
  background-color: #01081f;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.logo_divider {
  background-color: #383d6a;
  width: 2px;
  height: 28px;
}

.logo_sizer {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  display: flex;
}

.logo_sizer.inf, .logo_sizer.inf-copy {
  justify-content: flex-start;
  align-items: center;
}

.logo_2 {
  width: 120px;
  max-width: 85%;
}

.button_text_main {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.offer_button {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button.rounded {
  border-radius: 40px;
}

.offer_button.rounded.small {
  width: 100%;
  height: 42px;
}

.offer_button.blue {
  grid-column-gap: 12px;
  box-shadow: none;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
}

.offer_button.blue:hover {
  background-color: #385de1;
}

.offer_button.white {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button.white:hover {
  background-color: #f8f7fd;
}

.offer_button.white-copy {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 28px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button.white-copy:hover {
  background-color: #f8f7fd;
}

.offer_button.white-copy.mob {
  display: none;
}

.uui-navbar07_logo-link {
  margin-bottom: 8px;
  padding-left: 0;
}

.uui-navbar07_logo-link.inf2, .uui-navbar07_logo-link.inf2.w--current {
  margin-bottom: 0;
}

.header_button_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
}

.header_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  display: flex;
}

.logo_link {
  margin-bottom: 8px;
  padding-left: 0;
}

.logo_link.inf2 {
  cursor: pointer;
  margin-bottom: 0;
}

.logo_link.inf2.w--current {
  margin-bottom: 0;
}

.logo_link.inf {
  cursor: pointer;
  margin-bottom: 0;
}

.logo_link.inf-copy {
  cursor: pointer;
  min-width: 180px;
  margin-bottom: 0;
}

.button_icon.rotate {
  rotate: 315deg;
}

.hero_section {
  background-color: #01081f;
}

.heading_1 {
  color: #f8f7fd;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading_1.blue {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.body_1 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body_1.pop-up {
  width: 100%;
}

.container {
  border-radius: 40px;
}

.image_container {
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section_container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px 100px;
}

.text_block_container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.block_container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 520px;
}

.hero_image {
  max-width: 557px;
}

.highlignt_text_container.horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.button_text_header {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.why_section {
  background-image: linear-gradient(#121828 66%, #01081f);
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.capital_heading_1 {
  color: #f8f7fd;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.flex-block-6 {
  background-color: #1c40be;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.adv_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(141deg, #477bff26, #477bff1a);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px 16.6667% 60px;
}

.adv_card._1 {
  background-image: url('../images/1_11.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 40px 40px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.adv_card._2 {
  background-image: url('../images/Vector2.svg'), url('../images/2_12.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 24px 24px, 92% 15%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.adv_card._3 {
  background-image: url('../images/Vector1.svg'), url('../images/3_13.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 95% 12%, 40px 40px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.adv_card._4 {
  background-image: url('../images/4_14.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 92% 15%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.adv_card._1-vertical {
  background-image: url('../images/1_11.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px 40px 120px;
}

.adv_card._2-vertical {
  background-image: url('../images/2_12.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 40px 120px;
}

.adv_card._3-vertical {
  background-image: url('../images/Vector1.svg'), url('../images/3_13.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 95% 12%, 3%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px 40px 120px;
}

.adv_card._4-vertical {
  background-image: url('../images/4_14.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px 40px 120px;
}

.heading_2 {
  color: #f8f7fd;
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.countdown_section {
  background-image: linear-gradient(#121828 66%, #01081f);
}

.flex-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 40px 60px;
}

.flex-block-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.js-clock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  min-height: 154px;
  display: flex;
}

.box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 120px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #477bff;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1c40be, #477bff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 81px;
  text-decoration: none;
}

.clock-label {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.countdown_number_container {
  background-color: #121828;
  border: .5px solid #121828;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-height: 120px;
  display: flex;
  box-shadow: 4px 4px 7.5px #00000080, -2px -2px 10.3px #ffffff14;
}

.body_2 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.footer {
  background-color: #01081f;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body_3 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.body_3.bold {
  font-weight: 500;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  padding: 80px 40px;
}

.heading_3 {
  color: #f8f7fd80;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.body_4 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body_4:hover {
  text-decoration: underline;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  max-width: 270.5px;
}

.flex-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-right: 40px;
}

.flex-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.flex-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid #f8f7fd33;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
}

.link {
  color: #477bff;
}

.flex-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-block-2, .link-block-3 {
  cursor: pointer;
}

.flex-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.site_banner {
  z-index: 9999999;
  background-color: #c15220;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.flex-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.banner_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-bold {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.promo_section {
  background-image: linear-gradient(#01081f, #121828 49%);
}

.promo-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f8f7fd0d;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.body_1-copy {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body_5 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.text-span {
  color: #ff7538;
}

.flex-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
}

.ghost-button {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.ghost-button:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.ghost-button:focus {
  background-color: #78f0c6;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.flex-block-98 {
  z-index: 99999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #1115377a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-popup {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  background-color: #01081f;
  border: 2px solid #121828;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 20px 40px 12px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.flex-block-123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.body_1-2 {
  color: #f8f7fd;
  text-align: left;
  max-width: none;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.section_container-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.text_block_container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
}

.offer_button-2 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-2:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-2:focus {
  background-color: #78f0c600;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-2.blue {
  grid-column-gap: 12px;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #00000040;
}

.offer_button-2.blue:hover {
  background-color: #385de1;
}

.heading_1-2 {
  color: #f8f7fd;
  font-family: Nunito Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.heading_1-2.gold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e9c665, #ffd22f);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
  line-height: 36px;
}

.hero_section-2 {
  background-color: #01081f;
  background-image: linear-gradient(270deg, #0b0e18, #0b0e1800 50%), linear-gradient(90deg, #0b0e18, #0b0e1800 56%), url('../images/Ellipse-5.png'), linear-gradient(#0b0e18, #0b0e1800 58%), linear-gradient(3deg, #0b0e18, #0b0e1800 82%), url('../images/Mask-group.png');
  background-position: 0 0, 0 0, 50% 100%, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, 70%;
  height: auto;
}

.block_container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.body_5-copy {
  color: #f8f7fd;
  max-width: 579px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.flex-block-2-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 0;
}

.promo-block-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f;
  background-image: url('../images/Group-53.png'), linear-gradient(90deg, #020a26 27%, #1c40be);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 91px, auto;
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 22px 0 22px 24px;
  overflow: visible;
}

.promo-block-border.gold {
  box-shadow: none;
  mix-blend-mode: normal;
  background-image: linear-gradient(94deg, #fff3, #9993);
  border-radius: 18px;
  width: 100%;
  max-width: 1311px;
  padding: 2px;
  overflow: visible;
}

.flex-block-124 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.button_text_main-copy {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image {
  width: 169px;
  max-width: none;
  height: 91px;
}

.div-block {
  position: absolute;
  inset: 0;
}

.promo-block-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f00;
  background-image: url('../images/Group-53.png'), linear-gradient(90deg, #020a26 27%, #1c40be);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 91px, auto;
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 22px 170px 22px 24px;
  overflow: visible;
}

.promo-block-main.gold {
  box-shadow: none;
  mix-blend-mode: normal;
  background-image: linear-gradient(94deg, #fff3, #9993);
  border-radius: 18px;
  width: 100%;
  max-width: 1311px;
  padding: 2px;
  overflow: visible;
}

.promo-block-border-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f;
  background-image: linear-gradient(90deg, #fff3, #9993);
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2px;
  overflow: visible;
}

.promo-block-border-copy.gold {
  box-shadow: none;
  mix-blend-mode: normal;
  background-image: linear-gradient(94deg, #fff3, #9993);
  border-radius: 18px;
  width: 100%;
  max-width: 1311px;
  padding: 2px;
  overflow: visible;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.why_section-gradient {
  background-image: linear-gradient(#01081f, #121828 33% 67%, #01081f);
}

.flex-block-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.flex-block-125 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.code-embed {
  width: 100%;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
}

.flex-block-126 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.link-2, .link-2-mobile {
  color: #477bff;
  font-weight: 500;
}

.body_1-mobile {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: none;
}

.body_1-mobile.pop-up {
  width: 100%;
}

.body_1-desktop {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body_1-desktop.pop-up {
  width: 100%;
}

.flex-block-127 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

@media screen and (max-width: 991px) {
  .site_header {
    top: 0;
  }

  .offer_button {
    justify-content: center;
    align-items: center;
  }

  .offer_button.rounded {
    width: auto;
  }

  .header_button_container {
    width: 220px;
  }

  .header_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading_1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1.right_margin {
    margin-right: 40px;
  }

  .heading_1.center {
    text-align: center;
    margin-right: 40px;
  }

  .image_container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 400px;
    display: flex;
  }

  .section_container {
    flex-flow: column-reverse;
    padding: 60px 24px 80px;
  }

  .block_container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero_image {
    width: 100%;
    max-width: none;
    position: static;
  }

  .flex-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .adv_card._1, .adv_card._2, .adv_card._3, .adv_card._4 {
    padding: 80px 10% 40px;
  }

  .adv_card._1-vertical {
    background-position: 5%, 0 0;
    padding-right: 60px;
  }

  .adv_card._2-vertical {
    background-position: 5% 12%, 0 0;
    padding-right: 60px;
  }

  .adv_card._3-vertical {
    background-position: 95% 12%, 5%, 0 0;
    padding-right: 60px;
  }

  .adv_card._4-vertical {
    background-position: 5%, 0 0;
    padding-right: 60px;
  }

  .heading_2 {
    font-size: 28px;
    line-height: 36px;
  }

  .flex-block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-9 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .flex-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-12 {
    padding-right: 28px;
  }

  .banner_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .promo-block {
    flex-flow: column;
  }

  .flex-block-19 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ghost-button {
    justify-content: center;
    align-items: center;
  }

  .container-popup {
    height: auto;
    padding-right: 40px;
  }

  .section_container-2 {
    flex-flow: column-reverse;
    padding: 40px 24px;
  }

  .text_block_container-2 {
    max-width: none;
  }

  .offer_button-2 {
    justify-content: center;
    align-items: center;
  }

  .heading_1-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-2.gold {
    font-size: 28px;
    line-height: 36px;
  }

  .hero_section-2 {
    background-size: auto, auto, auto, auto, auto, 100%;
  }

  .block_container-2 {
    flex-flow: column;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-2-copy {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .promo-block-border {
    flex-flow: column;
  }

  .flex-block-124 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .promo-block-main, .promo-block-border-copy {
    flex-flow: column;
  }

  .flex-block-vertical {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .code-embed {
    max-width: none;
  }

  .flex-block-126 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .body_1-mobile {
    display: block;
  }

  .body_1-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .site_header {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .offer_button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button.rounded {
    height: 40px;
  }

  .offer_button.rounded.small {
    height: 36px;
  }

  .offer_button.blue {
    width: 100%;
  }

  .offer_button.white, .offer_button.white-copy {
    width: auto;
  }

  .header_button_container {
    width: 180px;
  }

  .header_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button_icon {
    height: 20px;
  }

  .heading_1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1.right_margin, .heading_1.center {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .body_1.pop-up {
    font-size: 14px;
    line-height: 22px;
  }

  .section_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_block_container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .block_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button_text_header {
    font-size: 12px;
    line-height: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .adv_card._1, .adv_card._2, .adv_card._3, .adv_card._4, .adv_card._1-vertical, .adv_card._2-vertical, .adv_card._3-vertical, .adv_card._4-vertical {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading_2 {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-block-7 {
    padding: 60px 24px 40px;
  }

  .flex-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .js-clock {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    min-width: auto;
    height: auto;
  }

  .clock-number {
    font-size: 32px;
    line-height: 44px;
  }

  .clock-label {
    font-size: 12px;
    line-height: 16px;
  }

  .countdown_number_container {
    border-radius: 16px;
    width: 80px;
    height: 80px;
    min-height: auto;
  }

  .body_2, .body_3 {
    line-height: 20px;
  }

  .flex-block-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .flex-block-10 {
    padding-top: 40px;
  }

  .heading_3, .body_4 {
    line-height: 20px;
  }

  .site_banner {
    padding-left: 0;
    padding-right: 0;
  }

  .banner_container {
    height: 52px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .promo-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ghost-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1px;
  }

  .flex-block-98 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-popup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left-width: 2px;
    border-radius: 20px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    top: auto;
  }

  .section_container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_block_container-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .offer_button-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-2.blue {
    width: 100%;
  }

  .heading_1-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-2.gold {
    text-align: left;
  }

  .block_container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .body_5-copy {
    min-width: auto;
  }

  .promo-block-border {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .promo-block-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-size: auto 40px, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 24px;
  }

  .promo-block-border-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .body_1-mobile.pop-up, .body_1-desktop.pop-up {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    margin-right: 20px;
  }

  .site_header {
    top: 0;
  }

  .logo_divider {
    height: 24px;
  }

  .logo_sizer.inf-copy {
    min-width: 180px;
  }

  .logo_1 {
    width: 120px;
    max-height: none;
    margin-top: 4px;
  }

  .logo_2 {
    vertical-align: baseline;
  }

  .offer_button {
    width: 100%;
  }

  .offer_button.rounded.small {
    height: 28px;
  }

  .offer_button.white {
    width: 100%;
  }

  .offer_button.white-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .offer_button.white-copy.mob {
    display: flex;
  }

  .uui-navbar07_logo-link.inf.w--current {
    object-fit: fill;
    width: auto;
  }

  .header_button_container {
    width: 160px;
  }

  .logo_link.inf.w--current, .logo_link.inf-copy.w--current {
    object-fit: fill;
    width: auto;
  }

  .button_icon.rotate {
    height: 16px;
  }

  .heading_1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1.right_margin {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading_1.centered {
    text-align: center;
  }

  .heading_1.center {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .body_1 {
    font-size: 16px;
    line-height: 24px;
  }

  .image_container {
    border-radius: 20px;
  }

  .section_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .highlignt_text_container.horizontal {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .capital_heading_1 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .flex-block-6, .adv_card._1, .adv_card._2, .adv_card._3, .adv_card._4, .adv_card._1-vertical, .adv_card._2-vertical, .adv_card._3-vertical, .adv_card._4-vertical {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .js-clock {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .countdown_number_container {
    border-radius: 12px;
    width: 60px;
    height: 60px;
  }

  .flex-block-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-11 {
    width: 40%;
    min-width: 130px;
  }

  .flex-block-17 {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .logo_1-copy {
    width: 100%;
    max-height: none;
    margin-top: 4px;
  }

  .text-block {
    font-size: 12px;
    line-height: 18px;
  }

  .promo-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body_1-copy, .body_5 {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .ghost-button {
    width: 100%;
  }

  .flex-block-98 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-popup {
    background-image: none;
    border-left-width: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 0 12px;
    top: auto;
    overflow: visible;
  }

  .flex-block-123 {
    flex-flow: column-reverse;
  }

  .body_1-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .section_container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offer_button-2 {
    width: 100%;
  }

  .heading_1-2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-2.gold {
    text-align: left;
    max-width: 260px;
    font-size: 20px;
    line-height: 24px;
  }

  .body_5-copy {
    text-align: left;
    min-width: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .flex-block-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-block-border {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button_text_main-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .promo-block-main {
    background-size: auto 40px, auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .promo-block-border-copy {
    padding-left: 2px;
    padding-right: 2px;
  }

  .body_1-mobile, .body_1-desktop {
    font-size: 16px;
    line-height: 24px;
  }
}


