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

html {
  font-size: 100%
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%
}

.site-head {
  font-family: 'Lato', sans-serif;
  background: linear-gradient(135deg, #521A8D 0%, #7431C7 60%, #D3BDE9 100%);
  padding: 24px 24px 0;
  position: relative
}

.site-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #521a8d2e 0%, #521a8d00 100%);
  pointer-events: none
}

.head-plate {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0
}

.head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px
}

.brand-pod {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0
}

.brand-img-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ffffffe6;
  border-radius: 48px;
  padding: 6px 24px;
  box-shadow: 0 2px 3px 0 #521a8d12 0 7px 25px 0 #521a8d1c;
  width: auto
}

.brand-img-cell img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain
}

.brand-tagline {
  font-size: 15px;
  line-height: 1.2;
  color: #D3BDE9;
  letter-spacing: .04em;
  padding-left: 6px;
  font-weight: 400
}

.head-accent {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 6px
}

.accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 48px;
  background: #D3BDE9;
  opacity: .55;
  flex-shrink: 0
}

.accent-dot.big {
  width: 14px;
  height: 14px;
  opacity: .35
}

.accent-dot.small {
  width: 7px;
  height: 7px;
  opacity: .7
}

.head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 1
}

.head-contact-strip {
  display: flex;
  align-items: center;
  gap: 24px
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #D3BDE9;
  text-decoration: none;
  letter-spacing: .02em
}

.contact-item svg {
  flex-shrink: 0
}

.contact-item:hover {
  color: #fff;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.head-nav a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  display: inline-block;
  letter-spacing: .01em;
  transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.head-nav a:hover {
  background: #ffffff1f;
  border-color: #ffffff59
}

.head-nav a:focus {
  outline: 3px solid #fff;
  outline-offset: 2px
}

.head-nav a.trial-link {
  background: #fff;
  color: #521A8D;
  border-color: #fff;
  box-shadow: 0 2px 3px 0 #521a8d12
}

.head-nav a.trial-link:hover {
  background: #D3BDE9;
  border-color: #D3BDE9;
  color: #521A8D
}

.head-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff14;
  border-radius: 6px 6px 0 0;
  padding: 6px 24px;
  margin: 0 -24px;
  border-top: 1px solid #ffffff26
}

.bar-label {
  font-size: 15px;
  color: #d3bde9cc;
  letter-spacing: .06em;
  font-weight: 400;
  text-transform: uppercase
}

.bar-dots {
  display: flex;
  gap: 6px;
  align-items: center
}

.bar-dot {
  width: 8px;
  height: 8px;
  border-radius: 32px;
  background: #ffffff40
}

.bar-dot.active {
  background: #D3BDE9
}

@media (max-width: 768px) {
  .head-top {
    flex-direction: column;
    gap: 24px
  }

  .head-right {
    align-items: flex-start;
    width: 100%
  }

  .head-contact-strip {
    flex-wrap: wrap;
    gap: 12px
  }

  .head-nav {
    justify-content: flex-start
  }

  .head-nav a {
    font-size: 15px;
    padding: 12px
  }
}

@media (max-width: 320px) {
  .site-head {
    padding: 12px 12px 0
  }

  .head-bar {
    margin: 0 -12px;
    padding: 6px 12px
  }

  .head-nav a {
    padding: 12px 6px;
    font-size: 15px
  }

  .contact-item {
    font-size: 15px
  }
}

.site-foot {
  font-family: 'Lato', sans-serif;
  background: #2a0d4f;
  color: #D3BDE9
}

.foot-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px
}

.foot-brand-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.foot-logo-cell {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.foot-logo-img-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ffffffe6;
  border-radius: 32px;
  padding: 6px 24px;
  box-shadow: 0 2px 3px 0 #7431c712 0 7px 25px 0 #7431c71c
}

.foot-logo-img-cell img {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain
}

.foot-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #d3bde9bf;
  max-width: 280px
}

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

.foot-contact-list li a {
  font-size: 15px;
  color: #d3bde9bf;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.foot-contact-list li a:hover {
  color: #fff
}

.foot-contact-list li a:focus {
  outline: 3px solid #7431C7;
  outline-offset: 2px;
  border-radius: 6px
}

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

.foot-col-label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  line-height: 1.2;
  padding-bottom: 6px;
  border-bottom: 1px solid #d3bde933
}

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

.foot-links li a {
  font-size: 15px;
  color: #d3bde9bf;
  text-decoration: none;
  line-height: 1.55;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px
}

.foot-links li a:hover {
  color: #fff
}

.foot-links li a:focus {
  outline: 3px solid #7431C7;
  outline-offset: 2px;
  border-radius: 6px
}

.foot-bottom {
  border-top: 1px solid #d3bde926;
  background: #0000002e
}

.foot-bottom-plate {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.foot-copy {
  font-size: 15px;
  color: #d3bde98c;
  line-height: 1.2
}

.foot-bottom-logo {
  display: flex;
  align-items: center;
  justify-content: center
}

.foot-bottom-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ffffffd9;
  border-radius: 32px;
  padding: 6px 12px;
  box-shadow: 0 2px 3px 0 #7431c712
}

.foot-bottom-logo-cell img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain
}

@media (max-width: 1024px) {
  .foot-main {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px
  }
}

@media (max-width: 768px) {
  .foot-main {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px 24px 12px
  }

  .foot-brand-col {
    grid-column: 1 / -1
  }
}

@media (max-width: 320px) {
  .foot-main {
    grid-template-columns: 1fr;
    padding: 24px 12px 12px
  }

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

@media (min-width: 1024px) {
  .head-nav a {
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.0, 0, 0.2, 1)
  }
}

@media (max-width: 1023px) {
  .head-nav a {
    transition: none
  }

  .contact-item {
    transition: none
  }

  .foot-links li a {
    transition: none
  }

  .foot-contact-list li a {
    transition: none
  }
}

.cookie-tst {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1200;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 48px 0 #521a8d1a 0 7px 25px 0 #521a8d1c;
  padding: 24px;
  max-width: 320px;
  width: calc(100vw - 48px);
  font-family: 'Lato', sans-serif;
  border-top: 4px solid #521A8D
}

.cookie-tst-hed {
  font-size: 16px;
  font-weight: 700;
  color: #521A8D;
  line-height: 1.2;
  margin-bottom: 12px
}

.cookie-tst-body {
  font-size: 15px;
  color: #333;
  line-height: 1.55;
  margin-bottom: 24px
}

.cookie-tst-acts {
  display: flex;
  gap: 24px;
  align-items: center
}

.cookie-tst-acts button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-decoration: underline;
  line-height: 1.2;
  min-height: 44px;
  min-width: 44px
}

.cookie-accept-btn {
  color: #521A8D;
  font-weight: 700
}

.cookie-accept-btn:hover {
  color: #7431C7
}

.cookie-accept-btn:focus {
  outline: 3px solid #521A8D;
  outline-offset: 2px;
  border-radius: 6px
}

.cookie-decline-btn {
  color: #666;
  font-weight: 400
}

.cookie-decline-btn:hover {
  color: #333
}

.cookie-decline-btn:focus {
  outline: 3px solid #521A8D;
  outline-offset: 2px;
  border-radius: 6px
}

.legal-details {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #2d1a4a;
  line-height: 1.8;
  font-size: 16px
}

.legal-details h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #521A8D;
  margin-bottom: 24px;
  margin-top: 0
}

.legal-details h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #521A8D;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #D3BDE9
}

.legal-details h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #3d1470;
  margin-top: 48px;
  margin-bottom: 12px
}

.legal-details h4 {
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -.005em;
  color: #3d1470;
  margin-top: 24px;
  margin-bottom: 12px
}

.legal-details h5 {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #521A8D;
  margin-top: 24px;
  margin-bottom: 6px;
  text-transform: uppercase
}

.legal-details h6 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #7431C7;
  margin-top: 24px;
  margin-bottom: 6px
}

.legal-details ul,
.legal-details ol {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 24px
}

.legal-details ul {
  list-style: none;
  padding-left: 0
}

.legal-details ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  line-height: 1.8;
  font-size: 16px
}

.legal-details ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 48px;
  background: #7431C7;
  box-shadow: 0 2px 3px 0 #521a8d12
}

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

.legal-details ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  line-height: 1.8;
  font-size: 16px;
  counter-increment: policy-counter
}

.legal-details ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 700;
  color: #7431C7;
  line-height: 1.8
}

.legal-details ul ul,
.legal-details ol ol,
.legal-details ul ol,
.legal-details ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.legal-details ul ul li::before {
  width: 5px;
  height: 5px;
  background: transparent;
  border: 2px solid #7431C7;
  top: 12px
}

.legal-details strong,
.legal-details b {
  font-weight: 700;
  color: #3d1470
}

.legal-details a {
  color: #7431C7;
  text-decoration: underline;
  text-decoration-color: #7431c759;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px
}

@media (min-width: 1024px) {
  .legal-details a {
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .25s cubic-bezier(0.0, 0, 0.2, 1)
  }

  .legal-details a:hover {
    color: #521A8D;
    text-decoration-color: #521a8db3
  }
}

.legal-details hr {
  border: none;
  border-top: 1px solid #D3BDE9;
  margin-top: 48px;
  margin-bottom: 48px;
  background: none
}

@media (max-width: 768px) {
  .legal-details {
    padding: 24px 12px;
    font-size: 15px
  }

  .legal-details h1 {
    font-size: 34px
  }

  .legal-details h2 {
    font-size: 24px;
    margin-top: 24px
  }

  .legal-details h3 {
    font-size: 20px;
    margin-top: 24px
  }

  .legal-details h4 {
    font-size: 16px
  }

  .legal-details h5,
  .legal-details h6 {
    font-size: 15px
  }

  .legal-details hr {
    margin-top: 24px;
    margin-bottom: 24px
  }
}

@media (max-width: 320px) {
  .legal-details {
    padding: 12px 6px
  }

  .legal-details h1 {
    font-size: 24px
  }

  .legal-details h2 {
    font-size: 20px
  }
}

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

.ld .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

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

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

.ld .reveal {
  animation: fadeReveal .26s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ld .reveal-2 {
  animation-delay: .08s
}

.ld .reveal-3 {
  animation-delay: .16s
}

.ld .reveal-4 {
  animation-delay: .22s
}

.ld .title-blk {
  background: #1a0a2e;
  position: relative;
  padding: 48px 0
}

.ld .title-blk__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.ld .title-blk__text {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  z-index: 1
}

.ld .title-blk__img-col {
  flex: 0 0 420px;
  max-width: 420px;
  position: relative
}

.ld .title-blk__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden
}

.ld .title-blk__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ld .title-blk__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a0a2e 18%, transparent 72%);
  border-radius: 6px
}

.ld .title-blk__flow-line {
  width: 60px;
  height: 2px;
  background: #7431C7;
  margin-bottom: 24px;
  border-radius: 6px
}

.ld .title-blk__eyebrow {
  font-size: 15px;
  letter-spacing: .08em;
  color: #D3BDE9;
  margin-bottom: 12px;
  line-height: 1.55;
  text-transform: uppercase
}

.ld .title-blk__h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  color: #fff
}

.ld .title-blk__h1 span {
  color: #7431C7
}

.ld .title-blk__desc {
  font-size: 16px;
  line-height: 1.55;
  color: #D3BDE9;
  max-width: 480px;
  margin-bottom: 24px
}

.ld .title-blk__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.ld .btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background: #521A8D;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: 0 2px 3px 0 #521a8d12 0 7px 25px 0 #521a8d1c;
  border: 2px solid transparent;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld .btn-primary:hover {
  background: #7431C7;
  box-shadow: 0 8px 48px 0 #521a8d1a;
  border-color: #D3BDE9
}

.ld .btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #D3BDE9;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.2;
  border: 2px solid #7431C7;
  transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1), color .25s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.ld .btn-secondary:hover {
  border-color: #D3BDE9;
  color: #fff;
  box-shadow: 0 0 0 3px #7431c72e
}

.ld .deco-rects {
  position: absolute;
  bottom: 24px;
  left: 24px;
  pointer-events: none
}

.ld .deco-rects__r {
  border: 1px solid #7431c738;
  border-radius: 6px;
  position: absolute
}

.ld .divider-zz {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

.ld .divider-zz svg {
  display: block;
  width: 100%
}

.ld .gap-blk {
  background: #fff;
  padding: 48px 0
}

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

.ld .gap-blk__label {
  font-size: 15px;
  letter-spacing: .06em;
  color: #521A8D;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2
}

.ld .gap-blk__h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1a0a2e;
  margin-bottom: 24px
}

.ld .gap-blk__h2 strong {
  color: #521A8D
}

.ld .gap-blk__p {
  font-size: 16px;
  line-height: 1.55;
  color: #2e1a4a;
  margin-bottom: 12px
}

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

.ld .gap-blk__items li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #2e1a4a
}

.ld .gap-blk__arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px
}

.ld .gap-blk__img-side {
  position: relative
}

.ld .gap-blk__img-frame {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #521a8d1c
}

.ld .gap-blk__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0%);
  animation: colorCycle 8s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes colorCycle {

  0%,
  30% {
    filter: grayscale(0%)
  }

  50%,
  80% {
    filter: grayscale(100%)
  }

  100% {
    filter: grayscale(0%)
  }
}

.ld .gap-blk__badge {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: #521A8D;
  color: #fff;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  box-shadow: 0 8px 48px 0 #521a8d1a;
  max-width: 160px
}

.ld .divider-zz-inv {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

.ld .value-blk {
  background: #f0ebf7;
  padding: 48px 0
}

.ld .value-blk__top {
  max-width: 640px;
  margin-bottom: 48px
}

.ld .value-blk__h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1a0a2e;
  margin-bottom: 12px
}

.ld .value-blk__h2 em {
  color: #521A8D;
  font-style: normal
}

.ld .value-blk__sub {
  font-size: 16px;
  line-height: 1.55;
  color: #3b2060
}

.ld .value-blk__cols {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch
}

.ld .value-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #521a8d12;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative
}

.ld .value-card__icon-wrap {
  width: 40px;
  height: 40px;
  background: #521A8D;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0
}

.ld .value-card__dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: #D3BDE9;
  border-radius: 48px;
  border: 2px solid #fff;
  box-shadow: inset 0 1px 2px #7431c74d
}

.ld .value-card__icon-wrap svg {
  display: block
}

.ld .value-card__h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #1a0a2e;
  font-weight: 700;
  margin: 0
}

.ld .value-card__p {
  font-size: 15px;
  line-height: 1.55;
  color: #3b2060;
  margin: 0
}

.ld .value-blk__milestone {
  margin-top: 48px
}

.ld .milestone-track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  position: relative
}

.ld .milestone-track__line {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, #521A8D, #D3BDE9)
}

.ld .milestone-step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1
}

.ld .milestone-step__node {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  background: #521A8D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 0 #521a8d12 0 7px 25px 0 #521a8d1c;
  flex-shrink: 0
}

.ld .milestone-step__node svg {
  display: block
}

.ld .milestone-step__date {
  font-size: 15px;
  color: #521A8D;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .04em
}

.ld .milestone-step__label {
  font-size: 15px;
  color: #3b2060;
  line-height: 1.55;
  text-align: center;
  max-width: 120px
}

.ld .nums-blk {
  background: #fff;
  padding: 48px 0
}

.ld .nums-blk__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center
}

.ld .nums-blk__img-side {
  position: relative
}

.ld .nums-blk__img-frame {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #521a8d1a
}

.ld .nums-blk__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .18
}

.ld .nums-blk__img-cap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #521A8D, #7431C7);
  border-radius: 32px
}

.ld .nums-blk__img-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 24px;
  letter-spacing: -.01em
}

.ld .nums-blk__img-text span {
  display: block;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #D3BDE9
}

.ld .nums-blk__right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld .nums-blk__h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1a0a2e;
  margin-bottom: 0
}

.ld .nums-blk__h2 strong {
  color: #521A8D
}

.ld .nums-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ld .num-item {
  background: #f0ebf7;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ld .num-item__val {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #521A8D;
  letter-spacing: -.02em
}

.ld .num-item__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #3b2060
}

.ld .comm-blk {
  background: #f0ebf7;
  padding: 48px 0
}

.ld .comm-blk__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start
}

.ld .comm-blk__h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1a0a2e;
  margin-bottom: 12px
}

.ld .comm-blk__h2 em {
  color: #521A8D;
  font-style: normal
}

.ld .comm-blk__p {
  font-size: 16px;
  line-height: 1.55;
  color: #3b2060;
  margin-bottom: 12px
}

.ld .comm-blk__peers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px
}

.ld .peer-card {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #521a8d12;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start
}

.ld .peer-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 48px;
  background: linear-gradient(145deg, #521A8D, #7431C7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2
}

.ld .peer-card__body {
  flex: 1 1 0;
  min-width: 0
}

.ld .peer-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #1a0a2e;
  line-height: 1.2;
  margin-bottom: 6px
}

.ld .peer-card__role {
  font-size: 15px;
  color: #521A8D;
  line-height: 1.2;
  margin-bottom: 6px
}

.ld .peer-card__quote {
  font-size: 15px;
  line-height: 1.55;
  color: #3b2060
}

.ld .comm-blk__img-side {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld .comm-blk__img-frame {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #521a8d1c
}

.ld .comm-blk__img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ld .comm-blk__stat {
  background: #521A8D;
  border-radius: 6px;
  padding: 24px;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 7px 25px 0 #521a8d1c
}

.ld .comm-blk__stat strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #D3BDE9;
  margin-bottom: 6px;
  letter-spacing: -.01em
}

.ld .deco-corner {
  position: absolute;
  pointer-events: none
}

@media (max-width: 1024px) {
  .ld .title-blk__h1 {
    font-size: 34px
  }

  .ld .title-blk__img-col {
    flex: 0 0 320px;
    max-width: 320px
  }

  .ld .gap-blk__grid {
    gap: 24px
  }

  .ld .value-blk__cols {
    gap: 12px
  }

  .ld .nums-blk__layout {
    gap: 24px
  }

  .ld .comm-blk__layout {
    gap: 24px
  }
}

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

  .ld .title-blk__img-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .ld .title-blk__h1 {
    font-size: 34px
  }

  .ld .gap-blk__grid {
    grid-template-columns: 1fr
  }

  .ld .gap-blk__img-side {
    order: -1
  }

  .ld .gap-blk__badge {
    right: 0;
    bottom: -24px
  }

  .ld .value-blk__cols {
    flex-direction: column
  }

  .ld .milestone-track {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .ld .milestone-track__line {
    display: none
  }

  .ld .milestone-step {
    flex-direction: row;
    align-items: center;
    gap: 12px
  }

  .ld .milestone-step__label {
    text-align: left;
    max-width: none
  }

  .ld .nums-blk__layout {
    grid-template-columns: 1fr
  }

  .ld .nums-grid {
    grid-template-columns: 1fr 1fr
  }

  .ld .comm-blk__layout {
    grid-template-columns: 1fr
  }

  .ld .comm-blk__img-side {
    order: -1
  }

  .ld .title-blk__img-overlay {
    background: linear-gradient(180deg, #1a0a2e 10%, transparent 60%)
  }
}

@media (max-width: 320px) {
  .ld .title-blk__h1 {
    font-size: 24px
  }

  .ld .nums-grid {
    grid-template-columns: 1fr
  }

  .ld .title-blk__actions {
    flex-direction: column
  }

  .ld .btn-primary,
  .ld .btn-secondary {
    width: 100%;
    text-align: center
  }
}

@media (min-width: 769px) {
  .ld .btn-primary {
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .ld .btn-secondary {
    transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1), color .25s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
  }

  .ld .value-card {
    transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .ld .value-card:hover {
    box-shadow: 0 7px 25px 0 #521a8d1c
  }

  .ld .peer-card {
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .ld .peer-card:hover {
    box-shadow: 0 7px 25px 0 #521a8d1c
  }
}

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

.cont-pg .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.cont-pg .reach-strip {
  padding: 48px 0 24px;
  background: #fff;
  position: relative
}

.cont-pg .reach-strip::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D3BDE9 30%, #7431C7 60%, transparent)
}

.cont-pg .strip-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.cont-pg .strip-img-col {
  flex: 0 0 320px;
  position: relative
}

.cont-pg .strip-img-wrap {
  width: 320px;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #521a8d1c;
  position: relative
}

.cont-pg .strip-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.08) saturate(1.05)
}

.cont-pg .strip-img-deco {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 48px;
  background: linear-gradient(135deg, #521A8D, #7431C7);
  opacity: .13;
  pointer-events: none
}

.cont-pg .strip-text-col {
  flex: 1;
  min-width: 0
}

.cont-pg .strip-label {
  font-size: 15px;
  line-height: 1.55;
  color: #7431C7;
  letter-spacing: .06em;
  margin-bottom: 12px;
  display: block
}

.cont-pg .strip-heading {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  font-weight: 800;
  color: #521A8D
}

.cont-pg .strip-heading span {
  color: #1a1a2e;
  font-weight: 400
}

.cont-pg .strip-sub {
  font-size: 16px;
  line-height: 1.55;
  color: #3a2a52;
  max-width: 480px;
  margin: 0
}

.cont-pg .strip-num {
  display: inline-block;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 900;
  color: #521A8D;
  letter-spacing: -.03em;
  margin-right: 6px;
  vertical-align: baseline
}

.cont-pg .contact-body {
  padding: 48px 0;
  background: #f5f0fb;
  position: relative
}

.cont-pg .contact-body::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 0
}

.cont-pg .body-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.cont-pg .info-col {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cont-pg .info-card {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #521a8d12;
  position: relative
}

.cont-pg .info-card::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: linear-gradient(180deg, #521A8D, #7431C7);
  border-radius: 0 6px 6px 0
}

.cont-pg .info-card-label {
  font-size: 15px;
  line-height: 1.55;
  color: #7431C7;
  letter-spacing: .05em;
  margin-bottom: 6px;
  display: block;
  padding-left: 12px
}

.cont-pg .info-card-val {
  font-size: 16px;
  line-height: 1.55;
  color: #2a1a3e;
  font-weight: 600;
  padding-left: 12px;
  display: block
}

.cont-pg .info-card-val a {
  color: #521A8D;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .info-card-val a:hover {
  color: #7431C7
}

.cont-pg .info-card-sub {
  font-size: 15px;
  line-height: 1.55;
  color: #5a4a72;
  padding-left: 12px;
  display: block;
  margin-top: 6px
}

.cont-pg .response-note {
  background: linear-gradient(135deg, #521A8D, #7431C7);
  border-radius: 6px;
  padding: 24px;
  color: #fff
}

.cont-pg .response-note-head {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 6px;
  display: block
}

.cont-pg .response-note-text {
  font-size: 15px;
  line-height: 1.55;
  opacity: .9;
  margin: 0
}

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

.cont-pg .form-card {
  background: #fff;
  border-radius: 6px;
  padding: 48px;
  box-shadow: 0 8px 48px 0 #521a8d1a
}

.cont-pg .form-top {
  margin-bottom: 24px
}

.cont-pg .form-heading {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #521A8D;
  letter-spacing: -.01em;
  margin: 0 0 6px
}

.cont-pg .form-heading span {
  color: #2a1a3e;
  font-weight: 400
}

.cont-pg .form-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #5a4a72;
  margin: 0
}

.cont-pg .form-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px
}

.cont-pg .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1
}

.cont-pg .form-field.full {
  flex: 0 0 100%;
  width: 100%
}

.cont-pg .f-label {
  font-size: 15px;
  line-height: 1.55;
  color: #3a2a52;
  font-weight: 600;
  letter-spacing: .02em
}

.cont-pg .f-label .req {
  color: #7431C7;
  margin-left: 2px
}

.cont-pg .f-input {
  padding: 12px 16px;
  border: 1.5px solid #D3BDE9;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.55;
  color: #2a1a3e;
  background: #fff;
  outline: none;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box
}

.cont-pg .f-input::placeholder {
  color: #7431c759
}

.cont-pg .f-input:focus {
  border-color: #7431C7;
  box-shadow: inset 0 0 0 2px #7431c71f
}

.cont-pg .f-select {
  padding: 12px 16px;
  border: 1.5px solid #D3BDE9;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.55;
  color: #2a1a3e;
  background: #fff;
  outline: none;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  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='%237431C7' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer
}

.cont-pg .f-select:focus {
  border-color: #7431C7;
  box-shadow: inset 0 0 0 2px #7431c71f
}

.cont-pg .f-textarea {
  padding: 12px 16px;
  border: 1.5px solid #D3BDE9;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.55;
  color: #2a1a3e;
  background: #fff;
  outline: none;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 120px
}

.cont-pg .f-textarea::placeholder {
  color: #7431c759
}

.cont-pg .f-textarea:focus {
  border-color: #7431C7;
  box-shadow: inset 0 0 0 2px #7431c71f
}

.cont-pg .form-single {
  margin-bottom: 24px
}

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

.cont-pg .privacy-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #521A8D;
  margin-top: 2px;
  cursor: pointer
}

.cont-pg .privacy-text {
  font-size: 15px;
  line-height: 1.55;
  color: #5a4a72;
  margin: 0
}

.cont-pg .privacy-text a {
  color: #521A8D;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .privacy-text a:hover {
  color: #7431C7
}

.cont-pg .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 16px 48px;
  background: linear-gradient(135deg, #521A8D, #7431C7);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 32px;
  cursor: pointer;
  letter-spacing: .02em;
  box-shadow: 0 7px 25px 0 #521a8d1c;
  transition: box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1), background .25s cubic-bezier(0.0, 0, 0.2, 1), outline-offset .22s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 0;
  position: relative
}

.cont-pg .submit-btn:hover {
  box-shadow: 0 8px 48px 0 #521a8d1a;
  outline: 2px solid #7431C7;
  outline-offset: 4px
}

.cont-pg .submit-btn:focus-visible {
  outline: 2px solid #521A8D;
  outline-offset: 4px
}

.cont-pg .submit-btn:active {
  box-shadow: 0 2px 3px 0 #521a8d12
}

.cont-pg .btn-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.cont-pg .slide-up {
  animation: slideUp .28s cubic-bezier(0.0, 0, 0.2, 1) both
}

.cont-pg .slide-up-d1 {
  animation-delay: .06s
}

.cont-pg .slide-up-d2 {
  animation-delay: .12s
}

.cont-pg .slide-up-d3 {
  animation-delay: .18s
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

@media (max-width: 1024px) {
  .cont-pg .strip-heading {
    font-size: 34px
  }

  .cont-pg .strip-num {
    font-size: 48px
  }

  .cont-pg .strip-img-col {
    flex: 0 0 240px
  }

  .cont-pg .strip-img-wrap {
    width: 240px;
    height: 180px
  }

  .cont-pg .info-col {
    flex: 0 0 240px
  }

  .cont-pg .form-card {
    padding: 24px
  }
}

@media (max-width: 768px) {
  .cont-pg .strip-inner {
    flex-direction: column;
    gap: 24px
  }

  .cont-pg .strip-img-col {
    flex: none;
    width: 100%
  }

  .cont-pg .strip-img-wrap {
    width: 100%;
    height: 200px
  }

  .cont-pg .strip-heading {
    font-size: 34px
  }

  .cont-pg .strip-num {
    font-size: 48px
  }

  .cont-pg .body-inner {
    flex-direction: column;
    gap: 24px
  }

  .cont-pg .info-col {
    flex: none;
    width: 100%
  }

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

  .cont-pg .form-card {
    padding: 24px
  }

  .cont-pg .form-heading {
    font-size: 24px
  }

  .cont-pg .submit-btn {
    width: 100%;
    justify-content: center
  }

  .cont-pg .slide-up {
    animation: none
  }
}

@media (max-width: 320px) {
  .cont-pg .strip-heading {
    font-size: 24px
  }

  .cont-pg .strip-num {
    font-size: 34px
  }

  .cont-pg .pg-wrap {
    padding: 0 12px
  }

  .cont-pg .form-card {
    padding: 12px
  }

  .cont-pg .reach-strip {
    padding: 24px 0 12px
  }
}

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

.abt-us .abt-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-us .panorama {
  position: relative;
  padding: 72px 0 64px;
  background: linear-gradient(160deg, #1a0b2e 0%, #521A8D 100%);
  overflow: hidden
}

.abt-us .panorama__bg-symbol {
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 320px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1.5px #d3bde91f;
  pointer-events: none;
  user-select: none;
  font-weight: 700
}

.abt-us .panorama__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, #7431c72e 0%, transparent 70%);
  pointer-events: none;
  animation: abt-glow-pulse 5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes abt-glow-pulse {
  0% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

.abt-us .panorama__layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.abt-us .panorama__text {
  flex: 1 1 0;
  min-width: 0
}

.abt-us .panorama__label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #D3BDE9;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 6px 12px;
  border: 1px solid #d3bde947;
  border-radius: 6px
}

.abt-us .panorama__h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 24px;
  letter-spacing: -.02em
}

.abt-us .panorama__h1 .word-accent {
  color: #D3BDE9
}

.abt-us .panorama__h1 .word-main {
  color: #fff
}

.abt-us .panorama__desc {
  font-size: 20px;
  line-height: 1.55;
  color: #ffffffd1;
  max-width: 560px;
  margin: 0 0 24px
}

.abt-us .panorama__meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.abt-us .panorama__stat {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .panorama__stat-num {
  font-size: 34px;
  font-weight: 800;
  color: #D3BDE9;
  line-height: 1.2;
  letter-spacing: -.02em
}

.abt-us .panorama__stat-label {
  font-size: 15px;
  color: #ffffffa6;
  line-height: 1.55
}

.abt-us .panorama__img-col {
  flex: 0 0 340px;
  position: relative
}

.abt-us .panorama__img-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #521a8d1a
}

.abt-us .panorama__img-wrap img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  display: block
}

.abt-us .panorama__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #521a8d73 0%, #7431c72e 100%);
  mix-blend-mode: multiply
}

.abt-us .panorama__divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #7431C7 50%, transparent 100%);
  margin-top: 64px
}

.abt-us .about-body {
  padding: 72px 0;
  background: #fff;
  position: relative
}

.abt-us .about-body__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse 55% 45% at 50% 50%, #d3bde921 0%, transparent 70%);
  pointer-events: none;
  animation: abt-body-glow 7s cubic-bezier(0.0, 0, 0.2, 1) infinite alternate
}

@keyframes abt-body-glow {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

.abt-us .about-body__layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  position: relative;
  z-index: 1
}

.abt-us .about-body__main {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.abt-us .about-body__aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .split-h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin: 0 0 24px
}

.abt-us .split-h2 .w-accent {
  color: #521A8D
}

.abt-us .split-h2 .w-rest {
  color: #1e0a36
}

.abt-us .about-body__para {
  font-size: 16px;
  line-height: 1.8;
  color: #2d1a4a;
  margin: 0 0 12px
}

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

.abt-us .arrow-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #2d1a4a
}

.abt-us .arrow-list li .arr {
  flex-shrink: 0;
  margin-top: 3px;
  width: 18px;
  height: 18px
}

.abt-us .arrow-list li .arr svg {
  display: block;
  width: 18px;
  height: 18px
}

.abt-us .triple-col {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.7fr;
  gap: 24px;
  margin-bottom: 48px
}

.abt-us .triple-col__card {
  background: #f5f0fc;
  border-radius: 32px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 3px 0 #521a8d12;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .triple-col__card:hover {
  box-shadow: 0 7px 25px 0 #521a8d1c
}

.abt-us .triple-col__icon-ring {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #521A8D;
  border: 3px solid #D3BDE9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 8px #d3bde940;
  flex-shrink: 0
}

.abt-us .triple-col__icon-ring svg {
  display: block;
  width: 22px;
  height: 22px
}

.abt-us .triple-col__h {
  font-size: 16px;
  font-weight: 700;
  color: #521A8D;
  line-height: 1.2;
  margin: 0
}

.abt-us .triple-col__p {
  font-size: 15px;
  line-height: 1.55;
  color: #3a2060;
  margin: 0
}

.abt-us .prog-block {
  background: #f5f0fc;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #521a8d12
}

.abt-us .prog-block__title {
  font-size: 15px;
  font-weight: 700;
  color: #521A8D;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 12px
}

.abt-us .prog-row {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .prog-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .prog-item__label {
  font-size: 15px;
  color: #2d1a4a;
  line-height: 1.2
}

.abt-us .prog-item__bar {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.abt-us .prog-item__seg {
  height: 10px;
  border-radius: 6px;
  flex: 1 1 0;
  background: #D3BDE9;
  transition: background .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .prog-item__seg.filled {
  background: #521A8D
}

.abt-us .aside-card {
  border-radius: 32px;
  padding: 24px;
  background: linear-gradient(160deg, #521A8D 0%, #7431C7 100%);
  box-shadow: 0 7px 25px 0 #521a8d1c;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .aside-card__label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D3BDE9
}

.abt-us .aside-card__quote {
  font-size: 20px;
  line-height: 1.55;
  color: #fff;
  font-weight: 500;
  margin: 0
}

.abt-us .aside-card__sig {
  font-size: 15px;
  color: #ffffffa6;
  margin: 0
}

.abt-us .aside-img-wrap {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #521a8d1c
}

.abt-us .aside-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block
}

.abt-us .aside-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f5f0fc;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #521a8d12
}

.abt-us .aside-cta__text {
  font-size: 15px;
  line-height: 1.55;
  color: #2d1a4a;
  margin: 0
}

.abt-us .btn-primary {
  display: inline-block;
  background: #521A8D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #521A8D;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 3px 0 #521a8d12;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .btn-primary:hover,
.abt-us .btn-primary:focus {
  background: #7431C7;
  border-color: #7431C7;
  box-shadow: 0 7px 25px 0 #521a8d1c;
  outline: none
}

.abt-us .btn-primary:active {
  background: #D3BDE9;
  border-color: #D3BDE9;
  color: #1e0a36
}

.abt-us .triple-col__card:active {
  background: #D3BDE9
}

.abt-us .img-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px
}

.abt-us .img-duo__item {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #521a8d1c;
  position: relative
}

.abt-us .img-duo__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block
}

.abt-us .img-duo__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: linear-gradient(0deg, #521a8db8 0%, transparent 100%);
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2
}

.abt-us .grad-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #7431C7 50%, transparent 100%);
  margin: 0
}

@media (max-width: 1024px) {
  .abt-us .panorama__h1 {
    font-size: 40px
  }

  .abt-us .panorama__img-col {
    flex: 0 0 260px
  }

  .abt-us .panorama__img-wrap img {
    width: 260px;
    height: 320px
  }

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

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

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

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

  .abt-us .panorama__img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-us .panorama__img-wrap img {
    width: 100%;
    height: 260px
  }

  .abt-us .panorama__h1 {
    font-size: 34px
  }

  .abt-us .panorama__bg-symbol {
    font-size: 160px;
    right: -24px
  }

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

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

  .abt-us .about-body {
    padding: 48px 0
  }

  .abt-us .panorama__meta {
    gap: 24px
  }

  .abt-us * {
    transition: none !important;
    animation: none !important
  }
}

@media (max-width: 320px) {
  .abt-us .panorama__h1 {
    font-size: 24px
  }

  .abt-us .split-h2 {
    font-size: 24px
  }

  .abt-us .abt-inner {
    padding: 0 12px
  }
}

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

.trac-pg .trac-pg__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.trac-pg .divider-radial {
  width: 100%;
  height: 1px;
  background: radial-gradient(ellipse at center, #7431C7 0%, transparent 70%);
  border: none;
  margin: 0
}

.trac-pg .entry-band {
  padding: 72px 24px 64px;
  background: #fff;
  position: relative
}

.trac-pg .entry-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px
}

.trac-pg .entry-band__text {
  max-width: 680px
}

.trac-pg .bracket-frame {
  display: inline-block;
  position: relative;
  padding: 12px 24px
}

.trac-pg .bracket-frame::before,
.trac-pg .bracket-frame::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #521A8D;
  border-style: solid
}

.trac-pg .bracket-frame::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  border-radius: 6px 0 0 0
}

.trac-pg .bracket-frame::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 6px 0
}

.trac-pg .label-tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #521A8D;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #D3BDE9;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 24px
}

.trac-pg .entry-h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a0a2e;
  margin: 0 0 24px
}

.trac-pg .entry-h1 span {
  color: #7431C7
}

.trac-pg .entry-desc {
  font-size: 20px;
  line-height: 1.55;
  color: #3a2a50;
  margin: 0 0 12px
}

.trac-pg .counter-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px
}

.trac-pg .counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}

.trac-pg .counter-num {
  font-size: 34px;
  font-weight: 800;
  color: #521A8D;
  line-height: 1.2;
  letter-spacing: -.02em
}

.trac-pg .counter-lbl {
  font-size: 15px;
  color: #5a4a70;
  line-height: 1.55
}

.trac-pg .entry-band__visual {
  width: 100%;
  max-width: 720px;
  position: relative
}

.trac-pg .img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 48px 0 #521a8d1a
}

.trac-pg .img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.trac-pg .img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, transparent 40%, #521a8d38 100%);
  border-radius: 12px;
  pointer-events: none
}

.trac-pg .img-border-hover {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.trac-pg .img-wrap:hover .img-border-hover {
  border-color: #7431C7
}

.trac-pg .corner-tl,
.trac-pg .corner-br {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: #521A8D;
  border-style: solid;
  z-index: 2;
  pointer-events: none
}

.trac-pg .corner-tl {
  top: -6px;
  left: -6px;
  border-width: 3px 0 0 3px;
  border-radius: 6px 0 0 0
}

.trac-pg .corner-br {
  bottom: -6px;
  right: -6px;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 6px 0
}

.trac-pg .scope-band {
  padding: 72px 24px;
  background: linear-gradient(160deg, #2a0a4a 0%, #521A8D 100%);
  position: relative;
  overflow: hidden
}

.trac-pg .scope-band__noise {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none
}

.trac-pg .scope-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative
}

.trac-pg .scope-pretitle {
  font-size: 15px;
  font-weight: 600;
  color: #D3BDE9;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.trac-pg .scope-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -.015em
}

.trac-pg .scope-h2 span {
  color: #D3BDE9
}

.trac-pg .scope-sub {
  font-size: 16px;
  color: #c5aee0;
  line-height: 1.55;
  margin: 0 0 48px;
  max-width: 560px
}

.trac-pg .scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.trac-pg .scope-card {
  background: #ffffff12;
  border: 1px solid #d3bde92e;
  border-radius: 6px;
  padding: 24px;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 3px 0 #521a8d12
}

.trac-pg .scope-card:hover {
  background: #ffffff1f;
  border-color: #d3bde966
}

.trac-pg .scope-card.tall {
  padding-top: 36px;
  padding-bottom: 36px
}

.trac-pg .scope-card.taller {
  padding-top: 48px;
  padding-bottom: 48px
}

.trac-pg .scope-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.trac-pg .scope-icon svg {
  width: 36px;
  height: 36px
}

.trac-pg .scope-card-h {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 12px
}

.trac-pg .scope-card-h span {
  color: #D3BDE9
}

.trac-pg .scope-card-p {
  font-size: 15px;
  color: #c5aee0;
  line-height: 1.8;
  margin: 0
}

.trac-pg .scope-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.trac-pg .scope-list li {
  font-size: 15px;
  color: #c5aee0;
  line-height: 1.55;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.trac-pg .scope-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-right: 2px solid #D3BDE9;
  border-top: 2px solid #D3BDE9;
  transform: rotate(45deg)
}

.trac-pg .steps-band {
  padding: 72px 24px;
  background: #f5f0fc
}

.trac-pg .steps-band__inner {
  max-width: 1100px;
  margin: 0 auto
}

.trac-pg .steps-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap
}

.trac-pg .steps-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1a0a2e;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -.015em
}

.trac-pg .steps-h2 span {
  color: #7431C7
}

.trac-pg .steps-note {
  font-size: 16px;
  color: #5a4a70;
  line-height: 1.55;
  max-width: 380px;
  margin: 0
}

.trac-pg .steps-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  position: relative
}

.trac-pg .steps-row::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  height: 1px;
  background: radial-gradient(ellipse at center, #7431C7 0%, transparent 80%)
}

.trac-pg .step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #521a8d12;
  position: relative;
  border: 1px solid #e8dff5;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.trac-pg .step-item:hover {
  box-shadow: 0 7px 25px 0 #521a8d1c;
  border-color: #D3BDE9
}

.trac-pg .step-num {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: linear-gradient(135deg, #521A8D 0%, #7431C7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  box-shadow: inset 0 1px 4px 0 #ffffff2e
}

.trac-pg .step-h {
  font-size: 16px;
  font-weight: 700;
  color: #1a0a2e;
  line-height: 1.2;
  margin: 0
}

.trac-pg .step-p {
  font-size: 15px;
  color: #5a4a70;
  line-height: 1.8;
  margin: 0
}

.trac-pg .cta-band {
  padding: 72px 24px;
  background: #fff
}

.trac-pg .cta-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.trac-pg .cta-text {
  flex: 1
}

.trac-pg .cta-prefix {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.trac-pg .cta-prefix-line {
  width: 40px;
  height: 2px;
  background: #7431C7;
  border-radius: 6px
}

.trac-pg .cta-prefix-lbl {
  font-size: 15px;
  font-weight: 600;
  color: #521A8D;
  letter-spacing: .07em;
  text-transform: uppercase
}

.trac-pg .cta-h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1a0a2e;
  line-height: 1.2;
  margin: 0 0 24px;
  letter-spacing: -.015em
}

.trac-pg .cta-h2 span {
  color: #7431C7
}

.trac-pg .cta-p {
  font-size: 16px;
  color: #3a2a50;
  line-height: 1.55;
  margin: 0 0 24px
}

.trac-pg .cta-p:last-of-type {
  margin-bottom: 0
}

.trac-pg .cta-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.trac-pg .cta-card {
  background: linear-gradient(160deg, #521A8D 0%, #7431C7 100%);
  border-radius: 32px;
  padding: 48px 36px;
  text-align: center;
  min-width: 280px;
  box-shadow: 0 8px 48px 0 #521a8d1a;
  position: relative;
  overflow: hidden
}

.trac-pg .cta-card::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background: #ffffff0f;
  pointer-events: none
}

.trac-pg .cta-card-badge {
  display: inline-block;
  background: #ffffff26;
  border: 1px solid #ffffff40;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 24px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.trac-pg .cta-card-price {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 6px
}

.trac-pg .cta-card-period {
  font-size: 15px;
  color: #D3BDE9;
  margin-bottom: 24px
}

.trac-pg .cta-card-note {
  font-size: 15px;
  color: #D3BDE9;
  line-height: 1.55;
  margin-bottom: 24px
}

.trac-pg .btn-primary {
  display: inline-block;
  background: #fff;
  color: #521A8D;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 3px 0 #521a8d12
}

.trac-pg .btn-primary:hover {
  background: #f0e8fa;
  color: #3a0f6e;
  box-shadow: 0 7px 25px 0 #521a8d1c
}

.trac-pg .btn-primary:focus {
  outline: 3px solid #D3BDE9;
  outline-offset: 3px
}

.trac-pg .cta-guarantee {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #f5f0fc;
  border-radius: 6px;
  border: 1px solid #D3BDE9;
  width: 100%
}

.trac-pg .cta-guarantee-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.trac-pg .cta-guarantee-text {
  font-size: 15px;
  color: #3a2a50;
  line-height: 1.55;
  margin: 0
}

@keyframes trac-fadein {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.trac-pg .entry-band__text {
  animation: trac-fadein .6s cubic-bezier(0.4, 0, 0.2, 1) both
}

.trac-pg .entry-band__visual {
  animation: trac-fadein .6s .18s cubic-bezier(0.4, 0, 0.2, 1) both
}

@media (max-width: 1024px) {
  .trac-pg .scope-grid {
    grid-template-columns: 1fr 1fr
  }

  .trac-pg .cta-band__inner {
    flex-direction: column;
    align-items: flex-start
  }

  .trac-pg .cta-actions {
    width: 100%
  }

  .trac-pg .cta-card {
    width: 100%;
    min-width: unset
  }
}

@media (max-width: 768px) {
  .trac-pg .entry-h1 {
    font-size: 34px
  }

  .trac-pg .scope-grid {
    grid-template-columns: 1fr
  }

  .trac-pg .scope-h2,
  .trac-pg .steps-h2,
  .trac-pg .cta-h2 {
    font-size: 24px
  }

  .trac-pg .steps-row {
    flex-direction: column
  }

  .trac-pg .steps-row::before {
    display: none
  }

  .trac-pg .steps-top {
    flex-direction: column;
    align-items: flex-start
  }

  .trac-pg .counter-row {
    gap: 24px
  }

  .trac-pg .img-wrap img {
    height: 260px
  }

  .trac-pg .entry-band {
    padding: 48px 24px
  }

  .trac-pg .scope-band,
  .trac-pg .steps-band,
  .trac-pg .cta-band {
    padding: 48px 24px
  }
}

@media (max-width: 320px) {
  .trac-pg .entry-h1 {
    font-size: 24px
  }

  .trac-pg .cta-card-price {
    font-size: 34px
  }

  .trac-pg .counter-row {
    flex-direction: column;
    gap: 12px
  }
}

@media (min-width: 769px) {
  .trac-pg .entry-band {
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
  }
}

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

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 48px 0 #521a8d1a;
  padding: 48px;
  text-align: center
}

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 48px;
  background: linear-gradient(160deg, #7431C7 0%, #521A8D 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 25px 0 #521a8d1c inset 0 1px 6px 0 #d3bde94d
}

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

.success-page .success-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.5px;
  margin: 0 0 12px;
  color: #521A8D
}

.success-page .success-heading span {
  color: #1a0a2e
}

.success-page .success-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #3d2960;
  margin: 0 0 48px
}

.success-page .success-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #7431C7 0%, #D3BDE9 100%);
  border-radius: 6px;
  margin: 0 auto 48px
}

.success-page .success-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px
}

.success-page .meta-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  background: #f5f0fb;
  border-radius: 6px;
  padding: 12px 24px;
  text-align: left
}

.success-page .meta-row .meta-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 48px;
  background: #7431C7;
  margin-top: 6px
}

.success-page .meta-row .meta-text {
  font-size: 15px;
  line-height: 1.55;
  color: #3d2960
}

.success-page .success-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.success-page .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  background: linear-gradient(160deg, #7431C7 0%, #521A8D 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .2px;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 3px 0 #521a8d12
}

.success-page .btn-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #521A8D;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .2px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #D3BDE9;
  cursor: pointer;
  text-decoration: none
}

.success-page .success-footer-note {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.55;
  color: #7431C7
}

.success-page .success-footer-note a {
  color: #521A8D;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px
}

@media (min-width: 768px) {
  .success-page .btn-primary {
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .success-page .btn-primary:hover {
    box-shadow: 0 7px 25px 0 #521a8d1c;
    background: linear-gradient(160deg, #8b45e0 0%, #6a23b5 100%)
  }

  .success-page .btn-primary:focus-visible {
    outline: 3px solid #D3BDE9;
    outline-offset: 3px
  }

  .success-page .btn-secondary {
    transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1), color .25s cubic-bezier(0.0, 0, 0.2, 1)
  }

  .success-page .btn-secondary:hover {
    border-color: #7431C7;
    color: #7431C7
  }

  .success-page .btn-secondary:focus-visible {
    outline: 3px solid #D3BDE9;
    outline-offset: 3px
  }
}

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

  .success-page .success-actions {
    flex-direction: column
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    justify-content: center
  }
}