html {
  box-sizing: border-box;
  font-size: 100%
}

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

html,
body {
  margin: 0
}

body {
  min-height: 100dvh;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Lora', Georgia, serif
}

.brand-bar {
  background: linear-gradient(135deg, #B76492 0%, #c87aa8 60%, #E4D3DC 100%);
  padding: 8px 0
}

.brand-bar__shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand-bar__contact {
  display: flex;
  align-items: center;
  gap: 24px
}

.brand-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #F8F3F7;
  text-decoration: none;
  line-height: 1.1;
  transition: color .12s ease-out
}

.brand-bar__item:hover {
  color: #fff
}

.brand-bar__item .typcn {
  font-size: 16px;
  color: #F8F3F7
}

.brand-bar__tagline {
  font-size: 16px;
  color: #F8F3F7;
  line-height: 1.1;
  font-style: italic;
  opacity: .88
}

.site-head {
  background-color: #F8F3F7;
  border-bottom: 1px solid #E4D3DC;
  box-shadow: 0 4px 18px 1px #b7649214;
  position: relative
}

.site-head__shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 96px
}

.menu-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap
}

.menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap
}

.menu-left__link,
.menu-right__link {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.1;
  color: #3d2233;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .1s ease-out, border-color .1s ease-out, background-color .1s ease-out;
  white-space: nowrap
}

.menu-left__link:hover,
.menu-right__link:hover {
  color: #B76492;
  border-color: #E4D3DC;
  background-color: #fff;
  box-shadow: 0 3px 5px 1px #b764920d
}

.menu-left__link:focus,
.menu-right__link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #b7649247
}

.menu-left__link--active {
  color: #B76492;
  border-color: #E4D3DC;
  background-color: #fff
}

.brand-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px
}

.brand-identity__mark {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #E4D3DC;
  box-shadow: 0 3px 5px 1px #b764920d 0 4px 18px 1px #b7649214;
  padding: 8px
}

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

.brand-identity__name {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #B76492;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase
}

.site-foot {
  background-color: #3d2233
}

.foot-upper {
  background-color: #4a2a3e;
  padding: 48px 0;
  border-bottom: 1px solid #e4d3dc2e
}

.foot-upper__shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

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

.foot-brand__mark {
  width: 80px;
  height: 80px;
  background-color: #F8F3F7;
  border: 2px solid #E4D3DC;
  box-shadow: 0 4px 18px 1px #b764921c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

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

.foot-brand__name {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #E4D3DC;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .06em
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px
}

.foot-links__item {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #E4D3DC;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 22px;
  border: 1px solid #e4d3dc40;
  line-height: 1.1;
  transition: color .09s linear, border-color .09s linear, background-color .09s linear
}

.foot-links__item:hover {
  color: #fff;
  border-color: #e4d3dc99;
  background-color: #b7649238
}

.foot-links__item:focus {
  outline: none;
  box-shadow: 0 0 0 3px #b7649266
}

.foot-lower {
  padding: 24px 0
}

.foot-lower__shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.foot-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px
}

.foot-address__piece {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #e4d3dcb3;
  line-height: 1.6;
  text-decoration: none;
  transition: color .1s ease-out
}

.foot-address__piece:hover {
  color: #E4D3DC
}

.foot-address__piece .typcn {
  font-size: 16px;
  color: #B76492;
  flex-shrink: 0
}

.foot-divider {
  width: 1px;
  height: 16px;
  background-color: #e4d3dc33
}

.foot-copy {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #e4d3dc73;
  line-height: 1.1;
  text-align: center
}

.cookie-notice {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 480px;
  max-width: calc(100vw - 48px);
  background-color: #fff;
  border: 1px solid #E4D3DC;
  border-radius: 13px;
  box-shadow: 0 8px 40px 1px #b764921c;
  padding: 24px;
  z-index: 2000;
  transform: translateX(120%);
  transition: transform .18s ease-out
}

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

.cookie-notice__text {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #3d2233;
  line-height: 1.6;
  margin: 0 0 16px
}

.cookie-notice__text a {
  color: #B76492;
  text-decoration: underline;
  transition: color .09s linear
}

.cookie-notice__text a:hover {
  color: #8a4a6e
}

.cookie-notice__headline {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #3d2233;
  line-height: 1.1;
  margin: 16px 0 0
}

.cookie-notice__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.cookie-notice__accept {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #fff;
  background-color: #B76492;
  border: none;
  border-radius: 36px;
  padding: 8px 24px;
  cursor: pointer;
  line-height: 1.1;
  position: relative;
  overflow: hidden;
  transition: box-shadow .12s ease-out, color .12s ease-out
}

.cookie-notice__accept::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff2e;
  transition: height .15s ease-out
}

.cookie-notice__accept:hover::before {
  height: 100%
}

.cookie-notice__accept:hover {
  box-shadow: 0 4px 18px 1px #b7649247
}

.cookie-notice__accept:focus {
  outline: none;
  box-shadow: 0 0 0 3px #b7649259
}

.cookie-notice__dismiss {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #B76492;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  line-height: 1.1;
  text-decoration: underline;
  transition: color .09s linear
}

.cookie-notice__dismiss:hover {
  color: #8a4a6e
}

.cookie-notice__dismiss:focus {
  outline: none;
  box-shadow: 0 0 0 3px #b7649247;
  border-radius: 4px
}

@media (max-width: 1024px) {
  .brand-bar__shell {
    padding: 0 24px
  }

  .site-head__shell {
    padding: 0 24px;
    min-height: 80px
  }

  .foot-upper__shell,
  .foot-lower__shell {
    padding: 0 24px
  }

  .brand-bar__tagline {
    display: none
  }
}

@media (max-width: 768px) {
  .site-head__shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    padding: 16px 24px;
    min-height: unset;
    gap: 16px
  }

  .menu-left {
    justify-content: center;
    order: 2
  }

  .menu-right {
    justify-content: center;
    order: 3
  }

  .brand-identity {
    order: 1
  }

  .site-head__shell .menu-left,
  .site-head__shell .menu-right {
    width: 100%
  }

  .brand-bar__contact {
    flex-wrap: wrap;
    gap: 8px
  }
}

@media (max-width: 360px) {
  .brand-bar__shell {
    padding: 0 16px;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
  }

  .site-head__shell {
    padding: 16px
  }

  .foot-upper__shell,
  .foot-lower__shell {
    padding: 0 16px
  }

  .menu-left__link,
  .menu-right__link {
    padding: 8px;
    font-size: 16px
  }

  .foot-address {
    flex-direction: column;
    align-items: center;
    gap: 8px
  }

  .foot-divider {
    display: none
  }
}

.cp-policy-view {
  max-width: 1170px;
  margin: 0 auto;
  padding: 96px 48px;
  color: #2d1f28;
  line-height: 1.6
}

.cp-policy-view h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #2d1f28;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 2px solid #E4D3DC
}

.cp-policy-view h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #2d1f28;
  margin-top: 48px;
  margin-bottom: 24px
}

.cp-policy-view h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #B76492;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 48px;
  margin-bottom: 16px
}

.cp-policy-view h4 {
  font-size: 16px;
  line-height: 1.6;
  color: #2d1f28;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px
}

.cp-policy-view h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #5a3d50;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px
}

.cp-policy-view h6 {
  font-size: 16px;
  line-height: 1.6;
  color: #7a5568;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 8px
}

.cp-policy-view em,
.cp-policy-view i {
  color: #B76492;
  font-style: italic
}

.cp-policy-view a {
  color: #B76492;
  text-decoration: underline;
  text-decoration-color: #E4D3DC;
  text-underline-offset: 3px;
  transition: color .12s ease-out, text-decoration-color .1s linear
}

.cp-policy-view a:hover {
  color: #8f4d72;
  text-decoration-color: #B76492
}

.cp-policy-view table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 3px 5px 1px #b764920d 0 4px 18px 1px #b7649214
}

.cp-policy-view thead {
  background-color: #F8F3F7
}

.cp-policy-view thead th {
  padding: 16px 24px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #B76492;
  border-bottom: 2px solid #E4D3DC
}

.cp-policy-view tbody tr {
  border-bottom: 1px solid #E4D3DC;
  transition: background-color .08s ease-out
}

.cp-policy-view tbody tr:last-child {
  border-bottom: none
}

.cp-policy-view tbody tr:hover {
  background-color: #F8F3F7
}

.cp-policy-view td {
  padding: 16px 24px;
  color: #2d1f28;
  vertical-align: top
}

.cp-policy-view th {
  padding: 16px 24px;
  text-align: left
}

.cp-policy-view hr {
  border: none;
  border-top: 1px solid #E4D3DC;
  margin-top: 48px;
  margin-bottom: 48px
}

.cp-policy-view div {
  margin-bottom: 16px
}

@media (max-width: 1024px) {
  .cp-policy-view {
    padding: 96px 48px
  }

  .cp-policy-view h1 {
    font-size: 62px
  }
}

@media (max-width: 768px) {
  .cp-policy-view {
    padding: 48px 24px
  }

  .cp-policy-view h1 {
    font-size: 32px
  }

  .cp-policy-view h2 {
    font-size: 32px
  }

  .cp-policy-view table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 360px) {
  .cp-policy-view {
    padding: 48px 16px
  }

  .cp-policy-view h1 {
    font-size: 32px
  }

  .cp-policy-view thead th,
  .cp-policy-view td {
    padding: 16px
  }
}

.services-detail {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.services-detail .scroll-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none
}

.services-detail .scroll-top-link {
  position: fixed;
  bottom: 48px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: #B76492;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px 1px #b7649214;
  z-index: 100;
  text-decoration: none;
  transition: background .12s ease-out, box-shadow .12s ease-out, transform .1s ease-out
}

.services-detail .scroll-top-link:hover {
  background: #9d5480;
  box-shadow: 0 8px 40px 1px #b764921c;
  transform: translateY(-2px)
}

.services-detail .scroll-top-link svg {
  display: block
}

.services-detail .title-strip {
  background: #F8F3F7;
  position: relative;
  padding: 48px 24px;
  overflow: hidden
}

.services-detail .title-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none
}

.services-detail .title-strip::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #B76492 40%, #E4D3DC 70%, transparent)
}

.services-detail .title-strip__container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative
}

.services-detail .title-strip__text {
  flex: 1 1 0;
  min-width: 0
}

.services-detail .title-strip__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap
}

.services-detail .tag {
  display: inline-block;
  padding: 8px 16px;
  background: #E4D3DC;
  color: #5a2d48;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600
}

.services-detail .user-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #E4D3DC;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.1;
  color: #3a1e2e
}

.services-detail .title-strip__heading {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0d18;
  margin: 0 0 16px;
  font-style: italic
}

.services-detail .title-strip__duration {
  font-size: 16px;
  line-height: 1.6;
  color: #5a2d48;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.services-detail .title-strip__image {
  flex: 0 0 340px;
  width: 340px;
  height: 240px;
  border-radius: 13px;
  overflow: hidden;
  position: relative
}

.services-detail .title-strip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter .15s ease-out
}

.services-detail .title-strip__image:hover img {
  filter: grayscale(0%)
}

.services-detail .title-strip__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #b764922e;
  pointer-events: none;
  transition: opacity .15s ease-out
}

.services-detail .title-strip__image:hover::after {
  opacity: 0
}

.services-detail .detail-body {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 24px 96px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start
}

.services-detail .detail-body__main {
  min-width: 0
}

.services-detail .detail-body__main .description-block {
  font-size: 16px;
  line-height: 1.6;
  color: #2a1020
}

.services-detail .detail-body__main .description-block p {
  margin: 0 0 16px
}

.services-detail .detail-body__main .description-block h2 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0d18;
  margin: 48px 0 16px;
  font-style: italic
}

.services-detail .detail-body__main .description-block h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  color: #3a1e2e;
  margin: 24px 0 16px
}

.services-detail .detail-body__main .description-block ul,
.services-detail .detail-body__main .description-block ol {
  padding-left: 24px;
  margin: 0 0 16px
}

.services-detail .detail-body__main .description-block li {
  margin-bottom: 8px
}

.services-detail .detail-body__main .description-block blockquote {
  margin: 24px 0;
  padding: 24px;
  background: #F8F3F7;
  border-radius: 13px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a1e2e;
  position: relative
}

.services-detail .detail-body__main .description-block blockquote strong {
  color: #B76492;
  font-size: 32px;
  line-height: 1.1;
  display: block;
  margin-bottom: 8px
}

.services-detail .detail-body__main .description-block small {
  font-size: 16px;
  color: #7a4a65
}

.services-detail .detail-body__main .description-block details {
  margin-bottom: 8px;
  border: 1px solid #E4D3DC;
  border-radius: 4px
}

.services-detail .detail-body__main .description-block summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 600;
  color: #3a1e2e;
  list-style: none
}

.services-detail .detail-body__main .description-block summary::-webkit-details-marker {
  display: none
}

.services-detail .detail-body__main .description-block details[open] {
  padding-bottom: 16px
}

.services-detail .detail-body__main .description-block details[open] summary {
  color: #B76492
}

.services-detail .detail-body__main .description-block dl {
  margin: 0 0 16px
}

.services-detail .detail-body__main .description-block dt {
  font-weight: 700;
  color: #3a1e2e;
  margin-top: 16px
}

.services-detail .detail-body__main .description-block dd {
  margin-left: 24px;
  color: #2a1020
}

.services-detail .program-block {
  margin-top: 48px
}

.services-detail .program-block__label {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #B76492;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 16px
}

.services-detail .program-block__body {
  background: #F8F3F7;
  border-radius: 13px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #2a1020;
  position: relative;
  overflow: hidden
}

.services-detail .program-block__body::before {
  content: '∑';
  position: absolute;
  right: 16px;
  bottom: -16px;
  font-size: 120px;
  line-height: 1;
  color: #B76492;
  opacity: .06;
  pointer-events: none;
  font-style: normal
}

.services-detail .program-block__body p {
  margin: 0 0 8px
}

.services-detail .program-block__body h2 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0d18;
  margin: 24px 0 8px;
  font-style: italic
}

.services-detail .program-block__body ul,
.services-detail .program-block__body ol {
  padding-left: 0;
  margin: 0 0 8px;
  list-style: none;
  counter-reset: prog-counter
}

.services-detail .program-block__body ol {
  counter-reset: prog-counter
}

.services-detail .program-block__body li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
  counter-increment: prog-counter
}

.services-detail .program-block__body ol li::before {
  content: counter(prog-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #B76492;
  opacity: .25
}

.services-detail .program-block__body ul li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #B76492;
  border-radius: 4px;
  opacity: .5
}

.services-detail .program-block__body cite {
  display: block;
  font-style: italic;
  color: #7a4a65;
  border-top: 1px solid #E4D3DC;
  padding-top: 16px;
  margin-top: 16px
}

.services-detail .program-block__body dl {
  margin: 0 0 8px
}

.services-detail .program-block__body dt {
  font-weight: 700;
  color: #3a1e2e;
  margin-top: 8px
}

.services-detail .program-block__body dd {
  margin-left: 24px
}

.services-detail .detail-body__sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services-detail .price-card {
  background: #fff;
  border: 1px solid #E4D3DC;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 3px 5px 1px #b764920d;
  position: relative;
  overflow: hidden
}

.services-detail .price-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B76492, #E4D3DC);
  border-radius: 22px 22px 0 0;
  animation: glow-border 2.5s ease-in-out infinite
}

@keyframes glow-border {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 6px 1px #b764922e
  }

  50% {
    opacity: .55;
    box-shadow: 0 0 2px 0 #b764920f
  }
}

.services-detail .price-card__amount {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #B76492;
  margin-bottom: 8px
}

.services-detail .price-card__terms {
  font-size: 16px;
  line-height: 1.6;
  color: #5a2d48;
  margin-bottom: 24px
}

.services-detail .price-card__enroll {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: #B76492;
  color: #fff;
  border: none;
  border-radius: 13px;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .12s ease-out
}

.services-detail .price-card__enroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #9d5480;
  transition: height .15s ease-out;
  z-index: 0
}

.services-detail .price-card__enroll:hover::before {
  height: 100%
}

.services-detail .price-card__enroll span {
  position: relative;
  z-index: 1
}

.services-detail .price-card__enroll:focus {
  outline: 2px solid #B76492;
  outline-offset: 2px
}

.services-detail .price-card__enroll:active {
  transform: scale(0.98)
}

.services-detail .stats-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px
}

.services-detail .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  background: #F8F3F7;
  border-radius: 13px
}

.services-detail .stat-item__value {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #B76492
}

.services-detail .stat-item__label {
  font-size: 16px;
  line-height: 1.1;
  color: #5a2d48;
  text-align: center
}

.services-detail .publish-info {
  font-size: 16px;
  line-height: 1.6;
  color: #7a4a65;
  padding: 16px;
  background: #F8F3F7;
  border-radius: 13px
}

.services-detail .publish-info__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.services-detail .publish-info__row:last-child {
  margin-bottom: 0
}

.services-detail .divider-diagonal {
  height: 24px;
  background: linear-gradient(170deg, #F8F3F7 50%, #fff 50%);
  margin: 0
}

@media (max-width: 1024px) {
  .services-detail .title-strip__heading {
    font-size: 32px
  }

  .services-detail .title-strip__image {
    flex: 0 0 260px;
    width: 260px;
    height: 200px
  }

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

  .services-detail .detail-body__sidebar {
    position: static
  }
}

@media (max-width: 768px) {
  .services-detail .title-strip__container {
    flex-direction: column;
    gap: 24px
  }

  .services-detail .title-strip__image {
    display: none
  }

  .services-detail .title-strip__heading {
    font-size: 32px
  }

  .services-detail .detail-body {
    padding: 24px 16px 48px
  }

  .services-detail .price-card__amount {
    font-size: 32px
  }
}

@media (max-width: 360px) {
  .services-detail .title-strip {
    padding: 24px 16px
  }

  .services-detail .stats-row {
    flex-direction: column
  }
}

.prime {
  max-width: 100%;
  overflow-x: hidden
}

.prime .page-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.prime .title-block {
  background: linear-gradient(158deg, #2a1520 0%, #3d1f2e 40%, #B76492 100%);
  padding: 96px 0 48px;
  position: relative
}

.prime .title-block__shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.prime .title-block__shapes svg {
  position: absolute;
  top: -24px;
  right: 80px;
  opacity: .07
}

.prime .title-block__shapes-circle {
  position: absolute;
  bottom: 48px;
  left: 5%;
  width: 120px;
  height: 120px;
  border: 1px solid #b764922e;
  border-radius: 50%
}

.prime .title-block__grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.prime .title-block__text {
  flex: 1 1 55%;
  min-width: 0
}

.prime .title-block__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #E4D3DC;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeup .12s ease-out .08s forwards
}

.prime .title-block__eyebrow-line {
  width: 32px;
  height: 1px;
  background: #B76492
}

.prime .title-block__num {
  font-size: 72px;
  line-height: 1.1;
  color: #b7649238;
  display: block;
  letter-spacing: -2px;
  opacity: 0;
  animation: fadeup .13s ease-out .14s forwards
}

.prime .title-block__heading {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  font-style: italic;
  opacity: 0;
  animation: fadeup .13s ease-out .2s forwards
}

.prime .title-block__heading em {
  color: #E4D3DC;
  font-style: normal
}

.prime .title-block__body {
  font-size: 16px;
  line-height: 1.6;
  color: #E4D3DC;
  max-width: 480px;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeup .13s ease-out .26s forwards
}

.prime .title-block__action {
  display: inline-block;
  padding: 16px 24px;
  background: transparent;
  border: 1px solid #B76492;
  border-radius: 4px;
  color: #E4D3DC;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  animation: fadeup .12s ease-out .32s forwards;
  transition: color .12s ease-out, border-color .12s ease-out
}

.prime .title-block__action::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #B76492;
  transition: height .15s ease-out;
  z-index: 0
}

.prime .title-block__action:hover::before {
  height: 100%
}

.prime .title-block__action:hover {
  color: #fff
}

.prime .title-block__action span {
  position: relative;
  z-index: 1
}

.prime .title-block__image-col {
  flex: 0 0 380px;
  position: relative;
  opacity: 0;
  animation: fadeup .13s ease-out .38s forwards
}

.prime .title-block__image-wrap {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  width: 380px;
  height: 340px
}

.prime .title-block__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .15s ease-out
}

.prime .title-block__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #b7649273 0%, #2a152033 100%);
  transition: opacity .15s ease-out;
  pointer-events: none
}

.prime .title-block__image-wrap:hover::after {
  opacity: 0
}

.prime .title-block__image-wrap:hover img {
  transform: scale(1.03)
}

.prime .title-block__leak {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 100px;
  height: 100px;
  background: radial-gradient(ellipse at top right, #b764928c 0%, transparent 70%);
  pointer-events: none
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

.prime .hesitation {
  background: #F8F3F7;
  padding: 96px 0
}

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

.prime .hesitation__left {
  position: relative
}

.prime .hesitation__image-wrap {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  width: 100%;
  height: 420px
}

.prime .hesitation__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .14s ease-out
}

.prime .hesitation__image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #b764924d;
  transition: opacity .14s ease-out;
  z-index: 1;
  pointer-events: none
}

.prime .hesitation__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 13px;
  transition: border-color .13s ease-out;
  z-index: 2;
  pointer-events: none
}

.prime .hesitation__image-wrap:hover::before {
  opacity: 0
}

.prime .hesitation__image-wrap:hover::after {
  border-color: #B76492
}

.prime .hesitation__image-wrap:hover img {
  transform: scale(1.02)
}

.prime .hesitation__diamond {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 56px;
  height: 56px;
  background: #B76492;
  transform: rotate(45deg);
  border-radius: 4px;
  z-index: 3
}

.prime .hesitation__right {
  padding-top: 8px
}

.prime .hesitation__label {
  font-size: 16px;
  color: #B76492;
  margin-bottom: 16px;
  display: block
}

.prime .hesitation__heading {
  font-size: 32px;
  line-height: 1.1;
  color: #2a1520;
  margin: 0 0 24px;
  font-style: italic
}

.prime .hesitation__body {
  font-size: 16px;
  line-height: 1.6;
  color: #3d1f2e;
  margin-bottom: 16px
}

.prime .hesitation__body--narrow {
  max-width: 380px
}

.prime .hesitation__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0
}

.prime .hesitation__list li {
  font-size: 16px;
  line-height: 1.6;
  color: #3d1f2e;
  padding: 16px 0;
  border-top: 1px solid #E4D3DC;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.prime .hesitation__list li:last-child {
  border-bottom: 1px solid #E4D3DC
}

.prime .hesitation__list-num {
  font-size: 32px;
  line-height: 1.1;
  color: #b764922e;
  min-width: 40px;
  font-style: italic
}

.prime .conditions {
  background: #fff;
  padding: 96px 0
}

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

.prime .conditions__heading {
  font-size: 32px;
  line-height: 1.1;
  color: #2a1520;
  font-style: italic;
  max-width: 480px;
  margin: 0
}

.prime .conditions__intro {
  font-size: 16px;
  line-height: 1.6;
  color: #3d1f2e;
  max-width: 380px;
  margin: 0
}

.prime .conditions__timeline {
  position: relative;
  padding: 0
}

.prime .conditions__timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, #B76492 0%, #E4D3DC 100%);
  transform: translateX(-50%)
}

.prime .conditions__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 48px;
  position: relative
}

.prime .conditions__item:last-child {
  margin-bottom: 0
}

.prime .conditions__item--right {
  flex-direction: row-reverse
}

.prime .conditions__item-content {
  flex: 0 0 calc(50% - 48px);
  background: #F8F3F7;
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 3px 5px 1px #b764920d;
  transition: box-shadow .13s ease-out, transform .13s ease-out
}

.prime .conditions__item-content:hover {
  box-shadow: 0 4px 18px 1px #b7649214;
  transform: translateY(-2px)
}

.prime .conditions__item-spacer {
  flex: 0 0 calc(50% - 48px)
}

.prime .conditions__dot {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #B76492;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #B76492;
  z-index: 1
}

.prime .conditions__item-num {
  font-size: 32px;
  line-height: 1.1;
  color: #b7649233;
  font-style: italic;
  margin-bottom: 8px
}

.prime .conditions__item-heading {
  font-size: 16px;
  line-height: 1.6;
  color: #2a1520;
  font-weight: 700;
  margin: 0 0 8px
}

.prime .conditions__item-body {
  font-size: 16px;
  line-height: 1.6;
  color: #3d1f2e;
  margin: 0
}

.prime .conditions__image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px
}

.prime .conditions__image-wrap {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  height: 260px
}

.prime .conditions__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .14s ease-out
}

.prime .conditions__image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #b7649247;
  transition: opacity .14s ease-out;
  z-index: 1;
  pointer-events: none
}

.prime .conditions__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 13px;
  transition: border-color .13s ease-out;
  z-index: 2;
  pointer-events: none
}

.prime .conditions__image-wrap:hover::before {
  opacity: 0
}

.prime .conditions__image-wrap:hover::after {
  border-color: #B76492
}

.prime .conditions__image-wrap:hover img {
  transform: scale(1.03)
}

.prime .metrics {
  background: linear-gradient(158deg, #2a1520 0%, #3d1f2e 100%);
  padding: 96px 0
}

.prime .metrics__heading {
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  font-style: italic;
  max-width: 560px;
  margin: 0 0 48px
}

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

.prime .metrics__card {
  background: #ffffff0a;
  border-radius: 13px;
  padding: 24px;
  border: 1px solid #b764922e;
  transition: background .12s ease-out, border-color .12s ease-out
}

.prime .metrics__card:hover {
  background: #b7649214;
  border-color: #b7649266
}

.prime .metrics__card--accent {
  background: #b764921f;
  border-color: #b7649259;
  grid-row: span 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.prime .metrics__ring-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px
}

.prime .metrics__ring {
  position: relative;
  width: 80px;
  height: 80px
}

.prime .metrics__ring svg {
  transform: rotate(-90deg)
}

.prime .metrics__ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #E4D3DC;
  font-weight: 700
}

.prime .metrics__value {
  font-size: 62px;
  line-height: 1.1;
  color: #E4D3DC;
  display: block;
  margin-bottom: 8px
}

.prime .metrics__value--pct::after {
  content: '%';
  font-size: 32px;
  color: #B76492;
  vertical-align: super
}

.prime .metrics__label {
  font-size: 16px;
  line-height: 1.6;
  color: #e4d3dcb3;
  display: block;
  margin-bottom: 8px
}

.prime .metrics__detail {
  font-size: 16px;
  line-height: 1.6;
  color: #e4d3dc80
}

.prime .metrics__card--accent .metrics__body {
  flex: 1
}

.prime .metrics__accent-heading {
  font-size: 16px;
  line-height: 1.6;
  color: #E4D3DC;
  font-weight: 700;
  margin: 0 0 16px
}

.prime .metrics__accent-body {
  font-size: 16px;
  line-height: 1.6;
  color: #e4d3dcb3;
  margin: 0 0 24px
}

.prime .metrics__link {
  display: inline-block;
  padding: 16px 24px;
  background: transparent;
  border: 1px solid #B76492;
  border-radius: 4px;
  color: #E4D3DC;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .12s ease-out
}

.prime .metrics__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #B76492;
  transition: height .15s ease-out;
  z-index: 0
}

.prime .metrics__link:hover::before {
  height: 100%
}

.prime .metrics__link:hover {
  color: #fff
}

.prime .metrics__link span {
  position: relative;
  z-index: 1
}

.prime .metrics__rotate-diamond {
  width: 32px;
  height: 32px;
  background: #b764924d;
  border-radius: 4px;
  animation: spin-diamond 8s linear infinite;
  margin-bottom: 16px
}

@keyframes spin-diamond {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@media (max-width: 1024px) {
  .prime .title-block__heading {
    font-size: 62px
  }

  .prime .title-block__image-col {
    flex: 0 0 300px
  }

  .prime .title-block__image-wrap {
    width: 300px;
    height: 280px
  }

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

  .prime .metrics__card--accent {
    grid-column: span 2
  }

  .prime .conditions__timeline-line {
    display: none
  }

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

  .prime .conditions__item--right {
    flex-direction: column
  }

  .prime .conditions__item-content {
    flex: 1 1 auto;
    width: 100%
  }

  .prime .conditions__item-spacer {
    display: none
  }

  .prime .conditions__dot {
    display: none
  }
}

@media (max-width: 768px) {
  .prime .title-block {
    padding: 48px 0
  }

  .prime .title-block__grid {
    flex-direction: column;
    gap: 24px
  }

  .prime .title-block__image-col {
    display: none
  }

  .prime .title-block__heading {
    font-size: 32px
  }

  .prime .title-block__num {
    font-size: 62px
  }

  .prime .hesitation {
    padding: 48px 0
  }

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

  .prime .hesitation__left {
    display: none
  }

  .prime .conditions {
    padding: 48px 0
  }

  .prime .conditions__top {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

  .prime .conditions__image-row {
    display: none
  }

  .prime .metrics {
    padding: 48px 0
  }

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

  .prime .metrics__card--accent {
    grid-column: span 1
  }
}

@media (max-width: 360px) {
  .prime .page-container {
    padding: 0 16px
  }

  .prime .title-block__heading {
    font-size: 32px
  }

  .prime .metrics__value {
    font-size: 32px
  }
}

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

.contact-us__reach {
  background: #F8F3F7;
  padding: 96px 0 48px;
  position: relative;
  overflow: hidden
}

.contact-us__reach::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at 0% 0%, #b7649221 0%, #b7649200 70%);
  pointer-events: none;
  animation: bleed-corner 7s ease-in-out infinite alternate
}

@keyframes bleed-corner {
  0% {
    opacity: .4;
    transform: scale(1)
  }

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

.contact-us__reach-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.contact-us__reach-aside {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.contact-us__reach-center {
  flex: 1
}

.contact-us__reach-aside-right {
  width: 200px;
  flex-shrink: 0
}

.contact-us__label {
  font-size: 16px;
  line-height: 1.6;
  color: #B76492;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us__heading {
  font-size: 62px;
  line-height: 1.1;
  color: #1e1e2e;
  font-weight: 700;
  margin: 16px 0 24px
}

.contact-us__heading em {
  font-style: italic;
  color: #B76492
}

.contact-us__subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d4e;
  max-width: 480px
}

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

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

.contact-us__detail-label {
  font-size: 16px;
  color: #B76492;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em
}

.contact-us__detail-value {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e2e
}

.contact-us__detail-value a {
  color: #1e1e2e;
  text-decoration: none;
  position: relative;
  display: inline;
  background-image: linear-gradient(#E4D3DC, #E4D3DC);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .12s ease-out
}

.contact-us__detail-value a:hover {
  background-size: 100% 2px
}

.contact-us__aside-deco {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 96px
}

.contact-us__deco-line {
  height: 2px;
  background: #E4D3DC;
  border-radius: 4px
}

.contact-us__deco-line--short {
  width: 60%
}

.contact-us__deco-line--medium {
  width: 80%
}

.contact-us__deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #B76492;
  opacity: .4
}

.contact-us__image-strip {
  background: #1e1e2e;
  padding: 0;
  position: relative
}

.contact-us__image-strip-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 320px
}

.contact-us__strip-image {
  width: 55%;
  position: relative;
  overflow: hidden
}

.contact-us__strip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(3px) brightness(0.7);
  transition: filter .15s ease-out;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%)
}

.contact-us__strip-image:hover img {
  filter: blur(0px) brightness(0.85)
}

.contact-us__strip-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #b7649259 0%, #b7649200 60%);
  pointer-events: none;
  transition: opacity .12s ease-out
}

.contact-us__strip-image:hover::after {
  opacity: 0
}

.contact-us__strip-text {
  flex: 1;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.contact-us__strip-heading {
  font-size: 32px;
  line-height: 1.1;
  color: #F8F3F7;
  font-style: italic;
  font-weight: 700
}

.contact-us__strip-heading em {
  color: #E4D3DC;
  font-style: normal
}

.contact-us__strip-body {
  font-size: 16px;
  line-height: 1.6;
  color: #c8b8c4;
  max-width: 360px
}

.contact-us__strip-stat {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-end
}

.contact-us__stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us__stat-number {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #B76492
}

.contact-us__stat-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #c8b8c4
}

.contact-us__form-section {
  background: #fff;
  padding: 96px 0;
  position: relative
}

.contact-us__form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B76492 0%, #E4D3DC 60%, #F8F3F7 100%)
}

.contact-us__form-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.contact-us__form-left {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px
}

.contact-us__form-meta {
  font-size: 16px;
  line-height: 1.6;
  color: #6e5e6a
}

.contact-us__form-right {
  flex: 1
}

.contact-us__form-aside {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 48px
}

.contact-us__form-aside-image {
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 8px 40px 1px #b764921c;
  position: relative
}

.contact-us__form-aside-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: blur(2px) brightness(0.75);
  transition: filter .14s ease-out
}

.contact-us__form-aside-image:hover img {
  filter: blur(0px) brightness(0.9)
}

.contact-us__form-aside-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #b764924d 0%, #b7649200 100%);
  pointer-events: none;
  transition: opacity .12s ease-out;
  border-radius: 13px
}

.contact-us__form-aside-image:hover::after {
  opacity: 0
}

.contact-us__form-aside-note {
  font-size: 16px;
  line-height: 1.6;
  color: #6e5e6a
}

.contact-us__form-heading {
  font-size: 32px;
  line-height: 1.1;
  color: #1e1e2e;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 24px
}

.contact-us__form-heading em {
  color: #B76492;
  font-style: normal
}

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

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

.contact-us__field-label {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e2e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em
}

.contact-us__field-label span {
  color: #B76492;
  margin-left: 4px
}

.contact-us__input {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #E4D3DC;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e2e;
  background: #F8F3F7;
  outline: none;
  transition: border-color .1s ease-out, box-shadow .1s ease-out;
  box-sizing: border-box
}

.contact-us__input::placeholder {
  text-transform: uppercase;
  color: #b09aaa;
  font-size: 16px;
  letter-spacing: .04em
}

.contact-us__input:focus {
  border-color: #B76492;
  box-shadow: 0 3px 5px 1px #b764920d;
  background: #fff
}

.contact-us__select {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #E4D3DC;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e2e;
  background: #F8F3F7;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color .1s ease-out, box-shadow .1s ease-out;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23B76492' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px
}

.contact-us__select:focus {
  border-color: #B76492;
  box-shadow: 0 3px 5px 1px #b764920d;
  background-color: #fff
}

.contact-us__select option {
  color: #1e1e2e;
  background: #fff
}

.contact-us__checkbox-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.contact-us__checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: #B76492;
  margin-top: 2px;
  cursor: pointer
}

.contact-us__checkbox-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d4e
}

.contact-us__checkbox-text a {
  color: #B76492;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(#B76492, #B76492);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .1s ease-out
}

.contact-us__checkbox-text a:hover {
  background-size: 100% 1px
}

.contact-us__submit-btn {
  display: inline-block;
  padding: 16px 48px;
  background: #1e1e2e;
  color: #F8F3F7;
  font-size: 16px;
  line-height: 1.6;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  transition: color .12s ease-out, box-shadow .12s ease-out;
  box-shadow: 0 4px 18px 1px #b7649214;
  z-index: 0
}

.contact-us__submit-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #B76492;
  transition: height .14s ease-out;
  z-index: -1
}

.contact-us__submit-btn:hover::before {
  height: 100%
}

.contact-us__submit-btn:hover {
  color: #fff;
  box-shadow: 0 8px 40px 1px #b764921c
}

.contact-us__submit-btn:focus {
  outline: 2px solid #B76492;
  outline-offset: 3px
}

.contact-us__submit-btn:active {
  transform: scale(0.98)
}

.contact-us__divider {
  width: 100%;
  height: 8px;
  background: #E4D3DC
}

@media (max-width: 1024px) {
  .contact-us__reach-container {
    gap: 48px
  }

  .contact-us__reach-aside,
  .contact-us__reach-aside-right {
    width: 160px
  }

  .contact-us__form-container {
    gap: 48px
  }

  .contact-us__form-left,
  .contact-us__form-aside {
    width: 160px
  }

  .contact-us__strip-text {
    padding: 48px 24px
  }
}

@media (max-width: 768px) {
  .contact-us__reach-container {
    flex-direction: column;
    gap: 48px
  }

  .contact-us__reach-aside,
  .contact-us__reach-aside-right {
    display: none
  }

  .contact-us__heading {
    font-size: 32px
  }

  .contact-us__image-strip-inner {
    flex-direction: column
  }

  .contact-us__strip-image {
    display: none
  }

  .contact-us__strip-text {
    padding: 48px 24px
  }

  .contact-us__strip-stat {
    gap: 24px
  }

  .contact-us__stat-number {
    font-size: 32px
  }

  .contact-us__form-container {
    flex-direction: column;
    gap: 48px
  }

  .contact-us__form-left,
  .contact-us__form-aside {
    width: 100%
  }

  .contact-us__form-aside {
    display: none
  }
}

@media (max-width: 360px) {
  .contact-us__reach {
    padding: 48px 0 24px
  }

  .contact-us__reach-container {
    padding: 0 16px
  }

  .contact-us__form-section {
    padding: 48px 0
  }

  .contact-us__form-container {
    padding: 0 16px
  }

  .contact-us__submit-btn {
    width: 100%;
    text-align: center
  }
}

.services {
  overflow-x: hidden
}

.services .page-reveal {
  animation: clipReveal .55s ease-out both
}

@keyframes clipReveal {
  from {
    clip-path: inset(0 0 100% 0)
  }

  to {
    clip-path: inset(0 0 0% 0)
  }
}

.services .lead-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 96px 24px 48px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 96px;
  align-items: center
}

.services .lead-image-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 40px 1px #b764921c
}

.services .lead-image-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) sepia(0.3);
  transition: filter .15s ease-out
}

.services .lead-image-card:hover img {
  filter: saturate(1) sepia(0)
}

.services .lead-image-card .duotone-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #b7649273 0%, #e4d3dc2e 100%);
  pointer-events: none;
  transition: opacity .12s ease-out
}

.services .lead-image-card:hover .duotone-layer {
  opacity: 0
}

.services .lead-text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services .lead-text .accent-dash {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: #B76492;
  border-radius: 4px;
  margin-bottom: 8px
}

.services .lead-text h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #1e1220;
  margin: 0;
  font-weight: 800
}

.services .lead-text h1 em {
  font-style: italic;
  color: #B76492
}

.services .lead-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2535;
  max-width: 480px;
  margin: 0
}

.services .lead-text .decor-abbr {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 900;
  color: #b7649212;
  letter-spacing: -2px;
  pointer-events: none;
  user-select: none;
  position: absolute;
  right: 24px;
  top: 96px
}

.services .lead-area-wrap {
  position: relative
}

.services .band-divider {
  height: 6px;
  background: linear-gradient(90deg, #B76492 0%, #E4D3DC 60%, #F8F3F7 100%)
}

.services .catalog-area {
  background: #F8F3F7;
  padding: 96px 24px
}

.services .catalog-inner {
  max-width: 1170px;
  margin: 0 auto
}

.services .catalog-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px
}

.services .catalog-header h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #1e1220;
  font-weight: 700;
  font-style: italic;
  margin: 0
}

.services .catalog-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2535;
  max-width: 560px;
  margin: 0
}

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

.services .webinar-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 3px 5px 1px #b764920d;
  display: flex;
  flex-direction: column;
  transition: box-shadow .12s ease-out, transform .1s ease-out;
  position: relative
}

.services .webinar-card:hover {
  box-shadow: 0 8px 40px 1px #b764921c;
  transform: translateY(-3px)
}

.services .webinar-card::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 26px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .22s ease-out
}

.services .webinar-card:hover::after {
  border-color: #b7649259
}

.services .card-image-wrap {
  position: relative;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  height: 180px
}

.services .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.5) sepia(0.25);
  transition: filter .15s ease-out
}

.services .webinar-card:hover .card-image-wrap img {
  filter: saturate(1) sepia(0)
}

.services .card-image-wrap .img-tint {
  position: absolute;
  inset: 0;
  background: #b7649261;
  pointer-events: none;
  transition: opacity .15s ease-out
}

.services .webinar-card:hover .img-tint {
  opacity: 0
}

.services .card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #B76492;
  color: #fff;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 16px
}

.services .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1
}

.services .card-meta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.services .card-level {
  font-size: 16px;
  color: #B76492;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px
}

.services .card-duration {
  font-size: 16px;
  color: #6b4a5e;
  display: flex;
  align-items: center;
  gap: 6px
}

.services .card-duration .typcn {
  font-size: 16px;
  color: #B76492
}

.services .card-level .typcn {
  font-size: 16px
}

.services .card-title {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1220;
  font-weight: 700;
  margin: 0
}

.services .card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2535;
  margin: 0
}

.services .card-price-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto
}

.services .card-price {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.services .card-price .amount {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  color: #B76492
}

.services .card-price .terms {
  font-size: 16px;
  color: #6b4a5e;
  line-height: 1.6
}

.services .card-cta {
  display: inline-block;
  padding: 12px 24px;
  background: #F8F3F7;
  color: #B76492;
  border: 2px solid #B76492;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  overflow: hidden;
  transition: color .12s ease-out;
  white-space: nowrap
}

.services .card-cta::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #B76492;
  transition: height .15s ease-out;
  z-index: 0
}

.services .card-cta span {
  position: relative;
  z-index: 1
}

.services .card-cta:hover {
  color: #fff
}

.services .card-cta:hover::before {
  height: 100%
}

.services .card-cta:focus-visible {
  outline: 3px solid #B76492;
  outline-offset: 3px
}

.services .band-divider-2 {
  height: 6px;
  background: linear-gradient(90deg, #F8F3F7 0%, #E4D3DC 40%, #B76492 100%)
}

.services .approach-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 96px 24px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.services .approach-text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services .approach-text h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #1e1220;
  font-weight: 700;
  font-style: italic;
  margin: 0
}

.services .approach-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2535;
  margin: 0
}

.services .approach-text p.narrow {
  max-width: 380px
}

.services .approach-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services .approach-list li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.services .approach-list .list-num {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  color: #b7649226;
  min-width: 40px;
  flex-shrink: 0
}

.services .approach-list .list-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services .approach-list h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1220;
  font-weight: 700;
  margin: 0
}

.services .approach-list p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2535;
  margin: 0
}

.services .approach-image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 18px 1px #b7649214
}

.services .approach-image-wrap img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) sepia(0.2);
  transition: filter .15s ease-out
}

.services .approach-image-wrap:hover img {
  filter: saturate(1) sepia(0)
}

.services .approach-image-wrap .img-overlay {
  position: absolute;
  inset: 0;
  background: #b7649252;
  pointer-events: none;
  transition: opacity .12s ease-out
}

.services .approach-image-wrap:hover .img-overlay {
  opacity: 0
}

.services .band-divider-3 {
  height: 6px;
  background: linear-gradient(90deg, #E4D3DC 0%, #B76492 50%, #E4D3DC 100%)
}

.services .format-area {
  background: #1e1220;
  position: relative;
  padding: 96px 24px;
  overflow: hidden
}

.services .format-area .bg-image {
  position: absolute;
  inset: 0;
  z-index: 0
}

.services .format-area .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .09;
  display: block
}

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

.services .format-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px
}

.services .format-header h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #F8F3F7;
  font-weight: 700;
  margin: 0
}

.services .format-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #E4D3DC;
  margin: 0
}

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

.services .format-card {
  background: #b764921f;
  border: 1px solid #b7649240;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .12s ease-out, border-color .12s ease-out;
  position: relative
}

.services .format-card:hover {
  background: #b7649238;
  border-color: #b764928c
}

.services .format-card::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 25px;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .25s ease-out
}

.services .format-card:hover::after {
  border-color: #b7649266
}

.services .format-card .format-icon {
  width: 40px;
  height: 40px;
  background: #b7649240;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center
}

.services .format-card .format-icon .typcn {
  font-size: 22px;
  color: #E4D3DC
}

.services .format-card h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #F8F3F7;
  font-weight: 700;
  margin: 0
}

.services .format-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #E4D3DC;
  margin: 0
}

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

  .services .lead-text h1 {
    font-size: 32px
  }

  .services .decor-abbr {
    display: none
  }

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

  .services .format-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .services .approach-area {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .services .approach-image-wrap {
    display: none
  }
}

@media (max-width: 768px) {
  .services .lead-area {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 16px 24px
  }

  .services .lead-image-card {
    display: none
  }

  .services .lead-text h1 {
    font-size: 32px
  }

  .services .catalog-area {
    padding: 48px 16px
  }

  .services .card-grid {
    grid-template-columns: 1fr
  }

  .services .format-area {
    padding: 48px 16px
  }

  .services .format-grid {
    grid-template-columns: 1fr
  }

  .services .approach-area {
    padding: 48px 16px
  }
}

@media (max-width: 360px) {
  .services .lead-text h1 {
    font-size: 32px
  }

  .services .card-price-row {
    flex-direction: column;
    align-items: flex-start
  }
}

.learning-program {
  background: #fff;
  overflow-x: hidden
}

.learning-program .program-strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 24px;
  gap: 48px;
  position: relative
}

.learning-program .program-strip__image-col {
  flex: 0 0 280px;
  position: relative;
  border-radius: 13px;
  overflow: hidden
}

.learning-program .program-strip__image-col img {
  width: 280px;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.92);
  transition: filter .12s ease-out
}

.learning-program .program-strip__image-col:hover img {
  filter: saturate(1) brightness(1)
}

.learning-program .program-strip__image-col .scanline-overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent, transparent 3px, #b764920f 3px, #b764920f 4px);
  pointer-events: none;
  border-radius: 13px
}

.learning-program .program-strip__image-col .tint-overlay {
  position: absolute;
  inset: 0;
  background: #b764922e;
  pointer-events: none;
  border-radius: 13px;
  transition: opacity .12s ease-out
}

.learning-program .program-strip__image-col:hover .tint-overlay {
  opacity: 0
}

.learning-program .program-strip__text {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.learning-program .program-strip__quote-mark {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 160px;
  line-height: 1.1;
  color: #E4D3DC;
  opacity: .35;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.learning-program .program-strip__text h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0;
  position: relative;
  z-index: 1
}

.learning-program .program-strip__text h1 .gradient-word {
  background: linear-gradient(160deg, #B76492 0%, #e4a0c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.learning-program .program-strip__text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530;
  margin: 0;
  max-width: 520px;
  position: relative;
  z-index: 1
}

.learning-program .program-strip__text .strip-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F8F3F7;
  border: 1px solid #E4D3DC;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  color: #B76492;
  width: fit-content;
  position: relative;
  z-index: 1
}

.learning-program .program-strip__text .strip-badge .typcn {
  font-size: 18px
}

.learning-program .diagonal-divider {
  width: 100%;
  height: 32px;
  background: linear-gradient(170deg, #F8F3F7 50%, #fff 50%)
}

.learning-program .metrics-band {
  background: #F8F3F7;
  padding: 48px 24px;
  animation: brightness-pulse 5s ease-in-out infinite
}

@keyframes brightness-pulse {

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

  50% {
    filter: brightness(1.025)
  }
}

.learning-program .metrics-band__inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.learning-program .metrics-band__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.learning-program .metrics-band__header h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0;
  font-style: italic;
  flex: 0 0 auto;
  max-width: 380px
}

.learning-program .metrics-band__header p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530;
  margin: 0;
  flex: 1
}

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

.learning-program .metric-card {
  background: #fff;
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 3px 5px 1px #b764920d 0 4px 18px 1px #b7649214;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: box-shadow .1s ease-out, transform .1s ease-out
}

.learning-program .metric-card:hover {
  box-shadow: 0 8px 40px 1px #b764921c;
  transform: translateY(-2px) scale(1.01)
}

.learning-program .metric-card .metric-value {
  font-size: 62px;
  line-height: 1.1;
  color: #B76492;
  font-weight: 700
}

.learning-program .metric-card .metric-value sup {
  font-size: 32px;
  vertical-align: super
}

.learning-program .metric-card .metric-label {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530
}

.learning-program .metric-card .corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(225deg, #B76492 0%, #E4D3DC 100%);
  border-radius: 0 13px 0 22px
}

.learning-program .diagonal-divider--reverse {
  width: 100%;
  height: 32px;
  background: linear-gradient(170deg, #fff 50%, #F8F3F7 50%)
}

.learning-program .curriculum-band {
  background: #fff;
  padding: 96px 24px
}

.learning-program .curriculum-band__inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 48px;
  align-items: start
}

.learning-program .curriculum-band__side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program .curriculum-band__side h3 {
  font-size: 32px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0;
  font-style: italic
}

.learning-program .curriculum-band__side p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530;
  margin: 0
}

.learning-program .curriculum-band__center {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #F8F3F7;
  border-radius: 13px;
  transition: background .08s ease-out, box-shadow .08s ease-out
}

.learning-program .step-item:hover {
  background: #fff;
  box-shadow: 0 4px 18px 1px #b7649214
}

.learning-program .step-item .step-num {
  font-size: 62px;
  line-height: 1.1;
  color: #E4D3DC;
  font-weight: 700;
  flex: 0 0 64px;
  text-align: center
}

.learning-program .step-item .step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .step-item .step-body h4 {
  font-size: 16px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0;
  font-weight: 700
}

.learning-program .step-item .step-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530;
  margin: 0
}

.learning-program .curriculum-band__side--right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program .curriculum-band__side--right .image-frame {
  position: relative;
  border-radius: 13px;
  overflow: hidden
}

.learning-program .curriculum-band__side--right .image-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) brightness(0.9);
  transition: filter .15s ease-out
}

.learning-program .curriculum-band__side--right .image-frame:hover img {
  filter: saturate(1) brightness(1)
}

.learning-program .curriculum-band__side--right .image-frame .image-tint {
  position: absolute;
  inset: 0;
  background: #b7649233;
  pointer-events: none;
  transition: opacity .15s ease-out
}

.learning-program .curriculum-band__side--right .image-frame:hover .image-tint {
  opacity: 0
}

.learning-program .curriculum-band__side--right .quick-facts {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .curriculum-band__side--right .quick-facts h5 {
  font-size: 16px;
  line-height: 1.1;
  color: #B76492;
  margin: 0;
  font-weight: 700
}

.learning-program .curriculum-band__side--right .quick-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .curriculum-band__side--right .quick-facts ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.learning-program .curriculum-band__side--right .quick-facts ul li .typcn {
  color: #B76492;
  flex-shrink: 0;
  margin-top: 2px
}

.learning-program .faq-band {
  background: linear-gradient(5deg, #fff 0%, #F8F3F7 100%);
  padding: 96px 24px;
  position: relative
}

.learning-program .faq-band__deco {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  overflow: hidden
}

.learning-program .faq-band__deco svg {
  width: 120px;
  height: 120px;
  opacity: .12
}

.learning-program .faq-band__inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.learning-program .faq-band__header {
  max-width: 600px
}

.learning-program .faq-band__header h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #2a1a22;
  margin: 0 0 16px;
  font-style: italic
}

.learning-program .faq-band__header p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530;
  margin: 0
}

.learning-program .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .faq-item {
  border-radius: 13px;
  border: 1px solid #E4D3DC;
  background: #fff;
  overflow: hidden
}

.learning-program .faq-item summary {
  list-style: none;
  padding: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6;
  color: #2a1a22;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background .35s ease-out
}

.learning-program .faq-item summary::-webkit-details-marker {
  display: none
}

.learning-program .faq-item summary:hover {
  background: #F8F3F7
}

.learning-program .faq-item summary .faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #E4D3DC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .1s ease-out
}

.learning-program .faq-item summary .faq-icon svg {
  width: 12px;
  height: 12px
}

.learning-program .faq-item[open] summary .faq-icon {
  background: #B76492
}

.learning-program .faq-item[open] summary .faq-icon svg line {
  stroke: #fff
}

.learning-program .faq-item .faq-answer {
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #3d2530
}

.learning-program .icon-grid-band {
  background: #2a1a22;
  padding: 96px 24px;
  position: relative
}

.learning-program .icon-grid-band__deco-lines {
  position: absolute;
  bottom: 24px;
  left: 24px;
  pointer-events: none;
  overflow: hidden;
  width: 100px;
  height: 80px
}

.learning-program .icon-grid-band__deco-lines svg {
  width: 100px;
  height: 80px;
  opacity: .1
}

.learning-program .icon-grid-band__inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.learning-program .icon-grid-band__header h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #F8F3F7;
  margin: 0 0 16px;
  font-style: italic
}

.learning-program .icon-grid-band__header p {
  font-size: 16px;
  line-height: 1.6;
  color: #E4D3DC;
  margin: 0;
  max-width: 540px
}

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

.learning-program .icon-grid__connector {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.learning-program .icon-node {
  background: #e4d3dc12;
  border: 1px solid #b7649240;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .12s ease-out, border-color .12s ease-out;
  position: relative
}

.learning-program .icon-node:hover {
  background: #b764921f;
  border-color: #b7649280
}

.learning-program .icon-node .node-icon {
  width: 48px;
  height: 48px;
  background: #b7649233;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.learning-program .icon-node .node-icon .typcn {
  font-size: 24px;
  color: #E4D3DC
}

.learning-program .icon-node h4 {
  font-size: 16px;
  line-height: 1.1;
  color: #F8F3F7;
  margin: 0;
  font-weight: 700
}

.learning-program .icon-node p {
  font-size: 16px;
  line-height: 1.6;
  color: #E4D3DC;
  margin: 0
}

.learning-program .emerge-on-load {
  animation: emerge-blur .6s ease-out both
}

@keyframes emerge-blur {
  from {
    filter: blur(6px);
    opacity: 0
  }

  to {
    filter: blur(0);
    opacity: 1
  }
}

@media (max-width: 1024px) {
  .learning-program .program-strip {
    gap: 24px
  }

  .learning-program .program-strip__image-col {
    flex: 0 0 200px
  }

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

  .learning-program .curriculum-band__side--right {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 24px
  }

  .learning-program .curriculum-band__side--right .image-frame {
    flex: 0 0 200px
  }

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

@media (max-width: 768px) {
  .learning-program .program-strip {
    flex-direction: column;
    padding: 48px 16px
  }

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

  .learning-program .program-strip__text h1 {
    font-size: 32px
  }

  .learning-program .metrics-band {
    padding: 48px 16px
  }

  .learning-program .metrics-band__header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

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

  .learning-program .curriculum-band {
    padding: 48px 16px
  }

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

  .learning-program .curriculum-band__side--right {
    flex-direction: column
  }

  .learning-program .curriculum-band__side--right .image-frame {
    display: none
  }

  .learning-program .faq-band {
    padding: 48px 16px
  }

  .learning-program .icon-grid-band {
    padding: 48px 16px
  }

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

  .learning-program .metric-card .metric-value {
    font-size: 32px
  }
}

@media (max-width: 360px) {
  .learning-program .program-strip__text h1 {
    font-size: 32px
  }

  .learning-program .metrics-band__header h2 {
    font-size: 32px
  }
}

.about-us {
  max-width: 100%;
  overflow-x: hidden
}

.about-us .page-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.about-us .opener {
  padding: 96px 0 48px;
  position: relative;
  background: radial-gradient(ellipse at 8% 15%, #b764922e 0%, #f8f3f799 55%, #fff 100%)
}

.about-us .opener__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.about-us .opener__decoration::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 48px;
  width: 180px;
  height: 180px;
  border: 1px dashed #b7649240;
  border-radius: 36px;
  transform: rotate(18deg)
}

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

.about-us .opener__text {
  position: relative;
  z-index: 1
}

.about-us .opener__label {
  display: inline-block;
  font-size: 16px;
  color: #B76492;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.about-us .opener__heading {
  font-size: 62px;
  line-height: 1.1;
  color: #1e1e2e;
  margin: 0 0 24px;
  font-weight: 700
}

.about-us .opener__heading em {
  font-style: italic;
  color: #B76492
}

.about-us .opener__body {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a4a;
  max-width: 480px;
  margin: 0 0 24px
}

.about-us .opener__dashed-connector {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px
}

.about-us .opener__dashed-connector span {
  font-size: 16px;
  color: #B76492;
  font-weight: 600;
  white-space: nowrap
}

.about-us .opener__dashed-connector::after {
  content: '';
  flex: 1;
  border-top: 1px dashed #b7649266;
  max-width: 120px
}

.about-us .opener__image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden
}

.about-us .opener__image-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  filter: saturate(0.75);
  transition: filter .12s ease-out
}

.about-us .opener__image-wrap:hover img {
  filter: saturate(1)
}

.about-us .opener__image-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #b7649259 0%, transparent 100%);
  border-radius: 0 0 22px 22px;
  pointer-events: none;
  transition: opacity .12s ease-out
}

.about-us .opener__image-wrap:hover::after {
  opacity: 0
}

.about-us .story {
  padding: 96px 0;
  background: #fff
}

.about-us .story__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 96px;
  align-items: start
}

.about-us .story__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about-us .story__img-primary {
  grid-column: 1 / -1;
  border-radius: 13px;
  overflow: hidden
}

.about-us .story__img-primary img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: filter .15s ease-out
}

.about-us .story__img-primary:hover img {
  filter: saturate(1)
}

.about-us .story__img-secondary {
  border-radius: 13px;
  overflow: hidden
}

.about-us .story__img-secondary img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: filter .15s ease-out
}

.about-us .story__img-secondary:hover img {
  filter: saturate(1)
}

.about-us .story__text-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us .story__heading {
  font-size: 32px;
  line-height: 1.1;
  color: #1e1e2e;
  margin: 0;
  font-style: italic;
  font-weight: 700
}

.about-us .story__paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a4a;
  margin: 0
}

.about-us .story__paragraph--narrow {
  max-width: 380px
}

.about-us .story__metrics {
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 24px 0;
  border-top: 1px solid #E4D3DC;
  border-bottom: 1px solid #E4D3DC;
  margin-top: 8px
}

.about-us .story__metric {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us .story__metric-value {
  font-size: 62px;
  line-height: 1.1;
  color: #B76492;
  font-weight: 700
}

.about-us .story__metric-label {
  font-size: 16px;
  line-height: 1.6;
  color: #5a5a6a
}

.about-us .approach {
  padding: 96px 0;
  background: #F8F3F7;
  position: relative
}

.about-us .approach__pulse-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, #b7649217 0%, transparent 65%), radial-gradient(ellipse at 20% 80%, #e4d3dc2e 0%, transparent 55%);
  animation: approach-pulse 6s ease-in-out infinite;
  pointer-events: none
}

@keyframes approach-pulse {

  0%,
  100% {
    opacity: .6
  }

  50% {
    opacity: 1
  }
}

.about-us .approach__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1
}

.about-us .approach__heading {
  font-size: 32px;
  line-height: 1.1;
  color: #1e1e2e;
  margin: 0;
  font-weight: 700;
  max-width: 480px
}

.about-us .approach__subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a4a;
  max-width: 380px;
  margin: 0
}

.about-us .approach__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1
}

.about-us .approach__item {
  background: #fff;
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 3px 5px 1px #b764920d;
  transition: box-shadow .1s ease-out, transform .1s ease-out;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative
}

.about-us .approach__item:hover {
  box-shadow: 0 4px 18px 1px #b7649214;
  transform: translateY(-2px)
}

.about-us .approach__item-number {
  font-size: 62px;
  line-height: 1.1;
  color: #b764921f;
  font-weight: 700;
  position: absolute;
  top: 16px;
  right: 24px;
  pointer-events: none
}

.about-us .approach__item-icon {
  width: 40px;
  height: 40px;
  background: #F8F3F7;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about-us .approach__item-icon .typcn {
  font-size: 22px;
  color: #B76492
}

.about-us .approach__item-heading {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e2e;
  font-weight: 700;
  margin: 0;
  font-style: italic
}

.about-us .approach__item-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a4a;
  margin: 0
}

.about-us .infographic {
  padding: 48px 0;
  background: #fff;
  border-top: 1px solid #E4D3DC
}

.about-us .infographic__strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.about-us .infographic__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #F8F3F7;
  border-radius: 36px;
  flex: 1;
  min-width: 160px
}

.about-us .infographic__item .typcn {
  font-size: 24px;
  color: #B76492;
  flex-shrink: 0
}

.about-us .infographic__item-label {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a4a
}

.about-us .infographic__divider {
  width: 24px;
  height: 1px;
  border-top: 1px dashed #b7649266;
  flex-shrink: 0
}

.about-us .team {
  padding: 96px 0;
  background: #1e1e2e;
  position: relative;
  overflow: hidden
}

.about-us .team__bg-accent {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 320px;
  height: 320px;
  border-radius: 36px;
  background: linear-gradient(135deg, #b764922e 0%, #b764920a 100%);
  transform: rotate(25deg);
  pointer-events: none
}

.about-us .team__heading {
  font-size: 32px;
  line-height: 1.1;
  color: #F8F3F7;
  margin: 0 0 16px;
  font-weight: 700
}

.about-us .team__subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #e4d3dcbf;
  max-width: 540px;
  margin: 0 0 48px
}

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

.about-us .team__card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
  background: #ffffff0a;
  border: 1px solid #b7649233;
  border-radius: 13px;
  padding: 24px;
  transition: background .1s ease-out, border-color .1s ease-out
}

.about-us .team__card:hover {
  background: #b7649214;
  border-color: #b7649266
}

.about-us .team__card-photo {
  border-radius: 13px;
  overflow: hidden
}

.about-us .team__card-photo img {
  width: 120px;
  height: 140px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
  transition: filter .12s ease-out
}

.about-us .team__card:hover .team__card-photo img {
  filter: saturate(1)
}

.about-us .team__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us .team__card-name {
  font-size: 16px;
  line-height: 1.6;
  color: #F8F3F7;
  font-weight: 700;
  margin: 0
}

.about-us .team__card-role {
  font-size: 16px;
  line-height: 1.6;
  color: #B76492;
  margin: 0;
  font-style: italic
}

.about-us .team__card-bio {
  font-size: 16px;
  line-height: 1.6;
  color: #e4d3dcb3;
  margin: 0
}

.about-us .team__card-dashed {
  border-top: 1px dashed #b764924d;
  margin-top: 8px;
  padding-top: 8px
}

.about-us .team__card-tag {
  display: inline-block;
  font-size: 16px;
  color: #b76492e6;
  background: #b764921a;
  border-radius: 4px;
  padding: 4px 8px
}

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

  .about-us .opener__heading {
    font-size: 62px
  }

  .about-us .story__grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

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

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

@media (max-width: 768px) {
  .about-us .opener {
    padding: 48px 0
  }

  .about-us .opener__image-wrap {
    display: none
  }

  .about-us .opener__heading {
    font-size: 32px
  }

  .about-us .story__images {
    display: none
  }

  .about-us .story__metrics {
    gap: 24px
  }

  .about-us .story__metric-value {
    font-size: 32px
  }

  .about-us .approach__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

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

  .about-us .infographic__strip {
    flex-direction: column;
    align-items: stretch
  }

  .about-us .infographic__divider {
    display: none
  }

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

  .about-us .team__card-photo {
    display: none
  }
}

@media (max-width: 360px) {
  .about-us .page-container {
    padding: 0 16px
  }

  .about-us .story__metrics {
    flex-direction: column;
    gap: 16px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background-color: #F8F3F7
}

.success-page .success-card {
  background: #fff;
  border: 1px solid #E4D3DC;
  border-radius: 22px;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 18px 1px #b7649214
}

.success-page .success-card__icon-wrapper {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #F8F3F7;
  border: 2px solid #E4D3DC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px
}

.success-page .success-card__icon-wrapper svg {
  display: block
}

.success-page .success-card__heading {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  color: #2a1a22;
  margin: 0 0 16px
}

.success-page .success-card__text {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3040;
  margin: 0 0 48px
}

.success-page .success-card__action {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #B76492;
  border: 1.5px solid #B76492;
  border-radius: 13px;
  padding: 16px 48px;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0;
  transition: color .12s ease-out;
  z-index: 0
}

.success-page .success-card__action::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #B76492;
  z-index: -1;
  transition: height .15s ease-out
}

.success-page .success-card__action:hover {
  color: #fff
}

.success-page .success-card__action:hover::before {
  height: 100%
}

.success-page .success-card__action:focus-visible {
  outline: 2px solid #B76492;
  outline-offset: 3px
}

.success-page .success-card__divider {
  width: 48px;
  height: 2px;
  background: #E4D3DC;
  border-radius: 4px;
  margin: 48px auto 0
}

.success-page .success-card__footnote {
  font-size: 16px;
  line-height: 1.6;
  color: #7a5568;
  margin: 16px 0 0
}

.success-page .success-card__footnote a {
  color: #B76492;
  text-decoration: none;
  background-image: linear-gradient(#B76492, #B76492);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .13s ease-out
}

.success-page .success-card__footnote a:hover {
  background-size: 100% 1px
}

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

  .success-page .success-card {
    padding: 48px 24px
  }
}

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

  .success-page .success-card__action {
    padding: 16px 24px;
    width: 100%;
    text-align: center
  }
}