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

html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Nunito', sans-serif;
  background-color: #141016;
  color: #f2ecf3
}

.site-header {
  border-bottom: 1px solid #b874b647;
  background: linear-gradient(180deg, #1a0f1c 0%, #160d18 60%, #120b14 100%);
  box-shadow: -1px 7px 20px 0 #b874b61a;
  position: relative
}

.header-top-bar {
  background: #b874b617;
  border-bottom: 1px solid #b874b626;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  max-width: 1500px;
  margin: 0 auto
}

.header-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #DBCBDF;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.header-contact-item:hover,
.header-contact-item:focus {
  color: #B874B6;
  outline: none
}

.header-contact-item:focus-visible {
  outline: 2px dashed #B874B6;
  outline-offset: 4px;
  border-radius: 4px
}

.header-contact-item i {
  font-size: 16px;
  color: #B874B6
}

.header-brand-row {
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.brand-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.logo-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #f0ebf012;
  box-shadow: 0 0 0 2px #b874b673 -1px 3px 4px 0 #b874b612 -1px 7px 20px 0 #b874b61a;
  padding: 8px;
  transition: box-shadow .38s ease-in-out
}

.logo-ring:hover {
  box-shadow: 0 0 0 2px #b874b6bf -1px 7px 20px 0 #b874b62e
}

.logo-ring img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block
}

.brand-name {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #f2ecf3;
  text-align: center
}

.brand-name span {
  color: #B874B6
}

.social-proof-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #b874b612;
  border: 1px solid #b874b62e;
  border-radius: 22px;
  padding: 8px 24px
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #DBCBDF;
  letter-spacing: .01em
}

.proof-item i {
  color: #B874B6;
  font-size: 16px
}

.proof-divider {
  width: 1px;
  height: 16px;
  background: #b874b64d
}

.primary-nav {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px 24px
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.nav-list li {
  display: flex
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #DBCBDF;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  min-height: 44px;
  transition: color .32s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .36s cubic-bezier(0.34, 1.2, 0.64, 1), background .4s ease-in-out;
  position: relative
}

.nav-link::after {
  content: '';
  display: block;
  position: absolute;
  inset: 3px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none
}

.nav-link:hover,
.nav-link:focus {
  color: #f2ecf3;
  background: #b874b61f;
  border-color: #b874b659;
  outline: none
}

.nav-link:hover::after,
.nav-link:focus::after {
  border-color: #b874b638
}

.nav-link:focus-visible {
  outline: 2px dashed #B874B6;
  outline-offset: 3px
}

.nav-link i {
  font-size: 16px;
  color: #B874B6;
  flex-shrink: 0
}

.nav-link--active {
  color: #f2ecf3;
  background: #b874b626;
  border-color: #b874b666
}

.site-footer {
  border-top: 1px solid #b874b638;
  background: linear-gradient(0deg, #100c12 0%, #160d18 100%);
  padding: 24px
}

.footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px
}

.footer-divider {
  width: 1px;
  height: 20px;
  background: #b874b640;
  flex-shrink: 0
}

.footer-about {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em;
  flex: 1;
  min-width: 200px
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #DBCBDF;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color .33s ease-in-out, background .38s ease-in-out
}

.footer-nav-link:hover,
.footer-nav-link:focus {
  color: #B874B6;
  background: #b874b614;
  outline: none
}

.footer-nav-link:focus-visible {
  outline: 2px dashed #B874B6;
  outline-offset: 3px
}

.footer-copyright {
  font-size: 16px;
  line-height: 1.2;
  color: #dbcbdf8c;
  letter-spacing: .01em;
  white-space: nowrap
}

.footer-logo-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto
}

.footer-logo-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #f0ebf00f;
  box-shadow: 0 0 0 1px #b874b659 -1px 3px 4px 0 #b874b612;
  padding: 8px
}

.footer-logo-ring img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block
}

.cookie-tray {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1200;
  width: 360px;
  max-width: calc(100vw - 48px);
  background: #1e1121;
  border: 1px solid #b874b659;
  border-radius: 14px;
  box-shadow: -1px 12px 44px 0 #b874b624;
  padding: 24px;
  font-family: 'Nunito', sans-serif
}

.cookie-tray-headline {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #f2ecf3;
  margin: 0 0 8px
}

.cookie-tray-text {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em;
  margin: 0 0 16px
}

.cookie-tray-text a {
  color: #B874B6;
  text-decoration: underline;
  transition: color .33s ease-in-out
}

.cookie-tray-text a:hover,
.cookie-tray-text a:focus {
  color: #DBCBDF;
  outline: none
}

.cookie-tray-text a:focus-visible {
  outline: 2px dashed #B874B6;
  outline-offset: 2px;
  border-radius: 1px
}

.cookie-tray-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px
}

.cookie-btn {
  background: none;
  border: none;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  text-decoration: underline;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  line-height: 1.2;
  min-height: 44px;
  display: flex;
  align-items: center
}

.cookie-btn:focus-visible {
  outline: 2px dashed #B874B6;
  outline-offset: 3px;
  border-radius: 1px
}

.cookie-btn--accept {
  color: #B874B6
}

.cookie-btn--accept:hover,
.cookie-btn--accept:focus {
  color: #f2ecf3
}

.cookie-btn--decline {
  color: #DBCBDF
}

.cookie-btn--decline:hover,
.cookie-btn--decline:focus {
  color: #f2ecf3
}

.cookie-btn--settings {
  color: #dbcbdf99;
  font-weight: 400;
  font-size: 16px
}

.cookie-btn--settings:hover,
.cookie-btn--settings:focus {
  color: #DBCBDF
}

.cookie-toggles {
  display: none;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #b874b633;
  padding-top: 16px;
  margin-top: 8px
}

.cookie-toggles.open {
  display: flex
}

.toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.toggle-label {
  font-size: 16px;
  line-height: 1.2;
  color: #DBCBDF;
  letter-spacing: .01em
}

.toggle-switch {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.toggle-track {
  position: absolute;
  inset: 0;
  background: #b874b633;
  border-radius: 22px;
  cursor: pointer;
  transition: background .35s ease-in-out;
  box-shadow: inset 0 2px 4px #b874b626
}

.toggle-switch input:checked+.toggle-track {
  background: #B874B6
}

.toggle-track::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #f2ecf3;
  border-radius: 22px;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.toggle-switch input:checked+.toggle-track::before {
  transform: translateX(18px)
}

.toggle-switch input:focus-visible+.toggle-track {
  outline: 2px dashed #B874B6;
  outline-offset: 3px
}

.opt-out-row {
  border-top: 1px solid #b874b626;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.opt-out-label {
  font-size: 16px;
  line-height: 1.2;
  color: #dbcbdfbf;
  letter-spacing: .01em
}

@media (max-width: 768px) {
  .header-top-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px
  }

  .header-brand-row {
    padding: 16px 16px 8px
  }

  .social-proof-strip {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 16px;
    gap: 8px
  }

  .proof-divider {
    display: none
  }

  .primary-nav {
    padding: 0 16px 16px
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .footer-logo-anchor {
    margin-left: 0;
    align-self: flex-end
  }

  .footer-divider {
    display: none
  }

  .footer-copyright {
    white-space: normal
  }
}

@media (max-width: 320px) {
  .brand-name {
    font-size: 19px
  }

  .nav-link {
    font-size: 16px;
    padding: 8px
  }

  .cookie-tray {
    right: 8px;
    top: 8px;
    max-width: calc(100vw - 16px);
    padding: 16px
  }
}

.legal-section {
  background: #130d14;
  color: #e8dcea;
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: .01em
}

.legal-section ul,
.legal-section ol {
  margin: 16px 0 24px 24px;
  padding: 0
}

.legal-section ul {
  list-style: none;
  margin-left: 0
}

.legal-section ul li {
  padding-left: 24px;
  position: relative
}

.legal-section ul li::before {
  background: #B874B6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 4px;
  position: absolute;
  top: 11px;
  width: 6px
}

.legal-section ol {
  list-style: decimal;
  padding-left: 24px
}

.legal-section li {
  color: #e8dcea;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px
}

.legal-section li:last-child {
  margin-bottom: 0
}

.legal-section strong,
.legal-section b {
  color: #DBCBDF;
  font-weight: 700;
  letter-spacing: .02em
}

.legal-section em,
.legal-section i {
  color: #cdb8d1;
  font-style: italic
}

.legal-section a {
  border-bottom: 1px solid #b874b666;
  color: #B874B6;
  display: inline;
  text-decoration: none;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-bottom-color .38s ease-in-out
}

.legal-section a:hover {
  border-bottom-color: #B874B6;
  color: #DBCBDF
}

.legal-section table {
  border-collapse: collapse;
  border-radius: 8px;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  font-size: 16px;
  margin: 24px 0;
  overflow: hidden;
  width: 100%
}

.legal-section thead {
  background: #b874b62e
}

.legal-section thead tr {
  border-bottom: 2px solid #b874b659
}

.legal-section th {
  color: #DBCBDF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  padding: 16px;
  text-align: left
}

.legal-section tbody tr {
  border-bottom: 1px solid #dbcbdf14;
  transition: background .33s ease-in-out
}

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

.legal-section tbody tr:hover {
  background: #b874b612
}

.legal-section td {
  color: #e8dcea;
  font-size: 16px;
  line-height: 1.7;
  padding: 16px;
  vertical-align: top
}

.legal-section div {
  margin-bottom: 16px
}

@media (max-width: 768px) {
  .legal-section {
    padding: 24px 16px
  }

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

  .legal-section th,
  .legal-section td {
    padding: 8px
  }
}

@media (max-width: 320px) {
  .legal-section {
    padding: 16px 8px
  }

  .legal-section ul,
  .legal-section ol {
    margin-left: 8px
  }
}

.affiliate {
  background-color: #0e0a0f;
  color: #F0EBF0;
  overflow-x: clip;
  position: relative
}

.affiliate .page-band {
  width: 100%;
  background: linear-gradient(135deg, #B874B6 0%, #8a4e8c 100%);
  padding: 8px 0
}

.affiliate .page-band-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.affiliate .page-band-inner span {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #0e0a0f;
  font-weight: 700
}

.affiliate .intro-strip {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
  position: relative
}

.affiliate .intro-strip::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 48px;
  width: 80px;
  height: 1px;
  background: #B874B6;
  opacity: .5
}

.affiliate .intro-strip::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 48px;
  width: 1px;
  height: 80px;
  background: #B874B6;
  opacity: .5
}

.affiliate .intro-text {
  padding-top: 24px
}

.affiliate .intro-text h1 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 24px
}

.affiliate .intro-text h1 .word-accent {
  color: #B874B6
}

.affiliate .intro-text h1 .word-rest {
  color: #F0EBF0
}

.affiliate .intro-text p {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #DBCBDF;
  margin: 0 0 16px;
  max-width: 600px
}

.affiliate .intro-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #B874B6;
  font-size: 16px;
  letter-spacing: .02em;
  text-decoration: none;
  margin-top: 8px;
  padding: 16px 24px;
  border: 1px solid #B874B6;
  border-radius: 4px;
  position: relative;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: -1px 3px 4px 0 #b874b612
}

.affiliate .intro-link::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid #B874B6;
  border-radius: 2px;
  opacity: 0;
  transition: opacity .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .intro-link:hover {
  background: #b874b61f;
  color: #F0EBF0
}

.affiliate .intro-link:hover::after {
  opacity: 1
}

.affiliate .intro-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  flex-shrink: 0;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .intro-link:hover svg {
  transform: translateX(4px)
}

.affiliate .intro-image-col {
  position: relative
}

.affiliate .intro-image-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.affiliate .intro-image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: filter .4s ease-in-out;
  filter: brightness(0.75) saturate(0.8)
}

.affiliate .intro-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #b874b673 0%, #0e0a0f4d 100%);
  pointer-events: none;
  transition: opacity .38s ease-in-out
}

.affiliate .intro-image-wrap:hover img {
  filter: brightness(0.95) saturate(1.1)
}

.affiliate .intro-image-wrap:hover::after {
  opacity: .3
}

.affiliate .corner-line-br {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 60px;
  height: 60px;
  pointer-events: none
}

.affiliate .corner-line-br::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 1px;
  background: #DBCBDF;
  opacity: .3
}

.affiliate .corner-line-br::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 60px;
  background: #DBCBDF;
  opacity: .3
}

.affiliate .divider-band {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #B874B6 0%, #DBCBDF 60%, #b874b633 100%)
}

.affiliate .terms-section {
  background: linear-gradient(180deg, #b874b612 0%, #0e0a0f00 100%);
  padding: 48px 0
}

.affiliate .terms-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start
}

.affiliate .terms-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}

.affiliate .stat-ring-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  background: #b874b614;
  border-radius: 14px;
  border: 1px solid #b874b62e;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  gap: 8px
}

.affiliate .ring-wrap {
  position: relative;
  width: 80px;
  height: 80px
}

.affiliate .ring-wrap svg {
  width: 80px;
  height: 80px;
  transform: rotate(-90deg)
}

.affiliate .ring-track {
  fill: none;
  stroke: #b874b62e;
  stroke-width: 6
}

.affiliate .ring-fill {
  fill: none;
  stroke: #B874B6;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .ring-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  line-height: 1.2;
  color: #F0EBF0;
  font-weight: 700;
  letter-spacing: .01em
}

.affiliate .stat-ring-item .stat-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  text-align: center;
  letter-spacing: .01em
}

.affiliate .terms-main h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 24px;
  text-align: center
}

.affiliate .terms-main h2 .word-accent {
  color: #B874B6
}

.affiliate .terms-main h2 .word-rest {
  color: #F0EBF0
}

.affiliate .terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.affiliate .term-card {
  background: #dbcbdf0d;
  border: 1px solid #dbcbdf1f;
  border-radius: 14px;
  padding: 24px;
  box-shadow: -1px 7px 20px 0 #dbcbdf12;
  transition: border-color .36s ease-in-out, box-shadow .4s ease-in-out
}

.affiliate .term-card:hover {
  border-color: #b874b666;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.affiliate .term-card h4 {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #B874B6;
  margin: 0 0 8px
}

.affiliate .term-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .01em
}

.affiliate .divider-dots {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 16px 0
}

.affiliate .divider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #B874B6;
  opacity: .4;
  display: block
}

.affiliate .divider-dots span:nth-child(2) {
  opacity: .7;
  width: 24px
}

.affiliate .divider-dots span:nth-child(3) {
  opacity: .4
}

.affiliate .how-section {
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.affiliate .how-section-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, #b874b617 0%, #0e0a0f00 70%);
  pointer-events: none;
  animation: zone-shift 12s ease-in-out infinite alternate
}

@keyframes zone-shift {
  0% {
    opacity: .7;
    transform: scale(1) translateX(0)
  }

  100% {
    opacity: 1;
    transform: scale(1.08) translateX(2%)
  }
}

.affiliate .how-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px
}

.affiliate .how-inner h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 48px
}

.affiliate .how-inner h2 .word-accent {
  color: #B874B6
}

.affiliate .how-inner h2 .word-rest {
  color: #F0EBF0
}

.affiliate .how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.affiliate .step-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  border-top: 2px solid #b874b64d;
  background: #0e0a0f99;
  transition: border-top-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .step-item:hover {
  border-top-color: #B874B6;
  transform: translateY(-4px)
}

.affiliate .step-number {
  font-size: 42px;
  line-height: 1.2;
  color: #b874b640;
  font-weight: 700;
  letter-spacing: .01em
}

.affiliate .step-item h4 {
  font-size: 19px;
  line-height: 1.2;
  color: #F0EBF0;
  margin: 0;
  letter-spacing: .01em
}

.affiliate .step-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .01em
}

.affiliate .divider-full {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b874b600 0%, #B874B6 30%, #DBCBDF 70%, #dbcbdf00 100%)
}

.affiliate .voices-section {
  padding: 48px 0;
  background: #dbcbdf08
}

.affiliate .voices-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px
}

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

.affiliate .voices-header h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0;
  text-align: center;
  flex: 1
}

.affiliate .voices-header h2 .word-accent {
  color: #B874B6
}

.affiliate .voices-header h2 .word-rest {
  color: #F0EBF0
}

.affiliate .voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.affiliate .voice-card {
  padding: 24px;
  border-radius: 14px;
  background: #b874b60f;
  border: 1px solid #b874b624;
  box-shadow: -1px 3px 4px 0 #b874b612;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .4s ease-in-out, box-shadow .42s ease-in-out
}

.affiliate .voice-card:hover {
  background: #b874b61c;
  box-shadow: -1px 7px 20px 0 #b874b61a
}

.affiliate .voice-quote {
  font-size: 16px;
  line-height: 1.7;
  color: #F0EBF0;
  letter-spacing: .01em;
  margin: 0
}

.affiliate .voice-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.affiliate .voice-avatar {
  width: 36px;
  height: 36px;
  border-radius: 22px;
  background: linear-gradient(135deg, #B874B6 0%, #8a4e8c 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.affiliate .voice-avatar svg {
  width: 18px;
  height: 18px;
  fill: #F0EBF0
}

.affiliate .voice-name {
  font-size: 16px;
  line-height: 1.2;
  color: #DBCBDF;
  letter-spacing: .01em
}

.affiliate .voice-role {
  font-size: 16px;
  line-height: 1.2;
  color: #dbcbdf8c;
  letter-spacing: .01em
}

.affiliate .contact-cta-section {
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.affiliate .contact-cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #b874b61f 0%, #b874b60a 100%);
  pointer-events: none
}

.affiliate .contact-cta-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.affiliate .cta-text {
  flex: 1
}

.affiliate .cta-text h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px
}

.affiliate .cta-text h2 .word-accent {
  color: #B874B6
}

.affiliate .cta-text h2 .word-rest {
  color: #F0EBF0
}

.affiliate .cta-text p {
  font-size: 19px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  max-width: 560px;
  letter-spacing: .01em
}

.affiliate .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0
}

.affiliate .cta-link-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #B874B6;
  color: #0e0a0f;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 4px;
  border: 2px solid #B874B6;
  position: relative;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  transition: background .36s cubic-bezier(0.34, 1.2, 0.64, 1), color .36s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out
}

.affiliate .cta-link-primary::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid #0e0a0f4d;
  border-radius: 2px;
  opacity: 0;
  transition: opacity .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .cta-link-primary:hover {
  background: #0e0a0f;
  color: #B874B6;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.affiliate .cta-link-primary:hover::after {
  opacity: 1
}

.affiliate .cta-link-primary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .cta-link-primary:hover svg {
  transform: translateX(4px)
}

.affiliate .cta-link-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #DBCBDF;
  font-size: 16px;
  letter-spacing: .02em;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #dbcbdf33;
  position: relative;
  transition: color .38s ease-in-out, border-color .38s ease-in-out
}

.affiliate .cta-link-secondary::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid #dbcbdf26;
  border-radius: 2px;
  opacity: 0;
  transition: opacity .44s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .cta-link-secondary:hover {
  color: #F0EBF0;
  border-color: #b874b666
}

.affiliate .cta-link-secondary:hover::after {
  opacity: 1
}

.affiliate .cta-link-secondary svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.affiliate .cta-link-secondary:hover svg {
  transform: translateX(4px)
}

@media (max-width: 1024px) {
  .affiliate .intro-strip {
    grid-template-columns: 1fr 260px;
    padding: 48px 24px;
    gap: 24px
  }

  .affiliate .intro-text h1 {
    font-size: 42px
  }

  .affiliate .terms-inner {
    grid-template-columns: 1fr;
    padding: 0 24px
  }

  .affiliate .terms-sidebar {
    grid-template-columns: repeat(3, 1fr)
  }

  .affiliate .terms-grid {
    grid-template-columns: 1fr
  }

  .affiliate .how-steps {
    grid-template-columns: 1fr 1fr
  }

  .affiliate .how-inner {
    padding: 0 24px
  }

  .affiliate .voices-inner {
    padding: 0 24px
  }

  .affiliate .voices-grid {
    grid-template-columns: 1fr 1fr
  }

  .affiliate .contact-cta-inner {
    flex-direction: column;
    padding: 0 24px;
    gap: 24px
  }

  .affiliate .page-band-inner {
    padding: 0 24px
  }
}

@media (max-width: 768px) {
  .affiliate .intro-strip {
    grid-template-columns: 1fr;
    padding: 24px 16px
  }

  .affiliate .intro-image-col {
    display: none
  }

  .affiliate .intro-text h1 {
    font-size: 30px
  }

  .affiliate .intro-text p {
    font-size: 16px
  }

  .affiliate .terms-inner {
    padding: 0 16px
  }

  .affiliate .terms-sidebar {
    grid-template-columns: 1fr 1fr
  }

  .affiliate .terms-grid {
    grid-template-columns: 1fr
  }

  .affiliate .how-steps {
    grid-template-columns: 1fr
  }

  .affiliate .how-inner {
    padding: 0 16px
  }

  .affiliate .how-inner h2 {
    font-size: 30px
  }

  .affiliate .voices-inner {
    padding: 0 16px
  }

  .affiliate .voices-grid {
    grid-template-columns: 1fr
  }

  .affiliate .voices-header {
    flex-direction: column;
    align-items: flex-start
  }

  .affiliate .voices-header h2 {
    font-size: 30px;
    text-align: left
  }

  .affiliate .contact-cta-inner {
    padding: 0 16px
  }

  .affiliate .cta-text h2 {
    font-size: 30px
  }

  .affiliate .page-band-inner {
    padding: 0 16px
  }

  .affiliate .terms-section {
    padding: 24px 0
  }

  .affiliate .how-section {
    padding: 24px 0
  }

  .affiliate .voices-section {
    padding: 24px 0
  }

  .affiliate .contact-cta-section {
    padding: 24px 0
  }
}

@media (max-width: 320px) {
  .affiliate .intro-text h1 {
    font-size: 23px
  }

  .affiliate .terms-sidebar {
    grid-template-columns: 1fr
  }

  .affiliate .cta-text h2 {
    font-size: 23px
  }

  .affiliate .voices-header h2 {
    font-size: 23px
  }

  .affiliate .how-inner h2 {
    font-size: 23px
  }
}

.contact-us-page {
  background-color: #0e0a0f;
  color: #F0EBF0;
  overflow-x: clip
}

.contact-us-page .grid-max {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.contact-us-page .title-area {
  padding-top: 72px;
  padding-bottom: 32px;
  background: linear-gradient(170deg, #b874b62e 0%, #b874b60a 100%);
  border-bottom: 1px solid #b874b62e;
  position: relative
}

.contact-us-page .title-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(170deg, #b874b61a 0%, transparent 60%);
  pointer-events: none
}

.contact-us-page .title-deco {
  display: inline-block;
  border: 1.5px dashed #b874b673;
  border-radius: 8px;
  padding: 4px 16px;
  margin-bottom: 16px
}

.contact-us-page .title-deco-text {
  font-size: 16px;
  color: #B874B6;
  letter-spacing: .02em;
  line-height: 1.2
}

.contact-us-page .title-area h1 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 16px;
  color: #F0EBF0
}

.contact-us-page .title-area h1 span.accent-word {
  color: #B874B6
}

.contact-us-page .title-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #DBCBDF;
  max-width: 600px;
  letter-spacing: .01em
}

.contact-us-page .contact-layout {
  padding-top: 48px;
  padding-bottom: 48px
}

.contact-us-page .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: start
}

.contact-us-page .info-column {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us-page .info-card {
  background: linear-gradient(145deg, #b874b61a 0%, #0e0a0fcc 100%);
  border: 1px solid #b874b633;
  border-radius: 14px;
  padding: 24px;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out
}

.contact-us-page .info-card:hover {
  border-color: #b874b673;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.contact-us-page .info-card-label {
  font-size: 16px;
  color: #B874B6;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.contact-us-page .info-card-label i {
  font-size: 19px;
  color: #B874B6
}

.contact-us-page .info-card-value {
  font-size: 19px;
  color: #F0EBF0;
  line-height: 1.7;
  letter-spacing: .01em
}

.contact-us-page .info-card-value a {
  color: #DBCBDF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s ease-in-out
}

.contact-us-page .info-card-value a:hover {
  color: #B874B6;
  border-bottom-color: #B874B6
}

.contact-us-page .metric-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #b874b614;
  border-radius: 8px;
  border: 1px solid #b874b626;
  padding: 16px
}

.contact-us-page .metric-num {
  font-size: 42px;
  color: #B874B6;
  line-height: 1.2;
  letter-spacing: .01em
}

.contact-us-page .metric-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.contact-us-page .arrow-svg {
  width: 24px;
  height: 24px
}

.contact-us-page .metric-label {
  font-size: 16px;
  color: #DBCBDF;
  line-height: 1.7;
  letter-spacing: .01em
}

.contact-us-page .metric-num-2 {
  font-size: 30px;
  color: #DBCBDF;
  line-height: 1.2;
  letter-spacing: .01em
}

.contact-us-page .form-column {
  background: linear-gradient(155deg, #dbcbdf12 0%, #0e0a0ff2 100%);
  border: 1px solid #b874b638;
  border-radius: 22px;
  padding: 48px;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.contact-us-page .form-heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 8px;
  color: #F0EBF0
}

.contact-us-page .form-heading span.accent-word {
  color: #B874B6
}

.contact-us-page .form-sub {
  font-size: 16px;
  color: #DBCBDF;
  line-height: 1.7;
  letter-spacing: .01em;
  margin-bottom: 24px
}

.contact-us-page .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.contact-us-page .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.contact-us-page .field-label {
  font-size: 16px;
  color: #DBCBDF;
  letter-spacing: .01em;
  line-height: 1.2
}

.contact-us-page .field-input {
  background: #0e0a0fcc;
  border: 1px solid #b874b640;
  border-radius: 8px;
  padding: 16px;
  color: #F0EBF0;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.2;
  box-shadow: inset -1px 2px 4px 0 #b874b612;
  transition: border-color .36s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  outline: none
}

.contact-us-page .field-input::placeholder {
  color: #dbcbdf66
}

.contact-us-page .field-input:focus {
  border-color: #B874B6;
  box-shadow: inset -1px 2px 4px 0 #b874b61a -1px 3px 4px 0 #b874b612
}

.contact-us-page .rating-group {
  margin-bottom: 24px
}

.contact-us-page .rating-label-text {
  font-size: 16px;
  color: #DBCBDF;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 8px;
  display: block
}

.contact-us-page .rating-options {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.contact-us-page .rating-option {
  position: relative
}

.contact-us-page .rating-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.contact-us-page .rating-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #b874b647;
  background: #0e0a0fb3;
  color: #DBCBDF;
  font-size: 19px;
  cursor: pointer;
  transition: background .33s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s ease-in-out, color .33s ease-in-out;
  box-shadow: -1px 3px 4px 0 #b874b612;
  letter-spacing: .01em;
  line-height: 1.2
}

.contact-us-page .rating-option input[type="radio"]:checked+label {
  background: #b874b640;
  border-color: #B874B6;
  color: #F0EBF0;
  box-shadow: -1px 7px 20px 0 #b874b61a
}

.contact-us-page .rating-option label:hover {
  background: #b874b626;
  border-color: #b874b68c;
  color: #F0EBF0
}

.contact-us-page .rating-option input[type="radio"]:focus+label {
  outline: 2px solid #B874B6;
  outline-offset: 2px
}

.contact-us-page .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px
}

.contact-us-page .privacy-checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #B874B6;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: inset -1px 2px 3px 0 #b874b612
}

.contact-us-page .privacy-text {
  font-size: 16px;
  color: #DBCBDF;
  line-height: 1.7;
  letter-spacing: .01em
}

.contact-us-page .privacy-text a {
  color: #B874B6;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .34s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.contact-us-page .privacy-text a:hover {
  color: #DBCBDF
}

.contact-us-page .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid #B874B6;
  border-radius: 4px;
  color: #B874B6;
  font-size: 19px;
  letter-spacing: .02em;
  line-height: 1.2;
  padding: 16px 24px;
  cursor: pointer;
  position: relative;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s ease-in-out;
  box-shadow: -1px 3px 4px 0 #b874b612
}

.contact-us-page .submit-btn::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid transparent;
  border-radius: 1px;
  transition: border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  pointer-events: none
}

.contact-us-page .submit-btn:hover {
  background: #b874b61f;
  color: #F0EBF0
}

.contact-us-page .submit-btn:hover::after {
  border-color: #b874b680
}

.contact-us-page .submit-btn:focus {
  outline: 2px solid #B874B6;
  outline-offset: 3px
}

.contact-us-page .submit-btn:active {
  background: #b874b638;
  box-shadow: inset -1px 2px 4px 0 #b874b61a
}

.contact-us-page .btn-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.contact-us-page .submit-btn:hover .btn-arrow {
  transform: translateX(5px)
}

.contact-us-page .infographic-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px 24px;
  background: #b874b60f;
  border-radius: 8px;
  border: 1px solid #b874b621;
  border-left: 4px solid #b874b666;
  margin-top: 24px
}

.contact-us-page .infographic-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.contact-us-page .infographic-item i {
  font-size: 23px;
  color: #B874B6
}

.contact-us-page .infographic-item-text {
  font-size: 16px;
  color: #DBCBDF;
  line-height: 1.2;
  letter-spacing: .01em
}

.contact-us-page .infographic-divider {
  width: 1px;
  height: 32px;
  background: #b874b638
}

.contact-us-page .reveal-row {
  opacity: 0;
  transform: translateY(18px);
  animation: row-appear .42s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.contact-us-page .reveal-row:nth-child(1) {
  animation-delay: .08s
}

.contact-us-page .reveal-row:nth-child(2) {
  animation-delay: .18s
}

.contact-us-page .reveal-row:nth-child(3) {
  animation-delay: .28s
}

.contact-us-page .reveal-row:nth-child(4) {
  animation-delay: .38s
}

@keyframes row-appear {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width: 1024px) {
  .contact-us-page .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contact-us-page .title-area h1 {
    font-size: 42px
  }

  .contact-us-page .form-column {
    padding: 32px
  }
}

@media (max-width: 768px) {
  .contact-us-page .title-area {
    padding-top: 48px;
    padding-bottom: 24px
  }

  .contact-us-page .title-area h1 {
    font-size: 30px
  }

  .contact-us-page .title-sub {
    font-size: 16px
  }

  .contact-us-page .field-row {
    grid-template-columns: 1fr
  }

  .contact-us-page .form-column {
    padding: 24px 16px
  }

  .contact-us-page .infographic-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .contact-us-page .infographic-divider {
    display: none
  }

  .contact-us-page .contact-layout {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width: 320px) {
  .contact-us-page .title-area h1 {
    font-size: 23px
  }

  .contact-us-page .grid-max {
    padding-left: 16px;
    padding-right: 16px
  }

  .contact-us-page .rating-options {
    gap: 4px
  }

  .contact-us-page .rating-option label {
    width: 40px;
    height: 40px;
    font-size: 16px
  }
}

.prime {
  background-color: #0e0a0f;
  color: #F0EBF0;
  overflow-x: clip;
  position: relative
}

.prime .prime-schema {
  display: none
}

.prime .title-block {
  position: relative;
  padding: 48px 24px;
  overflow: hidden
}

.prime .title-gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(137deg, #1a0a1c 0%, #2d1030 30%, #1f0a24 55%, #3a1040 80%, #1a0a1c 100%);
  background-size: 300% 300%;
  animation: gradshift 9s ease-in-out infinite;
  z-index: 0
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.prime .title-flicker {
  position: absolute;
  inset: 0;
  background: #b874b60a;
  animation: flicker 7s ease-in-out infinite;
  z-index: 1;
  pointer-events: none
}

@keyframes flicker {

  0%,
  100% {
    opacity: 1
  }

  15% {
    opacity: .7
  }

  30% {
    opacity: .95
  }

  50% {
    opacity: .6
  }

  65% {
    opacity: 1
  }

  80% {
    opacity: .8
  }
}

.prime .title-shapes {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden
}

.prime .title-shapes .shape-a {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 280px;
  height: 280px;
  border: 1px solid #b874b61f;
  border-radius: 22px;
  transform: rotate(22deg)
}

.prime .title-shapes .shape-b {
  position: absolute;
  bottom: -60px;
  left: -30px;
  width: 200px;
  height: 200px;
  border: 1px solid #dbcbdf14;
  border-radius: 22px;
  transform: rotate(-15deg)
}

.prime .title-shapes .shape-c {
  position: absolute;
  top: 30%;
  right: 20%;
  width: 120px;
  height: 120px;
  border: 1px solid #b874b612;
  border-radius: 14px;
  transform: rotate(40deg)
}

.prime .title-inner {
  position: relative;
  z-index: 3;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.prime .title-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.prime .title-descriptor {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .02em;
  border-left: 4px solid #B874B6;
  padding-left: 16px
}

.prime .title-heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.prime .title-heading .word-accent {
  color: #B874B6
}

.prime .title-heading .word-rest {
  color: #F0EBF0
}

.prime .title-sub {
  font-size: 19px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em;
  max-width: 480px
}

.prime .title-metric {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.prime .title-metric .metric-number {
  font-size: 42px;
  line-height: 1.2;
  color: #B874B6;
  letter-spacing: .01em
}

.prime .title-metric .metric-arrow {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prime .title-metric .metric-arrow svg {
  fill: #B874B6
}

.prime .title-metric .metric-label {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF
}

.prime .title-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #F0EBF0;
  text-decoration: none;
  letter-spacing: .02em;
  border: 1px solid #b874b666;
  padding: 16px 24px;
  border-radius: 4px;
  width: fit-content;
  position: relative;
  transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s ease-in-out
}

.prime .title-cta::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prime .title-cta:hover {
  color: #B874B6;
  border-color: #B874B6
}

.prime .title-cta:hover::after {
  border-color: #b874b659
}

.prime .title-image-col {
  position: relative
}

.prime .title-image-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.prime .title-image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease-in-out
}

.prime .title-image-wrapper:hover img {
  transform: scale(1.03)
}

.prime .title-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, transparent 40%, #0e0a0fa6 100%);
  pointer-events: none
}

.prime .title-image-overlay {
  position: absolute;
  inset: 0;
  background: #b874b62e;
  transition: opacity .38s ease-in-out;
  pointer-events: none
}

.prime .title-image-wrapper:hover .title-image-overlay {
  opacity: 0
}

.prime .conditions-block {
  padding: 48px 24px;
  background: #F0EBF0;
  position: relative
}

.prime .conditions-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#b874b60f 1px, transparent 1px), linear-gradient(90deg, #b874b60f 1px, transparent 1px), linear-gradient(#b874b608 1px, transparent 1px), linear-gradient(90deg, #b874b608 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px, 8px 8px, 8px 8px;
  pointer-events: none;
  z-index: 0
}

.prime .conditions-inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.prime .conditions-header {
  text-align: center
}

.prime .conditions-header h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 16px;
  color: #0e0a0f
}

.prime .conditions-header h2 .word-accent {
  color: #B874B6
}

.prime .conditions-header h2 .word-rest {
  color: #2d1030
}

.prime .conditions-header p {
  font-size: 19px;
  line-height: 1.7;
  color: #2d1030;
  max-width: 580px;
  margin: 0 auto;
  letter-spacing: .01em
}

.prime .conditions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.prime .condition-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid #b874b633;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .36s cubic-bezier(0.34, 1.2, 0.64, 1), transform .39s cubic-bezier(0.34, 1.2, 0.64, 1);
  animation: dropsettle .55s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.prime .condition-card:nth-child(2) {
  animation-delay: .08s
}

.prime .condition-card:nth-child(3) {
  animation-delay: .16s
}

@keyframes dropsettle {
  from {
    opacity: 0;
    transform: translateY(-24px)
  }

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

.prime .condition-card:hover {
  box-shadow: -1px 12px 44px 0 #b874b624;
  transform: translateY(-4px)
}

.prime .condition-card .card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(137deg, #b874b626 0%, #dbcbdf33 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

.prime .condition-card .card-icon svg {
  fill: #B874B6
}

.prime .condition-card h4 {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0e0a0f;
  margin: 0
}

.prime .condition-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2040;
  margin: 0;
  letter-spacing: .01em
}

.prime .conditions-image-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start
}

.prime .conditions-image-col {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #b874b61a
}

.prime .conditions-image-col img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .43s ease-in-out
}

.prime .conditions-image-col:hover img {
  transform: scale(1.04)
}

.prime .conditions-image-col .img-overlay {
  position: absolute;
  inset: 0;
  background: #b874b638;
  transition: opacity .37s ease-in-out;
  pointer-events: none
}

.prime .conditions-image-col:hover .img-overlay {
  opacity: 0
}

.prime .conditions-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 48px
}

.prime .conditions-text-col h3 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0e0a0f;
  margin: 0
}

.prime .conditions-text-col h3 .word-accent {
  color: #B874B6
}

.prime .conditions-text-col h3 .word-rest {
  color: #2d1030
}

.prime .conditions-text-col p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2040;
  margin: 0;
  letter-spacing: .01em
}

.prime .divider-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 0
}

.prime .divider-text .divider-line {
  flex: 1;
  height: 1px;
  background: #b874b640
}

.prime .divider-text .divider-word {
  font-size: 16px;
  color: #B874B6;
  letter-spacing: .02em
}

.prime .investment-block {
  padding: 48px 24px;
  background: #160d18;
  position: relative
}

.prime .investment-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 48px;
  align-items: start
}

.prime .investment-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prime .investment-left h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.prime .investment-left h2 .word-accent {
  color: #B874B6
}

.prime .investment-left h2 .word-rest {
  color: #F0EBF0
}

.prime .investment-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .01em
}

.prime .investment-rows {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prime .investment-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #b874b626;
  border-radius: 8px;
  background: #b874b60d;
  transition: background .34s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .37s ease-in-out
}

.prime .investment-row:hover {
  background: #b874b61f;
  border-color: #b874b666
}

.prime .investment-row .row-num {
  font-size: 30px;
  line-height: 1.2;
  color: #B874B6;
  letter-spacing: .01em;
  min-width: 48px
}

.prime .investment-row .row-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.prime .investment-row .row-text strong {
  font-size: 16px;
  color: #F0EBF0;
  letter-spacing: .01em
}

.prime .investment-row .row-text span {
  font-size: 16px;
  color: #DBCBDF;
  line-height: 1.7;
  letter-spacing: .01em
}

.prime .investment-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 48px
}

.prime .faq-card {
  background: #f0ebf00a;
  border: 1px solid #dbcbdf26;
  border-radius: 14px;
  padding: 24px;
  box-shadow: -1px 3px 4px 0 #b874b612
}

.prime .faq-card h5 {
  font-size: 16px;
  line-height: 1.7;
  color: #B874B6;
  margin: 0 0 8px;
  letter-spacing: .02em
}

.prime .faq-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .01em
}

.prime .investment-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.prime .investment-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .44s ease-in-out
}

.prime .investment-image-wrap:hover img {
  transform: scale(1.04)
}

.prime .investment-image-wrap .img-tint {
  position: absolute;
  inset: 0;
  background: #b874b633;
  transition: opacity .39s ease-in-out;
  pointer-events: none
}

.prime .investment-image-wrap:hover .img-tint {
  opacity: 0
}

.prime .gap-block {
  padding: 48px 24px;
  background: linear-gradient(160deg, #1a0a1c 0%, #0e0a0f 60%, #1f0a24 100%);
  position: relative
}

.prime .gap-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.prime .gap-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.prime .gap-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.prime .gap-text h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.prime .gap-text h2 .word-accent {
  color: #B874B6
}

.prime .gap-text h2 .word-rest {
  color: #F0EBF0
}

.prime .gap-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .01em
}

.prime .gap-image-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.prime .gap-image-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease-in-out
}

.prime .gap-image-wrap:hover img {
  transform: scale(1.04)
}

.prime .gap-image-wrap .img-tint {
  position: absolute;
  inset: 0;
  background: #b874b638;
  transition: opacity .41s ease-in-out;
  pointer-events: none
}

.prime .gap-image-wrap:hover .img-tint {
  opacity: 0
}

.prime .gap-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start
}

.prime .gap-before,
.prime .gap-after {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 14px
}

.prime .gap-before {
  background: #f0ebf00a;
  border: 1px solid #dbcbdf1a
}

.prime .gap-after {
  background: #b874b61a;
  border: 1px solid #b874b64d;
  box-shadow: -1px 7px 20px 0 #b874b61a
}

.prime .gap-before h4,
.prime .gap-after h4 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  margin: 0;
  text-transform: uppercase
}

.prime .gap-before h4 {
  color: #DBCBDF
}

.prime .gap-after h4 {
  color: #B874B6
}

.prime .gap-before ul,
.prime .gap-after ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prime .gap-before li,
.prime .gap-after li {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  padding-left: 16px;
  position: relative
}

.prime .gap-before li {
  color: #DBCBDF
}

.prime .gap-after li {
  color: #F0EBF0
}

.prime .gap-before li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 1px;
  background: #dbcbdf66
}

.prime .gap-after li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #B874B6
}

.prime .gap-arrow-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px
}

.prime .gap-arrow-divider svg {
  fill: #B874B6
}

.prime .gap-testimonial {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: #f0ebf00a;
  border: 1px solid #dbcbdf1f;
  border-radius: 14px;
  box-shadow: -1px 3px 4px 0 #b874b612
}

.prime .gap-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #b874b666
}

.prime .gap-portrait img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prime .gap-testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prime .gap-testimonial-text blockquote {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .01em
}

.prime .gap-testimonial-text cite {
  font-size: 16px;
  color: #B874B6;
  letter-spacing: .01em;
  font-style: normal
}

@media (max-width: 1024px) {
  .prime .title-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .prime .title-heading {
    font-size: 42px
  }

  .prime .conditions-grid {
    grid-template-columns: 1fr 1fr
  }

  .prime .conditions-image-strip {
    grid-template-columns: 1fr
  }

  .prime .conditions-text-col {
    padding-top: 0
  }

  .prime .investment-inner {
    grid-template-columns: 1fr
  }

  .prime .investment-right {
    padding-top: 0
  }

  .prime .gap-top {
    grid-template-columns: 1fr
  }

  .prime .gap-comparison {
    grid-template-columns: 1fr
  }

  .prime .gap-arrow-divider {
    display: none
  }
}

@media (max-width: 768px) {
  .prime .title-heading {
    font-size: 30px
  }

  .prime .conditions-grid {
    grid-template-columns: 1fr
  }

  .prime .conditions-header h2 {
    font-size: 30px
  }

  .prime .investment-left h2 {
    font-size: 30px
  }

  .prime .gap-text h2 {
    font-size: 30px
  }

  .prime .gap-testimonial {
    flex-direction: column;
    align-items: flex-start
  }

  .prime .title-block {
    padding: 24px 16px
  }

  .prime .conditions-block {
    padding: 24px 16px
  }

  .prime .investment-block {
    padding: 24px 16px
  }

  .prime .gap-block {
    padding: 24px 16px
  }
}

@media (max-width: 320px) {
  .prime .title-heading {
    font-size: 23px
  }

  .prime .title-metric .metric-number {
    font-size: 30px
  }
}

.learning-program {
  background: #0e0a0f;
  color: #F0EBF0;
  overflow-x: clip;
  position: relative
}

.learning-program .lp-container {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 24px
}

.learning-program .title-block {
  padding: 48px 0 72px;
  position: relative
}

.learning-program .title-block .tb-inner {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 48px
}

.learning-program .title-block .tb-image-strip {
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 220px
}

.learning-program .title-block .tb-image-strip img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  filter: brightness(0.82) saturate(0.9)
}

.learning-program .title-block .tb-image-strip:hover img {
  filter: brightness(1) saturate(1.1)
}

.learning-program .title-block .tb-image-strip .strip-overlay {
  background: linear-gradient(160deg, #b874b647 0%, #b874b60f 100%);
  border-radius: 4px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .41s ease-in-out
}

.learning-program .title-block .tb-image-strip:hover .strip-overlay {
  opacity: 0
}

.learning-program .title-block .tb-text {
  flex: 1;
  padding: 8px 0;
  position: relative
}

.learning-program .tb-eyebrow {
  color: #B874B6;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 16px
}

.learning-program .tb-heading {
  font-size: 58px;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 24px
}

.learning-program .tb-heading .word-accent {
  color: #B874B6
}

.learning-program .tb-heading .word-rest {
  color: #F0EBF0
}

.learning-program .tb-description {
  color: #DBCBDF;
  font-size: 19px;
  line-height: 1.7;
  max-width: 680px
}

.learning-program .tb-description p {
  margin-bottom: 16px
}

.learning-program .tb-description p:last-child {
  margin-bottom: 0
}

.learning-program .tb-shapes {
  pointer-events: none;
  position: absolute;
  right: -16px;
  top: -16px
}

.learning-program .tb-shapes .shape-ring {
  border: 1px solid #b874b62e;
  border-radius: 22px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px
}

.learning-program .tb-shapes .shape-ring-inner {
  border: 1px solid #dbcbdf1f;
  border-radius: 14px;
  height: 72px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 72px
}

.learning-program .tb-dots {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute
}

.learning-program .tb-dots svg {
  display: block;
  opacity: .18
}

.learning-program .wave-divider {
  display: block;
  line-height: 0;
  overflow: hidden
}

.learning-program .wave-divider svg {
  display: block;
  width: 100%
}

.learning-program .curriculum-block {
  background: linear-gradient(148deg, #b874b621 0%, #0e0a0f00 60%);
  padding: 48px 0;
  position: relative
}

.learning-program .curriculum-block .two-tone-bg {
  background: linear-gradient(135deg, #b874b612 50%, #dbcbdf0a 50%);
  border-radius: 8px;
  bottom: 0;
  left: 24px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 0
}

.learning-program .curriculum-block .cb-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 2fr;
  position: relative
}

.learning-program .curriculum-block .cb-left {
  padding: 24px
}

.learning-program .cb-label {
  color: #B874B6;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 16px
}

.learning-program .cb-heading {
  font-size: 42px;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 24px
}

.learning-program .cb-heading .w-one {
  color: #B874B6
}

.learning-program .cb-heading .w-rest {
  color: #F0EBF0
}

.learning-program .cb-intro {
  color: #DBCBDF;
  font-size: 16px;
  line-height: 1.7
}

.learning-program .cb-intro p {
  margin-bottom: 16px
}

.learning-program .cb-intro p:last-child {
  margin-bottom: 0
}

.learning-program .cb-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 24px 24px 0
}

.learning-program .module-row {
  align-items: flex-start;
  background: #0e0a0f99;
  border: 1px solid #b874b624;
  border-radius: 8px;
  box-shadow: -1px 3px 4px 0 #b874b612;
  display: flex;
  flex-direction: row;
  gap: 16px;
  opacity: 0;
  padding: 16px;
  transform: translateX(32px);
  transition: opacity .35s ease-in-out, transform .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out, border-color .38s ease-in-out
}

.learning-program .module-row.visible {
  opacity: 1;
  transform: translateX(0)
}

.learning-program .module-row:hover {
  border-color: #b874b661;
  box-shadow: -1px 7px 20px 0 #b874b61a
}

.learning-program .module-number {
  color: #B874B6;
  flex-shrink: 0;
  font-size: 23px;
  letter-spacing: .01em;
  line-height: 1.2;
  min-width: 32px
}

.learning-program .module-detail {
  flex: 1
}

.learning-program .module-name {
  color: #F0EBF0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 8px
}

.learning-program .module-desc {
  color: #DBCBDF;
  font-size: 16px;
  line-height: 1.7
}

.learning-program .module-meta {
  color: #dbcbdf99;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: right
}

.learning-program .instructors-block {
  background: #0e0a0f;
  padding: 48px 0;
  position: relative
}

.learning-program .instructors-block .ib-inner {
  position: relative
}

.learning-program .ib-heading-row {
  margin-bottom: 48px;
  text-align: center
}

.learning-program .ib-heading {
  font-size: 42px;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 16px
}

.learning-program .ib-heading .w-one {
  color: #B874B6
}

.learning-program .ib-heading .w-rest {
  color: #F0EBF0
}

.learning-program .ib-subtitle {
  color: #DBCBDF;
  font-size: 19px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px
}

.learning-program .instructors-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr
}

.learning-program .instructor-card {
  background: linear-gradient(148deg, #b874b617 0%, #0e0a0fe6 100%);
  border: 1px solid #b874b629;
  border-radius: 14px;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px;
  transition: box-shadow .41s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s ease-in-out
}

.learning-program .instructor-card:hover {
  border-color: #b874b65c;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.learning-program .instructor-portrait {
  border-radius: 14px;
  flex-shrink: 0;
  height: 103px;
  overflow: hidden;
  width: 80px
}

.learning-program .instructor-portrait img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%
}

.learning-program .instructor-info {
  flex: 1
}

.learning-program .instructor-name {
  color: #F0EBF0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 8px
}

.learning-program .instructor-role {
  color: #B874B6;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 16px
}

.learning-program .instructor-bio {
  color: #DBCBDF;
  font-size: 16px;
  line-height: 1.7
}

.learning-program .instructor-bio p {
  margin-bottom: 8px
}

.learning-program .instructor-bio p:last-child {
  margin-bottom: 0
}

.learning-program .ib-dots-accent {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -24px
}

.learning-program .ib-dots-accent svg {
  display: block;
  opacity: .14
}

.learning-program .text-link {
  border-bottom: 1px solid transparent;
  color: #B874B6;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .35s ease-in-out, color .35s ease-in-out
}

.learning-program .text-link:hover {
  border-bottom-color: #B874B6;
  color: #DBCBDF
}

@keyframes lp-col-appear {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.learning-program .title-block .tb-image-strip {
  animation: lp-col-appear .38s cubic-bezier(0.34, 1.2, 0.64, 1) .05s both
}

.learning-program .title-block .tb-text {
  animation: lp-col-appear .42s cubic-bezier(0.34, 1.2, 0.64, 1) .18s both
}

@media (max-width: 1024px) {
  .learning-program .tb-heading {
    font-size: 42px
  }

  .learning-program .curriculum-block .cb-grid {
    grid-template-columns: 1fr
  }

  .learning-program .cb-right {
    padding: 0 24px 24px
  }
}

@media (max-width: 768px) {
  .learning-program .title-block .tb-inner {
    flex-direction: column;
    gap: 24px
  }

  .learning-program .title-block .tb-image-strip {
    height: 240px;
    width: 100%
  }

  .learning-program .tb-heading {
    font-size: 30px
  }

  .learning-program .cb-heading {
    font-size: 30px
  }

  .learning-program .ib-heading {
    font-size: 30px
  }

  .learning-program .instructors-grid {
    grid-template-columns: 1fr
  }

  .learning-program .instructor-card {
    flex-direction: column
  }
}

@media (max-width: 320px) {
  .learning-program .tb-heading {
    font-size: 23px
  }

  .learning-program .lp-container {
    padding: 0 16px
  }
}

.about-us-page {
  background-color: #0e0a0f;
  color: #f2ecf3;
  overflow-x: hidden;
  position: relative
}

.about-us-page .au-max {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px
}

.about-us-page .au-title-block {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(175deg, #b874b638 0%, #b874b614 55%, transparent 100%)
}

.about-us-page .au-title-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='300'%3E%3Cpath d='M0 150 Q50 100 100 150 Q150 200 200 150 Q250 100 300 150 Q350 200 400 150' fill='none' stroke='#b874b60f' stroke-width='1'/%3E%3Cpath d='M0 120 Q50 70 100 120 Q150 170 200 120 Q250 70 300 120 Q350 170 400 120' fill='none' stroke='#b874b60a' stroke-width='1'/%3E%3Cpath d='M0 180 Q50 130 100 180 Q150 230 200 180 Q250 130 300 180 Q350 230 400 180' fill='none' stroke='#b874b60a' stroke-width='1'/%3E%3C/svg%3E") repeat;
  opacity: .6;
  pointer-events: none
}

.about-us-page .au-title-grid {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: stretch;
  position: relative
}

.about-us-page .au-title-text {
  flex: 0 0 520px;
  position: relative;
  z-index: 1;
  padding-right: 24px
}

.about-us-page .au-title-text::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -16px;
  width: 48px;
  height: 48px;
  background: #b874b61f;
  transform: rotate(45deg);
  border-radius: 4px;
  pointer-events: none
}

.about-us-page .au-eyebrow {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #DBCBDF;
  margin-bottom: 16px;
  display: block
}

.about-us-page .au-main-heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 24px
}

.about-us-page .au-main-heading .word-accent {
  color: #B874B6
}

.about-us-page .au-main-heading .word-rest {
  color: #f2ecf3
}

.about-us-page .au-desc {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #DBCBDF;
  margin-bottom: 24px;
  max-width: 440px
}

.about-us-page .au-title-image {
  flex: 1 1 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 380px
}

.about-us-page .au-title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us-page .au-title-image:hover img {
  transform: scale(1.04)
}

.about-us-page .au-title-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #0e0a0f00 0%, #0e0a0f8c 60%, #0e0a0fd9 100%);
  transition: opacity .38s ease-in-out;
  pointer-events: none
}

.about-us-page .au-title-image:hover::after {
  opacity: .4
}

.about-us-page .au-wave-divider {
  display: block;
  width: 100%;
  line-height: 0
}

.about-us-page .au-wave-divider svg {
  display: block;
  width: 100%
}

.about-us-page .au-identity-block {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #140f15;
  position: relative
}

.about-us-page .au-identity-split {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch;
  min-height: 440px
}

.about-us-page .au-identity-left {
  flex: 0 0 420px;
  background: #b874b612;
  border-right: 1px solid #b874b62e;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.about-us-page .au-identity-left::after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: -1px;
  width: 4px;
  height: 80px;
  background: linear-gradient(to bottom, #B874B6, transparent);
  border-radius: 1px
}

.about-us-page .au-portrait-wrap {
  width: 200px;
  aspect-ratio: 5/7;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  margin-bottom: 24px;
  flex-shrink: 0
}

.about-us-page .au-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us-page .au-portrait-wrap:hover img {
  transform: scale(1.05)
}

.about-us-page .au-expert-name {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #f2ecf3;
  margin-bottom: 8px
}

.about-us-page .au-expert-role {
  font-size: 16px;
  line-height: 1.7;
  color: #B874B6;
  letter-spacing: .02em
}

.about-us-page .au-identity-right {
  flex: 1 1 0;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.about-us-page .au-identity-heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  text-align: center
}

.about-us-page .au-identity-heading .word-accent {
  color: #B874B6
}

.about-us-page .au-identity-heading .word-rest {
  color: #f2ecf3
}

.about-us-page .au-identity-body {
  font-size: 19px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.about-us-page .au-stats-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 8px;
  justify-content: center
}

.about-us-page .au-stat {
  flex: 1 1 0;
  background: #b874b614;
  border: 1px solid #b874b629;
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), background .35s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative
}

.about-us-page .au-stat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background: linear-gradient(90deg, #B874B6 0%, #b874b600 100%);
  border-radius: 1px;
  transition: opacity .38s ease-in-out;
  opacity: 0
}

.about-us-page .au-stat:hover {
  border-color: #b874b673;
  background: #b874b624
}

.about-us-page .au-stat:hover::after {
  opacity: 1
}

.about-us-page .au-stat-number {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #B874B6;
  display: block
}

.about-us-page .au-stat-label {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em
}

.about-us-page .au-wave-divider-2 {
  display: block;
  width: 100%;
  line-height: 0
}

.about-us-page .au-wave-divider-2 svg {
  display: block;
  width: 100%
}

.about-us-page .au-approach-block {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #0e0a0f;
  position: relative
}

.about-us-page .au-approach-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #140f15;
  pointer-events: none;
  z-index: 0
}

.about-us-page .au-approach-block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e0a0f;
  pointer-events: none;
  z-index: 0
}

.about-us-page .au-approach-inner {
  position: relative;
  z-index: 1
}

.about-us-page .au-approach-heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 48px
}

.about-us-page .au-approach-heading .word-accent {
  color: #B874B6
}

.about-us-page .au-approach-heading .word-rest {
  color: #f2ecf3
}

.about-us-page .au-cards-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch
}

.about-us-page .au-card {
  flex: 1 1 0;
  background: #1a1020;
  border: 1px solid #dbcbdf1a;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: border-color .37s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .37s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: -1px 3px 4px 0 #b874b612;
  overflow: hidden
}

.about-us-page .au-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to top, #b874b61f, transparent);
  pointer-events: none;
  border-radius: 0 0 14px 14px;
  transition: opacity .4s ease-in-out;
  opacity: .6
}

.about-us-page .au-card:hover {
  border-color: #b874b661;
  box-shadow: -1px 12px 44px 0 #b874b624
}

.about-us-page .au-card:hover::after {
  opacity: 1
}

.about-us-page .au-card-image {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.about-us-page .au-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .43s cubic-bezier(0.34, 1.2, 0.64, 1);
  filter: brightness(0.82) saturate(0.9)
}

.about-us-page .au-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #b874b62e;
  transition: opacity .38s ease-in-out;
  pointer-events: none
}

.about-us-page .au-card:hover .au-card-image img {
  transform: scale(1.06);
  filter: brightness(1) saturate(1)
}

.about-us-page .au-card:hover .au-card-image::after {
  opacity: 0
}

.about-us-page .au-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b874b61f;
  border-radius: 8px;
  flex-shrink: 0
}

.about-us-page .au-card-icon i {
  font-size: 19px;
  color: #B874B6
}

.about-us-page .au-card-heading {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #f2ecf3
}

.about-us-page .au-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em
}

.about-us-page .au-highlight-chain {
  display: flex;
  flex-direction: row;
  gap: 0
}

.about-us-page .au-highlight-chain .au-card:hover+.au-card {
  border-color: #b874b638;
  background: #1d1226
}

.about-us-page .au-wave-divider-3 {
  display: block;
  width: 100%;
  line-height: 0
}

.about-us-page .au-wave-divider-3 svg {
  display: block;
  width: 100%
}

.about-us-page .au-team-block {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #110d12;
  position: relative
}

.about-us-page .au-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.about-us-page .au-team-text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us-page .au-team-heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em
}

.about-us-page .au-team-heading .word-accent {
  color: #B874B6
}

.about-us-page .au-team-heading .word-rest {
  color: #f2ecf3
}

.about-us-page .au-team-body {
  font-size: 19px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em
}

.about-us-page .au-team-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .au-team-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #b874b60f;
  border: 1px solid #b874b61f;
  border-radius: 8px;
  border-left: 3px solid #B874B6;
  transition: background .36s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us-page .au-team-list li:hover {
  background: #b874b61f;
  border-color: #b874b64d
}

.about-us-page .au-team-list .member-name {
  font-size: 16px;
  line-height: 1.2;
  color: #f2ecf3;
  letter-spacing: .01em;
  display: block
}

.about-us-page .au-team-list .member-role {
  font-size: 16px;
  line-height: 1.7;
  color: #B874B6;
  letter-spacing: .01em;
  display: block
}

.about-us-page .au-team-list .member-note {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .01em
}

.about-us-page .au-team-images-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about-us-page .au-team-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 7px 20px 0 #b874b61a
}

.about-us-page .au-team-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .44s cubic-bezier(0.34, 1.2, 0.64, 1), filter .44s ease-in-out;
  filter: brightness(0.8) saturate(0.85)
}

.about-us-page .au-team-img-wrap:hover img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1)
}

.about-us-page .au-team-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #b874b626;
  transition: opacity .4s ease-in-out;
  pointer-events: none
}

.about-us-page .au-team-img-wrap:hover::after {
  opacity: 0
}

.about-us-page .au-team-img-wrap.tall {
  grid-row: span 2
}

.about-us-page .au-team-img-wrap.tall img {
  height: 100%;
  min-height: 460px
}

.about-us-page .au-shake-element {
  animation: au-shake .45s cubic-bezier(0.34, 1.2, 0.64, 1) 2.8s 1
}

@keyframes au-shake {
  0% {
    transform: translateX(0)
  }

  18% {
    transform: translateX(-6px) rotate(-1.5deg)
  }

  36% {
    transform: translateX(6px) rotate(1.5deg)
  }

  54% {
    transform: translateX(-4px) rotate(-1deg)
  }

  72% {
    transform: translateX(4px) rotate(1deg)
  }

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

  100% {
    transform: translateX(0)
  }
}

@media (max-width: 1024px) {
  .about-us-page .au-max {
    padding-left: 24px;
    padding-right: 24px
  }

  .about-us-page .au-title-text {
    flex: 0 0 380px
  }

  .about-us-page .au-main-heading {
    font-size: 42px
  }

  .about-us-page .au-identity-left {
    flex: 0 0 300px;
    padding: 24px
  }

  .about-us-page .au-identity-right {
    padding: 24px
  }

  .about-us-page .au-cards-row {
    flex-wrap: wrap
  }

  .about-us-page .au-card {
    flex: 1 1 calc(50% - 8px)
  }

  .about-us-page .au-team-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 768px) {
  .about-us-page .au-title-grid {
    flex-direction: column
  }

  .about-us-page .au-title-text {
    flex: unset;
    padding-right: 0
  }

  .about-us-page .au-title-image {
    min-height: 260px
  }

  .about-us-page .au-main-heading {
    font-size: 30px
  }

  .about-us-page .au-identity-split {
    flex-direction: column
  }

  .about-us-page .au-identity-left {
    flex: unset;
    border-right: none;
    border-bottom: 1px solid #b874b62e
  }

  .about-us-page .au-cards-row {
    flex-direction: column
  }

  .about-us-page .au-card {
    flex: unset
  }

  .about-us-page .au-stats-row {
    flex-direction: column
  }

  .about-us-page .au-team-images-col {
    grid-template-columns: 1fr
  }

  .about-us-page .au-team-img-wrap.tall {
    grid-row: span 1
  }

  .about-us-page .au-team-img-wrap.tall img {
    min-height: 220px;
    height: 220px
  }

  .about-us-page .au-identity-heading {
    font-size: 30px
  }

  .about-us-page .au-approach-heading {
    font-size: 30px
  }

  .about-us-page .au-team-heading {
    font-size: 30px
  }
}

@media (max-width: 320px) {
  .about-us-page .au-max {
    padding-left: 16px;
    padding-right: 16px
  }

  .about-us-page .au-main-heading {
    font-size: 23px
  }
}

.quiz-page {
  background-color: #0e0a0f;
  color: #F0EBF0;
  overflow-x: clip;
  position: relative
}

.quiz-page .two-zone {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 520px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 24px;
  gap: 48px;
  align-items: end
}

.quiz-page .left-image-col {
  position: relative;
  height: 420px;
  border-radius: 14px;
  overflow: hidden
}

.quiz-page .left-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.quiz-page .left-image-col:hover img {
  transform: scale(1.04)
}

.quiz-page .light-leak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b874b661 0%, #b874b614 45%, transparent 70%);
  border-radius: 14px;
  pointer-events: none;
  transition: opacity .38s ease-in-out
}

.quiz-page .left-image-col:hover .light-leak {
  opacity: .5
}

.quiz-page .brand-deco {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 80px;
  height: 80px;
  border-radius: 22px;
  border: 2px solid #b874b62e;
  pointer-events: none
}

.quiz-page .right-zone {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end
}

.quiz-page .num-accent {
  font-size: 72px;
  line-height: 1.2;
  color: #B874B6;
  letter-spacing: .01em;
  font-weight: 700
}

.quiz-page .page-heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0
}

.quiz-page .page-heading .word-first {
  color: #B874B6
}

.quiz-page .page-heading .word-rest {
  color: #F0EBF0
}

.quiz-page .lead-text {
  font-size: 19px;
  line-height: 1.7;
  color: #DBCBDF;
  max-width: 560px;
  letter-spacing: .02em;
  margin: 0
}

.quiz-page .marker-phrase {
  display: inline;
  background: linear-gradient(180deg, transparent 55%, #b874b68c 55%);
  padding-bottom: 2px
}

.quiz-page .dual-metric {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-top: 8px
}

.quiz-page .metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.quiz-page .metric-number {
  font-size: 42px;
  line-height: 1.2;
  color: #B874B6;
  letter-spacing: .01em;
  font-weight: 700
}

.quiz-page .metric-label {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  letter-spacing: .02em
}

.quiz-page .divider-diamond {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 24px
}

.quiz-page .divider-diamond .line {
  flex: 1;
  height: 1px;
  background: #b874b647
}

.quiz-page .divider-diamond .diamond {
  width: 8px;
  height: 8px;
  background: #B874B6;
  transform: rotate(45deg);
  border-radius: 1px;
  flex-shrink: 0
}

.quiz-page .quiz-grid-zone {
  background: linear-gradient(160deg, #b874b61a 0%, #b874b60a 60%, #0e0a0f00 100%);
  padding: 48px 24px;
  position: relative
}

.quiz-page .quiz-grid-zone::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b874b666, transparent);
  pointer-events: none
}

.quiz-page .outlined-shape {
  position: absolute;
  top: 24px;
  right: 48px;
  width: 220px;
  height: 220px;
  border-radius: 22px;
  border: 1.5px solid #b874b61a;
  transform: rotate(18deg);
  pointer-events: none;
  overflow: hidden
}

.quiz-page .grid-inner {
  max-width: 1500px;
  margin: 0 auto
}

.quiz-page .grid-heading {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 8px;
  text-align: center
}

.quiz-page .grid-heading .word-first {
  color: #B874B6
}

.quiz-page .grid-heading .word-rest {
  color: #F0EBF0
}

.quiz-page .grid-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: .02em
}

.quiz-page .card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.quiz-page .quiz-card {
  background: #dbcbdf0f;
  border: 1px solid #b874b62e;
  border-radius: 14px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s ease-in-out, transform .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  cursor: pointer;
  position: relative
}

.quiz-page .quiz-card:hover {
  box-shadow: -1px 12px 44px 0 #b874b624;
  border-color: #b874b680;
  transform: translateY(-4px)
}

.quiz-page .quiz-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 8px;
  border: 1px solid #b874b600;
  transition: border-color .4s ease-in-out;
  pointer-events: none
}

.quiz-page .quiz-card:hover::after {
  border-color: #b874b647
}

.quiz-page .card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0
}

.quiz-page .card-icon svg {
  width: 40px;
  height: 40px
}

.quiz-page .card-number {
  font-size: 23px;
  line-height: 1.2;
  color: #B874B6;
  letter-spacing: .01em;
  font-weight: 700
}

.quiz-page .card-title {
  font-size: 19px;
  line-height: 1.2;
  color: #F0EBF0;
  margin: 0;
  letter-spacing: .01em
}

.quiz-page .card-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #DBCBDF;
  margin: 0;
  letter-spacing: .02em
}

.quiz-page .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #B874B6;
  text-decoration: none;
  letter-spacing: .02em;
  margin-top: auto;
  transition: color .35s ease-in-out, gap .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.quiz-page .card-link:hover {
  color: #DBCBDF;
  gap: 16px;
  text-decoration: underline
}

.quiz-page .card-link .arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.quiz-page .shake-card {
  animation: card-shake .45s cubic-bezier(0.34, 1.2, 0.64, 1) 1.8s 1 both
}

@keyframes card-shake {
  0% {
    transform: translateX(0)
  }

  18% {
    transform: translateX(-5px) rotate(-1deg)
  }

  36% {
    transform: translateX(5px) rotate(1deg)
  }

  54% {
    transform: translateX(-4px)
  }

  72% {
    transform: translateX(3px)
  }

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

  100% {
    transform: translateX(0)
  }
}

.quiz-page .typewriter-block {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #B874B6;
  max-width: 100%;
  animation: typewriter-text 2.2s steps(32, end) .3s 1 both, cursor-blink .7s step-end .3s 4
}

@keyframes typewriter-text {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes cursor-blink {

  0%,
  100% {
    border-color: #B874B6
  }

  50% {
    border-color: transparent
  }
}

@media (max-width: 1024px) {
  .quiz-page .two-zone {
    grid-template-columns: 240px 1fr;
    gap: 24px;
    padding: 48px 16px
  }

  .quiz-page .page-heading {
    font-size: 42px
  }

  .quiz-page .num-accent {
    font-size: 58px
  }

  .quiz-page .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .quiz-page .outlined-shape {
    display: none
  }
}

@media (max-width: 768px) {
  .quiz-page .two-zone {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px
  }

  .quiz-page .left-image-col {
    height: 240px
  }

  .quiz-page .page-heading {
    font-size: 30px
  }

  .quiz-page .num-accent {
    font-size: 42px
  }

  .quiz-page .right-zone {
    padding-top: 0
  }

  .quiz-page .dual-metric {
    gap: 24px
  }

  .quiz-page .metric-number {
    font-size: 30px
  }

  .quiz-page .card-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }

  .quiz-page .quiz-grid-zone {
    padding: 24px 16px
  }

  .quiz-page .grid-heading {
    font-size: 30px
  }
}

@media (max-width: 320px) {
  .quiz-page .card-grid {
    grid-template-columns: 1fr
  }

  .quiz-page .page-heading {
    font-size: 23px
  }

  .quiz-page .dual-metric {
    flex-direction: column;
    gap: 8px
  }
}

.success-page {
  background: #0e0a0f;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px
}

.success-page .success-card {
  background: linear-gradient(158deg, #b874b621 0%, #b874b60a 100%);
  border: 1px solid #b874b647;
  border-radius: 22px;
  box-shadow: -1px 7px 20px 0 #b874b61a -1px 12px 44px 0 #b874b624;
  max-width: 560px;
  padding: 48px;
  text-align: center;
  width: 100%
}

.success-page .success-card .icon-wrap {
  align-items: center;
  background: linear-gradient(158deg, #b874b638 0%, #dbcbdf14 100%);
  border: 1.5px solid #b874b661;
  border-radius: 22px;
  box-shadow: -1px 3px 4px 0 #b874b612;
  display: flex;
  flex-direction: row;
  height: 72px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 72px
}

.success-page .success-card .icon-wrap svg {
  display: block
}

.success-page .success-card .success-heading {
  color: #F0EBF0;
  font-size: 30px;
  letter-spacing: .01em;
  line-height: 1.2;
  margin: 0 0 16px
}

.success-page .success-card .success-heading span {
  color: #B874B6
}

.success-page .success-card .success-body {
  color: #DBCBDF;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.7;
  margin: 0 0 8px
}

.success-page .success-card .success-note {
  color: #dbcbdf99;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.7;
  margin: 0 0 48px
}

.success-page .success-card .divider-line {
  background: linear-gradient(90deg, transparent 0%, #b874b659 40%, #b874b659 60%, transparent 100%);
  border: none;
  height: 1px;
  margin: 0 0 48px
}

.success-page .success-card .return-link {
  align-items: center;
  border: 1.5px solid #b874b673;
  border-radius: 8px;
  box-shadow: -1px 3px 4px 0 #b874b612;
  color: #DBCBDF;
  display: inline-flex;
  flex-direction: row;
  font-size: 16px;
  gap: 8px;
  letter-spacing: .02em;
  padding: 16px 24px;
  position: relative;
  text-decoration: none;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .42s ease-in-out, box-shadow .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.success-page .success-card .return-link::before {
  border: 1.5px solid #b874b600;
  border-radius: 8px;
  bottom: 3px;
  content: "";
  left: 3px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.success-page .success-card .return-link:hover {
  border-color: #B874B6;
  box-shadow: -1px 7px 20px 0 #b874b61a;
  color: #F0EBF0
}

.success-page .success-card .return-link:hover::before {
  border-color: #b874b64d
}

.success-page .success-card .return-link:focus-visible {
  outline: 2px solid #B874B6;
  outline-offset: 4px
}

.success-page .success-card .arrow-icon {
  flex-shrink: 0;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.success-page .success-card .return-link:hover .arrow-icon {
  transform: translateX(-4px)
}

@media (max-width: 768px) {
  .success-page .success-card {
    padding: 48px 24px
  }
}

@media (max-width: 320px) {
  .success-page .success-card {
    padding: 24px 16px
  }

  .success-page .success-card .success-heading {
    font-size: 23px
  }
}