html {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'Nunito', sans-serif;
  background: #021e30
}

.page-head {
  position: relative;
  background: linear-gradient(135deg, #012D48 0%, #021e30 60%, #0a1e2e 100%);
  border-bottom: 1px solid #fd6a872e;
  box-shadow: 0 5px 18px 1px #fd6a871a;
  z-index: 100;
  overflow: visible
}

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

.brand-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 8px;
  flex-shrink: 0;
  text-decoration: none
}

.brand-logo-wrap {
  width: 72px;
  height: 72px;
  padding: 8px;
  border-radius: 13px;
  background: #e7ebe812;
  box-shadow: 0 2px 2px 1px #fd6a8714 0 0 0 1.5px #fd6a8738;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.brand-logo-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  max-width: 100%
}

.brand-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.5px;
  color: #E7EBE8;
  display: block
}

.brand-name span {
  color: #FD6A87
}

.head-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.region-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #E7EBE8;
  letter-spacing: .06em;
  background: #e7ebe80f;
  border: 1px solid #e7ebe81f;
  border-radius: 7px;
  padding: 8px 12px
}

.region-badge .ti {
  color: #FD6A87;
  font-size: 15px
}

.trial-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FD6A87;
  background: transparent;
  border: 2px solid #FD6A87;
  border-radius: 36px;
  padding: 8px 24px;
  text-decoration: none;
  letter-spacing: .03em;
  transition: background-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  cursor: pointer;
  min-height: 44px
}

.trial-btn:hover {
  background: #FD6A87;
  color: #012D48;
  box-shadow: 0 5px 18px 1px #fd6a8738
}

.trial-btn:active {
  transform: scale(0.96)
}

.trial-btn:focus {
  background: #fd6a8726;
  outline: none
}

.head-nav {
  background: #011826b8;
  border-top: 1px solid #e7ebe812
}

.head-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: stretch;
  gap: 4px
}

.nav-item {
  position: relative
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #E7EBE8;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 0;
  letter-spacing: .02em;
  transition: color .35s ease-in-out, background-color .35s ease-in-out;
  white-space: nowrap;
  min-height: 44px;
  border-bottom: 2px solid transparent
}

.nav-link:hover,
.nav-link:focus {
  color: #FD6A87;
  background: #fd6a8712;
  outline: none
}

.nav-link.active {
  color: #FD6A87;
  border-bottom-color: #FD6A87
}

.nav-link .ti {
  font-size: 15px;
  opacity: .7
}

.nav-item-has-sub .nav-link::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 4px;
  opacity: .6
}

.sub-drop {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #012D48;
  border: 1px solid #fd6a872e;
  border-radius: 7px;
  box-shadow: 0 12px 36px 1px #012d4838;
  padding: 8px 4px;
  display: none;
  z-index: 200
}

.nav-item-has-sub:hover .sub-drop,
.nav-item-has-sub:focus-within .sub-drop {
  display: block
}

.sub-drop-bridge {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent
}

.sub-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #E7EBE8;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 7px;
  transition: background-color .32s ease-in-out, color .32s ease-in-out;
  white-space: nowrap
}

.sub-link:hover,
.sub-link:focus {
  background: #fd6a871f;
  color: #FD6A87;
  outline: none
}

.sub-link .ti {
  font-size: 15px;
  color: #FD6A87
}

.page-foot {
  background: linear-gradient(180deg, #021a29 0%, #012D48 100%);
  border-top: 1px solid #fd6a8724;
  box-shadow: 0 -5px 18px 1px #012d481f
}

.foot-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 36px 36px 24px;
  display: flex;
  gap: 36px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between
}

.foot-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 auto;
  max-width: 300px
}

.foot-brand-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.foot-logo-wrap {
  width: 65px;
  height: 65px;
  padding: 8px;
  border-radius: 13px;
  background: #e7ebe80f;
  box-shadow: 0 2px 2px 1px #fd6a8714 0 0 0 1.5px #fd6a872e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.foot-logo-wrap img {
  width: 49px;
  height: 49px;
  object-fit: contain;
  display: block;
  max-width: 100%
}

.foot-brand-name {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: #E7EBE8
}

.foot-brand-name span {
  color: #FD6A87
}

.foot-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #e7ebe8b3
}

.foot-copy {
  font-size: 13px;
  color: #e7ebe866;
  margin-top: 8px
}

.foot-columns {
  display: flex;
  gap: 36px;
  flex-wrap: wrap
}

.foot-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 160px
}

.foot-col-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  color: #FD6A87;
  text-transform: uppercase
}

.foot-nav-link {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #e7ebe8bf;
  text-decoration: none;
  transition: color .34s ease-in-out;
  display: inline-block
}

.foot-nav-link:hover,
.foot-nav-link:focus {
  color: #FD6A87;
  outline: none
}

.foot-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #e7ebe8b3;
  line-height: 1.7
}

.foot-contact-item .ti {
  color: #FD6A87;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.foot-contact-item a {
  color: #e7ebe8b3;
  text-decoration: none;
  transition: color .34s ease-in-out
}

.foot-contact-item a:hover,
.foot-contact-item a:focus {
  color: #FD6A87;
  outline: none
}

.foot-divider {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px 24px;
  border-top: 1px solid #e7ebe812;
  padding-top: 24px
}

.foot-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.foot-bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.foot-bottom-link {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: #e7ebe873;
  text-decoration: none;
  transition: color .34s ease-in-out
}

.foot-bottom-link:hover,
.foot-bottom-link:focus {
  color: #FD6A87;
  outline: none
}

.foot-bottom-copy {
  font-size: 13px;
  color: #e7ebe859
}

.cookie-notice {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 480px;
  max-width: calc(100vw - 48px);
  background: #012D48;
  border: 1px solid #fd6a8738;
  border-radius: 13px;
  box-shadow: 0 12px 36px 1px #012d4838;
  z-index: 4000;
  padding: 24px;
  display: none;
  transform: translateX(120%);
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.cookie-notice.visible {
  transform: translateX(0)
}

.cookie-title {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #E7EBE8;
  margin-bottom: 8px
}

.cookie-body {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #e7ebe8bf;
  line-height: 1.7;
  margin-bottom: 24px
}

.cookie-body a {
  color: #FD6A87;
  text-decoration: underline;
  transition: color .34s ease-in-out
}

.cookie-body a:hover,
.cookie-body a:focus {
  color: #E7EBE8;
  outline: none
}

.cookie-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap
}

.cookie-accept {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #012D48;
  background: #FD6A87;
  border: 2px solid #FD6A87;
  border-radius: 36px;
  padding: 8px 24px;
  cursor: pointer;
  transition: background-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  min-height: 44px
}

.cookie-accept:hover {
  background: #E7EBE8;
  border-color: #E7EBE8
}

.cookie-accept:focus {
  background: #fd6a87cc;
  outline: none
}

.cookie-accept:active {
  transform: scale(0.96)
}

.cookie-decline {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #e7ebe8b3;
  background: transparent;
  border: 2px solid #e7ebe838;
  border-radius: 36px;
  padding: 8px 24px;
  cursor: pointer;
  transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), background-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  min-height: 44px
}

.cookie-decline:hover {
  border-color: #e7ebe88c;
  color: #E7EBE8;
  background: #e7ebe80f
}

.cookie-decline:focus {
  background: #e7ebe81a;
  outline: none
}

.cookie-decline:active {
  transform: scale(0.96)
}

@media (max-width: 1024px) {
  .head-top {
    padding: 0 24px;
    min-height: 76px
  }

  .head-nav-inner {
    padding: 0 24px;
    flex-wrap: wrap
  }

  .foot-inner {
    padding: 36px 24px 24px
  }

  .foot-divider {
    padding: 24px
  }
}

@media (max-width: 640px) {
  .head-top {
    padding: 0 16px;
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px
  }

  .head-right {
    gap: 12px
  }

  .head-nav-inner {
    padding: 0 8px;
    flex-wrap: wrap
  }

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

  .brand-name {
    font-size: 23px
  }

  .foot-inner {
    padding: 24px 16px 16px;
    flex-direction: column;
    gap: 24px
  }

  .foot-divider {
    padding: 16px
  }

  .foot-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .cookie-notice {
    top: 12px;
    max-width: calc(100vw - 24px);
    padding: 16px
  }
}

@media (max-width: 360px) {
  .brand-logo-wrap {
    width: 56px;
    height: 56px
  }

  .brand-logo-wrap img {
    width: 42px;
    height: 42px
  }

  .brand-name {
    font-size: 23px
  }

  .trial-btn {
    font-size: 13px;
    padding: 8px 16px
  }

  .region-badge {
    display: none
  }
}

.wb-policy-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 24px;
  color: #E7EBE8;
  background: #011e30
}

.wb-policy-page h1 {
  font-size: 62px;
  line-height: 1.2;
  color: #E7EBE8;
  margin-bottom: 36px;
  margin-top: 0;
  letter-spacing: -.5px
}

.wb-policy-page h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin-top: 72px;
  margin-bottom: 24px
}

.wb-policy-page h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #FD6A87;
  margin-top: 36px;
  margin-bottom: 24px
}

.wb-policy-page h4 {
  font-size: 23px;
  line-height: 1.7;
  color: #E7EBE8;
  margin-top: 36px;
  margin-bottom: 12px
}

.wb-policy-page h5 {
  font-size: 15px;
  line-height: 1.7;
  color: #E7EBE8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px
}

.wb-policy-page h6 {
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe8a6;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px
}

.wb-policy-page p {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d9;
  margin-top: 0;
  margin-bottom: 24px
}

.wb-policy-page ul,
.wb-policy-page ol {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d9;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px
}

.wb-policy-page ul {
  list-style: none;
  padding-left: 0
}

.wb-policy-page ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px
}

.wb-policy-page ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FD6A87;
  box-shadow: 0 2px 2px 1px #fd6a8714 0 5px 18px 1px #fd6a871a
}

.wb-policy-page ol {
  list-style: none;
  counter-reset: policy-counter;
  padding-left: 0
}

.wb-policy-page ol li {
  counter-increment: policy-counter;
  padding-left: 36px;
  position: relative;
  margin-bottom: 8px
}

.wb-policy-page ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 700;
  color: #FD6A87;
  letter-spacing: .04em;
  min-width: 24px
}

.wb-policy-page ul ul,
.wb-policy-page ol ol,
.wb-policy-page ul ol,
.wb-policy-page ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.wb-policy-page strong,
.wb-policy-page b {
  font-weight: 700;
  color: #E7EBE8
}

.wb-policy-page hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fd6a8759, #012d4899, transparent);
  margin-top: 36px;
  margin-bottom: 36px
}

.wb-policy-page div {
  margin-bottom: 24px
}

.wb-policy-page a {
  color: #FD6A87;
  text-decoration: underline;
  text-decoration-color: #fd6a8766;
  text-underline-offset: 3px;
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .38s ease-in-out
}

.wb-policy-page a:hover {
  color: #E7EBE8;
  text-decoration-color: #e7ebe880
}

.wb-policy-page blockquote {
  margin: 36px 0;
  padding: 24px 36px;
  background: #012d4873;
  border-radius: 7px;
  box-shadow: 0 2px 2px 1px #012d4814 0 5px 18px 1px #012d481a;
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8cc
}

@media (max-width: 1024px) {
  .wb-policy-page {
    padding: 72px 36px
  }

  .wb-policy-page h1 {
    font-size: 45px
  }

  .wb-policy-page h2 {
    font-size: 32px
  }
}

@media (max-width: 640px) {
  .wb-policy-page {
    padding: 36px 24px
  }

  .wb-policy-page h1 {
    font-size: 32px
  }

  .wb-policy-page h2 {
    font-size: 23px;
    margin-top: 36px
  }

  .wb-policy-page h3 {
    font-size: 23px
  }

  .wb-policy-page h4 {
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .wb-policy-page {
    padding: 24px 12px
  }

  .wb-policy-page h1 {
    font-size: 23px
  }

  .wb-policy-page h2 {
    font-size: 23px
  }
}

.learning-program-detail {
  background: #021e30;
  color: #E7EBE8;
  overflow-x: hidden;
  position: relative
}

.learning-program-detail .bleed-bg {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 36px;
  background: radial-gradient(ellipse at 80% 20%, #fd6a8721 0%, transparent 70%);
  top: -80px;
  right: -120px;
  pointer-events: none;
  z-index: 0;
  animation: bleed-move 9s ease-in-out infinite alternate
}

@keyframes bleed-move {
  0% {
    opacity: .5;
    transform: scale(1) translate(0, 0)
  }

  100% {
    opacity: 1;
    transform: scale(1.18) translate(-40px, 60px)
  }
}

.learning-program-detail .stripe-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(118deg, #fd6a8708 0px, #fd6a8708 1px, transparent 1px, transparent 28px);
  pointer-events: none;
  z-index: 0
}

.learning-program-detail .page-frame {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}

.learning-program-detail .title-band {
  position: relative;
  padding: 36px 0 24px;
  background: linear-gradient(164deg, #012D48 0%, #021620 80%);
  overflow: hidden
}

.learning-program-detail .title-band .stripe-bg {
  border-radius: 0
}

.learning-program-detail .title-band-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px
}

.learning-program-detail .title-text-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.learning-program-detail .genre-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .12em;
  color: #FD6A87;
  border: 1px solid #fd6a8759;
  border-radius: 4px;
  padding: 4px 12px;
  width: fit-content
}

.learning-program-detail .title-heading {
  font-size: 62px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative
}

.learning-program-detail .title-heading::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(180deg, #FD6A87, transparent);
  border-radius: 4px
}

.learning-program-detail .title-heading span {
  display: block
}

.learning-program-detail .title-heading .accent-word {
  color: #FD6A87
}

.learning-program-detail .title-meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center
}

.learning-program-detail .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #e7ebe8b3;
  background: #012d4880;
  border-radius: 7px;
  padding: 4px 12px;
  border: 1px solid #e7ebe81a
}

.learning-program-detail .meta-chip i {
  color: #FD6A87;
  font-size: 15px
}

.learning-program-detail .title-image-col {
  flex: 0 0 320px;
  max-width: 320px;
  position: relative
}

.learning-program-detail .title-image-wrap {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 36px 1px #fd6a871f
}

.learning-program-detail .title-image-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  max-width: 100%
}

.learning-program-detail .grain-overlay {
  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%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 13px
}

.learning-program-detail .price-badge {
  position: absolute;
  bottom: -12px;
  right: 12px;
  background: #FD6A87;
  color: #012D48;
  font-size: 23px;
  font-weight: 700;
  border-radius: 36px;
  padding: 8px 24px;
  box-shadow: 0 5px 18px 1px #fd6a871a;
  white-space: nowrap
}

.learning-program-detail .title-band-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px
}

.learning-program-detail .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #012D48;
  background: #FD6A87;
  border: none;
  border-radius: 7px;
  padding: 12px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .22s ease-in-out;
  box-shadow: 0 5px 18px 1px #fd6a871a;
  font-weight: 600
}

.learning-program-detail .btn-primary:hover {
  background: #ff8fa6
}

.learning-program-detail .btn-primary:active {
  transform: scale(0.96)
}

.learning-program-detail .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #FD6A87;
  background: transparent;
  border: 1px solid #fd6a8766;
  border-radius: 7px;
  padding: 12px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s ease-in-out, transform .22s ease-in-out
}

.learning-program-detail .btn-ghost:hover {
  background: #fd6a871a;
  border-color: #FD6A87
}

.learning-program-detail .btn-ghost:active {
  transform: scale(0.96)
}

.learning-program-detail .body-section {
  padding: 72px 0 36px;
  position: relative;
  background: #021e30
}

.learning-program-detail .body-section::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #FD6A87 0%, transparent 38%, transparent 62%, #FD6A87 100%);
  margin-bottom: 72px
}

.learning-program-detail .body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.learning-program-detail .program-col {
  background: #012d4873;
  border-radius: 13px;
  padding: 36px;
  border: 1px solid #e7ebe814;
  box-shadow: 0 5px 18px 1px #012d481a;
  position: relative
}

.learning-program-detail .col-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  color: #FD6A87;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px
}

.learning-program-detail .col-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px
}

.learning-program-detail .program-body {
  color: #e7ebe8d9;
  font-size: 15px;
  line-height: 1.7
}

.learning-program-detail .program-body p {
  margin: 0 0 12px
}

.learning-program-detail .program-body h2 {
  font-size: 23px;
  line-height: 1.2;
  color: #FD6A87;
  margin: 24px 0 12px
}

.learning-program-detail .program-body small {
  font-size: 13px;
  color: #e7ebe88c;
  display: block;
  margin-bottom: 8px
}

.learning-program-detail .program-body strong {
  color: #E7EBE8;
  font-weight: 600
}

.learning-program-detail .program-body ol {
  padding-left: 24px;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program-detail .program-body li {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d9;
  padding-left: 4px
}

.learning-program-detail .program-body figure {
  margin: 24px 0;
  border-radius: 7px;
  overflow: hidden
}

.learning-program-detail .program-body figcaption {
  font-size: 13px;
  color: #e7ebe880;
  margin-top: 8px;
  text-align: center
}

.learning-program-detail .program-body details {
  border: 1px solid #fd6a8733;
  border-radius: 7px;
  padding: 12px;
  margin: 12px 0;
  background: #012d484d
}

.learning-program-detail .program-body summary {
  cursor: pointer;
  font-size: 15px;
  color: #FD6A87;
  font-weight: 600;
  outline: none
}

.learning-program-detail .description-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program-detail .desc-card {
  background: #021e30cc;
  border-radius: 13px;
  padding: 36px;
  border: 1px solid #e7ebe812;
  box-shadow: 0 2px 2px 1px #012d4814
}

.learning-program-detail .desc-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d9
}

.learning-program-detail .desc-body .intro-para {
  font-size: 23px;
  line-height: 1.7;
  color: #E7EBE8;
  margin-bottom: 24px
}

.learning-program-detail .desc-body p {
  margin: 0 0 12px
}

.learning-program-detail .desc-body h2 {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 24px 0 12px
}

.learning-program-detail .desc-body mark {
  background: transparent;
  color: #FD6A87;
  border: 1px solid #fd6a8766;
  border-radius: 4px;
  padding: 0 4px
}

.learning-program-detail .desc-body em {
  color: #e7ebe8a6;
  font-style: italic
}

.learning-program-detail .desc-body ul {
  padding-left: 24px;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc
}

.learning-program-detail .desc-body li {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d9
}

.learning-program-detail .desc-body blockquote {
  border-top: 2px solid #FD6A87;
  border-bottom: 2px solid #fd6a8733;
  padding: 12px 24px;
  margin: 24px 0;
  background: #fd6a870f;
  border-radius: 7px;
  font-size: 15px;
  color: #e7ebe8e6;
  font-style: italic
}

.learning-program-detail .desc-body figure {
  margin: 24px 0;
  border-radius: 7px;
  overflow: hidden
}

.learning-program-detail .desc-body figcaption {
  font-size: 13px;
  color: #e7ebe880;
  margin-top: 8px
}

.learning-program-detail .desc-body details {
  border: 1px solid #fd6a8733;
  border-radius: 7px;
  padding: 12px;
  margin: 12px 0;
  background: #012d484d
}

.learning-program-detail .desc-body summary {
  cursor: pointer;
  font-size: 15px;
  color: #FD6A87;
  font-weight: 600
}

.learning-program-detail .stats-widget {
  background: #012d4899;
  border-radius: 13px;
  padding: 24px;
  border: 1px solid #e7ebe814;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  box-shadow: 0 12px 36px 1px #012d481f
}

.learning-program-detail .donut-wrap {
  flex: 0 0 auto;
  position: relative;
  width: 80px;
  height: 80px
}

.learning-program-detail .donut-wrap svg {
  width: 80px;
  height: 80px;
  transform: rotate(-90deg)
}

.learning-program-detail .donut-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #FD6A87
}

.learning-program-detail .stats-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.learning-program-detail .stats-text strong {
  font-size: 15px;
  color: #E7EBE8
}

.learning-program-detail .stats-text span {
  font-size: 13px;
  color: #e7ebe899
}

.learning-program-detail .likes-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.learning-program-detail .like-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #FD6A87;
  background: #fd6a8714;
  border: 1px solid #fd6a874d;
  border-radius: 36px;
  padding: 8px 24px;
  cursor: pointer;
  transition: background .35s ease-in-out, transform .22s ease-in-out
}

.learning-program-detail .like-btn:hover {
  background: #fd6a872e
}

.learning-program-detail .like-btn:active {
  transform: scale(0.95)
}

.learning-program-detail .like-count {
  font-size: 15px;
  color: #e7ebe899
}

.learning-program-detail .cta-strip {
  padding: 72px 0;
  background: linear-gradient(156deg, #012D48 0%, #021620 100%);
  position: relative;
  overflow: hidden
}

.learning-program-detail .circles-deco {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0
}

.learning-program-detail .circles-deco span {
  display: block;
  border-radius: 36px;
  border: 1px solid #fd6a8712;
  position: absolute;
  transform: translate(-50%, -50%)
}

.learning-program-detail .circles-deco span:nth-child(1) {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  border-color: #fd6a871a
}

.learning-program-detail .circles-deco span:nth-child(2) {
  width: 320px;
  height: 320px;
  top: 0;
  left: 0;
  border-color: #fd6a870f
}

.learning-program-detail .circles-deco span:nth-child(3) {
  width: 460px;
  height: 460px;
  top: 0;
  left: 0;
  border-color: #fd6a8708
}

.learning-program-detail .cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px
}

.learning-program-detail .cta-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.learning-program-detail .cta-heading {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.learning-program-detail .cta-heading span {
  display: block
}

.learning-program-detail .cta-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b3;
  max-width: 480px;
  margin: 0
}

.learning-program-detail .cta-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.learning-program-detail .cta-divider-line {
  flex: 1 1 0;
  height: 1px;
  background: #e7ebe81a
}

.learning-program-detail .cta-divider-dot {
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background: #FD6A87
}

.learning-program-detail .cta-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  min-width: 220px
}

.learning-program-detail .price-display {
  font-size: 32px;
  color: #FD6A87;
  font-weight: 700;
  text-align: center
}

@media (max-width: 1024px) {
  .learning-program-detail .title-heading {
    font-size: 45px
  }

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

  .learning-program-detail .cta-inner {
    flex-direction: column;
    gap: 36px
  }

  .learning-program-detail .cta-actions {
    width: 100%
  }

  .learning-program-detail .title-image-col {
    flex: 0 0 260px;
    max-width: 260px
  }
}

@media (max-width: 640px) {
  .learning-program-detail .title-band-inner {
    flex-direction: column;
    gap: 24px
  }

  .learning-program-detail .title-image-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .learning-program-detail .title-heading {
    font-size: 32px
  }

  .learning-program-detail .cta-heading {
    font-size: 32px
  }

  .learning-program-detail .program-col {
    padding: 24px
  }

  .learning-program-detail .desc-card {
    padding: 24px
  }

  .learning-program-detail .stats-widget {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 360px) {
  .learning-program-detail .title-heading {
    font-size: 23px
  }

  .learning-program-detail .cta-heading {
    font-size: 23px
  }

  .learning-program-detail .btn-primary,
  .learning-program-detail .btn-ghost {
    padding: 12px;
    font-size: 13px
  }
}

@media print {

  .learning-program-detail .bleed-bg,
  .learning-program-detail .stripe-bg,
  .learning-program-detail .circles-deco,
  .learning-program-detail .grain-overlay,
  .learning-program-detail .price-badge,
  .learning-program-detail .like-btn,
  .learning-program-detail .stats-widget,
  .learning-program-detail .cta-strip,
  .learning-program-detail .title-band-actions {
    display: none !important
  }

  .learning-program-detail .title-band,
  .learning-program-detail .body-section {
    background: #fff !important;
    color: #000 !important;
    padding: 12px 0 !important
  }

  .learning-program-detail .body-grid {
    grid-template-columns: 1fr !important
  }

  .learning-program-detail .title-band-inner {
    flex-direction: column !important
  }

  .learning-program-detail .col-heading,
  .learning-program-detail .title-heading,
  .learning-program-detail .program-body,
  .learning-program-detail .desc-body {
    color: #000 !important
  }

  .learning-program-detail .program-col,
  .learning-program-detail .desc-card {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    background: #fff !important
  }

  .learning-program-detail .genre-label {
    border-color: #ccc !important;
    color: #000 !important
  }
}

.philanthropy {
  background: #021e30;
  overflow-x: hidden;
  position: relative
}

.philanthropy .wave-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

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

.philanthropy .title-block {
  padding: 72px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.philanthropy .title-image-wrap {
  width: 100%;
  max-width: 860px;
  position: relative;
  border-radius: 13px;
  overflow: hidden
}

.philanthropy .title-image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block
}

.philanthropy .title-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #021d302e 0%, #021d30b8 100%);
  border-radius: 13px
}

.philanthropy .title-text-zone {
  position: relative;
  z-index: 1;
  max-width: 860px;
  width: 100%;
  padding: 36px 24px 0;
  text-align: center
}

.philanthropy .title-decoration {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 120px;
  pointer-events: none;
  z-index: 0
}

.philanthropy .dot-group {
  position: absolute;
  pointer-events: none
}

.philanthropy .dot-group span {
  display: block;
  border-radius: 36px;
  background: #FD6A87;
  position: absolute;
  opacity: .18
}

.philanthropy .title-dots {
  top: 24px;
  right: 24px;
  width: 90px;
  height: 90px
}

.philanthropy .title-dots span:nth-child(1) {
  width: 10px;
  height: 10px;
  top: 0;
  left: 0
}

.philanthropy .title-dots span:nth-child(2) {
  width: 7px;
  height: 7px;
  top: 0;
  left: 20px
}

.philanthropy .title-dots span:nth-child(3) {
  width: 12px;
  height: 12px;
  top: 20px;
  left: 8px
}

.philanthropy .title-dots span:nth-child(4) {
  width: 6px;
  height: 6px;
  top: 20px;
  left: 28px
}

.philanthropy .title-dots span:nth-child(5) {
  width: 9px;
  height: 9px;
  top: 38px;
  left: 0
}

.philanthropy .title-dots span:nth-child(6) {
  width: 5px;
  height: 5px;
  top: 38px;
  left: 20px
}

.philanthropy .title-label {
  font-size: 13px;
  letter-spacing: .18em;
  color: #FD6A87;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block
}

.philanthropy .title-heading {
  font-size: 62px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px;
  font-weight: 800
}

.philanthropy .title-heading .word-stack {
  display: block
}

.philanthropy .title-heading .accent-word {
  display: inline-block;
  border: 1.5px solid #FD6A87;
  border-radius: 7px;
  padding: 0 8px;
  color: #FD6A87
}

.philanthropy .title-counter-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap
}

.philanthropy .counter-badge {
  background: #fd6a871f;
  border: 1px solid #fd6a8759;
  border-radius: 36px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 18px 1px #fd6a871a
}

.philanthropy .counter-num {
  font-size: 32px;
  color: #FD6A87;
  font-weight: 700;
  line-height: 1.2
}

.philanthropy .counter-desc {
  font-size: 13px;
  color: #E7EBE8;
  opacity: .75;
  line-height: 1.7
}

.philanthropy .title-intro {
  font-size: 15px;
  color: #E7EBE8;
  opacity: .78;
  line-height: 1.7;
  max-width: 620px;
  margin: 24px auto 0
}

.philanthropy .pillars-section {
  padding: 72px 24px;
  background: radial-gradient(ellipse 80% 60% at 80% 40%, #012d48b3 0%, #02152400 70%), #021520;
  position: relative
}

.philanthropy .pillars-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.philanthropy .pillars-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.philanthropy .pillars-label {
  font-size: 13px;
  letter-spacing: .15em;
  color: #FD6A87;
  text-transform: uppercase
}

.philanthropy .pillars-heading {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  font-weight: 800;
  margin: 0
}

.philanthropy .pillars-heading .word-stack {
  display: block
}

.philanthropy .pillars-body {
  font-size: 15px;
  color: #E7EBE8;
  opacity: .78;
  line-height: 1.7;
  max-width: 440px
}

.philanthropy .pillars-body.large {
  font-size: 23px;
  opacity: .88;
  line-height: 1.7
}

.philanthropy .pillars-right {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.philanthropy .pillar-card {
  background: #e7ebe80a;
  border: 1px solid #e7ebe817;
  border-radius: 13px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: 0 2px 2px 1px #012d4814;
  cursor: default
}

.philanthropy .pillar-card:hover {
  background: #fd6a8712;
  border-color: #fd6a8747
}

.philanthropy .pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: #fd6a8724;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.philanthropy .pillar-icon i {
  font-size: 23px;
  color: #FD6A87
}

.philanthropy .pillar-text-area {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.philanthropy .pillar-name {
  font-size: 15px;
  color: #E7EBE8;
  font-weight: 700;
  line-height: 1.2
}

.philanthropy .pillar-desc {
  font-size: 13px;
  color: #E7EBE8;
  opacity: .68;
  line-height: 1.7
}

.philanthropy .pillars-right:has(.pillar-card:hover) .pillar-card:not(:hover) {
  transform: translateY(4px);
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.philanthropy .pillar-card {
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.philanthropy .diagram-section {
  padding: 72px 24px;
  background: #021e30;
  position: relative
}

.philanthropy .diagram-dots {
  bottom: 36px;
  left: 24px;
  width: 80px;
  height: 80px
}

.philanthropy .diagram-dots span:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  background: #FD6A87
}

.philanthropy .diagram-dots span:nth-child(2) {
  width: 5px;
  height: 5px;
  top: 0;
  left: 18px;
  background: #FD6A87
}

.philanthropy .diagram-dots span:nth-child(3) {
  width: 10px;
  height: 10px;
  top: 18px;
  left: 6px;
  background: #FD6A87
}

.philanthropy .diagram-dots span:nth-child(4) {
  width: 6px;
  height: 6px;
  top: 18px;
  left: 26px;
  background: #FD6A87
}

.philanthropy .diagram-dots span:nth-child(5) {
  width: 7px;
  height: 7px;
  top: 34px;
  left: 0;
  background: #FD6A87
}

.philanthropy .diagram-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: start
}

.philanthropy .diagram-heading {
  font-size: 32px;
  color: #E7EBE8;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px
}

.philanthropy .diagram-heading .word-stack {
  display: block
}

.philanthropy .diagram-sub {
  font-size: 15px;
  color: #E7EBE8;
  opacity: .72;
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 520px
}

.philanthropy .diagram-map {
  background: #012d4861;
  border: 1px solid #e7ebe81a;
  border-radius: 13px;
  padding: 36px 24px;
  position: relative;
  min-height: 320px;
  box-shadow: 0 12px 36px 1px #012d481f;
  overflow: hidden
}

.philanthropy .diagram-map-label {
  font-size: 13px;
  letter-spacing: .14em;
  color: #FD6A87;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block
}

.philanthropy .genre-flow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1
}

.philanthropy .genre-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.philanthropy .genre-node {
  background: #fd6a8721;
  border: 1px solid #fd6a8752;
  border-radius: 36px;
  padding: 8px 16px;
  font-size: 13px;
  color: #FD6A87;
  white-space: nowrap;
  transition: background .42s ease-in-out, color .42s ease-in-out
}

.philanthropy .genre-node.active,
.philanthropy .genre-node:hover {
  background: #fd6a8742;
  color: #fff
}

.philanthropy .genre-node.root {
  background: #fd6a8738;
  border-color: #FD6A87;
  font-size: 15px;
  font-weight: 700;
  color: #FD6A87;
  padding: 12px 24px;
  border-radius: 13px
}

.philanthropy .flow-connector {
  width: 24px;
  height: 2px;
  background: #fd6a874d;
  border-radius: 4px;
  flex-shrink: 0
}

.philanthropy .flow-vertical {
  width: 2px;
  height: 16px;
  background: #fd6a8738;
  border-radius: 4px;
  margin-left: 32px
}

.philanthropy .diagram-glow {
  position: absolute;
  width: 220px;
  height: 140px;
  background: radial-gradient(ellipse 70% 60% at 80% 50%, #fd6a871f 0%, transparent 80%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0
}

.philanthropy .diagram-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.philanthropy .sidebar-card {
  background: #012D48;
  border-radius: 13px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 5px 18px 1px #012d481a;
  box-shadow: inset 0 1px 0 0 #e7ebe814 inset 0 -1px 0 0 #012d4838 0 5px 18px 1px #012d481a
}

.philanthropy .sidebar-card-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FD6A87;
  text-transform: uppercase
}

.philanthropy .sidebar-card-value {
  font-size: 32px;
  color: #E7EBE8;
  font-weight: 700;
  line-height: 1.2
}

.philanthropy .sidebar-card-text {
  font-size: 13px;
  color: #E7EBE8;
  opacity: .65;
  line-height: 1.7
}

.philanthropy .legend-list {
  background: #e7ebe808;
  border: 1px solid #e7ebe814;
  border-radius: 13px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.philanthropy .legend-title {
  font-size: 15px;
  color: #E7EBE8;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px
}

.philanthropy .legend-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.philanthropy .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 36px;
  flex-shrink: 0
}

.philanthropy .legend-dot.pink {
  background: #FD6A87
}

.philanthropy .legend-dot.teal {
  background: #2d8fa4
}

.philanthropy .legend-dot.pale {
  background: #e7ebe873
}

.philanthropy .legend-item-text {
  font-size: 13px;
  color: #E7EBE8;
  opacity: .72;
  line-height: 1.7
}

.philanthropy .voices-section {
  padding: 72px 24px;
  background: radial-gradient(ellipse 90% 55% at 20% 60%, #012d488c 0%, #02152400 65%), #01111e;
  position: relative
}

.philanthropy .voices-inner {
  max-width: 1320px;
  margin: 0 auto
}

.philanthropy .voices-top {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-end;
  margin-bottom: 36px;
  flex-wrap: wrap
}

.philanthropy .voices-heading-group {
  flex: 1;
  min-width: 260px
}

.philanthropy .voices-label {
  font-size: 13px;
  letter-spacing: .15em;
  color: #FD6A87;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px
}

.philanthropy .voices-heading {
  font-size: 45px;
  color: #E7EBE8;
  font-weight: 800;
  line-height: 1.2;
  margin: 0
}

.philanthropy .voices-heading .word-stack {
  display: block
}

.philanthropy .voices-intro {
  flex: 1;
  min-width: 260px;
  font-size: 15px;
  color: #E7EBE8;
  opacity: .74;
  line-height: 1.7;
  max-width: 440px
}

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

.philanthropy .voice-card {
  background: #012d4852;
  border: 1px solid #e7ebe817;
  border-radius: 13px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 2px 1px #012d4814;
  transition: box-shadow .45s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .45s cubic-bezier(0.34, 1.2, 0.64, 1);
  animation: border-glow 3.2s ease-in-out infinite;
  animation-delay: calc(var(--delay, 0) * 1s)
}

.philanthropy .voice-card:nth-child(2) {
  --delay: 1.1
}

.philanthropy .voice-card:nth-child(3) {
  --delay: 2.2
}

@keyframes border-glow {

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

  50% {
    border-color: #fd6a874d
  }
}

.philanthropy .voice-card:hover {
  box-shadow: 0 12px 36px 1px #fd6a871f;
  border-color: #fd6a8761;
  animation-play-state: paused
}

.philanthropy .voice-person {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center
}

.philanthropy .voice-avatar {
  width: 44px;
  height: 44px;
  border-radius: 36px;
  background: #fd6a872e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.philanthropy .voice-avatar i {
  font-size: 23px;
  color: #FD6A87
}

.philanthropy .voice-name {
  font-size: 15px;
  color: #E7EBE8;
  font-weight: 700;
  line-height: 1.2
}

.philanthropy .voice-role {
  font-size: 13px;
  color: #E7EBE8;
  opacity: .55;
  line-height: 1.7
}

.philanthropy .voice-quote {
  font-size: 15px;
  color: #E7EBE8;
  opacity: .82;
  line-height: 1.7;
  border-top: 1px solid #e7ebe814;
  padding-top: 12px
}

.philanthropy .voices-dots {
  top: 36px;
  right: 36px;
  width: 70px;
  height: 70px
}

.philanthropy .voices-dots span:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  background: #FD6A87
}

.philanthropy .voices-dots span:nth-child(2) {
  width: 5px;
  height: 5px;
  top: 0;
  left: 18px;
  background: #FD6A87
}

.philanthropy .voices-dots span:nth-child(3) {
  width: 7px;
  height: 7px;
  top: 16px;
  left: 4px;
  background: #FD6A87
}

.philanthropy .voices-dots span:nth-child(4) {
  width: 4px;
  height: 4px;
  top: 16px;
  left: 24px;
  background: #FD6A87
}

@media (max-width: 1024px) {
  .philanthropy .pillars-inner {
    grid-template-columns: 1fr
  }

  .philanthropy .diagram-inner {
    grid-template-columns: 1fr
  }

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

  .philanthropy .title-heading {
    font-size: 45px
  }
}

@media (max-width: 640px) {
  .philanthropy .title-heading {
    font-size: 32px
  }

  .philanthropy .pillars-heading {
    font-size: 32px
  }

  .philanthropy .voices-heading {
    font-size: 32px
  }

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

  .philanthropy .title-image-wrap img {
    height: 260px
  }

  .philanthropy .diagram-heading {
    font-size: 23px
  }

  .philanthropy .counter-num {
    font-size: 23px
  }
}

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

  .philanthropy .pillars-heading {
    font-size: 23px
  }

  .philanthropy .title-block {
    padding: 36px 12px
  }
}

.learning-program {
  background: #021e30;
  color: #E7EBE8;
  overflow-x: clip
}

.learning-program .program-hero {
  padding: 72px 24px;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: center
}

.learning-program .hero-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FD6A87;
  border: 1px solid #fd6a8759;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 24px
}

.learning-program .hero-heading {
  font-size: 62px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px
}

.learning-program .hero-heading .punct {
  color: #FD6A87
}

.learning-program .hero-heading .word-stack {
  display: block
}

.learning-program .hero-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7;
  max-width: 520px;
  margin: 0 0 36px
}

.learning-program .hero-body .lead {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  display: block;
  margin-bottom: 12px
}

.learning-program .hero-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.learning-program .btn-primary {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 7px;
  font-size: 15px;
  border: 2px solid #FD6A87;
  background: transparent;
  color: #FD6A87;
  cursor: pointer;
  text-decoration: none;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: 0 5px 18px 1px #fd6a871a
}

.learning-program .btn-primary:hover {
  background: #FD6A87;
  color: #021e30;
  box-shadow: 0 12px 36px 1px #fd6a8738
}

.learning-program .btn-primary:active {
  transform: scale(0.97)
}

.learning-program .btn-secondary {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 7px;
  font-size: 15px;
  border: 2px solid #e7ebe840;
  background: transparent;
  color: #E7EBE8;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .35s ease-in-out, color .35s ease-in-out
}

.learning-program .btn-secondary:hover {
  border-color: #E7EBE8;
  color: #fff
}

.learning-program .btn-secondary:active {
  transform: scale(0.97)
}

.learning-program .hero-image-frame {
  position: relative
}

.learning-program .hero-image-frame::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid #fd6a8733;
  border-radius: 13px;
  pointer-events: none
}

.learning-program .hero-image-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  background: #fd6a8712;
  border-radius: 13px;
  z-index: -1;
  pointer-events: none
}

.learning-program .hero-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d4859
}

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

.learning-program .hero-img-wrap:hover img {
  transform: scale(1.04)
}

.learning-program .divider-curves {
  width: 100%;
  height: 24px;
  overflow: hidden
}

.learning-program .divider-curves svg {
  width: 100%;
  height: 100%
}

.learning-program .programs-strip {
  background: #011928;
  padding: 72px 24px;
  animation: contrast-breathe 6s ease-in-out infinite
}

@keyframes contrast-breathe {

  0%,
  100% {
    filter: contrast(1)
  }

  50% {
    filter: contrast(1.04)
  }
}

.learning-program .programs-inner {
  max-width: 1320px;
  margin: 0 auto
}

.learning-program .strip-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
  flex-wrap: wrap
}

.learning-program .strip-heading {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.learning-program .strip-heading .accent-word {
  display: inline-block;
  border: 1.5px solid #FD6A87;
  border-radius: 4px;
  padding: 0 8px;
  color: #FD6A87
}

.learning-program .strip-count {
  font-size: 13px;
  letter-spacing: .1em;
  color: #e7ebe880;
  text-transform: uppercase;
  white-space: nowrap
}

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

.learning-program .program-card {
  background: #012233;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid #e7ebe814;
  box-shadow: 0 5px 18px 1px #012d481a;
  transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: flex;
  flex-direction: column
}

.learning-program .program-card:hover {
  box-shadow: 0 12px 36px 1px #fd6a871f 0 0 0 1px #fd6a872e;
  border-color: #fd6a8747
}

.learning-program .card-image-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0
}

.learning-program .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: block;
  max-width: 100%
}

.learning-program .program-card:hover .card-image-wrap img {
  transform: scale(1.05)
}

.learning-program .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px
}

.learning-program .card-title {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.learning-program .card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  margin: 0;
  flex: 1
}

.learning-program .card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e7ebe814;
  gap: 12px
}

.learning-program .card-price {
  font-size: 23px;
  line-height: 1.2;
  color: #FD6A87;
  font-weight: 700
}

.learning-program .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #e7ebe88c
}

.learning-program .card-meta i {
  font-size: 15px;
  color: #FD6A87
}

.learning-program .card-link {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 24px;
  border-radius: 7px;
  font-size: 13px;
  border: 1.5px solid #fd6a8780;
  color: #FD6A87;
  background: transparent;
  text-decoration: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .35s ease-in-out, color .35s ease-in-out, border-color .35s ease-in-out;
  align-self: flex-start
}

.learning-program .card-link:hover {
  background: #FD6A87;
  color: #021e30;
  border-color: #FD6A87;
  box-shadow: 0 5px 18px 1px #fd6a872e
}

.learning-program .card-link:active {
  transform: scale(0.97)
}

.learning-program .divider-single {
  width: 100%;
  height: 20px;
  overflow: hidden
}

.learning-program .divider-single svg {
  width: 100%;
  height: 100%
}

.learning-program .bg-image-strip {
  position: relative;
  padding: 72px 24px
}

.learning-program .bg-image-strip .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  max-width: 100%
}

.learning-program .bg-image-strip .overlay {
  position: absolute;
  inset: 0;
  background: #011d2ed1;
  z-index: 1;
  pointer-events: none
}

.learning-program .bg-image-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 72px;
  align-items: start
}

.learning-program .col-divider {
  background: linear-gradient(180deg, transparent, #FD6A87 40%, #FD6A87 60%, transparent);
  align-self: stretch;
  min-height: 200px
}

.learning-program .approach-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px
}

.learning-program .approach-heading .word-stack {
  display: block
}

.learning-program .approach-text {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7;
  margin: 0 0 12px
}

.learning-program .approach-list {
  list-style: decimal;
  padding-left: 24px;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .approach-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7
}

.learning-program .col-right-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FD6A87;
  margin-bottom: 24px;
  display: block
}

.learning-program .stat-row {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program .stat-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.learning-program .stat-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: #fd6a871f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 1px #fd6a8714
}

.learning-program .stat-icon i {
  font-size: 23px;
  color: #FD6A87
}

.learning-program .stat-text strong {
  display: block;
  font-size: 15px;
  color: #E7EBE8;
  margin-bottom: 4px
}

.learning-program .stat-text span {
  font-size: 13px;
  color: #e7ebe899;
  line-height: 1.7
}

.learning-program .trust-strip {
  padding: 72px 24px;
  background: #021e30
}

.learning-program .trust-inner {
  max-width: 1320px;
  margin: 0 auto
}

.learning-program .trust-top {
  text-align: center;
  margin-bottom: 36px
}

.learning-program .trust-heading {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 12px
}

.learning-program .trust-sub {
  font-size: 15px;
  color: #e7ebe8a6;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7
}

.learning-program .reviews-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px
}

.learning-program .review-card {
  background: #012233;
  border-radius: 13px;
  padding: 24px;
  border: 1px solid #e7ebe812;
  box-shadow: 0 5px 18px 1px #012d481a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.learning-program .review-card:hover {
  box-shadow: 0 0 0 1.5px #fd6a8738 0 12px 36px 1px #fd6a871a
}

.learning-program .quote-mark {
  font-size: 62px;
  line-height: 1;
  color: #fd6a872e;
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 12px;
  right: 24px
}

.learning-program .review-text {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7;
  margin: 0
}

.learning-program .reviewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 4px
}

.learning-program .reviewer-portrait {
  width: 48px;
  height: 62px;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0
}

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

.learning-program .reviewer-info strong {
  display: block;
  font-size: 15px;
  color: #E7EBE8
}

.learning-program .reviewer-info span {
  font-size: 13px;
  color: #e7ebe88c
}

.learning-program .trust-badges {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap
}

.learning-program .badge-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .08em;
  color: #e7ebe899;
  text-transform: uppercase;
  padding: 8px 24px;
  border: 1px solid #e7ebe81a;
  border-radius: 36px;
  box-shadow: 0 2px 2px 1px #012d4814
}

.learning-program .badge-item i {
  color: #FD6A87;
  font-size: 15px
}

.learning-program .philantropy-strip {
  padding: 72px 24px;
  background: #011928
}

.learning-program .phil-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 72px;
  align-items: center
}

.learning-program .phil-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d4833
}

.learning-program .phil-img-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);
  max-width: 100%
}

.learning-program .phil-img-wrap:hover img {
  transform: scale(1.04)
}

.learning-program .phil-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px
}

.learning-program .phil-heading .word-stack {
  display: block
}

.learning-program .phil-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7;
  margin: 0 0 12px
}

.learning-program .phil-link {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 36px;
  border-radius: 7px;
  font-size: 15px;
  border: 2px solid #fd6a8780;
  color: #FD6A87;
  background: transparent;
  text-decoration: none;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.learning-program .phil-link:hover {
  background: #FD6A87;
  color: #021e30
}

.learning-program .phil-link:active {
  transform: scale(0.97)
}

.learning-program .contact-ribbon {
  padding: 72px 24px;
  background: #012233
}

.learning-program .contact-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap
}

.learning-program .contact-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 8px
}

.learning-program .contact-desc {
  font-size: 15px;
  color: #e7ebe8a6;
  margin: 0;
  max-width: 420px;
  line-height: 1.7
}

.learning-program .contact-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

@media (max-width: 1024px) {
  .learning-program .program-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 24px
  }

  .learning-program .cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .learning-program .bg-image-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .learning-program .col-divider {
    display: none
  }

  .learning-program .reviews-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .learning-program .phil-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .learning-program .hero-heading {
    font-size: 45px
  }
}

@media (max-width: 640px) {
  .learning-program .cards-grid {
    grid-template-columns: 1fr
  }

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

  .learning-program .hero-heading {
    font-size: 32px
  }

  .learning-program .strip-heading {
    font-size: 32px
  }

  .learning-program .trust-heading {
    font-size: 32px
  }

  .learning-program .strip-head {
    flex-direction: column;
    align-items: flex-start
  }

  .learning-program .trust-badges {
    flex-direction: column;
    align-items: center
  }

  .learning-program .contact-inner {
    flex-direction: column;
    align-items: flex-start
  }
}

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

  .learning-program .program-hero,
  .learning-program .programs-strip,
  .learning-program .bg-image-strip,
  .learning-program .trust-strip,
  .learning-program .philantropy-strip,
  .learning-program .contact-ribbon {
    padding: 36px 12px
  }

  .learning-program .hero-actions {
    flex-direction: column
  }
}

.entry {
  background: #021a2e;
  overflow-x: hidden;
  position: relative
}

.entry .page-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.entry .elastic-in {
  animation: elasticIn .45s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes elasticIn {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.97)
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.entry .elastic-in-delay {
  animation: elasticIn .42s cubic-bezier(0.34, 1.2, 0.64, 1) .18s both
}

.entry .elastic-in-delay-2 {
  animation: elasticIn .44s cubic-bezier(0.34, 1.2, 0.64, 1) .32s both
}

.entry .title-block {
  position: relative;
  padding: 72px 0;
  background: radial-gradient(ellipse 70% 55% at 82% 40%, #012d48b8 0%, transparent 68%), radial-gradient(ellipse 45% 38% at 88% 70%, #fd6a871a 0%, transparent 60%), linear-gradient(158deg, #021a2e 0%, #032540 55%, #021a2e 100%);
  overflow: hidden
}

.entry .title-block .motif-edge {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden
}

.entry .title-block .motif-edge span {
  display: block;
  width: 6px;
  height: 18px;
  background: #FD6A87;
  margin-bottom: 8px;
  border-radius: 0 4px 4px 0;
  opacity: .7
}

.entry .title-block .motif-edge span:nth-child(even) {
  opacity: .28;
  height: 8px
}

.entry .title-block .atmosphere-blob {
  position: absolute;
  border-radius: 36px;
  pointer-events: none;
  filter: blur(64px)
}

.entry .title-block .atmosphere-blob.pink {
  width: 340px;
  height: 200px;
  background: #fd6a871c;
  right: 8%;
  top: 15%
}

.entry .title-block .atmosphere-blob.blue {
  width: 260px;
  height: 180px;
  background: #012d488c;
  left: 18%;
  bottom: 10%
}

.entry .title-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1
}

.entry .title-text {
  padding-left: 24px
}

.entry .title-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .13em;
  color: #FD6A87;
  border: 1px solid #fd6a8761;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 24px;
  text-transform: uppercase
}

.entry .title-h1 {
  font-size: 62px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.entry .title-h1 .accent-word {
  display: inline-block;
  border: 1.5px solid #FD6A87;
  border-radius: 7px;
  padding: 0 8px;
  color: #FD6A87
}

.entry .title-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7;
  max-width: 480px;
  margin: 0 0 36px
}

.entry .title-cta-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.entry .btn-primary {
  display: inline-block;
  font-size: 15px;
  color: #FD6A87;
  border: 1.5px solid #FD6A87;
  border-radius: 36px;
  padding: 12px 36px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  box-shadow: 0 5px 18px 1px #fd6a871a
}

.entry .btn-primary:hover {
  background: #FD6A87;
  color: #021a2e;
  box-shadow: 0 12px 36px 1px #fd6a8738
}

.entry .btn-primary:active {
  transform: scale(0.97)
}

.entry .btn-ghost {
  display: inline-block;
  font-size: 15px;
  color: #e7ebe8b8;
  border: 1px solid #e7ebe838;
  border-radius: 36px;
  padding: 12px 24px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: color .35s ease-in-out, border-color .35s ease-in-out
}

.entry .btn-ghost:hover {
  color: #E7EBE8;
  border-color: #e7ebe88c
}

.entry .btn-ghost:active {
  transform: scale(0.97)
}

.entry .title-image-zone {
  position: relative
}

.entry .title-image-frame {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d4838;
  position: relative
}

.entry .title-image-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.82);
  transition: filter .42s ease-in-out
}

.entry .title-image-frame:hover img {
  filter: brightness(1)
}

.entry .title-image-frame .vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 40%, transparent 40%, #021a2e8c 100%);
  pointer-events: none;
  border-radius: 13px
}

.entry .title-stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px
}

.entry .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.entry .stat-number {
  font-size: 32px;
  line-height: 1.2;
  color: #FD6A87;
  font-weight: 700
}

.entry .stat-label {
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe894;
  letter-spacing: .06em
}

.entry .divider-tri {
  display: block;
  width: 100%;
  line-height: 0
}

.entry .hesitation {
  background: #021a2e;
  padding: 72px 0;
  position: relative
}

.entry .hesitation-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start
}

.entry .hesitation-left {
  position: sticky;
  top: 24px
}

.entry .hesitation-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #e7ebe873;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block
}

.entry .hesitation-h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px
}

.entry .hesitation-h2 .word-block {
  display: block
}

.entry .hesitation-image-wrap {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 5px 18px 1px #012d481f
}

.entry .hesitation-image-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.78);
  transition: filter .4s ease-in-out
}

.entry .hesitation-image-wrap:hover img {
  filter: brightness(1)
}

.entry .hesitation-right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.entry .hesitation-concern {
  border-radius: 13px;
  background: #012d4852;
  border: 1px solid #012d48b3;
  padding: 24px 36px;
  box-shadow: 0 2px 2px 1px #012d4814;
  position: relative
}

.entry .hesitation-concern::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  background: #FD6A87;
  border-radius: 0 4px 4px 0;
  opacity: .65
}

.entry .concern-q {
  font-size: 23px;
  line-height: 1.2;
  color: #FD6A87;
  margin: 0 0 12px
}

.entry .concern-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8c7;
  margin: 0
}

.entry .concern-body .framed {
  display: inline;
  border: 1px solid #fd6a8780;
  border-radius: 4px;
  padding: 0 4px;
  color: #E7EBE8
}

.entry .investment {
  background: #032540;
  padding: 72px 0;
  position: relative
}

.entry .investment-inner {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.entry .investment-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.entry .investment-headline {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 12px
}

.entry .investment-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8ad;
  margin: 0
}

.entry .investment-image-frame {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d481f
}

.entry .investment-image-frame img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: brightness(0.80);
  transition: filter .38s ease-in-out
}

.entry .investment-image-frame:hover img {
  filter: brightness(1)
}

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

.entry .tier-item {
  border-radius: 13px;
  background: #021a2ed1;
  border: 1px solid #012d48e6;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .4s ease-in-out, box-shadow .42s ease-in-out;
  box-shadow: 0 2px 2px 1px #012d4814
}

.entry .tier-item:hover {
  border-color: #fd6a8773;
  box-shadow: 0 12px 36px 1px #fd6a871a
}

.entry .tier-icon {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: #fd6a871f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD6A87;
  font-size: 15px
}

.entry .tier-name {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.entry .tier-price {
  font-size: 32px;
  line-height: 1.2;
  color: #FD6A87;
  font-weight: 700
}

.entry .tier-period {
  font-size: 13px;
  color: #e7ebe873;
  letter-spacing: .06em
}

.entry .tier-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8ad;
  margin: 0
}

.entry .tier-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.entry .tier-features li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe8b8
}

.entry .tier-features li .ti {
  color: #FD6A87;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px
}

.entry .experience {
  background: #021a2e;
  padding: 72px 0;
  position: relative
}

.entry .experience-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: start
}

.entry .experience-quote-block {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.entry .experience-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #fd6a87b3;
  text-transform: uppercase;
  display: block
}

.entry .experience-h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.entry .quote-card {
  border-radius: 13px;
  background: #012d4847;
  border: 1px solid #012d48a6;
  padding: 36px;
  box-shadow: 0 5px 18px 1px #012d481a;
  position: relative
}

.entry .quote-mark {
  position: absolute;
  top: -16px;
  left: 36px;
  width: 36px;
  height: 36px;
  background: #FD6A87;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #021a2e;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 4px
}

.entry .quote-text {
  font-size: 23px;
  line-height: 1.7;
  color: #E7EBE8;
  margin: 0 0 24px;
  font-style: italic
}

.entry .quote-text .framed {
  display: inline;
  border: 1px solid #fd6a8780;
  border-radius: 4px;
  padding: 0 4px;
  font-style: normal;
  color: #FD6A87
}

.entry .quote-attribution {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #012d48b3;
  padding-top: 24px
}

.entry .quote-portrait {
  width: 52px;
  height: 52px;
  border-radius: 36px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 2px 1px #012d4814
}

.entry .quote-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.entry .quote-person-name {
  font-size: 15px;
  color: #E7EBE8;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.2
}

.entry .quote-person-detail {
  font-size: 13px;
  color: #e7ebe880;
  margin: 0;
  line-height: 1.2
}

.entry .experience-metrics {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.entry .metric-block {
  border-radius: 13px;
  background: #03254099;
  border: 1px solid #012d48b3;
  padding: 24px;
  box-shadow: 0 2px 2px 1px #012d4814;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.entry .metric-number {
  font-size: 45px;
  line-height: 1.2;
  color: #FD6A87;
  font-weight: 700
}

.entry .metric-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe894
}

.entry .experience-image-wrap {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 5px 18px 1px #012d481f;
  margin-top: 24px
}

.entry .experience-image-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  filter: brightness(0.78);
  transition: filter .43s ease-in-out
}

.entry .experience-image-wrap:hover img {
  filter: brightness(1)
}

.entry .distinction {
  background: #032540;
  padding: 72px 0;
  position: relative
}

.entry .distinction-inner {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.entry .distinction-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.entry .distinction-h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.entry .distinction-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  margin: 0
}

.entry .distinction-intro .big-open {
  font-size: 23px;
  line-height: 1.7;
  display: block;
  color: #E7EBE8;
  margin-bottom: 12px
}

.entry .approaches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.entry .approach-item {
  border-radius: 13px;
  background: #021a2eb8;
  border: 1px solid #012d48bf;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 5px 18px 1px #012d481a;
  transition: box-shadow .4s ease-in-out, border-color .38s ease-in-out
}

.entry .approach-item:hover {
  border-color: #fd6a8761;
  box-shadow: 0 12px 36px 1px #fd6a8714
}

.entry .approach-number {
  font-size: 62px;
  line-height: 1.2;
  color: #fd6a8726;
  font-weight: 900;
  display: block;
  line-height: .9
}

.entry .approach-h4 {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.entry .approach-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  margin: 0
}

.entry .distinction-bottom {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  align-items: center;
  border-top: 1px solid #012d48a6;
  padding-top: 36px;
  margin-top: 12px
}

.entry .distinction-final-text {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8ad;
  margin: 0
}

.entry .distinction-final-text .framed {
  display: inline;
  border: 1px solid #fd6a877a;
  border-radius: 4px;
  padding: 0 4px;
  color: #FD6A87
}

.entry .distinction-image-frame {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d481f
}

.entry .distinction-image-frame img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: brightness(0.78);
  transition: filter .41s ease-in-out
}

.entry .distinction-image-frame:hover img {
  filter: brightness(1)
}

.entry .tier-features li {
  transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), padding-left .35s ease-in-out;
  cursor: default
}

.entry .tier-features li:hover {
  color: #E7EBE8;
  padding-left: 4px
}

.entry .tier-features li:hover .ti {
  color: #FD6A87
}

@media (max-width: 1280px) {
  .entry .title-inner {
    grid-template-columns: 1fr 360px;
    gap: 36px
  }

  .entry .title-h1 {
    font-size: 45px
  }

  .entry .tiers-list {
    grid-template-columns: 1fr 1fr
  }
}

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

  .entry .title-image-zone {
    order: -1
  }

  .entry .title-text {
    padding-left: 0
  }

  .entry .hesitation-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .entry .hesitation-left {
    position: static
  }

  .entry .investment-top {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .entry .experience-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .entry .experience-metrics {
    flex-direction: row;
    flex-wrap: wrap
  }

  .entry .metric-block {
    flex: 1 1 160px
  }

  .entry .distinction-head {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .entry .approaches {
    grid-template-columns: 1fr
  }

  .entry .distinction-bottom {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .entry .tiers-list {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .entry .title-h1 {
    font-size: 32px
  }

  .entry .hesitation-h2 {
    font-size: 32px
  }

  .entry .investment-headline {
    font-size: 32px
  }

  .entry .distinction-h2 {
    font-size: 32px
  }

  .entry .experience-h3 {
    font-size: 23px
  }

  .entry .title-stat-row {
    flex-wrap: wrap;
    gap: 12px
  }

  .entry .title-cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 360px) {
  .entry .title-h1 {
    font-size: 23px
  }

  .entry .title-label {
    font-size: 13px
  }

  .entry .stat-number {
    font-size: 23px
  }
}

.about-us {
  background: #021a2e;
  color: #E7EBE8;
  overflow-x: clip;
  position: relative
}

.about-us .divider-gradient {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FD6A87 0%, #012D48 100%);
  border: none;
  margin: 0
}

.about-us .split-reveal {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.about-us .split-reveal span {
  display: inline-block;
  animation: splitSpread .8s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.about-us .split-reveal span:nth-child(1) {
  animation-delay: .05s
}

.about-us .split-reveal span:nth-child(2) {
  animation-delay: .13s
}

.about-us .split-reveal span:nth-child(3) {
  animation-delay: .21s
}

.about-us .split-reveal span:nth-child(4) {
  animation-delay: .29s
}

.about-us .split-reveal span:nth-child(5) {
  animation-delay: .37s
}

@keyframes splitSpread {
  0% {
    opacity: 0;
    transform: translateX(-18px) scale(0.92);
    letter-spacing: -.04em
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    letter-spacing: inherit
  }
}

.about-us .framed-word {
  display: inline;
  border: 1.5px solid #FD6A87;
  border-radius: 4px;
  padding: 0 8px;
  color: #FD6A87
}

.about-us .accent-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #FD6A87, #012D48);
  border-radius: 4px;
  margin-bottom: 12px
}

.about-us .corner-deco {
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none
}

.about-us .corner-deco.top-left {
  top: 24px;
  left: 24px;
  border-top: 1.5px solid #FD6A87;
  border-left: 1.5px solid #FD6A87;
  border-radius: 4px 0 0 0
}

.about-us .corner-deco.bottom-right {
  bottom: 24px;
  right: 24px;
  border-bottom: 1.5px solid #FD6A87;
  border-right: 1.5px solid #FD6A87;
  border-radius: 0 0 4px 0
}

.about-us .about-identity {
  position: relative;
  padding: 72px 24px 96px;
  background: radial-gradient(ellipse 80% 60% at 85% 40%, #012d488c 0%, transparent 70%), url(./visual_library/2025_10-samples.jpg) center/cover no-repeat;
  background-blend-mode: multiply, normal
}

.about-us .identity-texture {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #fd6a8708 0px, #fd6a8708 1px, transparent 1px, transparent 18px);
  pointer-events: none
}

.about-us .identity-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 72px;
  align-items: end
}

.about-us .identity-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us .identity-label {
  font-size: 13px;
  letter-spacing: .15em;
  color: #FD6A87;
  text-transform: uppercase
}

.about-us .identity-stat-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid #fd6a872e;
  border-radius: 13px;
  background: #021a2eb8;
  box-shadow: 0 5px 18px 1px #fd6a871a
}

.about-us .identity-stat-block .stat-number {
  font-size: 45px;
  line-height: 1.2;
  color: #FD6A87;
  font-weight: 700
}

.about-us .identity-stat-block .stat-label {
  font-size: 13px;
  color: #E7EBE8;
  line-height: 1.7;
  opacity: .82
}

.about-us .identity-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us .identity-heading {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 800;
  color: #E7EBE8;
  margin: 0
}

.about-us .identity-heading .each-word {
  display: block
}

.about-us .identity-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 680px
}

.about-us .identity-body .lead {
  font-size: 23px;
  line-height: 1.7;
  color: #E7EBE8
}

.about-us .identity-body .body-text {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d1
}

.about-us .identity-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  border: 1.5px solid #FD6A87;
  border-radius: 36px;
  color: #FD6A87;
  font-size: 15px;
  background: transparent;
  text-decoration: none;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  align-self: flex-start
}

.about-us .identity-cta:hover {
  background: #FD6A87;
  color: #021a2e
}

.about-us .identity-cta:active {
  transform: scale(0.97)
}

.about-us .divider-gradient {
  display: block
}

.about-us .about-people {
  padding: 72px 24px;
  background: #021a2e;
  position: relative
}

.about-us .people-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 70fr 30fr;
  gap: 72px;
  align-items: start
}

.about-us .people-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.about-us .people-heading {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  color: #E7EBE8;
  margin: 0
}

.about-us .people-heading .each-word {
  display: block
}

.about-us .people-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.about-us .person-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 13px;
  background: #012d4861;
  border: 1px solid #e7ebe814;
  box-shadow: 0 2px 2px 1px #012d4814;
  transition: box-shadow .42s ease-in-out, border-color .42s ease-in-out
}

.about-us .person-card:hover {
  box-shadow: 0 12px 36px 1px #fd6a871f;
  border-color: #fd6a8738
}

.about-us .person-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 13px;
  overflow: hidden
}

.about-us .person-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: grayscale(1);
  transition: filter .45s ease-in-out, transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us .person-card:hover .person-portrait img {
  filter: grayscale(0);
  transform: scale(1.04)
}

.about-us .person-name {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.about-us .person-role {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FD6A87;
  text-transform: uppercase
}

.about-us .person-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8cc
}

.about-us .no-portrait-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 13px;
  background: #012d4838;
  border: 1px solid #e7ebe80f;
  box-shadow: 0 2px 2px 1px #012d4814
}

.about-us .no-portrait-icon {
  width: 48px;
  height: 48px;
  border-radius: 36px;
  background: #fd6a871f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD6A87;
  font-size: 23px
}

.about-us .people-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 72px
}

.about-us .values-list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us .value-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7ebe814
}

.about-us .value-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.about-us .value-number {
  font-size: 13px;
  color: #FD6A87;
  letter-spacing: .12em
}

.about-us .value-title {
  font-size: 15px;
  font-weight: 700;
  color: #E7EBE8;
  margin: 0
}

.about-us .value-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe8b8
}

.about-us .about-reach {
  padding: 72px 24px;
  background: radial-gradient(ellipse 70% 80% at 90% 50%, #fd6a8712 0%, transparent 65%), #012D48;
  position: relative
}

.about-us .reach-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px
}

.about-us .reach-top {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 36px;
  align-items: center
}

.about-us .reach-label-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.about-us .reach-label {
  font-size: 13px;
  letter-spacing: .14em;
  color: #FD6A87;
  text-transform: uppercase
}

.about-us .reach-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.about-us .reach-heading .each-word {
  display: block
}

.about-us .reach-text-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.about-us .reach-lead {
  font-size: 23px;
  line-height: 1.7;
  color: #E7EBE8
}

.about-us .reach-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8cc
}

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

.about-us .metric-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 36px 24px;
  border-radius: 13px;
  background: #021a2e99;
  border: 1px solid #fd6a8724;
  box-shadow: 0 5px 18px 1px #012d481a;
  transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  cursor: default
}

.about-us .metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px 1px #fd6a871f
}

.about-us .metric-icon {
  color: #FD6A87;
  font-size: 23px;
  margin-bottom: 4px
}

.about-us .metric-number {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  color: #FD6A87
}

.about-us .metric-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe8b8
}

.about-us .reach-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.about-us .reach-img-wrap {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d481f
}

.about-us .reach-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1), filter .45s ease-in-out;
  filter: brightness(0.88)
}

.about-us .reach-img-wrap:hover img {
  transform: scale(1.05);
  filter: brightness(1)
}

.about-us .reach-contact-strip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  padding: 36px;
  border-radius: 13px;
  background: #021a2e8c;
  border: 1px solid #e7ebe814;
  box-shadow: 0 5px 18px 1px #fd6a871a
}

.about-us .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: #E7EBE8;
  font-size: 15px;
  text-decoration: none;
  transition: color .35s ease-in-out
}

.about-us .contact-item:hover {
  color: #FD6A87
}

.about-us .contact-item i {
  font-size: 23px;
  color: #FD6A87
}

.about-us .contact-item .contact-detail {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us .contact-item .contact-type {
  font-size: 13px;
  letter-spacing: .1em;
  color: #e7ebe88c;
  text-transform: uppercase
}

.about-us .contact-sep {
  width: 1px;
  height: 36px;
  background: #e7ebe81f
}

.about-us .contact-cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  border: 1.5px solid #FD6A87;
  border-radius: 7px;
  color: #FD6A87;
  font-size: 15px;
  background: transparent;
  text-decoration: none;
  transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), color .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us .contact-cta:hover {
  background: #FD6A87;
  color: #021a2e
}

.about-us .contact-cta:active {
  transform: scale(0.97)
}

@media (max-width: 1024px) {
  .about-us .identity-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .about-us .identity-heading {
    font-size: 45px
  }

  .about-us .people-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .about-us .people-right {
    padding-top: 0
  }

  .about-us .reach-top {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .about-us .reach-metrics {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-us .reach-images {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .about-us .identity-heading {
    font-size: 32px
  }

  .about-us .people-cards {
    grid-template-columns: 1fr
  }

  .about-us .reach-heading {
    font-size: 32px
  }

  .about-us .reach-metrics {
    grid-template-columns: 1fr 1fr
  }

  .about-us .reach-contact-strip {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us .contact-sep {
    display: none
  }

  .about-us .contact-cta {
    margin-left: 0
  }

  .about-us .metric-number {
    font-size: 32px
  }
}

@media (max-width: 360px) {
  .about-us .identity-heading {
    font-size: 23px
  }

  .about-us .reach-metrics {
    grid-template-columns: 1fr
  }

  .about-us .people-heading {
    font-size: 32px
  }
}

.contact-us {
  background: #02111e;
  overflow-x: clip;
  position: relative
}

.contact-us .reach-block {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative
}

.contact-us .reach-visual {
  position: relative
}

.contact-us .reach-visual::before {
  content: "";
  position: absolute;
  top: -36px;
  right: -36px;
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse 80% 60% at 80% 30%, #fd6a872e 0%, transparent 70%);
  pointer-events: none
}

.contact-us .diamond-accent {
  position: absolute;
  bottom: 36px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: #fd6a8721;
  border: 1.5px solid #fd6a8752;
  transform: rotate(45deg);
  border-radius: 4px;
  pointer-events: none;
  z-index: 0
}

.contact-us .reach-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FD6A87;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px
}

.contact-us .reach-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #FD6A87;
  border-radius: 4px;
  flex-shrink: 0
}

.contact-us .reach-heading {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  font-weight: 700;
  margin-bottom: 24px
}

.contact-us .reach-heading span {
  display: block
}

.contact-us .reach-heading .accented {
  color: #FD6A87;
  border: 1.5px solid #fd6a8773;
  border-radius: 7px;
  padding: 0 12px;
  display: inline-block;
  margin-top: 8px
}

.contact-us .reach-description {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  margin-bottom: 36px;
  max-width: 420px
}

.contact-us .reach-description .large {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  display: block;
  margin-bottom: 12px
}

.contact-us .contact-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us .contact-details-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.contact-us .detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #012d48b3;
  border: 1.5px solid #fd6a8733;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 5px 18px 1px #fd6a871a;
  transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out
}

.contact-us .contact-details-list li:hover .detail-icon {
  border-color: #fd6a878c;
  box-shadow: 0 12px 36px 1px #fd6a871f
}

.contact-us .detail-icon .ti {
  font-size: 20px;
  color: #FD6A87
}

.contact-us .detail-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us .detail-text .label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #e7ebe880;
  text-transform: uppercase
}

.contact-us .detail-text a,
.contact-us .detail-text .value {
  font-size: 15px;
  line-height: 1.7;
  color: #E7EBE8;
  text-decoration: none;
  transition: color .35s ease-in-out
}

.contact-us .detail-text a:hover {
  color: #FD6A87
}

.contact-us .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-top: 36px;
  border: 1.5px solid #fd6a8726;
  border-radius: 13px;
  overflow: hidden;
  background: #012d4859
}

.contact-us .metric-item {
  flex: 1;
  padding: 24px 12px;
  text-align: center;
  position: relative
}

.contact-us .metric-item+.metric-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #fd6a8733
}

.contact-us .metric-value {
  font-size: 32px;
  line-height: 1.2;
  color: #FD6A87;
  font-weight: 700;
  display: block
}

.contact-us .metric-label {
  font-size: 13px;
  color: #e7ebe899;
  letter-spacing: .06em;
  margin-top: 4px;
  display: block;
  line-height: 1.7
}

.contact-us .form-panel {
  background: #012d4873;
  border: 1.5px solid #fd6a8726;
  border-radius: 13px;
  padding: 36px;
  box-shadow: 0 12px 36px 1px #012d481f;
  position: relative;
  overflow: hidden
}

.contact-us .form-panel::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse 70% 50% at 80% 20%, #fd6a8717 0%, transparent 70%);
  pointer-events: none
}

.contact-us .form-panel-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #FD6A87;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.contact-us .form-panel-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #FD6A87;
  border-radius: 4px;
  flex-shrink: 0
}

.contact-us .form-panel-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  font-weight: 700;
  margin-bottom: 24px
}

.contact-us .form-panel-heading span {
  display: block
}

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

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

.contact-us .field-group label {
  font-size: 13px;
  color: #e7ebe8a6;
  letter-spacing: .07em
}

.contact-us .field-group input,
.contact-us .field-group select,
.contact-us .field-group textarea {
  background: #02111e99;
  border: 1.5px solid #fd6a872e;
  border-radius: 7px;
  color: #E7EBE8;
  font-size: 15px;
  padding: 12px 16px;
  outline: none;
  transition: border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.contact-us .field-group input::placeholder,
.contact-us .field-group textarea::placeholder {
  color: #e7ebe84d
}

.contact-us .field-group input:focus,
.contact-us .field-group select:focus,
.contact-us .field-group textarea:focus {
  border-color: #fd6a8799;
  box-shadow: 0 5px 18px 1px #fd6a871a
}

.contact-us .field-group select option {
  background: #02111e;
  color: #E7EBE8
}

.contact-us .field-group textarea {
  min-height: 100px;
  resize: vertical
}

.contact-us .select-wrapper {
  position: relative
}

.contact-us .select-wrapper::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fd6a87b3;
  pointer-events: none
}

.contact-us .fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

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

.contact-us .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 4px;
  border: 1.5px solid #fd6a8766;
  background: #02111e99;
  accent-color: #FD6A87;
  cursor: pointer;
  margin-top: 2px;
  padding: 0
}

.contact-us .privacy-row .privacy-text {
  font-size: 13px;
  line-height: 1.7;
  color: #e7ebe899
}

.contact-us .privacy-row .privacy-text a {
  color: #FD6A87;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .35s ease-in-out
}

.contact-us .privacy-row .privacy-text a:hover {
  color: #E7EBE8
}

.contact-us .submit-btn {
  background: transparent;
  border: 1.5px solid #FD6A87;
  color: #FD6A87;
  font-size: 15px;
  padding: 12px 36px;
  border-radius: 36px;
  cursor: pointer;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s ease-in-out, box-shadow .38s ease-in-out;
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  letter-spacing: .06em;
  box-shadow: 0 2px 2px 1px #fd6a8714
}

.contact-us .submit-btn:hover {
  background: #FD6A87;
  color: #02111e;
  box-shadow: 0 12px 36px 1px #fd6a871f
}

.contact-us .submit-btn:active {
  transform: scale(0.97)
}

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

.contact-us .reach-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #02111e
}

.contact-us .reach-divider svg {
  display: block;
  width: 100%
}

.contact-us .alt-block {
  background: radial-gradient(ellipse 70% 50% at 75% 40%, #012d48d9 0%, #02111e 75%);
  position: relative;
  padding: 72px 0;
  overflow: hidden
}

.contact-us .alt-block-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.contact-us .alt-block-decor-shape {
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 320px;
  height: 320px;
  border: 1.5px solid #fd6a871a;
  border-radius: 13px;
  transform: rotate(20deg)
}

.contact-us .alt-block-decor-shape2 {
  position: absolute;
  right: 48px;
  bottom: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #e7ebe80d;
  border-radius: 13px;
  transform: rotate(35deg)
}

.contact-us .alt-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 72px;
  align-items: center
}

.contact-us .alt-text {
  position: relative;
  z-index: 1
}

.contact-us .alt-overline {
  font-size: 13px;
  letter-spacing: .12em;
  color: #e7ebe880;
  text-transform: uppercase;
  margin-bottom: 24px
}

.contact-us .alt-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  font-weight: 700;
  margin-bottom: 24px
}

.contact-us .alt-heading span {
  display: block
}

.contact-us .alt-body {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b3;
  margin-bottom: 36px;
  max-width: 500px
}

.contact-us .alt-body .large-opener {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  display: block;
  margin-bottom: 12px
}

.contact-us .channel-list {
  list-style: decimal;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.contact-us .channel-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  padding-left: 8px
}

.contact-us .channel-list li strong {
  color: #E7EBE8
}

.contact-us .alt-visual {
  position: relative;
  z-index: 1
}

.contact-us .image-frame {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 12px 36px 1px #012d481f
}

.contact-us .image-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  max-width: 100%
}

.contact-us .image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #012d488c 0%, #fd6a872e 100%);
  pointer-events: none
}

.contact-us .image-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #02111ed9;
  border: 1.5px solid #fd6a874d;
  border-radius: 13px;
  padding: 12px 24px;
  z-index: 2;
  box-shadow: 0 5px 18px 1px #012d481a
}

.contact-us .image-badge .badge-value {
  font-size: 23px;
  color: #FD6A87;
  font-weight: 700;
  line-height: 1.2;
  display: block
}

.contact-us .image-badge .badge-desc {
  font-size: 13px;
  color: #e7ebe8a6;
  letter-spacing: .06em;
  display: block;
  margin-top: 4px
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

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

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

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

.contact-us .anim-left {
  animation: slide-in-left .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.contact-us .anim-right {
  animation: slide-in-right .45s cubic-bezier(0.34, 1.2, 0.64, 1) .1s both
}

@media (max-width: 1024px) {
  .contact-us .reach-block {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 24px
  }

  .contact-us .alt-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 24px
  }

  .contact-us .fields-row {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 640px) {
  .contact-us .reach-heading {
    font-size: 32px
  }

  .contact-us .form-panel {
    padding: 24px
  }

  .contact-us .metrics-row {
    flex-direction: column
  }

  .contact-us .metric-item+.metric-item::before {
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px
  }

  .contact-us .reach-block {
    padding: 36px 12px
  }

  .contact-us .alt-block {
    padding: 36px 0
  }

  .contact-us .alt-inner {
    padding: 0 12px
  }
}

@media (max-width: 360px) {
  .contact-us .reach-heading {
    font-size: 23px
  }

  .contact-us .alt-heading {
    font-size: 23px
  }

  .contact-us .submit-btn {
    width: 100%;
    justify-content: center
  }
}

.trial-access {
  background: #021a2e;
  color: #E7EBE8;
  overflow-x: clip;
  position: relative
}

.trial-access ::selection {
  background: linear-gradient(90deg, #FD6A87, #012D48);
  color: #E7EBE8
}

.trial-access img {
  max-width: 100%
}

.trial-access .split-panel {
  display: flex;
  flex-direction: row;
  min-height: 520px;
  align-items: stretch
}

.trial-access .split-panel .text-side {
  flex: 1 1 50%;
  padding: 72px 72px 72px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 1
}

.trial-access .split-panel .image-side {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  min-height: 420px
}

.trial-access .split-panel .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.trial-access .split-panel .image-side .color-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(127deg, #fd6a8761 0%, #012d48b8 100%);
  pointer-events: none
}

.trial-access .split-panel .image-side .deco-shape {
  position: absolute;
  bottom: 36px;
  left: 36px;
  width: 80px;
  height: 80px;
  border: 2px solid #fd6a872e;
  border-radius: 13px;
  pointer-events: none
}

.trial-access .label-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .12em;
  color: #FD6A87;
  border: 1px solid #fd6a8761;
  border-radius: 4px;
  padding: 4px 12px;
  width: fit-content;
  text-transform: uppercase
}

.trial-access .heading-primary {
  font-size: 62px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0;
  letter-spacing: -.01em
}

.trial-access .heading-primary .framed {
  display: inline;
  border: 1.5px solid #FD6A87;
  border-radius: 4px;
  padding: 0 8px;
  color: #FD6A87
}

.trial-access .text-paragraph {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8d1;
  margin: 0;
  max-width: 520px
}

.trial-access .text-paragraph.large {
  font-size: 23px;
  line-height: 1.7;
  color: #e7ebe8e0
}

.trial-access .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  font-size: 15px;
  color: #FD6A87;
  background: transparent;
  border: 1.5px solid #FD6A87;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
  box-shadow: 0 2px 2px 1px #fd6a8714;
  position: relative;
  outline: none
}

.trial-access .btn-primary:hover {
  background: #FD6A87;
  color: #021a2e;
  box-shadow: 0 5px 18px 1px #fd6a8738
}

.trial-access .btn-primary:active {
  transform: scale(0.97)
}

.trial-access .btn-primary:focus-visible {
  outline: 2px solid #FD6A87;
  outline-offset: 3px
}

.trial-access .genre-timeline-wrap {
  background: linear-gradient(160deg, #011f35 0%, #012D48 60%, #021a2e 100%);
  padding: 72px 36px;
  position: relative;
  overflow: hidden
}

.trial-access .genre-timeline-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fd6a8780, transparent);
  pointer-events: none
}

.trial-access .genre-timeline-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #012d48cc, transparent);
  pointer-events: none
}

.trial-access .timeline-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start
}

.trial-access .timeline-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 36px
}

.trial-access .heading-secondary {
  font-size: 45px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.trial-access .heading-secondary .framed {
  display: inline;
  border: 1.5px solid #FD6A87;
  border-radius: 4px;
  padding: 0 8px;
  color: #FD6A87
}

.trial-access .timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0
}

.trial-access .timeline-list::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #fd6a87b3 0%, #fd6a8726 100%);
  border-radius: 4px
}

.trial-access .timeline-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 36px;
  position: relative
}

.trial-access .timeline-item:last-child {
  padding-bottom: 0
}

.trial-access .timeline-dot {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 15px;
  color: #021a2e;
  font-weight: 700;
  flex-shrink: 0
}

.trial-access .timeline-dot.active {
  background: #FD6A87;
  box-shadow: 0 5px 18px 1px #fd6a8747
}

.trial-access .timeline-dot.done {
  background: #fd6a8738;
  color: #FD6A87;
  border: 1.5px solid #fd6a8780
}

.trial-access .timeline-dot.pending {
  background: #e7ebe814;
  color: #e7ebe866;
  border: 1.5px solid #e7ebe82e
}

.trial-access .timeline-card {
  flex: 1;
  background: #e7ebe80a;
  border: 1px solid #e7ebe81a;
  border-radius: 13px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1);
  position: relative
}

.trial-access .timeline-card:hover {
  border-color: #fd6a8773;
  box-shadow: 0 12px 36px 1px #fd6a871a
}

.trial-access .timeline-card .step-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e7ebe873
}

.trial-access .timeline-card .step-name {
  font-size: 23px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0
}

.trial-access .timeline-card .step-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  margin: 0
}

.trial-access .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  border-radius: 4px;
  padding: 4px 8px;
  width: fit-content;
  margin-top: 4px
}

.trial-access .status-badge.active {
  background: #fd6a8726;
  color: #FD6A87;
  border: 1px solid #fd6a8759
}

.trial-access .status-badge.done {
  background: #012d4899;
  color: #e7ebe8b3;
  border: 1px solid #e7ebe82e
}

.trial-access .status-badge.pending {
  background: #e7ebe80d;
  color: #e7ebe861;
  border: 1px solid #e7ebe81a
}

.trial-access .genre-brands {
  background: #FD6A87;
  padding: 72px 36px;
  position: relative;
  overflow: hidden
}

.trial-access .genre-brands::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 40%, #012d4859 0%, transparent 70%);
  pointer-events: none
}

.trial-access .brands-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  z-index: 1
}

.trial-access .brands-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap
}

.trial-access .heading-tertiary {
  font-size: 45px;
  line-height: 1.2;
  color: #012D48;
  margin: 0
}

.trial-access .brands-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #012d48d1;
  margin: 0;
  max-width: 420px
}

.trial-access .genre-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.trial-access .genre-card {
  background: #012d481f;
  border: 1.5px dashed #012d4859;
  border-radius: 13px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: default;
  transition: background .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;
  position: relative
}

.trial-access .genre-card:hover {
  background: #012d4840;
  border-color: #012d48a6;
  box-shadow: 0 5px 18px 1px #012d4824
}

.trial-access .genre-card .genre-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #012d482e;
  color: #012D48;
  font-size: 23px
}

.trial-access .genre-card .genre-name {
  font-size: 15px;
  line-height: 1.2;
  color: #012D48;
  margin: 0;
  font-weight: 700
}

.trial-access .genre-card .genre-note {
  font-size: 13px;
  line-height: 1.7;
  color: #012d48b8;
  margin: 0
}

.trial-access .icon-outline-animated {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.trial-access .icon-outline-animated::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1.5px solid transparent;
  border-radius: 7px;
  border-top-color: #FD6A87;
  border-right-color: #fd6a8766;
  animation: trace-border 2.2s linear infinite;
  pointer-events: none
}

@keyframes trace-border {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.trial-access .access-cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.trial-access .btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  font-size: 15px;
  color: #FD6A87;
  background: transparent;
  border: 1.5px solid #012D48;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), color .4s cubic-bezier(0.34, 1.2, 0.64, 1);
  outline: none
}

.trial-access .btn-dark:hover {
  background: #012D48;
  color: #E7EBE8
}

.trial-access .btn-dark:active {
  transform: scale(0.97)
}

.trial-access .btn-dark:focus-visible {
  outline: 2px solid #012D48;
  outline-offset: 3px
}

.trial-access .note-small {
  font-size: 13px;
  color: #012d48a6;
  margin: 0
}

.trial-access .split-panel-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row
}

@media (max-width: 1024px) {
  .trial-access .split-panel {
    flex-direction: column
  }

  .trial-access .split-panel .text-side {
    padding: 72px 36px
  }

  .trial-access .split-panel .image-side {
    min-height: 320px
  }

  .trial-access .split-panel-inner {
    flex-direction: column
  }

  .trial-access .timeline-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .trial-access .timeline-aside {
    position: static
  }

  .trial-access .genre-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .trial-access .heading-primary {
    font-size: 45px
  }
}

@media (max-width: 640px) {
  .trial-access .split-panel .text-side {
    padding: 36px 24px
  }

  .trial-access .genre-timeline-wrap {
    padding: 36px 24px
  }

  .trial-access .genre-brands {
    padding: 36px 24px
  }

  .trial-access .heading-primary {
    font-size: 32px
  }

  .trial-access .heading-secondary {
    font-size: 32px
  }

  .trial-access .heading-tertiary {
    font-size: 32px
  }

  .trial-access .genre-grid {
    grid-template-columns: 1fr
  }

  .trial-access .brands-top {
    flex-direction: column
  }

  .trial-access .access-cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 360px) {
  .trial-access .heading-primary {
    font-size: 23px
  }

  .trial-access .heading-secondary {
    font-size: 23px
  }

  .trial-access .heading-tertiary {
    font-size: 23px
  }

  .trial-access .split-panel .text-side {
    padding: 24px 12px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: #02223a
}

.success-page .card {
  max-width: 560px;
  width: 100%;
  background: #021e33;
  border-radius: 13px;
  padding: 72px 36px;
  text-align: center;
  box-shadow: 0 5px 18px 1px #fd6a871a 0 12px 36px 1px #012d481f;
  position: relative;
  overflow: hidden
}

.success-page .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-30%);
  width: 340px;
  height: 340px;
  background: radial-gradient(ellipse at 70% 30%, #fd6a8717 0%, transparent 70%);
  pointer-events: none
}

.success-page .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #fd6a871a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  box-shadow: 0 2px 2px 1px #fd6a8714 inset 0 1px 0 #fd6a8726 inset 0 -1px 0 #012d484d
}

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

.success-page .heading {
  font-size: 32px;
  line-height: 1.2;
  color: #E7EBE8;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.success-page .heading span {
  display: inline-block;
  border: 1px solid #FD6A87;
  border-radius: 7px;
  padding: 0 8px;
  color: #FD6A87
}

.success-page .message {
  font-size: 15px;
  line-height: 1.7;
  color: #e7ebe8b8;
  margin: 0 0 36px
}

.success-page .back-link {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 7px;
  border: 1.5px solid #FD6A87;
  color: #FD6A87;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out;
  letter-spacing: .04em
}

.success-page .back-link:hover {
  background: #FD6A87;
  color: #021e33;
  box-shadow: 0 5px 18px 1px #fd6a8738
}

.success-page .back-link:focus-visible {
  outline: 2px solid #FD6A87;
  outline-offset: 4px
}

.success-page .back-link:active {
  transform: scale(0.97)
}

.success-page .divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FD6A87, transparent);
  border-radius: 4px;
  margin: 0 auto 24px
}

@media (max-width: 640px) {
  .success-page {
    padding: 36px 12px
  }

  .success-page .card {
    padding: 36px 24px
  }

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