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

html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.brand-bar {
  background: linear-gradient(135deg, #590B9B 0%, #3d0870 100%);
  padding: 8px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.brand-bar__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #FFFFE6;
  letter-spacing: .02em;
  line-height: 1.4
}

.brand-bar__trust-stars {
  display: flex;
  align-items: center;
  gap: 4px
}

.brand-bar__trust-stars .bi {
  color: #F91884;
  font-size: 13px
}

.brand-bar__contact {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #FFFFE6;
  letter-spacing: .01em;
  line-height: 1.4
}

.brand-bar__contact a {
  color: #FFFFE6;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.brand-bar__contact a:hover {
  color: #F91884
}

.brand-bar__contact a:focus {
  outline: 2px solid #F91884;
  outline-offset: 2px;
  border-radius: 0
}

.site-header {
  background: #FFFFE6;
  border-bottom: 2px solid #590B9B;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  position: relative
}

.site-header__body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 36px 36px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-decoration: none
}

.logo-box__image-frame {
  background: #590B9B;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 2px 5px 0 #590b9b12 0 4px 14px 0 #590b9b1c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px
}

.logo-box__image-frame img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.logo-box__label {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.logo-box__name {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 19px;
  font-weight: 700;
  color: #590B9B;
  letter-spacing: .02em;
  line-height: 1.1
}

.logo-box__tagline {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #3d0870;
  letter-spacing: .01em;
  line-height: 1.4
}

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

.primary-nav__item {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.4;
  color: #2a0550;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background-color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1);
  min-height: 44px
}

.primary-nav__item:hover {
  background: #590B9B;
  color: #FFFFE6;
  border-color: #590B9B
}

.primary-nav__item:focus {
  outline: 2px solid #590B9B;
  outline-offset: 2px
}

.primary-nav__item--active {
  background: #F91884;
  color: #FFFFE6;
  border-color: #F91884
}

.primary-nav__item--active:hover {
  background: #c90f69;
  border-color: #c90f69;
  color: #FFFFE6
}

.badge-strip {
  background: #590B9B;
  padding: 8px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap
}

.badge-strip__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #FFFFE6;
  letter-spacing: .02em;
  line-height: 1.4
}

.badge-strip__item .bi {
  color: #F91884;
  font-size: 16px
}

.badge-strip__divider {
  width: 4px;
  height: 4px;
  background: #f9188480;
  border-radius: 0;
  flex-shrink: 0
}

.site-footer {
  background: #2a0550;
  position: relative;
  overflow: hidden
}

.site-footer__geo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.site-footer__geo svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: .08
}

.site-footer__geo-circle {
  position: absolute;
  top: -72px;
  right: -36px;
  width: 280px;
  height: 280px;
  border-radius: 0;
  border: 2px solid #f9188426;
  pointer-events: none
}

.site-footer__geo-circle--small {
  top: 36px;
  right: 72px;
  width: 120px;
  height: 120px;
  border-color: #ffffe612
}

.footer-ribbon {
  background: #F91884;
  padding: 8px 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer-ribbon__text {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #FFFFE6;
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 700
}

.footer-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 36px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  position: relative;
  z-index: 1
}

.footer-col__brand {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-logo-box {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.footer-logo-box__frame {
  background: #590B9B;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 2px 5px 0 #590b9b12 0 12px 44px 0 #590b9b1c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 2px solid #ffffe626
}

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

.footer-logo-box__name {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 19px;
  font-weight: 700;
  color: #FFFFE6;
  letter-spacing: .02em;
  line-height: 1.1
}

.footer-col__about {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #ffffe6b3;
  letter-spacing: .01em;
  line-height: 1.7
}

.footer-col__heading {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #F91884;
  letter-spacing: .02em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f918844d
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-links__item a {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 16px;
  color: #ffffe6d9;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1);
  min-height: 44px
}

.footer-links__item a:hover {
  color: #F91884
}

.footer-links__item a:focus {
  outline: 2px solid #F91884;
  outline-offset: 2px
}

.footer-links__item a .bi {
  font-size: 13px;
  opacity: .6
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-contact__row {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.footer-contact__row .bi {
  color: #F91884;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-contact__detail {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #ffffe6d9;
  letter-spacing: .01em;
  line-height: 1.7
}

.footer-contact__detail a {
  color: #ffffe6d9;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer-contact__detail a:hover {
  color: #F91884
}

.footer-contact__detail a:focus {
  outline: 2px solid #F91884;
  outline-offset: 2px
}

.footer-bottom {
  border-top: 1px solid #ffffe61a;
  padding: 16px 36px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}

.footer-bottom__copy {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #ffffe673;
  letter-spacing: .01em;
  line-height: 1.4
}

.footer-bottom__links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.footer-bottom__links a {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #ffffe673;
  text-decoration: underline;
  letter-spacing: .01em;
  line-height: 1.4;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.footer-bottom__links a:hover {
  color: #FFFFE6
}

.footer-bottom__links a:focus {
  outline: 2px solid #F91884;
  outline-offset: 2px
}

.cookie-popup-container {
  display: none;
  position: fixed;
  bottom: 36px;
  left: 36px;
  z-index: 1000;
  max-width: 380px;
  width: calc(100% - 72px)
}

.cookie-popup-box {
  background: #2a0550;
  border: 1px solid #f918844d;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 12px 44px 0 #590b9b1c;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .42s cubic-bezier(0.4, 0, 1, 1), opacity .42s cubic-bezier(0.4, 0, 1, 1)
}

.cookie-popup-box.visible {
  transform: translateY(0);
  opacity: 1
}

.cookie-popup-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.cookie-popup-icon .bi {
  color: #F91884;
  font-size: 19px
}

.cookie-popup-text {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #ffffe6d9;
  letter-spacing: .01em;
  line-height: 1.7;
  margin-bottom: 16px
}

.cookie-popup-text strong {
  color: #FFFFE6
}

.cookie-popup-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cookie-popup-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #ffffe6b3;
  line-height: 1.4
}

.cookie-popup-list li .bi {
  color: #F91884;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px
}

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

.cookie-popup-accept {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFE6;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  letter-spacing: .01em;
  line-height: 1.4;
  padding: 4px 0;
  min-height: 44px;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.cookie-popup-accept:hover {
  color: #F91884
}

.cookie-popup-accept:focus {
  outline: 2px solid #F91884;
  outline-offset: 2px
}

.cookie-popup-decline {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #ffffe673;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  letter-spacing: .01em;
  line-height: 1.4;
  padding: 4px 0;
  min-height: 44px;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.cookie-popup-decline:hover {
  color: #ffffe6cc
}

.cookie-popup-decline:focus {
  outline: 2px solid #ffffe64d;
  outline-offset: 2px
}

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

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

  .site-header__body {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

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

  .badge-strip {
    padding: 8px 16px;
    gap: 16px
  }

  .badge-strip__divider {
    display: none
  }

  .footer-body {
    grid-template-columns: 1fr;
    padding: 36px 16px 16px;
    gap: 36px
  }

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

  .cookie-popup-container {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px)
  }
}

@media (max-width: 480px) {
  .logo-box__label {
    display: none
  }

  .primary-nav__item {
    font-size: 13px;
    padding: 8px
  }
}

@media (min-width: 1280px) {
  .footer-body {
    grid-template-columns: 1.4fr 1fr 1fr
  }
}

.doc-info {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 36px;
  color: #2a1a3e
}

.doc-info h1 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #590B9B;
  margin-bottom: 36px;
  margin-top: 0
}

.doc-info h2 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #590B9B;
  margin-top: 72px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F91884
}

.doc-info h3 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1a3e;
  margin-top: 36px;
  margin-bottom: 16px
}

.doc-info h4,
.doc-info h5,
.doc-info h6 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1a3e;
  margin-top: 36px;
  margin-bottom: 8px
}

.doc-info p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a3e;
  margin-top: 0;
  margin-bottom: 16px
}

.doc-info ul,
.doc-info ol {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1a3e;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 36px
}

.doc-info li {
  margin-bottom: 8px
}

.doc-info li::marker {
  color: #F91884
}

.doc-info strong,
.doc-info b {
  font-weight: 700;
  color: #590B9B
}

.doc-info hr {
  border: none;
  border-top: 1px solid #590b9b26;
  margin-top: 36px;
  margin-bottom: 36px
}

.doc-info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  border-radius: 10px;
  overflow: hidden
}

.doc-info thead {
  background-color: #590B9B
}

.doc-info thead th {
  color: #FFFFE6;
  font-size: 13px;
  letter-spacing: .02em;
  padding: 16px;
  text-align: left;
  font-weight: 700
}

.doc-info tbody tr {
  border-bottom: 1px solid #590b9b1a;
  transition: background-color .12s cubic-bezier(0.4, 0, 1, 1)
}

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

.doc-info tbody tr:nth-child(even) {
  background-color: #ffffe680
}

.doc-info tbody tr:hover {
  background-color: #590b9b0d
}

.doc-info td {
  padding: 16px;
  color: #2a1a3e;
  vertical-align: top
}

@media (max-width: 768px) {
  .doc-info {
    padding: 36px 16px
  }

  .doc-info h1 {
    font-size: 46px
  }

  .doc-info table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 480px) {
  .doc-info {
    padding: 36px 16px
  }

  .doc-info h1 {
    font-size: 19px
  }

  .doc-info h2 {
    font-size: 16px
  }
}

.quote {
  background: #fff;
  overflow-x: clip
}

.quote * {
  box-sizing: border-box
}

.quote__frame {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px
}

.quote__frame--narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 36px
}

.quote__lead {
  background: #fff;
  padding: 72px 0 36px;
  position: relative
}

.quote__lead-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 90% at 50% 0%, #590b9b12 0%, #f918840a 55%, transparent 100%);
  pointer-events: none
}

.quote__lead-math {
  position: absolute;
  top: 16px;
  right: 8px;
  font-size: 220px;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1.5px #590b9b0f;
  pointer-events: none;
  user-select: none;
  overflow: hidden
}

.quote__lead-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.quote__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #590B9B;
  border: 1px solid #590b9b38;
  border-radius: 6px;
  padding: 4px 16px;
  background: #590b9b0a
}

.quote__label-dot {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #F91884;
  flex-shrink: 0;
  transform: rotate(45deg)
}

.quote__h1 {
  font-size: 62px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0030;
  text-transform: uppercase;
  margin: 0
}

.quote__h1 span {
  color: #590B9B
}

.quote__counter-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  margin-top: 8px
}

.quote__counter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px
}

.quote__counter-value {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #590B9B
}

.quote__counter-label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #3a2050
}

.quote__counter-sep {
  width: 1px;
  height: 48px;
  background: #590b9b2e
}

.quote__lead-desc {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1040;
  max-width: 620px;
  margin: 0
}

.quote__lead-img-wrap {
  margin-top: 36px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.quote__lead-img-skeleton {
  position: absolute;
  inset: 0;
  background: #e8dff0;
  border-radius: 10px;
  z-index: 0
}

.quote__lead-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 44px 0 #590b9b1c;
  filter: brightness(1.04) saturate(1.06);
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1);
  will-change: transform
}

.quote__lead-img:hover {
  transform: scale(1.012)
}

.quote__wave {
  display: block;
  width: 100%;
  margin-top: 36px;
  line-height: 0
}

.quote__detail {
  background: linear-gradient(to left, #590B9B 0%, #2a0550 100%);
  padding: 72px 0;
  position: relative
}

.quote__detail-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, #f9188417 0%, transparent 70%);
  pointer-events: none
}

.quote__detail-math {
  position: absolute;
  bottom: 0;
  left: -16px;
  font-size: 260px;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1px #ffffe60d;
  pointer-events: none;
  user-select: none;
  overflow: hidden
}

.quote__detail-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.quote__detail-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.quote__detail-tag {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #F91884;
  text-transform: uppercase
}

.quote__h2 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FFFFE6;
  margin: 0
}

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

.quote__detail-text--first {
  background: #ffffe60f;
  border-top: 2px solid #f9188480;
  border-radius: 0 0 6px 6px;
  padding: 16px
}

.quote__detail-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 44px 0 #590b9b1c
}

.quote__detail-img-skeleton {
  position: absolute;
  inset: 0;
  background: #3a1060;
  border-radius: 10px;
  z-index: 0
}

.quote__detail-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform .16s cubic-bezier(0.4, 0, 1, 1);
  will-change: transform
}

.quote__detail-img:hover {
  transform: scale(1.014)
}

.quote__timeline {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 0
}

.quote__timeline-period {
  display: flex;
  flex-direction: column;
  gap: 0
}

.quote__timeline-period-label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #F91884;
  text-transform: uppercase;
  padding: 8px 0 8px 16px;
  border-left: 2px solid #F91884;
  margin-bottom: 8px
}

.quote__timeline-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0 8px 16px;
  border-left: 2px solid #ffffe626;
  margin-bottom: 4px;
  position: relative
}

.quote__timeline-item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #590B9B;
  border: 2px solid #F91884;
  flex-shrink: 0;
  margin-top: 4px;
  transform: rotate(45deg)
}

.quote__timeline-event {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.quote__timeline-event-name {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #FFFFE6
}

.quote__timeline-event-desc {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #ffffe6a6
}

.quote__timeline-sep {
  height: 1px;
  background: #ffffe614;
  margin: 16px 0
}

.quote__offer {
  background: #FFFFE6;
  padding: 72px 0;
  position: relative
}

.quote__offer-math {
  position: absolute;
  top: -16px;
  right: 36px;
  font-size: 180px;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1px #590b9b12;
  pointer-events: none;
  user-select: none;
  overflow: hidden
}

.quote__offer-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px
}

.quote__h3 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0030;
  margin: 0;
  text-transform: uppercase
}

.quote__offer-sub {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a2050;
  max-width: 560px;
  margin: 0
}

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

.quote__card {
  background: #fff;
  border-radius: 10px;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  position: relative;
  overflow: hidden;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.quote__card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #590b9b21;
  transition: border-width .16s cubic-bezier(0.4, 0, 1, 1)
}

.quote__card:hover::after {
  border-width: 0 0 52px 52px
}

.quote__card:hover {
  box-shadow: 0 12px 44px 0 #590b9b1c;
  transform: translateY(-2px)
}

.quote__card--featured {
  background: #590B9B
}

.quote__card--featured .quote__card-name,
.quote__card--featured .quote__card-price,
.quote__card--featured .quote__card-period,
.quote__card--featured .quote__card-desc {
  color: #FFFFE6
}

.quote__card--featured .quote__card-feature {
  color: #ffffe6d1
}

.quote__card--featured .quote__card-feature-dot {
  background: #F91884
}

.quote__card--featured::after {
  border-color: transparent transparent #f918844d
}

.quote__card-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #590b9b14;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.quote__card--featured .quote__card-icon-wrap {
  background: #ffffe61f
}

.quote__card-icon-outline {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 1.5px solid #590b9b38;
  animation: quote-icon-trace 2.4s linear infinite
}

.quote__card--featured .quote__card-icon-outline {
  border-color: #f9188480
}

@keyframes quote-icon-trace {
  0% {
    clip-path: inset(0 100% 0 0)
  }

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

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

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

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

.quote__card-name {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #590B9B;
  text-transform: uppercase
}

.quote__card-price {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0030;
  margin: 0
}

.quote__card-period {
  font-size: 13px;
  line-height: 1.4;
  color: #3a2050;
  margin-left: 4px
}

.quote__card-desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a1040;
  margin: 0
}

.quote__card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%
}

.quote__card-feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #3a2050
}

.quote__card-feature-dot {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #590B9B;
  flex-shrink: 0;
  margin-top: 4px;
  transform: rotate(45deg)
}

.quote__card-divider {
  width: 100%;
  height: 1px;
  background: #590b9b1a
}

.quote__card--featured .quote__card-divider {
  background: #ffffe626
}

.quote__card-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 36px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  cursor: pointer;
  background: #1b0030;
  color: #FFFFE6;
  transition: filter .12s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: none
}

.quote__card-btn:hover {
  filter: brightness(1.25)
}

.quote__card--featured .quote__card-btn {
  background: #F91884;
  color: #fff
}

.quote__offer-note {
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a2050;
  margin-top: 36px
}

.quote__offer-note a {
  color: #590B9B;
  text-decoration: underline;
  text-underline-offset: 3px
}

.quote__divider {
  width: 100%;
  height: 1px;
  background: #590b9b1a;
  border: none;
  margin: 0
}

@media (max-width: 1280px) {
  .quote__h1 {
    font-size: 46px
  }

  .quote__detail-grid {
    gap: 36px
  }

  .quote__offer-cards {
    gap: 16px
  }
}

@media (max-width: 768px) {
  .quote__frame {
    padding: 0 16px
  }

  .quote__frame--narrow {
    padding: 0 16px
  }

  .quote__lead {
    padding: 36px 0 16px
  }

  .quote__h1 {
    font-size: 46px
  }

  .quote__lead-math {
    font-size: 120px;
    right: 0
  }

  .quote__counter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .quote__counter-sep {
    width: 48px;
    height: 1px
  }

  .quote__lead-img {
    height: 220px
  }

  .quote__detail {
    padding: 36px 0
  }

  .quote__detail-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .quote__detail-img {
    height: 260px
  }

  .quote__offer {
    padding: 36px 0
  }

  .quote__offer-cards {
    grid-template-columns: 1fr
  }

  .quote__h3 {
    font-size: 46px
  }
}

@media (max-width: 480px) {
  .quote__h1 {
    font-size: 46px
  }

  .quote__h2 {
    font-size: 46px
  }

  .quote__h3 {
    font-size: 46px
  }

  .quote__frame {
    padding: 0 16px
  }

  .quote__frame--narrow {
    padding: 0 16px
  }
}

@keyframes quote-grad-shift {
  0% {
    background-position: 0 50%
  }

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

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

.quote__detail {
  background-size: 200% 200%;
  animation: quote-grad-shift 18s ease-in-out infinite
}

.prime {
  background: #fff;
  overflow-x: clip
}

.prime .stripe-drift {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.prime .stripe-drift::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -20%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(118deg, transparent, transparent 38px, #590b9b0a 38px, #590b9b0a 40px);
  animation: stripemove 18s linear infinite
}

@keyframes stripemove {
  0% {
    transform: translateX(0) translateY(0)
  }

  100% {
    transform: translateX(60px) translateY(60px)
  }
}

.prime .split-screen {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  max-width: 100%
}

.prime .split-left {
  background: #590B9B;
  padding: 72px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.prime .split-right {
  background: #FFFFE6;
  padding: 72px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-left: 4px solid #F91884
}

.prime .split-right::after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 36px;
  right: 0;
  width: 3px;
  background: linear-gradient(to bottom, #590B9B, #F91884);
  border-radius: 0
}

.prime .geo-shape {
  position: absolute;
  opacity: .07;
  pointer-events: none
}

.prime .geo-shape--circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 40px solid #FFFFE6;
  top: -60px;
  right: -60px
}

.prime .geo-shape--rect {
  width: 80px;
  height: 80px;
  border: 16px solid #F91884;
  bottom: 36px;
  left: 36px;
  transform: rotate(22deg)
}

.prime .title-eyebrow {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #F91884;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.prime .title-h1 {
  font-size: 62px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 36px;
  font-weight: 800
}

.prime .title-thesis {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffe6e6;
  margin: 0 0 8px;
  padding-left: 16px;
  border-left: 2px solid #F91884
}

.prime .title-thesis+.title-thesis {
  margin-top: 8px
}

.prime .split-right-image {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 #590b9b1c;
  margin-bottom: 36px
}

.prime .split-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .15s cubic-bezier(0.4, 0, 1, 1)
}

.prime .split-right-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, transparent 40%, #590b9b38 100%);
  pointer-events: none
}

.prime .right-descriptor {
  font-size: 19px;
  line-height: 1.4;
  color: #2a0a40;
  font-weight: 700;
  margin: 0 0 8px
}

.prime .right-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1a55;
  margin: 0
}

.prime .cta-link {
  display: inline-block;
  margin-top: 16px;
  padding: 16px 36px;
  background: #F91884;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 14px 0 #f918841c;
  transition: brightness .12s cubic-bezier(0.4, 0, 1, 1)
}

.prime .cta-link:hover {
  filter: brightness(1.12);
  color: #fff;
  text-decoration: none
}

.prime .divider-dashed {
  border: none;
  border-top: 2px dashed #590b9b2e;
  margin: 0
}

.prime .context-band {
  background: #fff;
  padding: 72px 36px;
  position: relative
}

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

.prime .context-main {
  padding-right: 36px;
  border-right: 1px solid #590b9b1f
}

.prime .band-h2 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #590B9B;
  text-align: center;
  margin: 0 0 36px;
  font-weight: 800
}

.prime .context-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2a0a40;
  background: #590b9b0d;
  border-left: 3px solid #590B9B;
  border-radius: 0 6px 6px 0;
  padding: 16px;
  margin: 0 0 16px
}

.prime .context-body {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1a55;
  margin: 0 0 16px
}

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

.prime .stat-card {
  background: #590B9B;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  position: relative;
  overflow: hidden
}

.prime .stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #f918842e;
  border-radius: 0 10px 0 40px
}

.prime .stat-number {
  font-size: 46px;
  line-height: 1.1;
  color: #F91884;
  font-weight: 800;
  letter-spacing: .01em;
  display: block
}

.prime .stat-label {
  font-size: 13px;
  line-height: 1.4;
  color: #ffffe6d9;
  display: block;
  margin-top: 4px
}

.prime .context-image {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 #590b9b12
}

.prime .context-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.prime .divider-accent {
  height: 4px;
  background: linear-gradient(to left, #590B9B, #F91884);
  border: none;
  margin: 0
}

.prime .approach-band {
  background: #590B9B;
  padding: 72px 36px;
  position: relative;
  overflow: hidden
}

.prime .approach-stripe {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.prime .approach-stripe::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 180%;
  height: 200%;
  background: repeating-linear-gradient(118deg, transparent, transparent 28px, #ffffe60a 28px, #ffffe60a 30px);
  animation: stripemove 22s linear infinite reverse
}

.prime .approach-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.prime .approach-h2 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FFFFE6;
  text-align: left;
  margin: 0 0 36px;
  font-weight: 800;
  text-transform: uppercase
}

.prime .approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px
}

.prime .approach-item {
  background: #ffffe612;
  border-radius: 10px;
  padding: 16px;
  border-top: 2px solid #F91884;
  box-shadow: inset 0 6px 10px 0 #f9188414;
  transition: background .14s ease-in
}

.prime .approach-item:hover {
  background: #ffffe621
}

.prime .approach-item-num {
  font-size: 46px;
  line-height: 1.1;
  color: #f9188459;
  font-weight: 800;
  letter-spacing: .01em;
  display: block;
  margin-bottom: 8px
}

.prime .approach-item-heading {
  font-size: 19px;
  line-height: 1.4;
  color: #FFFFE6;
  font-weight: 700;
  margin: 0 0 8px
}

.prime .approach-item-text {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffe6cc;
  margin: 0
}

.prime .approach-image-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
  align-items: center
}

.prime .approach-img {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 #590b9b1c
}

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

.prime .approach-note {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffe6e0;
  margin: 0
}

.prime .divider-thin {
  border: none;
  border-top: 1px dashed #590b9b38;
  margin: 0
}

.prime .pattern-band {
  background: #FFFFE6;
  padding: 72px 36px;
  position: relative
}

.prime .pattern-inner {
  max-width: 1320px;
  margin: 0 auto
}

.prime .pattern-h2 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a0a40;
  text-align: center;
  margin: 0 0 8px;
  font-weight: 800
}

.prime .pattern-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #590B9B;
  text-align: center;
  margin: 0 0 36px
}

.prime .pattern-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.prime .pattern-quote {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 5px 0 #590b9b12;
  border-right: 3px solid #590B9B;
  position: relative;
  transition: box-shadow .16s ease-in
}

.prime .pattern-quote:hover {
  box-shadow: 0 4px 14px 0 #590b9b1c
}

.prime .pattern-quote--wide {
  grid-column: 1 / 3;
  background: #590B9B;
  border-right: none;
  border-top: 3px solid #F91884
}

.prime .quote-mark {
  display: block;
  width: 28px;
  height: 20px;
  margin-bottom: 8px
}

.prime .quote-mark svg {
  width: 28px;
  height: 20px
}

.prime .pattern-quote-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2a0a40;
  margin: 0 0 8px
}

.prime .pattern-quote--wide .pattern-quote-text {
  color: #FFFFE6;
  font-size: 19px
}

.prime .pattern-quote-author {
  font-size: 13px;
  line-height: 1.4;
  color: #590B9B;
  font-weight: 700
}

.prime .pattern-quote--wide .pattern-quote-author {
  color: #F91884
}

.prime .pattern-image-aside {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  margin-top: 16px
}

.prime .pattern-image-aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.prime .example-band {
  background: #fff;
  padding: 72px 36px;
  position: relative
}

.prime .example-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to left, #590B9B, #F91884)
}

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

.prime .example-main {
  padding-right: 36px;
  border-right: 1px solid #590b9b1f
}

.prime .example-h2 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #590B9B;
  text-align: left;
  margin: 0 0 16px;
  font-weight: 800
}

.prime .example-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  background: #F91884;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: .02em
}

.prime .example-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2a0a40;
  background: #f918840d;
  border-left: 3px solid #F91884;
  border-radius: 0 6px 6px 0;
  padding: 16px;
  margin: 0 0 16px
}

.prime .example-body {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1a55;
  margin: 0 0 16px
}

.prime .example-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.prime .example-detail-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1a55;
  padding-left: 16px;
  position: relative
}

.prime .example-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F91884
}

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

.prime .example-img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 #590b9b1c
}

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

.prime .example-aside-card {
  background: #FFFFE6;
  border-radius: 10px;
  padding: 16px;
  box-shadow: inset 0 4px 8px 0 #590b9b12;
  border-top: 2px solid #590B9B
}

.prime .aside-card-heading {
  font-size: 13px;
  line-height: 1.4;
  color: #590B9B;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 8px
}

.prime .aside-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2a0a40;
  margin: 0
}

.prime .quote-link {
  display: inline-block;
  margin-top: 8px;
  padding: 16px 36px;
  background: #590B9B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  transition: brightness .1s cubic-bezier(0.4, 0, 1, 1)
}

.prime .quote-link:hover {
  filter: brightness(1.14);
  color: #fff;
  text-decoration: none
}

@media (max-width: 1280px) {
  .prime .title-h1 {
    font-size: 46px
  }

  .prime .band-h2,
  .prime .approach-h2,
  .prime .pattern-h2,
  .prime .example-h2 {
    font-size: 46px
  }

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

@media (max-width: 768px) {
  .prime .split-screen {
    grid-template-columns: 1fr
  }

  .prime .split-right {
    border-left: none;
    border-top: 4px solid #F91884
  }

  .prime .split-right::after {
    display: none
  }

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

  .prime .context-main {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #590b9b1f;
    padding-bottom: 36px
  }

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

  .prime .approach-image-row {
    grid-template-columns: 1fr
  }

  .prime .pattern-mosaic {
    grid-template-columns: 1fr
  }

  .prime .pattern-quote--wide {
    grid-column: 1
  }

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

  .prime .example-main {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #590b9b1f;
    padding-bottom: 36px
  }

  .prime .title-h1 {
    font-size: 46px
  }

  .prime .band-h2,
  .prime .approach-h2,
  .prime .pattern-h2,
  .prime .example-h2 {
    font-size: 46px
  }
}

@media (max-width: 480px) {

  .prime .split-left,
  .prime .split-right {
    padding: 36px 16px
  }

  .prime .context-band,
  .prime .approach-band,
  .prime .pattern-band,
  .prime .example-band {
    padding: 36px 16px
  }

  .prime .title-h1 {
    font-size: 46px
  }

  .prime .band-h2,
  .prime .approach-h2,
  .prime .pattern-h2,
  .prime .example-h2 {
    font-size: 46px
  }

  .prime .stat-number {
    font-size: 46px
  }
}

.about-us {
  overflow-x: clip
}

.about-us .reveal {
  opacity: 0;
  transform: translateY(32px);
  animation: revealUp .6s cubic-bezier(0.4, 0, 1, 1) forwards
}

.about-us .reveal--2 {
  animation-delay: .12s;
  transform: translateY(24px)
}

.about-us .reveal--3 {
  animation-delay: .22s;
  transform: translateY(18px)
}

.about-us .reveal--4 {
  animation-delay: .32s;
  transform: translateY(12px)
}

.about-us .reveal--5 {
  animation-delay: .42s;
  transform: translateY(8px)
}

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

.about-us .page-band {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px
}

.about-us .strokes-deco {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-end
}

.about-us .strokes-deco__bar {
  width: 3px;
  background: #590B9B;
  border-radius: 0;
  opacity: .22
}

.about-us .strokes-deco__bar:nth-child(1) {
  height: 18px
}

.about-us .strokes-deco__bar:nth-child(2) {
  height: 28px
}

.about-us .strokes-deco__bar:nth-child(3) {
  height: 22px
}

.about-us .strokes-deco__bar:nth-child(4) {
  height: 14px
}

.about-us .strokes-deco__bar:nth-child(5) {
  height: 32px
}

.about-us .tick-divider {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0 36px;
  max-width: 1320px;
  margin: 0 auto
}

.about-us .tick-divider__line {
  flex: 1;
  height: 1px;
  background: #590B9B;
  opacity: .13;
  position: relative
}

.about-us .tick-divider__tick {
  width: 1px;
  height: 8px;
  background: #590B9B;
  opacity: .28;
  margin: 0 48px;
  flex-shrink: 0
}

.about-us .strip-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.about-us .strip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  filter: brightness(0.88) saturate(0.82) hue-rotate(0deg)
}

.about-us .strip-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #590b9b2e 0%, #ffffe68c 100%);
  pointer-events: none
}

.about-us .pitch {
  background: #fff;
  padding: 72px 0 36px
}

.about-us .pitch__layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start
}

.about-us .pitch__left {
  padding: 36px 16px 36px 0;
  position: relative
}

.about-us .pitch__quote-mark {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 160px;
  line-height: 1.1;
  color: #590B9B;
  opacity: .06;
  pointer-events: none;
  user-select: none;
  font-style: normal;
  letter-spacing: 0
}

.about-us .pitch__label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #590B9B;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  display: block
}

.about-us .pitch__heading {
  font-size: 62px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0a2e;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 16px
}

.about-us .pitch__heading em {
  font-style: normal;
  color: #590B9B
}

.about-us .pitch__right {
  padding: 36px 0 36px 16px;
  border-left: 2px solid #590B9B;
  border-top: 1px solid #590b9b1f
}

.about-us .pitch__opening {
  background: #590b9b0d;
  border-left: 4px solid #F91884;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 0 6px 6px 0
}

.about-us .pitch__opening p {
  font-size: 19px;
  line-height: 1.7;
  color: #1b0a2e;
  letter-spacing: .01em;
  margin: 0
}

.about-us .pitch__body p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a47;
  letter-spacing: .01em;
  margin: 0 0 16px
}

.about-us .pitch__body p:last-child {
  margin-bottom: 0
}

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

  .about-us .pitch__right {
    border-left: none;
    border-top: 2px solid #590B9B;
    padding: 36px 0 0
  }

  .about-us .pitch__heading {
    font-size: 46px
  }
}

@media (max-width: 480px) {
  .about-us .pitch__heading {
    font-size: 46px
  }

  .about-us .page-band {
    padding: 0 16px
  }
}

.about-us .approach {
  background: linear-gradient(to top, #fff 0%, #f3eefa 100%);
  padding: 72px 0
}

.about-us .approach__layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 72px;
  align-items: center
}

.about-us .approach__text {
  text-align: center
}

.about-us .approach__eyebrow {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #F91884;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  display: block
}

.about-us .approach__heading {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 16px
}

.about-us .approach__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a47;
  letter-spacing: .01em;
  margin: 0 0 36px
}

.about-us .approach__groups {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left
}

.about-us .approach__group {
  border-top: 1px solid #590b9b24;
  padding-top: 16px
}

.about-us .approach__group-label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #590B9B;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.about-us .approach__group-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us .approach__group-items li {
  font-size: 16px;
  line-height: 1.4;
  color: #2e1a47;
  letter-spacing: .01em;
  padding-left: 16px;
  position: relative
}

.about-us .approach__group-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #F91884
}

.about-us .approach__image-col {
  position: relative
}

.about-us .approach__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 #590b9b1c;
  position: relative
}

.about-us .approach__img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: brightness(0.9) saturate(0.8);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.about-us .approach__img-wrap:hover img {
  filter: brightness(0.95) saturate(0.9)
}

.about-us .approach__img-notch {
  position: absolute;
  left: 0;
  top: 36px;
  width: 6px;
  height: 72px;
  background: linear-gradient(to right, #F91884, #590B9B);
  border-radius: 0 6px 6px 0
}

.about-us .approach__deco {
  position: absolute;
  bottom: -16px;
  right: -16px
}

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

  .about-us .approach__image-col {
    order: -1
  }

  .about-us .approach__img-wrap img {
    height: 260px
  }
}

.about-us .metrics {
  background: linear-gradient(to right, #1b0a2e, #590B9B);
  padding: 72px 0
}

.about-us .metrics__layout {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch
}

.about-us .metrics__image-side {
  flex: 0 0 360px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px
}

.about-us .metrics__image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(0.7)
}

.about-us .metrics__image-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #590b9b00 0%, #1b0a2eb3 100%);
  pointer-events: none
}

.about-us .metrics__data-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 36px;
  background: #ffffff0a;
  border-radius: 0 10px 10px 0;
  border: 1px solid #ffffff14;
  border-left: none
}

.about-us .metrics__heading {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FFFFE6;
  font-weight: 700;
  margin: 0;
  text-align: center
}

.about-us .metrics__heading span {
  color: #F91884
}

.about-us .metrics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.about-us .metrics__item {
  background: #ffffff12;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
  border: 1px solid #f918842e;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1), border-color .14s cubic-bezier(0.4, 0, 1, 1)
}

.about-us .metrics__item:hover {
  background: #f9188421;
  border-color: #f9188461
}

.about-us .metrics__item:focus-within {
  outline: 3px solid #F91884;
  outline-offset: 2px
}

.about-us .metrics__value {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FFFFE6;
  font-weight: 800;
  display: block
}

.about-us .metrics__value--accent {
  color: #F91884
}

.about-us .metrics__unit {
  font-size: 13px;
  line-height: 1.4;
  color: #ffffe699;
  letter-spacing: .02em;
  text-transform: uppercase;
  display: block;
  margin-top: 4px
}

.about-us .metrics__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffe6cc;
  letter-spacing: .01em;
  margin: 0;
  text-align: center
}

@media (max-width: 1280px) {
  .about-us .metrics__image-side {
    flex: 0 0 260px
  }
}

@media (max-width: 768px) {
  .about-us .metrics__layout {
    flex-direction: column
  }

  .about-us .metrics__image-side {
    flex: none;
    height: 200px;
    border-radius: 10px 10px 0 0
  }

  .about-us .metrics__data-side {
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #ffffff14;
    border-top: none
  }

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

@media (max-width: 480px) {
  .about-us .metrics__grid {
    grid-template-columns: 1fr
  }

  .about-us .metrics__heading {
    font-size: 46px
  }
}

.about-us .team {
  background: #fff;
  padding: 72px 0
}

.about-us .team__layout {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start
}

.about-us .team__left {
  flex: 0 0 340px
}

.about-us .team__eyebrow {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #590B9B;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
  display: block
}

.about-us .team__heading {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 16px
}

.about-us .team__intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a47;
  letter-spacing: .01em;
  margin: 0 0 36px
}

.about-us .team__notch-block {
  border-left: 4px solid #590B9B;
  border-top: 1px solid #590b9b2e;
  padding: 16px;
  background: #590b9b0a;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 2px 5px 0 #590b9b12
}

.about-us .team__notch-block p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a47;
  letter-spacing: .01em;
  margin: 0
}

.about-us .team__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

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

.about-us .team__card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #590b9b1a;
  background: #fff;
  box-shadow: 0 2px 5px 0 #590b9b12;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.about-us .team__card:hover {
  box-shadow: 0 4px 14px 0 #590b9b1c;
  border-color: #590b9b38
}

.about-us .team__card:focus-within {
  outline: 3px solid #590B9B;
  outline-offset: 2px
}

.about-us .team__avatar {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: linear-gradient(to right, #590B9B, #F91884);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about-us .team__avatar svg {
  width: 28px;
  height: 28px;
  fill: #FFFFE6
}

.about-us .team__card-body {
  flex: 1
}

.about-us .team__card-name {
  font-size: 16px;
  line-height: 1.4;
  color: #1b0a2e;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 4px
}

.about-us .team__card-role {
  font-size: 13px;
  line-height: 1.4;
  color: #590B9B;
  letter-spacing: .02em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px
}

.about-us .team__card-text {
  font-size: 13px;
  line-height: 1.7;
  color: #4a3060;
  letter-spacing: .01em;
  margin: 0
}

@media (max-width: 1280px) {
  .about-us .team__left {
    flex: 0 0 280px
  }
}

@media (max-width: 768px) {
  .about-us .team__layout {
    flex-direction: column;
    gap: 36px
  }

  .about-us .team__left {
    flex: none;
    width: 100%
  }
}

.about-us .skeleton {
  background: linear-gradient(90deg, #e8e0f0 25%, #f3eefa 50%, #e8e0f0 75%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.4s ease-in-out infinite
}

@keyframes skeletonShimmer {
  0% {
    background-position: 200% 0
  }

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

.about-us .img-loaded .skeleton {
  display: none
}

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

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

.contact-us .reach__image-col {
  position: relative;
  grid-column: 1 / 2
}

.contact-us .reach__image-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 44px 0 #590b9b1c
}

.contact-us .reach__image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #590b9b8c 0%, transparent 55%);
  z-index: 1;
  pointer-events: none
}

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

.contact-us .reach__frame-line {
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid #590b9b2e;
  border-radius: 10px;
  pointer-events: none;
  z-index: 0
}

.contact-us .reach__info-col {
  padding-top: 16px
}

.contact-us .reach__prefix {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.contact-us .reach__prefix-shape {
  width: 18px;
  height: 3px;
  background: linear-gradient(to left, #590B9B, #F91884);
  border-radius: 0;
  flex-shrink: 0
}

.contact-us .reach__prefix-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #590B9B;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us .reach__heading {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b0a2e;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 16px
}

.contact-us .reach__heading span {
  color: #590B9B
}

.contact-us .reach__description {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0 0 36px;
  padding: 12px 16px;
  background: #FFFFE6;
  border-radius: 6px;
  border-left: 3px solid #F91884;
  border-top: 1px solid #f9188426
}

.contact-us .reach__details {
  display: flex;
  flex-direction: column;
  gap: 16px
}

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

.contact-us .reach__detail-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(to left, #590B9B, #F91884);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px 0 #590b9b1c
}

.contact-us .reach__detail-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

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

.contact-us .reach__detail-label {
  font-size: 13px;
  color: #888;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600
}

.contact-us .reach__detail-value {
  font-size: 16px;
  color: #1b0a2e;
  line-height: 1.4;
  letter-spacing: .01em;
  font-weight: 500
}

.contact-us .reach__detail-value a {
  color: #590B9B;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us .reach__detail-value a:hover {
  color: #F91884
}

.contact-us .reach__form-col {
  padding-top: 16px
}

.contact-us .form__card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #590b9b1f;
  box-shadow: 0 4px 14px 0 #590b9b1c;
  padding: 36px;
  position: relative
}

.contact-us .form__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to left, #590B9B, #F91884);
  border-radius: 10px 10px 0 0
}

.contact-us .form__heading {
  font-size: 19px;
  line-height: 1.4;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: .01em
}

.contact-us .form__subtext {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 36px;
  letter-spacing: .01em
}

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

.contact-us .form__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px
}

.contact-us .form__field--full {
  margin-bottom: 16px
}

.contact-us .form__label {
  font-size: 13px;
  color: #1b0a2e;
  font-weight: 600;
  letter-spacing: .02em
}

.contact-us .form__label span {
  color: #F91884;
  margin-left: 2px
}

.contact-us .form__input {
  height: 44px;
  border: 1px solid #590b9b33;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 16px;
  color: #1b0a2e;
  background: #fff;
  outline: none;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s ease-in;
  letter-spacing: .01em;
  box-shadow: inset 0 2px 5px 0 #590b9b0a
}

.contact-us .form__input::placeholder {
  color: #1b0a2e66
}

.contact-us .form__input:focus {
  border-color: #590B9B;
  box-shadow: inset 0 4px 8px 0 #590b9b12 0 0 0 3px #590b9b14
}

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

.contact-us .form__size-label {
  font-size: 13px;
  color: #1b0a2e;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 4px
}

.contact-us .form__size-label span {
  color: #F91884;
  margin-left: 2px
}

.contact-us .form__radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.contact-us .form__radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.contact-us .form__radio-option input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #590B9B;
  cursor: pointer;
  flex-shrink: 0
}

.contact-us .form__radio-text {
  font-size: 13px;
  color: #3a3a3a;
  line-height: 1.4;
  letter-spacing: .01em
}

.contact-us .form__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px;
  background: #FFFFE6;
  border-radius: 6px;
  border: 1px solid #590b9b1a
}

.contact-us .form__privacy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #590B9B;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-us .form__privacy-text {
  font-size: 13px;
  color: #444;
  line-height: 1.7;
  letter-spacing: .01em
}

.contact-us .form__privacy-text a {
  color: #590B9B;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .1s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us .form__privacy-text a:hover {
  color: #F91884
}

.contact-us .form__submit {
  width: 100%;
  height: 52px;
  background: #1b0a2e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), filter .12s ease-in;
  box-shadow: 0 4px 14px 0 #590b9b1c
}

.contact-us .form__submit:hover {
  filter: brightness(1.25)
}

.contact-us .form__submit:active {
  box-shadow: inset 0 4px 10px 0 #590b9b2e;
  filter: brightness(0.95)
}

.contact-us .form__submit:focus-visible {
  outline: 2px solid #590B9B;
  outline-offset: 3px
}

.contact-us .accent__band {
  background: #FFFFE6;
  position: relative;
  overflow: hidden
}

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

.contact-us .accent__band-bleed {
  position: absolute;
  bottom: -36px;
  right: -36px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 80% 80%, #f9188417 0%, transparent 70%);
  pointer-events: none;
  animation: bleed-pulse 7s ease-in-out infinite alternate
}

@keyframes bleed-pulse {
  0% {
    opacity: .3;
    transform: scale(0.9)
  }

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

.contact-us .stat__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 36px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #590b9b1a;
  box-shadow: 0 2px 5px 0 #590b9b12;
  transition: box-shadow .15s ease-in, transform .12s cubic-bezier(0.4, 0, 1, 1);
  text-align: center
}

.contact-us .stat__item:hover {
  box-shadow: 0 12px 44px 0 #590b9b1c;
  transform: translateY(-2px)
}

.contact-us .stat__item:active {
  box-shadow: inset 0 4px 10px 0 #590b9b1a;
  transform: translateY(0)
}

.contact-us .stat__number {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  color: #590B9B;
  letter-spacing: .01em
}

.contact-us .stat__label {
  font-size: 16px;
  line-height: 1.4;
  color: #1b0a2e;
  font-weight: 600;
  letter-spacing: .01em
}

.contact-us .stat__text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  letter-spacing: .01em
}

.contact-us .stat__dashed-box {
  grid-column: 1 / -1;
  border: 2px dashed #590b9b40;
  border-radius: 10px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  position: relative
}

.contact-us .stat__dashed-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 36px;
  width: 48px;
  height: 2px;
  background: #FFFFE6
}

.contact-us .dashed__heading {
  grid-column: 1 / -1;
  font-size: 19px;
  line-height: 1.4;
  color: #590B9B;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 0 8px;
  text-align: center
}

.contact-us .dashed__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center
}

.contact-us .dashed__icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(to left, #590B9B, #F91884);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: 0 2px 5px 0 #590b9b12
}

.contact-us .dashed__icon svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.contact-us .dashed__label {
  font-size: 16px;
  color: #1b0a2e;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4
}

.contact-us .dashed__value {
  font-size: 13px;
  color: #555;
  letter-spacing: .01em;
  line-height: 1.7
}

.contact-us .curve-divider {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

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

@media (max-width: 1280px) {
  .contact-us .reach__grid {
    grid-template-columns: 1fr 1.2fr 1.6fr;
    padding: 72px 36px;
    gap: 36px
  }

  .contact-us .accent__band-inner {
    padding: 72px 36px
  }
}

@media (max-width: 768px) {
  .contact-us .reach__grid {
    grid-template-columns: 1fr;
    padding: 36px 16px;
    gap: 36px
  }

  .contact-us .reach__image-col {
    display: none
  }

  .contact-us .form__row {
    grid-template-columns: 1fr
  }

  .contact-us .accent__band-inner {
    grid-template-columns: 1fr;
    padding: 36px 16px;
    gap: 16px
  }

  .contact-us .stat__dashed-box {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .contact-us .reach__heading {
    font-size: 46px
  }

  .contact-us .form__radio-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .contact-us .reach__heading {
    font-size: 46px
  }

  .contact-us .form__card {
    padding: 16px
  }

  .contact-us .accent__band-inner {
    padding: 36px 16px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 16px;
  background: #fff
}

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #FFFFE6;
  border: 1.5px solid #590b9b21;
  border-radius: 10px;
  padding: 72px 36px;
  text-align: center;
  box-shadow: 0 12px 44px 0 #590b9b1c
}

.success-page .success-card .success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 36px;
  width: 72px;
  height: 72px
}

.success-page .success-card .success-icon svg {
  width: 72px;
  height: 72px
}

.success-page .success-card .success-heading {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #590B9B;
  margin: 0 0 16px;
  text-transform: uppercase
}

.success-page .success-card .success-subheading {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a0a3a;
  margin: 0 0 36px
}

.success-page .success-card .success-body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a1a4a;
  margin: 0 0 36px;
  padding: 16px;
  background: #f918840f;
  border-left: 3px solid #F91884;
  border-radius: 6px;
  text-align: left
}

.success-page .success-card .success-link {
  display: inline-block;
  padding: 16px 36px;
  background: #590B9B;
  color: #FFFFE6;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #590B9B;
  transition: background-color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.success-page .success-card .success-link:hover {
  background: #F91884;
  border-color: #F91884
}

.success-page .success-card .success-link:focus {
  outline: 3px solid #F91884;
  outline-offset: 3px
}

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

  .success-page .success-card {
    padding: 36px 16px
  }

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