@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/700.css";

*,
::before,
::after {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  font-family: 'Ubuntu', sans-serif;
  background-color: #18101f;
  color: #EDDEF3
}

.brand_bar {
  background: linear-gradient(135deg, #0e0816 0%, #1a0d26 60%, #220f30 100%);
  border-bottom: 1px solid #98239f2e;
  padding: 8px 0
}

.brand_bar_hold {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  text-decoration: none;
  opacity: .82;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact_item:hover {
  opacity: .55
}

.contact_item svg {
  flex-shrink: 0
}

.site_header {
  background: #0e0816b8;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #5c168d47;
  box-shadow: -1px 5px 28px -1px #5c168d17;
  position: relative;
  z-index: 100
}

.site_header_hold {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px
}

.brand_mark {
  flex-shrink: 0;
  display: flex;
  align-items: center
}

.brand_img_shell {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid #ffffffd9;
  border-radius: 3px;
  background: #ffffff0f;
  box-shadow: -1px 3px 6px -1px #5c168d12 0 0 0 3px #5c168d2e;
  padding: 4px;
  overflow: hidden
}

.brand_img_shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.primary_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end
}

.nav_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #EDDEF3;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s ease-in-out, background .5s ease-in-out;
  white-space: nowrap
}

.nav_link:hover {
  color: #EDDEF3;
  background: #98239f26;
  border-color: #98239f59
}

.nav_link:focus {
  outline: none;
  position: relative
}

.nav_link:focus::after {
  content: 'fokuss';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #EDDEF3;
  background: #5C168D;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none
}

.nav_link_active {
  color: #EDDEF3;
  background: linear-gradient(135deg, #5c168d73, #98239f4d);
  border-color: #98239f80
}

.site_footer {
  background: linear-gradient(180deg, #0e0816 0%, #080510 100%);
  border-top: 1px solid #5c168d38;
  box-shadow: -1px -3px 6px -1px #5c168d12;
  padding: 48px 0 24px
}

.footer_hold {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}

.footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px
}

.footer_brand_col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.footer_logo_shell {
  display: block;
  width: 68px;
  height: 68px;
  border: 1px solid #fffc;
  border-radius: 3px;
  background: #ffffff0d;
  box-shadow: -1px 3px 6px -1px #5c168d12 0 0 0 2px #5c168d33;
  padding: 4px;
  overflow: hidden
}

.footer_logo_shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.footer_addr {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  font-style: normal
}

.footer_col_heading {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #EDDEF3;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #98239f4d
}

.footer_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer_nav_link {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3b8;
  text-decoration: none;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block
}

.footer_nav_link:hover {
  color: #EDDEF3
}

.footer_nav_link:focus {
  outline: none;
  position: relative
}

.footer_nav_link:focus::before {
  content: 'fokuss';
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 10px;
  color: #EDDEF3;
  background: #5C168D;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none
}

.footer_contact_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer_contact_link {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer_contact_link:hover {
  color: #EDDEF3
}

.footer_contact_link:focus {
  outline: none;
  position: relative
}

.footer_contact_link:focus::before {
  content: 'fokuss';
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 10px;
  color: #EDDEF3;
  background: #5C168D;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none
}

.footer_bottom {
  border-top: 1px solid #5c168d2e;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.footer_copy {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef373
}

.footer_legal_links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer_legal_link {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef373;
  text-decoration: none;
  transition: color .48s ease-in-out
}

.footer_legal_link:hover {
  color: #eddef3cc
}

.footer_legal_link:focus {
  outline: none;
  position: relative
}

.footer_legal_link:focus::before {
  content: 'fokuss';
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 10px;
  color: #EDDEF3;
  background: #5C168D;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none
}

.cookie_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(90deg, #0e0816 0%, #1a0d26 100%);
  border-top: 1px solid #98239f59;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  padding: 24px
}

.cookie_bar_hold {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.cookie_icon_mount {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #5c168d40;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #98239f4d
}

.cookie_text {
  flex: 1;
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3cc
}

.cookie_text strong {
  color: #EDDEF3;
  font-weight: 700
}

.cookie_actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.cookie_accept_btn {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #EDDEF3;
  background: linear-gradient(135deg, #5C168D, #98239F);
  border: none;
  border-radius: 3px;
  padding: 12px 24px;
  cursor: pointer;
  min-height: 44px;
  box-shadow: -1px 5px 28px -1px #5c168d17;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookie_accept_btn:hover {
  opacity: .75
}

.cookie_accept_btn:focus {
  outline: none;
  position: relative
}

.cookie_accept_btn:focus::before {
  content: 'fokuss';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #EDDEF3;
  background: #5C168D;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none
}

.cookie_decline_link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #eddef38c;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  transition: color .5s ease-in-out
}

.cookie_decline_link:hover {
  color: #eddef3d9
}

.cookie_decline_link:focus {
  outline: none;
  position: relative
}

.cookie_decline_link:focus::before {
  content: 'fokuss';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #EDDEF3;
  background: #5C168D;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none
}

@media (max-width: 900px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .footer_brand_col {
    grid-column: 1 / -1
  }

  .site_header_hold {
    flex-wrap: wrap;
    min-height: auto;
    padding: 12px 24px
  }

  .primary_nav {
    width: 100%;
    justify-content: flex-start
  }
}

@media (max-width: 600px) {
  .footer_grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start
  }

  .brand_bar_hold {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .cookie_bar_hold {
    flex-direction: column;
    align-items: flex-start
  }

  .cookie_actions {
    width: 100%;
    justify-content: flex-start
  }
}

.doc-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #1a0a2e;
  color: #EDDEF3
}

.doc-section p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
  color: #EDDEF3
}

.doc-section ul,
.doc-section ol {
  margin: 0 0 24px;
  padding-left: 24px
}

.doc-section li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 8px;
  color: #EDDEF3
}

.doc-section ul li {
  list-style-type: disc
}

.doc-section ol li {
  list-style-type: decimal
}

.doc-section ul li::marker,
.doc-section ol li::marker {
  color: #98239F
}

.doc-section strong,
.doc-section b {
  font-weight: 700;
  color: #EDDEF3
}

.doc-section em,
.doc-section i {
  font-style: italic;
  color: #d4b8e0
}

.doc-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: -1px 5px 28px -1px #5c168d17
}

.doc-section thead {
  background: #5C168D
}

.doc-section thead th {
  color: #EDDEF3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: left;
  letter-spacing: .04em;
  text-transform: uppercase
}

.doc-section tbody tr {
  background: #160828;
  transition: background-color .5s ease-in-out
}

.doc-section tbody tr:nth-child(even) {
  background: #200d38
}

.doc-section tbody tr:hover {
  background: #2a1245
}

.doc-section td {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #EDDEF3;
  border-bottom: 1px solid #98239f2e
}

.doc-section tbody tr:last-child td {
  border-bottom: none
}

@media (max-width: 600px) {
  .doc-section {
    padding: 24px 12px
  }

  .doc-section table {
    display: block;
    overflow-x: auto
  }

  .doc-section thead th,
  .doc-section td {
    padding: 8px 12px
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .doc-section {
    padding: 48px 24px
  }
}

@media (min-width: 900px) {
  .doc-section {
    padding: 96px 48px
  }
}

.infgrph {
  background: #1b1520;
  min-height: 100vh;
  overflow-x: clip
}

.infgrph .bento {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 24px 48px
}

.infgrph .bento_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 4px;
  background: #2a1f35;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -1px #5c168d1a
}

.infgrph .bento_img_cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  min-height: 420px
}

.infgrph .bento_img_cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  animation: imgfade .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards
}

@keyframes imgfade {
  to {
    opacity: 1
  }
}

.infgrph .bento_text_cell {
  grid-column: 2;
  grid-row: 1;
  background: #231830;
  padding: 48px 48px 24px;
  position: relative
}

.infgrph .dot_grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #98239f2e 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  pointer-events: none
}

.infgrph .bento_label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.infgrph .dot_swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #98239F;
  flex-shrink: 0
}

.infgrph .label_text {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  letter-spacing: .12em;
  text-transform: uppercase
}

.infgrph .bento_h1 {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 24px;
  position: relative;
  z-index: 1
}

.infgrph .bento_h1 span {
  background: linear-gradient(233deg, #5C168D 0%, #98239F 55%, #EDDEF3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.infgrph .bento_quote_cell {
  grid-column: 2;
  grid-row: 2;
  background: #2a1f35;
  padding: 24px 48px 48px;
  position: relative;
  z-index: 1
}

.infgrph .speech_bubble {
  background: #1b1520;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  box-shadow: inset -1px 3px 6px -1px #5c168d12;
  border-top: 2px solid #5C168D;
  border-right: 1px solid #98239f40
}

.infgrph .speech_bubble::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 32px;
  width: 20px;
  height: 12px;
  background: #5C168D;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%)
}

.infgrph .bubble_quote {
  font-size: 16px;
  line-height: 1.75;
  color: #EDDEF3;
  margin: 0 0 12px;
  font-style: italic
}

.infgrph .bubble_attr {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef38c
}

.infgrph .punct_anchor {
  position: absolute;
  bottom: 12px;
  right: 24px;
  font-size: 72px;
  line-height: 1;
  color: #98239f1f;
  pointer-events: none;
  user-select: none;
  font-style: italic
}

@media (max-width: 900px) {
  .infgrph .bento_grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto
  }

  .infgrph .bento_img_cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 240px
  }

  .infgrph .bento_text_cell {
    grid-column: 1;
    grid-row: 2;
    padding: 24px
  }

  .infgrph .bento_quote_cell {
    grid-column: 1;
    grid-row: 3;
    padding: 24px
  }

  .infgrph .bento_h1 {
    font-size: 44px
  }
}

@media (max-width: 600px) {
  .infgrph .bento {
    padding: 48px 12px 24px
  }

  .infgrph .bento_h1 {
    font-size: 24px
  }

  .infgrph .bento_text_cell {
    padding: 24px 12px
  }

  .infgrph .bento_quote_cell {
    padding: 12px
  }
}

.infgrph .geo_divider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden
}

.infgrph .geo_shape {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1.5px solid #98239f59;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: background .55s ease-in-out
}

.infgrph .geo_shape:nth-child(3n+1) {
  border-color: #5c168d80
}

.infgrph .geo_shape:nth-child(5n+2) {
  border-color: #eddef333
}

.infgrph .infograph_cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 96px
}

.infgrph .cards_top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px
}

.infgrph .cards_heading_wrap {
  flex: 0 0 auto;
  max-width: 560px
}

.infgrph .accent_bar {
  width: 48px;
  height: 3px;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 100%);
  border-radius: 3px;
  margin-bottom: 12px
}

.infgrph .cards_h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.infgrph .cards_h2 em {
  font-style: normal;
  display: inline-block;
  background: #5C168D;
  padding: 0 12px;
  border-radius: 3px
}

.infgrph .cards_intro {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3b3;
  max-width: 340px;
  margin: 0
}

.infgrph .diamond_bg {
  position: relative
}

.infgrph .diamond_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, #98239f0f 25%, transparent 25%), linear-gradient(-45deg, #98239f0f 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #98239f0f 75%), linear-gradient(-45deg, transparent 75%, #98239f0f 75%);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  pointer-events: none;
  border-radius: 20px
}

.infgrph .cards_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px
}

.infgrph .info_card {
  background: #231830;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  box-shadow: -1px 5px 28px -1px #5c168d17;
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden
}

.infgrph .info_card:hover {
  opacity: .82
}

.infgrph .info_card.wide {
  grid-column: 1;
  grid-row: 1 / 3;
  background: linear-gradient(233deg, #2a1035 0%, #1b1520 60%, #231830 100%)
}

.infgrph .info_card.accent_bg {
  background: #98239F !important
}

.infgrph .card_num {
  font-size: 62px;
  line-height: 1.2;
  color: #eddef314;
  position: absolute;
  top: 8px;
  right: 12px;
  pointer-events: none;
  user-select: none
}

.infgrph .card_icon {
  width: 36px;
  height: 36px;
  margin-bottom: 12px
}

.infgrph .card_h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  margin: 0 0 8px;
  display: inline-block;
  background: #5c168d59;
  padding: 2px 8px;
  border-radius: 3px
}

.infgrph .info_card.accent_bg .card_h4 {
  background: #0003
}

.infgrph .card_p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3b8;
  margin: 0 0 12px
}

.infgrph .info_card.accent_bg .card_p {
  color: #eddef3e6
}

.infgrph .card_p.narrow {
  max-width: 260px
}

.infgrph .icon_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.infgrph .icon_list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3bf
}

.infgrph .li_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #98239F;
  flex-shrink: 0;
  margin-top: 6px
}

.infgrph .metric_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 24px
}

.infgrph .metric_val {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  font-weight: 700
}

.infgrph .metric_label {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef38c;
  max-width: 120px
}

.infgrph .progress_bar_wrap {
  margin-top: 24px
}

.infgrph .prog_label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #eddef399
}

.infgrph .prog_track {
  height: 6px;
  background: #eddef31a;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px
}

.infgrph .prog_fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 100%);
  animation: progfill .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s both;
  transform-origin: left
}

@keyframes progfill {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.infgrph .reveal_1 {
  animation: revealup .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.infgrph .reveal_2 {
  animation: revealup .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .22s both
}

.infgrph .reveal_3 {
  animation: revealup .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .36s both
}

.infgrph .reveal_4 {
  animation: revealup .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .52s both
}

.infgrph .reveal_5 {
  animation: revealup .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .7s both
}

@keyframes revealup {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width: 900px) {
  .infgrph .cards_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }

  .infgrph .info_card.wide {
    grid-column: 1 / 3;
    grid-row: auto
  }

  .infgrph .cards_top {
    flex-direction: column;
    align-items: flex-start
  }

  .infgrph .cards_h2 {
    font-size: 44px
  }
}

@media (max-width: 600px) {
  .infgrph .cards_grid {
    grid-template-columns: 1fr
  }

  .infgrph .info_card.wide {
    grid-column: 1
  }

  .infgrph .cards_h2 {
    font-size: 24px
  }

  .infgrph .icon_list {
    grid-template-columns: 1fr
  }

  .infgrph .infograph_cards {
    padding: 24px 12px 48px
  }
}

.lrn-prog {
  background: #18101f;
  color: #EDDEF3;
  overflow-x: hidden;
  padding: 0
}

.lrn-prog .prog-strip {
  position: relative;
  padding: 48px 24px;
  background: linear-gradient(233deg, #5C168D 0%, #2a0a3a 38%, #18101f 100%);
  overflow: hidden
}

.lrn-prog .prog-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/feTurbulence%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/svg%3E");
  opacity: .06;
  pointer-events: none
}

.lrn-prog .prog-strip::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 60px;
  height: 80px;
  border-top: 1px solid #98239f59;
  border-right: 1px solid #98239f59;
  pointer-events: none
}

.lrn-prog .strip-dec {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none
}

.lrn-prog .strip-dec span {
  display: block;
  height: 1px;
  background: #98239f66
}

.lrn-prog .strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.lrn-prog .strip-text {
  flex: 1 1 0;
  min-width: 0
}

.lrn-prog .strip-label {
  display: inline-block;
  background: #5c168d8c;
  color: #EDDEF3;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 24px
}

.lrn-prog .strip-h1 {
  font-size: clamp(44px, 5.5vw, 62px);
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 24px
}

.lrn-prog .strip-h1 em {
  font-style: normal;
  color: #98239F
}

.lrn-prog .strip-sub {
  font-size: 16px;
  line-height: 1.75;
  color: #c8aed6;
  max-width: 520px;
  margin: 0 0 24px
}

.lrn-prog .strip-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .strip-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .stat-num {
  font-size: 44px;
  line-height: 1.2;
  color: #98239F;
  font-weight: 700
}

.lrn-prog .stat-num sup {
  font-size: 24px;
  color: #5C168D;
  vertical-align: super
}

.lrn-prog .stat-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  opacity: .75
}

.lrn-prog .strip-img-col {
  flex: 0 0 420px;
  max-width: 420px
}

.lrn-prog .strip-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  animation: imgfadein .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes imgfadein {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.lrn-prog .strip-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.lrn-prog .prog-zigzag {
  width: 100%;
  display: block;
  line-height: 0
}

.lrn-prog .detail-blk {
  padding: 96px 24px;
  background: #120d18;
  position: relative;
  margin-left: 48px
}

.lrn-prog .detail-blk::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 60px;
  border-top: 1px solid #5c168d4d;
  border-right: 1px solid #5c168d4d;
  pointer-events: none
}

.lrn-prog .detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.lrn-prog .detail-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .detail-accent {
  width: 40px;
  height: 3px;
  background: #5C168D;
  border-radius: 3px;
  margin-bottom: 8px
}

.lrn-prog .detail-h2 {
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0;
  display: inline;
  background: #5c168d47;
  padding: 4px 8px;
  border-radius: 3px
}

.lrn-prog .detail-para {
  font-size: 16px;
  line-height: 1.75;
  color: #c8aed6;
  margin: 0;
  max-width: 480px
}

.lrn-prog .detail-para-narrow {
  font-size: 16px;
  line-height: 1.75;
  color: #c8aed6;
  margin: 0;
  max-width: 340px
}

.lrn-prog .module-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none
}

.lrn-prog .module-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  background: #5c168d1f;
  border-radius: 3px;
  padding: 12px;
  border: 1px solid #5c168d33;
  box-shadow: inset -1px 3px 6px -1px #5c168d12;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .module-item:hover {
  background: #5c168d3d;
  border-color: #98239f73
}

.lrn-prog .mod-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px
}

.lrn-prog .mod-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .mod-name {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  font-weight: 600
}

.lrn-prog .mod-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #a07cb8
}

.lrn-prog .detail-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .img2-wrap {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: -1px 5px 28px -1px #5c168d17
}

.lrn-prog .img2-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.lrn-prog .offer-card {
  background: linear-gradient(233deg, #2a0a3a 0%, #1a0828 55%, #120d18 100%);
  border-radius: 20px;
  border: 1px solid #98239f40;
  padding: 24px;
  box-shadow: -1px 5px 28px -1px #5c168d17 inset -1px 3px 6px -1px #5c168d12;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrn-prog .offer-h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0;
  background: #5c168d4d;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px
}

.lrn-prog .offer-price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px
}

.lrn-prog .offer-price {
  font-size: 44px;
  line-height: 1.2;
  color: #98239F !important;
  font-weight: 700
}

.lrn-prog .offer-currency {
  font-size: 24px;
  color: #5C168D;
  line-height: 1.2
}

.lrn-prog .offer-note {
  font-size: 16px;
  line-height: 1.5;
  color: #a07cb8
}

.lrn-prog .offer-btn {
  display: inline-block;
  background: #EDDEF3;
  color: #18101f;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 24px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-self: flex-start
}

.lrn-prog .offer-btn:hover {
  opacity: .82;
  transform: scale(0.97)
}

.lrn-prog .offer-btn:focus {
  outline: 2px solid #98239F;
  outline-offset: 3px
}

.lrn-prog .conn-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.lrn-prog .conn-lines svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.lrn-prog .conn-path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawline .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .45s forwards
}

@keyframes drawline {
  to {
    stroke-dashoffset: 0
  }
}

@media (max-width: 900px) {
  .lrn-prog .strip-inner {
    flex-direction: column;
    gap: 24px
  }

  .lrn-prog .strip-img-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .lrn-prog .detail-blk {
    margin-left: 0;
    padding: 48px 24px
  }

  .lrn-prog .detail-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 600px) {
  .lrn-prog .strip-h1 {
    font-size: 44px
  }

  .lrn-prog .strip-meta {
    gap: 12px
  }

  .lrn-prog .detail-blk {
    padding: 48px 12px
  }

  .lrn-prog .detail-blk::after {
    display: none
  }
}

.cont-pg {
  background: #12091a;
  color: #EDDEF3;
  overflow-x: clip;
  padding: 0
}

.cont-pg .pg-eye {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #98239F;
  display: block;
  margin-bottom: 12px
}

.cont-pg .reach-band {
  position: relative;
  padding: 96px 24px 48px;
  background: linear-gradient(233deg, #5C168D 0%, #2a0a3d 38%, #12091a 100%);
  overflow: hidden
}

.cont-pg .reach-band::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 1px solid #98239f1f;
  border-radius: 32px;
  transform: rotate(22deg);
  pointer-events: none
}

.cont-pg .reach-band::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 10%;
  width: 200px;
  height: 200px;
  border: 1px solid #5c168d2e;
  border-radius: 32px;
  transform: rotate(-14deg);
  pointer-events: none
}

.cont-pg .reach-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 96px
}

.cont-pg .reach-left {
  flex: 1.2;
  min-width: 0
}

.cont-pg .reach-right {
  flex: .8;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 48px
}

.cont-pg .reach-h1 {
  font-size: 62px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 24px;
  clip-path: inset(0 100% 0 0);
  animation: wipe-reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s forwards
}

.cont-pg .reach-sub {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3b8;
  margin: 0;
  max-width: 480px
}

@keyframes wipe-reveal {
  to {
    clip-path: inset(0 0% 0 0)
  }
}

.cont-pg .geo-card {
  background: #eddef30a;
  border: 1px solid #98239f38;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 5px 28px -1px #5c168d17;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.cont-pg .geo-label {
  font-size: 16px;
  line-height: 1.5;
  color: #98239F;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 8px
}

.cont-pg .geo-val {
  font-size: 16px;
  line-height: 1.75;
  color: #EDDEF3;
  margin: 0
}

.cont-pg .geo-val a {
  color: #EDDEF3;
  text-decoration: underline;
  text-decoration-color: #98239f80;
  transition: color .5s ease-in-out, text-decoration-color .5s ease-in-out
}

.cont-pg .geo-val a:hover {
  color: #98239F;
  text-decoration-color: #98239F
}

.cont-pg .wavy-div {
  width: 100%;
  height: 24px;
  position: relative;
  overflow: hidden
}

.cont-pg .wavy-div svg {
  width: 100%;
  height: 100%;
  display: block
}

.cont-pg .form-belt {
  padding: 96px 24px;
  background: #12091a;
  position: relative
}

.cont-pg .form-belt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #5C168D 30%, #98239F 70%, transparent)
}

.cont-pg .form-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.cont-pg .form-aside {
  flex: .7;
  min-width: 0;
  padding-top: 12px
}

.cont-pg .form-aside-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  margin-bottom: 24px
}

.cont-pg .form-aside-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) contrast(1.1) saturate(0.85);
  transition: filter .55s ease-in-out
}

.cont-pg .form-aside-img:hover img {
  filter: brightness(0.55) contrast(1.15) saturate(0.75)
}

.cont-pg .aside-note {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  margin: 0
}

.cont-pg .aside-note-wide {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  margin: 12px 0 0;
  max-width: 340px
}

.cont-pg .form-col {
  flex: 1.3;
  min-width: 0
}

.cont-pg .form-hdg {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 8px;
  display: inline-block;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 60%, #2a0a3d 100%);
  padding: 4px 12px;
  border-radius: 3px
}

.cont-pg .form-accent {
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(233deg, #5C168D, #98239F);
  border-radius: 3px;
  margin: 12px 0 24px
}

.cont-pg .form-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3b8;
  margin: 0 0 24px
}

.cont-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cont-pg .field-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cont-pg .field-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3d9;
  letter-spacing: .04em
}

.cont-pg .field-inp {
  background: #eddef30d;
  border: 1px solid #98239f47;
  border-radius: 3px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .5s ease-in-out, background .5s ease-in-out;
  box-shadow: inset -1px 3px 6px -1px #5c168d12
}

.cont-pg .field-inp::placeholder {
  color: #eddef359
}

.cont-pg .field-inp:focus {
  outline: none;
  border-color: #98239F;
  background: #98239f14
}

.cont-pg .size-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3d9;
  margin: 0 0 8px;
  display: block
}

.cont-pg .size-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.cont-pg .size-opt {
  position: relative
}

.cont-pg .size-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cont-pg .size-opt label {
  display: block;
  padding: 8px 24px;
  border: 1px solid #98239f4d;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3b3;
  cursor: pointer;
  transition: background .5s ease-in-out, border-color .5s ease-in-out, color .5s ease-in-out;
  background: #eddef30a
}

.cont-pg .size-opt input[type="radio"]:checked+label {
  background: linear-gradient(233deg, #5C168D 0%, #98239F 100%);
  border-color: #98239F;
  color: #EDDEF3
}

.cont-pg .size-opt label:hover {
  border-color: #98239F;
  color: #EDDEF3;
  background: #98239f1f
}

.cont-pg .size-opt input[type="radio"]:focus-visible+label {
  outline: 2px solid #98239F;
  outline-offset: 2px
}

.cont-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.cont-pg .privacy-chk {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #98239F;
  margin-top: 2px;
  cursor: pointer
}

.cont-pg .privacy-txt {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  margin: 0
}

.cont-pg .privacy-txt a {
  color: #98239F;
  text-decoration: underline;
  text-decoration-color: #98239f80;
  transition: color .5s ease-in-out
}

.cont-pg .privacy-txt a:hover {
  color: #EDDEF3
}

.cont-pg .submit-btn {
  align-self: flex-start;
  background: #EDDEF3;
  color: #12091a;
  border: none;
  border-radius: 3px;
  padding: 12px 48px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .45s ease-in-out;
  box-shadow: -1px 5px 28px -1px #5c168d17
}

.cont-pg .submit-btn:hover {
  background: #98239F;
  color: #EDDEF3;
  opacity: .88
}

.cont-pg .submit-btn:active {
  opacity: .75
}

.cont-pg .submit-btn:focus-visible {
  outline: 2px solid #98239F;
  outline-offset: 3px
}

.cont-pg .metrics-strip {
  padding: 48px 24px 96px;
  background: linear-gradient(233deg, #1a0828 0%, #12091a 55%, #0e0616 100%);
  position: relative
}

.cont-pg .metrics-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #5C168D 20%, #98239F 80%, transparent 100%)
}

.cont-pg .metrics-inner {
  max-width: 1200px;
  margin: 0 auto
}

.cont-pg .metrics-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px
}

.cont-pg .metrics-hdg {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0;
  flex: 1
}

.cont-pg .metrics-note {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef399;
  margin: 0;
  flex: 1;
  max-width: 360px
}

.cont-pg .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.cont-pg .metric-item {
  background: #eddef30a;
  border: 1px solid #5c168d40;
  border-radius: 20px;
  padding: 24px;
  box-shadow: inset -1px 3px 6px -1px #5c168d12 -1px 5px 28px -1px #5c168d17;
  position: relative;
  overflow: hidden;
  transition: border-color .55s ease-in-out, background .55s ease-in-out
}

.cont-pg .metric-item:hover {
  border-color: #98239f80;
  background: #eddef30f
}

.cont-pg .metric-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #5C168D, #98239F);
  border-radius: 0 0 20px 20px
}

.cont-pg .metric-num {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  display: block;
  margin-bottom: 4px
}

.cont-pg .metric-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef399;
  margin: 0
}

.cont-pg .metric-icon {
  display: block;
  margin-bottom: 12px
}

.cont-pg .frosted-note {
  margin-top: 48px;
  background: #eddef30a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #98239f33;
  border-radius: 20px;
  padding: 24px 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  box-shadow: -1px 8px 52px -1px #5c168d1a
}

.cont-pg .frosted-txt {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3cc;
  margin: 0;
  flex: 1
}

.cont-pg .frosted-email {
  font-size: 24px;
  line-height: 1.2;
  color: #EDDEF3;
  text-decoration: none;
  border-bottom: 2px solid #98239f80;
  padding-bottom: 4px;
  transition: color .5s ease-in-out, border-color .5s ease-in-out;
  white-space: nowrap
}

.cont-pg .frosted-email:hover {
  color: #98239F;
  border-color: #98239F
}

.cont-pg .thick-div {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #5c168d26 0%, #98239f99 40%, #98239F 100%)
}

@media (max-width: 1200px) {
  .cont-pg .reach-h1 {
    font-size: 44px
  }

  .cont-pg .metrics-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 900px) {
  .cont-pg .reach-inner {
    flex-direction: column;
    gap: 48px
  }

  .cont-pg .reach-right {
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap
  }

  .cont-pg .geo-card {
    flex: 1;
    min-width: 200px
  }

  .cont-pg .form-wrap {
    flex-direction: column;
    gap: 48px
  }

  .cont-pg .form-aside {
    width: 100%
  }

  .cont-pg .metrics-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .cont-pg .frosted-note {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px
  }
}

@media (max-width: 600px) {
  .cont-pg .reach-band {
    padding: 48px 24px
  }

  .cont-pg .reach-h1 {
    font-size: clamp(24px, 8vw, 44px)
  }

  .cont-pg .form-hdg {
    font-size: clamp(24px, 7vw, 44px)
  }

  .cont-pg .metrics-grid {
    grid-template-columns: 1fr 1fr
  }

  .cont-pg .size-opts {
    flex-direction: column
  }

  .cont-pg .metrics-hdg {
    font-size: clamp(24px, 7vw, 44px)
  }

  .cont-pg .submit-btn {
    width: 100%;
    text-align: center
  }
}

.abt-us {
  background: #18101f;
  color: #EDDEF3;
  overflow-x: clip;
  position: relative
}

.abt-us .pg-root {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-us .decor-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0
}

.abt-us .decor-circles span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #98239f14
}

.abt-us .decor-circles span:nth-child(1) {
  width: 480px;
  height: 480px;
  top: -120px;
  right: -80px;
  background: #5c168d0a
}

.abt-us .decor-circles span:nth-child(2) {
  width: 320px;
  height: 320px;
  top: -40px;
  right: 40px;
  background: #98239f0d
}

.abt-us .decor-circles span:nth-child(3) {
  width: 160px;
  height: 160px;
  top: 60px;
  right: 140px;
  background: #5c168d0f
}

.abt-us .title-strip {
  position: relative;
  z-index: 1;
  padding: 96px 0 48px;
  overflow: hidden
}

.abt-us .title-strip .pg-root {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start
}

.abt-us .title-text-zone {
  padding: 48px 48px 48px 0
}

.abt-us .title-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #98239F;
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px
}

.abt-us .title-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: #98239F
}

.abt-us .title-h1 {
  font-size: 62px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 24px;
  position: relative
}

.abt-us .title-h1 em {
  font-style: normal;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 55%, #EDDEF3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .title-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3bf;
  max-width: 520px
}

.abt-us .title-img-zone {
  position: relative;
  padding: 24px 0 0
}

.abt-us .title-img-frame {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -1px #5c168d1a
}

.abt-us .title-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) contrast(1.1) brightness(0.85);
  mix-blend-mode: luminosity
}

.abt-us .title-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(233deg, #5c168d8c 0%, #98239f4d 55%, transparent 100%);
  border-radius: 20px
}

.abt-us .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#98239f0a 1px, transparent 1px), linear-gradient(90deg, #98239f0a 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.abt-us .dash-divider {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 24px;
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .dash-divider span {
  height: 2px;
  background: #98239f59;
  border-radius: 3px;
  flex-shrink: 0
}

.abt-us .dash-divider span:nth-child(odd) {
  width: 24px
}

.abt-us .dash-divider span:nth-child(even) {
  width: 8px
}

.abt-us .story-sec {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  background: linear-gradient(233deg, #1e0f2e 0%, #18101f 60%, #1a0f22 100%)
}

.abt-us .story-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, #5c168d1f 0%, transparent 70%);
  pointer-events: none
}

.abt-us .story-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start
}

.abt-us .story-img-col {
  position: relative
}

.abt-us .story-img-wrap {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 5px 28px -1px #98239f17
}

.abt-us .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .story-img-wrap:hover img {
  transform: scale(0.97);
  filter: brightness(0.85)
}

.abt-us .story-badge {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 100%);
  border-radius: 20px;
  padding: 12px 24px;
  box-shadow: -1px 8px 52px -1px #5c168d1a
}

.abt-us .story-badge-yr {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  display: block
}

.abt-us .story-badge-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3bf
}

.abt-us .story-text-col {
  padding-left: 24px
}

.abt-us .sec-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #98239F;
  margin-bottom: 24px
}

.abt-us .strip-head {
  display: inline-block;
  background: #5c168d59;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 24px
}

.abt-us .strip-head h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.abt-us .story-accent {
  width: 40px;
  height: 3px;
  background: #5C168D;
  border-radius: 3px;
  margin-bottom: 24px
}

.abt-us .story-p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3cc;
  margin-bottom: 24px
}

.abt-us .story-p-narrow {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3cc;
  max-width: 400px;
  margin-bottom: 0
}

.abt-us .diamond-sep {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #98239F;
  transform: rotate(45deg);
  margin: 0 8px;
  vertical-align: middle;
  flex-shrink: 0
}

.abt-us .approach-sec {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  background: #18101f
}

.abt-us .approach-head-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px
}

.abt-us .approach-head-row .strip-head h2 {
  font-size: 44px
}

.abt-us .approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.abt-us .approach-card {
  background: linear-gradient(233deg, #5c168d2e 0%, #18101fcc 100%);
  border: 1px solid #98239f33;
  border-radius: 20px;
  padding: 24px;
  box-shadow: inset -1px 3px 6px -1px #5c168d12 -1px 5px 28px -1px #5c168d17;
  transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out;
  position: relative
}

.abt-us .approach-card:hover {
  border-color: #98239f80;
  box-shadow: inset -1px 3px 6px -1px #5c168d1a -1px 8px 52px -1px #5c168d1a;
  filter: brightness(0.93)
}

.abt-us .card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: #5c168d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: float-icon 3.2s ease-in-out infinite
}

.abt-us .approach-card:nth-child(2) .card-icon-wrap {
  animation-delay: 1.1s
}

.abt-us .approach-card:nth-child(3) .card-icon-wrap {
  animation-delay: 2.2s
}

@keyframes float-icon {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}

.abt-us .card-icon-wrap svg {
  width: 24px;
  height: 24px
}

.abt-us .card-h {
  font-size: 24px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 12px
}

.abt-us .card-p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3bf;
  margin: 0
}

.abt-us .timeline-sec {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  background: linear-gradient(233deg, #1e0f2e 0%, #18101f 55%, #1a0f22 100%)
}

.abt-us .timeline-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, #98239f1a 0%, transparent 65%);
  pointer-events: none
}

.abt-us .tl-head-wrap {
  text-align: center;
  margin-bottom: 48px
}

.abt-us .tl-head-wrap .strip-head {
  display: inline-block
}

.abt-us .tl-head-wrap .strip-head h2 {
  font-size: 44px
}

.abt-us .tl-sub {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3b3;
  max-width: 560px;
  margin: 12px auto 0
}

.abt-us .tl-track {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 48px
}

.abt-us .tl-track::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #5C168D, #98239F, #5C168D);
  z-index: 0
}

.abt-us .tl-pt {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 1
}

.abt-us .tl-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(233deg, #5C168D, #98239F);
  border: 3px solid #18101f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: -1px 3px 6px -1px #5c168d12;
  transition: transform .45s ease-in-out
}

.abt-us .tl-dot:hover {
  transform: scale(0.9);
  filter: brightness(0.88)
}

.abt-us .tl-dot svg {
  width: 16px;
  height: 16px
}

.abt-us .tl-card {
  background: #5c168d26;
  border: 1px solid #98239f2e;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  box-shadow: inset -1px 3px 6px -1px #5c168d12;
  transition: border-color .6s ease-in-out
}

.abt-us .tl-card:hover {
  border-color: #98239f73;
  filter: brightness(0.92)
}

.abt-us .tl-yr {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #98239F;
  margin-bottom: 8px;
  display: block
}

.abt-us .tl-card-h {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  margin: 0 0 8px;
  font-weight: 600
}

.abt-us .tl-card-p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3b3;
  margin: 0
}

.abt-us .team-sec {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  background: #18101f
}

.abt-us .team-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start
}

.abt-us .team-text-col {
  padding-right: 24px
}

.abt-us .team-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.abt-us .team-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  background: #5c168d1f;
  border-radius: 20px;
  padding: 12px;
  border: 1px solid #98239f26;
  transition: border-color .5s ease-in-out
}

.abt-us .team-list li:hover {
  border-color: #98239f66;
  filter: brightness(0.9)
}

.abt-us .li-icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #5c168d66;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-us .li-icon svg {
  width: 16px;
  height: 16px
}

.abt-us .li-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef3d9
}

.abt-us .team-img-col {
  position: relative
}

.abt-us .team-img-frame {
  aspect-ratio: 4/3;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  position: relative
}

.abt-us .team-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .65s ease-in-out
}

.abt-us .team-img-frame:hover img {
  transform: scale(0.96);
  filter: brightness(0.82)
}

.abt-us .team-img-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(233deg, #5c168d66 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
  border-radius: 32px
}

.abt-us .shake-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 100%);
  color: #EDDEF3;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  box-shadow: -1px 5px 28px -1px #5c168d17;
  transition: filter .5s ease-in-out, box-shadow .5s ease-in-out;
  animation: gentle-shake 5s ease-in-out infinite
}

.abt-us .shake-cta:hover {
  filter: brightness(0.88);
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  animation: none
}

@keyframes gentle-shake {

  0%,
  85%,
  100% {
    transform: translateX(0)
  }

  87% {
    transform: translateX(-3px)
  }

  89% {
    transform: translateX(3px)
  }

  91% {
    transform: translateX(-2px)
  }

  93% {
    transform: translateX(2px)
  }

  95% {
    transform: translateX(0)
  }
}

.abt-us .dash-divider-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0 24px;
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .dash-divider-2 span {
  height: 2px;
  background: #5c168d4d;
  border-radius: 3px;
  flex-shrink: 0
}

.abt-us .dash-divider-2 span:nth-child(3n+1) {
  width: 24px
}

.abt-us .dash-divider-2 span:nth-child(3n+2) {
  width: 8px
}

.abt-us .dash-divider-2 span:nth-child(3n) {
  width: 16px
}

@media (max-width: 1200px) {
  .abt-us .title-strip .pg-root {
    grid-template-columns: 1fr 260px
  }

  .abt-us .title-h1 {
    font-size: 44px
  }

  .abt-us .story-grid {
    grid-template-columns: 280px 1fr
  }

  .abt-us .approach-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 900px) {
  .abt-us .title-strip .pg-root {
    grid-template-columns: 1fr
  }

  .abt-us .title-img-zone {
    display: none
  }

  .abt-us .title-text-zone {
    padding: 0
  }

  .abt-us .title-h1 {
    font-size: 44px
  }

  .abt-us .story-grid {
    grid-template-columns: 1fr
  }

  .abt-us .story-text-col {
    padding-left: 0
  }

  .abt-us .story-badge {
    position: static;
    display: inline-block;
    margin-top: 12px
  }

  .abt-us .approach-grid {
    grid-template-columns: 1fr
  }

  .abt-us .tl-track {
    flex-direction: column;
    gap: 24px
  }

  .abt-us .tl-track::before {
    top: 0;
    bottom: 0;
    left: 20px;
    right: auto;
    width: 2px;
    height: auto
  }

  .abt-us .tl-pt {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px
  }

  .abt-us .tl-dot {
    margin-bottom: 0;
    flex-shrink: 0
  }

  .abt-us .team-layout {
    grid-template-columns: 1fr
  }

  .abt-us .team-text-col {
    padding-right: 0
  }
}

@media (max-width: 600px) {
  .abt-us .title-strip {
    padding: 48px 0 24px
  }

  .abt-us .title-h1 {
    font-size: clamp(24px, 8vw, 44px)
  }

  .abt-us .strip-head h2 {
    font-size: clamp(24px, 6vw, 44px) !important
  }

  .abt-us .story-sec,
  .abt-us .approach-sec,
  .abt-us .timeline-sec,
  .abt-us .team-sec {
    padding: 48px 0
  }

  .abt-us .team-list {
    grid-template-columns: 1fr
  }

  .abt-us .approach-head-row {
    flex-direction: column;
    align-items: flex-start
  }
}

.bs {
  background-color: #18121f;
  color: #EDDEF3;
  overflow-x: clip
}

.bs .grid_bento {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 48px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px
}

.bs .bento_img_cell {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3
}

.bs .bento_img_cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  animation: fadeimg .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards
}

@keyframes fadeimg {
  to {
    opacity: 1
  }
}

.bs .bento_img_cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(233deg, #5c168d61 0%, #98239f2e 55%, transparent 100%);
  pointer-events: none
}

.bs .bento_text_top {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end
}

.bs .bento_text_bot {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.bs .bg_grid_lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(#98239f0a 1px, transparent 1px), linear-gradient(90deg, #98239f0a 1px, transparent 1px);
  background-size: 48px 48px;
  border-radius: 20px
}

.bs .bento_wrap {
  position: relative
}

.bs .tag_strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5c168d59;
  border: 1px solid #98239f66;
  border-radius: 3px;
  padding: 4px 12px
}

.bs .tag_strip span {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  letter-spacing: .08em;
  text-transform: uppercase
}

.bs .tag_dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #98239F;
  flex-shrink: 0
}

.bs .h1_main {
  font-size: 62px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.bs .h1_main em {
  font-style: normal;
  background: linear-gradient(233deg, #98239F 0%, #5C168D 60%, #EDDEF3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.bs .bento_thesis {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3bf;
  margin: 0
}

.bs .bento_thesis_b {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3bf;
  margin: 0;
  max-width: 380px
}

.bs .bento_stat_row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 8px
}

.bs .stat_pill {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #5c168d38;
  border: 1px solid #98239f47;
  box-shadow: -1px 5px 28px -1px #5c168d17
}

.bs .stat_num {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3
}

.bs .stat_lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef399
}

.bs .divider_double {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.bs .divider_double span {
  display: block;
  height: 1px;
  background: #98239f59
}

.bs .divider_double .div_gap {
  height: 4px;
  background: transparent
}

.bs .hesit_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 48px;
  align-items: center
}

.bs .hesit_img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  position: relative
}

.bs .hesit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%) contrast(1.05)
}

.bs .hesit_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(233deg, #5c168d73 0%, #18121f33 100%);
  z-index: 1;
  pointer-events: none
}

.bs .hesit_body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.bs .acc_line {
  width: 48px;
  height: 3px;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 100%);
  border-radius: 3px;
  flex-shrink: 0
}

.bs .h2_strip {
  display: inline-block;
  background: #5c168d4d;
  border-radius: 3px;
  padding: 4px 12px
}

.bs .h2_strip h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.bs .body_wide {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3c7;
  margin: 0
}

.bs .body_narrow {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  margin: 0;
  max-width: 320px
}

.bs .hesit_note {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 24px;
  background: #98239f1f;
  border-radius: 20px;
  border-top: 2px solid #98239f73;
  border-bottom: 1px solid #5c168d33;
  box-shadow: inset -1px 3px 6px -1px #5c168d12
}

.bs .hesit_note_icon {
  flex-shrink: 0;
  margin-top: 4px
}

.bs .hesit_note_icon svg {
  display: block
}

.bs .hesit_note p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3cc;
  margin: 0
}

.bs .fit_section {
  background: linear-gradient(233deg, #0e0a14 0%, #1e0f2a 45%, #18121f 100%);
  padding: 96px 0 48px;
  position: relative
}

.bs .fit_section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #98239f80, transparent);
  pointer-events: none
}

.bs .fit_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.bs .fit_head {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.bs .h2_fit {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.bs .fit_sub {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  max-width: 520px;
  margin: 0
}

.bs .fit_cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.bs .fit_col_top {
  grid-column: 1 / 4;
  height: 3px;
  background: linear-gradient(90deg, #5C168D 0%, #98239F 50%, #98239f33 100%);
  border-radius: 3px;
  margin-bottom: -12px
}

.bs .fit_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #98239f2e;
  background: #18121fb3;
  box-shadow: inset -1px 3px 6px -1px #5c168d12 -1px 5px 28px -1px #5c168d17;
  transition: border-color .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.bs .fit_card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: border-color .5s ease-in-out;
  pointer-events: none
}

.bs .fit_card:hover::after {
  border-color: #98239f8c
}

.bs .fit_card:hover {
  border-color: #98239f59;
  box-shadow: inset -1px 3px 6px -1px #5c168d12 -1px 8px 52px -1px #5c168d1a;
  filter: brightness(0.92)
}

.bs .fit_card_icon {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #5c168d59;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.bs .fit_card_icon svg {
  display: block
}

.bs .fit_card h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  margin: 0;
  background: #5c168d40;
  border-radius: 3px;
  padding: 4px 8px;
  display: inline-block
}

.bs .fit_card p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3ad;
  margin: 0
}

.bs .fit_images_row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 24px
}

.bs .fit_img_main {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: -1px 5px 28px -1px #5c168d17
}

.bs .fit_img_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.bs .fit_img_side {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: -1px 3px 6px -1px #5c168d12
}

.bs .fit_img_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%)
}

.bs .divider_shape {
  max-width: 1200px;
  margin: 48px auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.bs .div_line_thick {
  height: 2px;
  flex: 1;
  background: #5c168d4d
}

.bs .div_diamond {
  width: 10px;
  height: 10px;
  background: #98239F;
  transform: rotate(45deg);
  border-radius: 3px;
  flex-shrink: 0
}

.bs .div_line_thin {
  height: 1px;
  flex: 3;
  background: #98239f33
}

.bs .support_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 48px;
  align-items: start
}

.bs .support_img_col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.bs .support_img_top {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  position: relative
}

.bs .support_img_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.bs .support_img_top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(233deg, #5c168d4d 0%, transparent 70%);
  pointer-events: none
}

.bs .support_outlined {
  position: relative;
  border-radius: 32px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bs .support_outlined::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  border: 1px solid #98239f59;
  pointer-events: none
}

.bs .support_outlined_label {
  font-size: 16px;
  line-height: 1.5;
  color: #eddef38c;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em
}

.bs .support_outlined_val {
  font-size: 24px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.bs .support_body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.bs .h3_support {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0
}

.bs .h3_strip {
  display: inline-block;
  background: #5c168d4d;
  border-radius: 3px;
  padding: 4px 12px
}

.bs .support_items {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.bs .sup_item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 24px;
  border-radius: 20px;
  background: #5c168d1a;
  border: 1px solid #98239f26;
  box-shadow: inset -1px 3px 6px -1px #5c168d12;
  transition: background .5s ease-in-out, border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bs .sup_item:hover {
  background: #5c168d2e;
  border-color: #98239f52;
  filter: brightness(0.93)
}

.bs .sup_item_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.bs .sup_item_icon svg {
  display: block
}

.bs .sup_item_text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.bs .sup_item_text h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #EDDEF3;
  margin: 0
}

.bs .sup_item_text p {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  margin: 0
}

.bs .support_closing {
  font-size: 16px;
  line-height: 1.75;
  color: #eddef3a6;
  margin: 0;
  max-width: 420px
}

.bs .outlined_shape_bg {
  position: absolute;
  right: -60px;
  top: 80px;
  width: 320px;
  height: 320px;
  border-radius: 32px;
  border: 1px solid #98239f12;
  transform: rotate(18deg);
  pointer-events: none
}

.bs .outlined_shape_bg2 {
  position: absolute;
  right: -30px;
  top: 120px;
  width: 220px;
  height: 220px;
  border-radius: 20px;
  border: 1px solid #5c168d0f;
  transform: rotate(32deg);
  pointer-events: none
}

@media (max-width: 900px) {
  .bs .grid_bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 48px 24px 24px
  }

  .bs .bento_img_cell {
    grid-column: 1;
    grid-row: 3
  }

  .bs .bento_text_top {
    grid-column: 1;
    grid-row: 1
  }

  .bs .bento_text_bot {
    grid-column: 1;
    grid-row: 2
  }

  .bs .h1_main {
    font-size: 44px
  }

  .bs .hesit_wrap {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .bs .fit_cols {
    grid-template-columns: 1fr 1fr
  }

  .bs .fit_col_top {
    grid-column: 1 / 3
  }

  .bs .fit_images_row {
    grid-template-columns: 1fr
  }

  .bs .fit_img_side {
    display: none
  }

  .bs .support_section {
    grid-template-columns: 1fr;
    padding: 48px 24px
  }

  .bs .fit_inner {
    padding: 0 24px
  }

  .bs .divider_double {
    padding: 0 24px
  }

  .bs .divider_shape {
    padding: 0 24px
  }
}

@media (max-width: 600px) {
  .bs .grid_bento {
    padding: 24px 12px 12px;
    gap: 12px
  }

  .bs .h1_main {
    font-size: 44px
  }

  .bs .h2_strip h2 {
    font-size: 24px
  }

  .bs .h2_fit {
    font-size: 24px
  }

  .bs .h3_support {
    font-size: 24px
  }

  .bs .stat_num {
    font-size: 24px
  }

  .bs .bento_stat_row {
    flex-direction: column;
    gap: 12px
  }

  .bs .fit_cols {
    grid-template-columns: 1fr
  }

  .bs .fit_col_top {
    grid-column: 1
  }

  .bs .hesit_wrap {
    padding: 24px 12px
  }

  .bs .fit_inner {
    padding: 0 12px
  }

  .bs .support_section {
    padding: 24px 12px 48px
  }

  .bs .divider_double {
    padding: 0 12px
  }

  .bs .divider_shape {
    padding: 0 12px
  }
}

.success_pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #18101f
}

.success_pg .success_card {
  max-width: 560px;
  width: 100%;
  background: #221430;
  border-radius: 20px;
  padding: 48px;
  box-shadow: -1px 8px 52px -1px #5c168d1a;
  text-align: center;
  border: 1px solid #98239f2e
}

.success_pg .check_wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 55%, #EDDEF3 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.success_pg .check_wrap svg {
  width: 36px;
  height: 36px;
  display: block
}

.success_pg .success_title {
  font-size: 44px;
  line-height: 1.2;
  color: #EDDEF3;
  margin: 0 0 12px
}

.success_pg .success_sub {
  font-size: 16px;
  line-height: 1.75;
  color: #b89ec7;
  margin: 0 0 48px
}

.success_pg .accent_bar {
  width: 40px;
  height: 3px;
  background: linear-gradient(233deg, #5C168D 0%, #98239F 60%, #EDDEF3 100%);
  border-radius: 3px;
  margin: 0 auto 24px
}

.success_pg .home_btn {
  display: inline-block;
  padding: 12px 48px;
  background: #EDDEF3;
  color: #18101f;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success_pg .home_btn:hover {
  opacity: .82;
  background: #d8c4e8
}

.success_pg .home_btn:focus {
  outline: 2px solid #98239F;
  outline-offset: 4px
}

.success_pg .home_btn:active {
  opacity: .68
}

@media (max-width: 600px) {
  .success_pg {
    padding: 48px 12px
  }

  .success_pg .success_card {
    padding: 24px
  }

  .success_pg .success_title {
    font-size: 24px
  }
}