@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/700.css";

html {
  word-break: break-word;
  overflow-wrap: anywhere
}

body {
  margin: 0;
  font-family: 'Red Hat Display', sans-serif
}

:focus-visible {
  outline: 3px solid #B360C8;
  outline-offset: 2px
}

.hd-bar {
  background: linear-gradient(135deg, #2d1a35 0%, #4a1f5c 60%, #6b2a80 100%);
  position: relative;
  overflow: hidden
}

.hd-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, #b360c82e 0%, transparent 55%), radial-gradient(circle at 80% 30%, #e0c8e51a 0%, transparent 45%);
  pointer-events: none
}

.hd-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B360C8 0%, #E0C8E5 50%, #B360C8 100%)
}

.hd-top-strip {
  background: #00000040;
  border-bottom: 1px solid #b360c84d
}

.hd-top-strip__plate {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.hd-contact-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.hd-contact-row__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e0c8e5d9;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .28s ease-in-out
}

.hd-contact-row__item:hover {
  color: #E0C8E5
}

.hd-contact-row__item .bi {
  color: #B360C8;
  font-size: 16px
}

.hd-lang-pod {
  display: flex;
  align-items: center;
  gap: 8px
}

.hd-lang-pod__btn {
  background: #b360c826;
  border: 1px solid #b360c866;
  border-radius: 6px;
  color: #E0C8E5;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px;
  cursor: pointer;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px
}

.hd-lang-pod__btn:hover,
.hd-lang-pod__btn.active {
  background: #b360c859;
  border-color: #B360C8
}

.hd-main-row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1
}

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

.hd-logo-cell__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0c8e566;
  border-radius: 6px;
  background: #ffffff14;
  box-shadow: 2px 4px 25px 0 #b360c817;
  padding: 8px;
  min-height: 44px
}

.hd-logo-cell__frame img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  display: block
}

.hd-nav-left,
.hd-nav-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px
}

.hd-nav-left {
  justify-content: flex-end
}

.hd-nav-right {
  justify-content: flex-start
}

.hd-nav-left__link,
.hd-nav-right__link {
  color: #ecdeefe6;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color .28s ease-in-out, background .28s ease-in-out, border-color .28s ease-in-out;
  white-space: nowrap
}

.hd-nav-left__link:hover,
.hd-nav-right__link:hover {
  color: #fff;
  background: #b360c833;
  border-color: #b360c873
}

.hd-nav-left__link.current,
.hd-nav-right__link.current {
  color: #fff;
  background: #b360c84d;
  border-color: #b360c899
}

@media (max-width: 992px) {
  .hd-main-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 16px
  }

  .hd-nav-left,
  .hd-nav-right {
    justify-content: center
  }

  .hd-top-strip__plate {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (max-width: 576px) {
  .hd-contact-row {
    gap: 16px
  }

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

.ft-base {
  background: #1e0f26;
  border-top: 3px solid #B360C8
}

.ft-base__deck {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 24px 40px
}

.ft-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.ft-brand-col__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0c8e559;
  border-radius: 6px;
  background: #ffffff0f;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  padding: 8px
}

.ft-brand-col__frame img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  object-position: center;
  display: block
}

.ft-brand-col__name {
  color: #E0C8E5;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em
}

.ft-brand-col__desc {
  color: #e0c8e5a6;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.8
}

.ft-links-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ft-links-col__label {
  color: #B360C8;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #b360c84d
}

.ft-links-col__link {
  color: #ecdeefcc;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .26s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px
}

.ft-links-col__link:hover {
  color: #E0C8E5
}

.ft-links-col__link .bi {
  color: #B360C8;
  font-size: 16px;
  flex-shrink: 0
}

.ft-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ft-contact-col__label {
  color: #B360C8;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #b360c84d
}

.ft-contact-col__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #ecdeefcc;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  transition: color .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-contact-col__item:hover {
  color: #E0C8E5
}

.ft-contact-col__item .bi {
  color: #B360C8;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 4px
}

.ft-bottom-bar {
  border-top: 1px solid #b360c833;
  margin-top: 40px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.ft-bottom-bar__copy {
  color: #e0c8e580;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.5
}

.ft-bottom-bar__links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ft-bottom-bar__link {
  color: #e0c8e580;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .26s ease-in-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.ft-bottom-bar__link:hover {
  color: #E0C8E5
}

@media (max-width: 992px) {
  .ft-cols {
    grid-template-columns: 1fr 1fr
  }

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

@media (max-width: 576px) {
  .ft-cols {
    grid-template-columns: 1fr
  }

  .ft-base__deck {
    padding: 40px 16px 24px
  }

  .ft-bottom-bar {
    flex-direction: column;
    align-items: flex-start
  }
}

.ck-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #2d1a35;
  border-top: 2px solid #B360C8;
  box-shadow: 2px 8px 40px 0 #b360c81a;
  transform: translateY(100%);
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
  display: none
}

.ck-bar.visible {
  transform: translateY(0)
}

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

.ck-bar__msg {
  color: #ecdeefe6;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  flex: 1;
  min-width: 200px
}

.ck-bar__msg a {
  color: #B360C8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .25s ease-in-out
}

.ck-bar__msg a:hover {
  color: #E0C8E5
}

.ck-bar__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.ck-bar__accept,
.ck-bar__decline {
  background: transparent;
  border: 1px solid #B360C8;
  border-radius: 6px;
  color: #E0C8E5;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 24px;
  cursor: pointer;
  min-height: 44px;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar__accept:hover {
  background: #B360C8;
  color: #fff
}

.ck-bar__decline:hover {
  background: #b360c826;
  color: #fff
}

@media (max-width: 576px) {
  .ck-bar__plate {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px
  }

  .ck-bar__actions {
    width: 100%
  }

  .ck-bar__accept,
  .ck-bar__decline {
    flex: 1
  }
}

.policy-section-hmfb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px
}

.policy-section-hmfb p {
  font-size: 18px;
  line-height: 1.8;
  color: #2d2d2d;
  margin-bottom: 24px
}

.policy-section-hmfb ul,
.policy-section-hmfb ol {
  margin: 0 0 24px;
  padding-left: 40px
}

.policy-section-hmfb li {
  font-size: 18px;
  line-height: 1.8;
  color: #2d2d2d;
  margin-bottom: 8px
}

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

.policy-section-hmfb ul li {
  list-style-type: disc
}

.policy-section-hmfb ol li {
  list-style-type: decimal
}

.policy-section-hmfb ul ul,
.policy-section-hmfb ol ol,
.policy-section-hmfb ul ol,
.policy-section-hmfb ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.policy-section-hmfb strong,
.policy-section-hmfb b {
  font-weight: 700;
  color: #1e1e1e
}

.policy-section-hmfb em,
.policy-section-hmfb i {
  font-style: italic;
  color: #3a3a3a
}

.policy-section-hmfb table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 2px 4px 25px 0 #b360c817;
  border-radius: 6px;
  overflow: hidden
}

.policy-section-hmfb thead {
  background: linear-gradient(135deg, #B360C8 0%, #c47dd4 100%)
}

.policy-section-hmfb thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 24px;
  text-align: left;
  letter-spacing: -.01em
}

.policy-section-hmfb tbody tr {
  border-bottom: 1px solid #ECDEEF;
  transition: background-color .28s ease-in-out
}

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

.policy-section-hmfb tbody tr:nth-child(even) {
  background-color: #ECDEEF
}

.policy-section-hmfb tbody tr:hover {
  background-color: #E0C8E5
}

.policy-section-hmfb td {
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
  padding: 16px 24px;
  vertical-align: top
}

.policy-section-hmfb th {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle
}

.policy-section-hmfb hr {
  border: none;
  border-top: 2px solid #E0C8E5;
  margin: 40px 0;
  border-radius: 46px
}

@media (max-width: 992px) {
  .policy-section-hmfb {
    padding: 40px 24px
  }

  .policy-section-hmfb p,
  .policy-section-hmfb li {
    font-size: 18px
  }

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

@media (max-width: 576px) {
  .policy-section-hmfb {
    padding: 40px 16px
  }

  .policy-section-hmfb p,
  .policy-section-hmfb li {
    font-size: 16px
  }

  .policy-section-hmfb ul,
  .policy-section-hmfb ol {
    padding-left: 24px
  }

  .policy-section-hmfb td,
  .policy-section-hmfb thead th {
    padding: 16px;
    font-size: 16px
  }
}

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

.rt__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.rt__title-blk {
  position: relative;
  padding: 72px 0;
  background: linear-gradient(160deg, #B360C8 0%, #E0C8E5 60%, #fff 100%)
}

.rt__title-blk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 8% 15%, #b360c861 0%, transparent 60%);
  pointer-events: none
}

.rt__title-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.rt__title-shapes span {
  position: absolute;
  border-radius: 46px;
  border: 2px solid #ffffff2e
}

.rt__title-shapes span:nth-child(1) {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 120px;
  background: #ffffff12
}

.rt__title-shapes span:nth-child(2) {
  width: 180px;
  height: 180px;
  top: 40px;
  right: 280px;
  background: #e0c8e521
}

.rt__title-shapes span:nth-child(3) {
  width: 90px;
  height: 90px;
  bottom: 40px;
  right: 60px;
  background: #b360c81a
}

.rt__title-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 1
}

.rt__title-left {
  flex: 0 0 60%;
  padding-top: 72px
}

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

.rt__h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 24px
}

.rt__h1 em {
  font-style: normal;
  background: linear-gradient(120deg, #fff 0%, #E0C8E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.rt__title-sub {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffffe0;
  max-width: 480px;
  margin: 0 0 40px
}

.rt__title-badge {
  display: inline-block;
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 46px;
  padding: 8px 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px
}

.rt__title-img {
  width: 100%;
  max-width: 360px;
  height: 300px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 8px 40px 0 #b360c81a;
  opacity: 0;
  animation: rt-fadein .7s cubic-bezier(0.4, 0, 0.2, 1) .35s forwards
}

.rt__title-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

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

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

.rt__title-cta {
  display: inline-block;
  background: #fff;
  color: #B360C8;
  border-radius: 46px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 2px 4px 25px 0 #b360c817;
  transition: background .28s ease-in-out, color .28s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt__title-cta:hover {
  background: #B360C8;
  color: #fff;
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.rt__svgdiv {
  line-height: 0;
  overflow: hidden
}

.rt__svgdiv svg {
  display: block;
  width: 100%
}

.rt__offer {
  background: #fff;
  padding: 72px 0 40px
}

.rt__offer-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

.rt__offer-htxt {
  flex: 0 0 58%
}

.rt__offer-h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(110deg, #B360C8 0%, #E0C8E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 16px
}

.rt__offer-lead {
  font-size: 18px;
  line-height: 1.5;
  color: #3a2540;
  margin: 0
}

.rt__offer-aside {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #6a4d78;
  padding-top: 8px
}

.rt__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px
}

.rt__card {
  background: #ECDEEF;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1), transform .28s ease-in-out
}

.rt__card:hover {
  box-shadow: 2px 4px 25px 0 #b360c817;
  transform: translateY(-4px)
}

.rt__card-icon {
  width: 40px;
  height: 40px;
  background: #B360C8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.rt__card-icon i {
  font-size: 21px;
  color: #fff
}

.rt__card-h {
  font-size: 21px;
  line-height: 1.1;
  color: #2d1a38;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.rt__card-p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a3d6b;
  margin: 0
}

.rt__offer-img-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch
}

.rt__offer-imgbox {
  flex: 0 0 42%;
  height: 260px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 4px 25px 0 #b360c817
}

.rt__offer-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.rt__offer-note {
  flex: 1;
  background: #ECDEEF;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.rt__offer-note-h {
  font-size: 21px;
  line-height: 1.1;
  color: #2d1a38;
  margin: 0
}

.rt__offer-note-p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a3d6b;
  margin: 0
}

.rt__svgdiv--dark svg path {
  fill: #fff
}

.rt__outcomes {
  background: linear-gradient(0deg, #f5edf8 0%, #fff 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden
}

.rt__outcomes::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(120deg, #b360c80a 0px, #b360c80a 1px, transparent 1px, transparent 18px);
  pointer-events: none
}

.rt__outcomes-grid {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.rt__outcomes-left {
  flex: 0 0 55%
}

.rt__outcomes-h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(110deg, #B360C8 0%, #E0C8E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 24px
}

.rt__outcomes-p {
  font-size: 18px;
  line-height: 1.5;
  color: #3a2540;
  margin: 0 0 24px
}

.rt__outcomes-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.rt__outcomes-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #3a2540
}

.rt__outcomes-list li .rt__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: #B360C8;
  border-radius: 46px;
  margin-top: 8px
}

.rt__outcomes-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.rt__outcomes-imgbox {
  width: 100%;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 8px 40px 0 #b360c81a;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .38s cubic-bezier(0.4, 0, 0.2, 1), transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt__outcomes-imgbox.rt--visible {
  opacity: 1;
  transform: translateY(0)
}

.rt__outcomes-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.rt__stat-row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.rt__stat {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 2px 3px 4px 0 #b360c80d
}

.rt__stat-num {
  font-size: 37px;
  line-height: 1.1;
  color: #B360C8;
  font-weight: 700;
  letter-spacing: -.02em;
  display: block
}

.rt__stat-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #6a4d78;
  display: block;
  margin-top: 8px
}

.rt__svgdiv--up svg path {
  fill: #f5edf8
}

.rt__longval {
  background: #2d1a38;
  padding: 72px 0;
  position: relative;
  overflow: hidden
}

.rt__scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.rt__scanlines::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 200%;
  top: -100%;
  background: repeating-linear-gradient(180deg, transparent 0px, transparent 6px, #b360c80a 6px, #b360c80a 7px);
  animation: rt-scan 14s linear infinite
}

@keyframes rt-scan {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(50%)
  }
}

.rt__longval-grid {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1
}

.rt__longval-imgside {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.rt__longval-imgbox {
  width: 100%;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 8px 40px 0 #b360c81a;
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt__longval-imgbox.rt--visible {
  opacity: 1;
  transform: translateX(0)
}

.rt__longval-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.rt__longval-circles {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center
}

.rt__longval-circles span {
  border-radius: 46px;
  opacity: .18
}

.rt__longval-circles span:nth-child(1) {
  width: 56px;
  height: 56px;
  background: #B360C8
}

.rt__longval-circles span:nth-child(2) {
  width: 40px;
  height: 40px;
  background: #E0C8E5;
  margin-top: 8px
}

.rt__longval-circles span:nth-child(3) {
  width: 24px;
  height: 24px;
  background: #B360C8;
  margin-top: 16px
}

.rt__longval-txt {
  flex: 1
}

.rt__longval-h2 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.03em;
  background: linear-gradient(120deg, #E0C8E5 0%, #B360C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 24px
}

.rt__longval-p {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffffd1;
  margin: 0 0 24px
}

.rt__longval-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px
}

.rt__longval-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff0d;
  border-radius: 6px;
  padding: 16px
}

.rt__longval-item i {
  font-size: 21px;
  color: #B360C8;
  flex-shrink: 0;
  margin-top: 2px
}

.rt__longval-item-txt {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffffc7
}

.rt__longval-link {
  display: inline-block;
  color: #E0C8E5;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #e0c8e559;
  padding-bottom: 4px;
  transition: color .25s ease-in-out, border-color .25s ease-in-out
}

.rt__longval-link:hover {
  color: #fff;
  border-color: #fff9
}

@media (max-width: 992px) {
  .rt__title-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .rt__title-left {
    flex: none;
    width: 100%;
    padding-top: 40px
  }

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

  .rt__title-img {
    max-width: 100%;
    height: 220px
  }

  .rt__h1 {
    font-size: 52px
  }

  .rt__offer-head {
    flex-direction: column;
    gap: 16px
  }

  .rt__offer-htxt {
    flex: none
  }

  .rt__cards {
    grid-template-columns: 1fr 1fr
  }

  .rt__offer-img-row {
    flex-direction: column
  }

  .rt__offer-imgbox {
    flex: none;
    height: 200px
  }

  .rt__outcomes-grid {
    flex-direction: column;
    gap: 24px
  }

  .rt__outcomes-left {
    flex: none;
    width: 100%
  }

  .rt__longval-grid {
    flex-direction: column;
    gap: 24px
  }

  .rt__longval-imgside {
    flex: none;
    width: 100%
  }

  .rt__longval-h2 {
    font-size: 37px
  }
}

@media (max-width: 576px) {
  .rt__h1 {
    font-size: 37px
  }

  .rt__offer-h2,
  .rt__outcomes-h2 {
    font-size: 27px
  }

  .rt__cards {
    grid-template-columns: 1fr
  }

  .rt__stat-row {
    flex-direction: column
  }

  .rt__longval-h2 {
    font-size: 27px
  }

  .rt__title-blk {
    padding: 40px 0
  }

  .rt__offer {
    padding: 40px 0 24px
  }

  .rt__outcomes {
    padding: 40px 0
  }

  .rt__longval {
    padding: 40px 0
  }
}

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

.ctus__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.ctus__grain {
  position: relative;
  padding: 72px 0 40px;
  background-color: #1b1023;
  overflow: hidden
}

.ctus__grain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  opacity: .18;
  pointer-events: none
}

.ctus__grain::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, #b360c82e 0%, #e0c8e50a 60%, transparent 100%);
  pointer-events: none
}

.ctus__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 2px solid #b360c838;
  border-radius: 6px;
  animation: ctus-edge-glow 3.8s ease-in-out infinite alternate
}

@keyframes ctus-edge-glow {
  0% {
    box-shadow: inset 0 0 32px 0 #b360c814
  }

  100% {
    box-shadow: inset 0 0 64px 0 #b360c838
  }
}

.ctus__pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  pointer-events: none;
  opacity: .06;
  background-image: repeating-linear-gradient(90deg, #b360c8ff 0px, #b360c8ff 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #b360c8ff 0px, #b360c8ff 1px, transparent 1px, transparent 32px)
}

.ctus__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px
}

.ctus__top-left {
  flex: 1 1 0;
  min-width: 0
}

.ctus__top-right {
  flex: 0 0 260px;
  width: 260px
}

.ctus__eyebrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #E0C8E5;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 1px solid #e0c8e547;
  border-radius: 46px
}

.ctus__h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin: 0 0 24px;
  background: linear-gradient(112deg, #E0C8E5 0%, #B360C8 55%, #7b3fa0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ctus__lead {
  font-size: 18px;
  line-height: 1.8;
  color: #ecdeefc7;
  margin: 0 0 24px;
  max-width: 520px
}

.ctus__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus__points li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #ecdeefb3
}

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

.ctus__img-frame {
  position: relative;
  width: 260px;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #b360c861;
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.ctus__img-frame::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #e0c8e52e;
  border-radius: 6px;
  pointer-events: none
}

.ctus__img-frame img {
  width: 260px;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.55) brightness(0.82)
}

.ctus__divider {
  height: 2px;
  background: linear-gradient(90deg, #B360C8 0%, #E0C8E5 60%, transparent 100%);
  margin: 0;
  border: none
}

.ctus__form-wrap {
  background: #fff;
  padding: 72px 0
}

.ctus__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

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

.ctus__contact-h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0;
  background: linear-gradient(112deg, #B360C8 0%, #7b3fa0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ctus__contact-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2545;
  margin: 0
}

.ctus__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus__info-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a2545
}

.ctus__info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #ECDEEF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B360C8;
  font-size: 18px;
  border: 1px solid #b360c82e;
  transition: background-color .28s ease-in-out, border-color .28s ease-in-out
}

.ctus__info-list li:hover .ctus__info-icon {
  background: #E0C8E5;
  border-color: #b360c861
}

.ctus__info-label {
  font-size: 16px;
  font-weight: 600;
  color: #B360C8;
  display: block;
  margin-bottom: 4px
}

.ctus__info-val {
  font-size: 16px;
  color: #3a2545;
  text-decoration: none;
  transition: color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus__info-val:hover {
  color: #B360C8
}

.ctus__form-col {
  background: #ECDEEF;
  border-radius: 6px;
  padding: 40px;
  border: 2px solid #b360c829;
  box-shadow: 2px 4px 25px 0 #b360c817;
  position: relative
}

.ctus__form-col::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #b360c81f;
  border-radius: 6px;
  pointer-events: none
}

.ctus__form-h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #2a1535;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

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

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

.ctus__label {
  font-size: 16px;
  line-height: 1.5;
  color: #3a2545;
  font-weight: 500
}

.ctus__input {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #2a1535;
  background: #fff;
  border: 1.5px solid #b360c847;
  border-radius: 6px;
  outline: none;
  box-shadow: inset 2px 3px 4px 0 #b360c80d;
  transition: border-color .28s ease-in-out, box-shadow .28s ease-in-out;
  box-sizing: border-box
}

.ctus__input::placeholder {
  font-size: 15px;
  color: #9e8aaa
}

.ctus__input:focus {
  border-color: #B360C8;
  box-shadow: inset 2px 3px 4px 0 #b360c80d 0 0 0 3px #b360c81f
}

.ctus__select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #2a1535;
  background: #fff;
  border: 1.5px solid #b360c847;
  border-radius: 6px;
  outline: none;
  box-shadow: inset 2px 3px 4px 0 #b360c80d;
  transition: border-color .28s ease-in-out;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23B360C8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer
}

.ctus__select:focus {
  border-color: #B360C8;
  box-shadow: inset 2px 3px 4px 0 #b360c80d 0 0 0 3px #b360c81f
}

.ctus__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px
}

.ctus__privacy input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #B360C8;
  cursor: pointer
}

.ctus__privacy-text {
  font-size: 16px;
  line-height: 1.5;
  color: #3a2545
}

.ctus__privacy-text a {
  color: #B360C8;
  text-decoration: underline;
  transition: color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus__privacy-text a:hover {
  color: #7b3fa0
}

.ctus__btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(112deg, #B360C8 0%, #7b3fa0 100%);
  border: none;
  border-radius: 46px;
  cursor: pointer;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .18s ease-in-out;
  box-shadow: 2px 4px 25px 0 #b360c817;
  width: 100%;
  letter-spacing: .01em
}

.ctus__btn:hover {
  background: linear-gradient(248deg, #B360C8 0%, #7b3fa0 100%);
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.ctus__btn:active {
  transform: translateY(2px) scale(0.98);
  box-shadow: 2px 3px 4px 0 #b360c80d
}

.ctus__btn:focus-visible {
  outline: 3px solid #E0C8E5;
  outline-offset: 3px
}

@media (max-width: 992px) {
  .ctus__top {
    flex-direction: column;
    gap: 40px
  }

  .ctus__top-right {
    flex: none;
    width: 100%
  }

  .ctus__img-frame {
    width: 100%;
    height: 220px
  }

  .ctus__img-frame img {
    width: 100%;
    height: 220px
  }

  .ctus__form-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ctus__h1 {
    font-size: 37px
  }
}

@media (max-width: 576px) {
  .ctus__grain {
    padding: 40px 0
  }

  .ctus__h1 {
    font-size: 27px
  }

  .ctus__form-col {
    padding: 24px
  }

  .ctus__form-wrap {
    padding: 40px 0
  }
}

.ctus__team-img {
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6) brightness(0.88)
}

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

.abt .pg-band {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.abt .t-accent {
  display: inline-block;
  width: 48px;
  height: 4px;
  background: #B360C8;
  border-radius: 6px;
  margin-bottom: 16px
}

.abt .grad-text {
  background: linear-gradient(112deg, #B360C8 0%, #7b9fd4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt .lead {
  padding: 72px 0 40px;
  position: relative
}

.abt .lead__frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.abt .lead__copy {
  flex: 1 1 0;
  position: relative
}

.abt .lead__copy::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #B360C8 0%, #E0C8E5 100%);
  border-radius: 6px
}

.abt .lead__eyebrow {
  font-size: 16px;
  line-height: 1.5;
  color: #B360C8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.abt .lead__h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1e1b2e;
  margin-bottom: 24px
}

.abt .lead__h1 em {
  font-style: normal;
  background: linear-gradient(112deg, #B360C8 0%, #7b9fd4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt .lead__sub {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3550;
  max-width: 480px
}

.abt .lead__img-col {
  flex: 0 0 380px;
  position: relative
}

.abt .lead__img-wrap {
  width: 380px;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.abt .lead__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt .lead__img-glow {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #e0c8e561 0%, transparent 60%);
  pointer-events: none
}

.abt .lead__dash-line {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #B360C8 0px, #B360C8 18px, transparent 18px, transparent 26px, #E0C8E5 26px, #E0C8E5 32px, transparent 32px, transparent 40px);
  border-radius: 6px
}

.abt .story {
  padding: 72px 0;
  background: #ECDEEF;
  position: relative
}

.abt .story::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, #B360C8 0px, #B360C8 24px, transparent 24px, transparent 30px, #E0C8E5 30px, #E0C8E5 38px, transparent 38px, transparent 48px)
}

.abt .story__grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

.abt .story__main h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #1e1b2e;
  margin-bottom: 24px
}

.abt .story__para {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3550;
  margin-bottom: 16px
}

.abt .story__side {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt .story__stat {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 2px 4px 25px 0 #b360c817;
  transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.abt .story__stat:hover {
  box-shadow: 2px 8px 40px 0 #b360c81a;
  transform: translateY(-2px)
}

.abt .story__stat-num {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(112deg, #B360C8 0%, #7b9fd4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 8px
}

.abt .story__stat-label {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3550
}

.abt .story__img-pair {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt .story__img-box {
  border-radius: 6px;
  overflow: hidden;
  height: 220px;
  box-shadow: 2px 3px 4px 0 #b360c80d
}

.abt .story__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .story__img-box:hover img {
  transform: scale(1.04)
}

.abt .crew {
  padding: 72px 0;
  background: #fff;
  position: relative
}

.abt .crew::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, transparent 0px, transparent 8px, #E0C8E5 8px, #E0C8E5 20px, transparent 20px, transparent 28px, #B360C8 28px, #B360C8 34px, transparent 34px, transparent 42px)
}

.abt .crew__top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  margin-bottom: 40px
}

.abt .crew__top h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #1e1b2e;
  margin-bottom: 16px
}

.abt .crew__top p {
  font-size: 18px;
  line-height: 1.8;
  color: #3a3550;
  max-width: 560px
}

.abt .crew__list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.abt .crew__card {
  background: #ECDEEF;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .crew__card:hover {
  box-shadow: 2px 8px 40px 0 #b360c81a;
  transform: translateY(-3px)
}

.abt .crew__card-img {
  width: 100%;
  height: 260px;
  overflow: hidden
}

.abt .crew__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt .crew__card-body {
  padding: 24px
}

.abt .crew__card-name {
  font-size: 21px;
  line-height: 1.1;
  color: #1e1b2e;
  margin-bottom: 8px;
  letter-spacing: -.01em
}

.abt .crew__card-role {
  font-size: 16px;
  line-height: 1.5;
  color: #B360C8;
  margin-bottom: 8px
}

.abt .crew__card-bio {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3550
}

.abt .crew__wide-img {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 24px
}

.abt .crew__wide-box {
  border-radius: 6px;
  overflow: hidden;
  height: 300px;
  box-shadow: 2px 4px 25px 0 #b360c817;
  position: relative
}

.abt .crew__wide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt .crew__wide-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ecdeefb3 0%, transparent 40%, transparent 60%, #ecdeefb3 100%);
  pointer-events: none
}

@media (max-width: 992px) {
  .abt .lead__h1 {
    font-size: 37px
  }

  .abt .lead__img-col {
    flex: 0 0 280px
  }

  .abt .lead__img-wrap {
    width: 280px;
    height: 320px
  }

  .abt .story__grid {
    grid-template-columns: 1fr
  }

  .abt .crew__list {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 576px) {
  .abt .lead__frame {
    flex-direction: column
  }

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

  .abt .lead__img-wrap {
    width: 100%;
    height: 260px
  }

  .abt .lead__h1 {
    font-size: 37px
  }

  .abt .story__img-pair {
    grid-template-columns: 1fr
  }

  .abt .crew__list {
    grid-template-columns: 1fr
  }

  .abt .lead__copy::before {
    display: none
  }
}

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

.edu-biz__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.edu-biz__lead {
  background: linear-gradient(152deg, #B360C8 0%, #E0C8E5 100%);
  padding: 72px 0 40px;
  position: relative
}

.edu-biz__lead-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px
}

.edu-biz__lead-text {
  flex: 2
}

.edu-biz__lead-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 8px
}

.edu-biz__faded-char {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 280px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff1a;
  letter-spacing: -8px;
  pointer-events: none;
  user-select: none;
  overflow: hidden
}

.edu-biz__label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffffd9;
  background: #ffffff26;
  border-radius: 46px;
  padding: 8px 24px;
  margin-bottom: 16px
}

.edu-biz__h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #fff;
  margin: 0 0 24px
}

.edu-biz__lead-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffffe6;
  margin: 0
}

.edu-biz__stat-card {
  background: #ffffff2e;
  border-radius: 6px;
  padding: 16px 24px;
  border: 1px solid #ffffff40
}

.edu-biz__stat-num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  display: block
}

.edu-biz__stat-label {
  font-size: 16px;
  line-height: 1.5;
  color: #fffc;
  display: block;
  margin-top: 8px
}

.edu-biz__divider--dots {
  border: none;
  border-top: 2px dotted #B360C8;
  margin: 0;
  opacity: .35
}

.edu-biz__programs {
  background: #fff;
  padding: 72px 0
}

.edu-biz__programs-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

.edu-biz__programs-htxt {
  flex: 2
}

.edu-biz__programs-hint {
  flex: 1;
  padding-top: 8px
}

.edu-biz__h2 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 0 0 16px;
  background: linear-gradient(152deg, #E0C8E5 0%, #B360C8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.edu-biz__programs-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #2d1a35;
  margin: 0
}

.edu-biz__programs-note {
  font-size: 16px;
  line-height: 1.8;
  color: #5a4060;
  margin: 0;
  border-top: 2px dotted #B360C8;
  padding-top: 16px
}

.edu-biz__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px
}

.edu-biz__prog-card {
  border-radius: 6px;
  padding: 40px 24px 24px;
  position: relative;
  box-shadow: 2px 4px 25px 0 #b360c817;
  background: #ECDEEF;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.edu-biz__prog-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #B360C8;
  border-radius: 0 6px 0 46px
}

.edu-biz__prog-card:hover {
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.edu-biz__prog-card--wide {
  grid-column: span 1;
  background: #fff;
  border: 1px solid #E0C8E5
}

.edu-biz__prog-card--wide.edu-biz__prog-card--featured {
  grid-column: 1 / 2
}

.edu-biz__prog-img-wrap {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px
}

.edu-biz__prog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.edu-biz__h4 {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -.3px;
  color: #2d1a35;
  margin: 0 0 8px
}

.edu-biz__prog-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #5a4060;
  margin: 0 0 16px
}

.edu-biz__prog-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.edu-biz__tag {
  font-size: 16px;
  line-height: 1.5;
  color: #B360C8;
  background: #b360c81a;
  border-radius: 46px;
  padding: 8px 16px
}

.edu-biz__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(152deg, #B360C8 0%, #E0C8E5 100%);
  border-radius: 6px;
  padding: 16px 40px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s ease-in-out;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  position: relative;
  overflow: hidden
}

.edu-biz__btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(332deg, #B360C8 0%, #E0C8E5 100%);
  opacity: 0;
  transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 6px
}

.edu-biz__btn:hover::after {
  opacity: 1
}

.edu-biz__btn span {
  position: relative;
  z-index: 1
}

.edu-biz__btn:hover {
  box-shadow: 2px 4px 25px 0 #b360c817;
  color: #fff
}

.edu-biz__divider--light {
  border: none;
  border-top: 1px solid #ECDEEF;
  margin: 0
}

.edu-biz__process {
  background: #2d1a35;
  padding: 72px 0;
  position: relative
}

.edu-biz__process-bg {
  position: absolute;
  inset: 0;
  background-image: url(./web_images/background-2024-11-07.jpg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  pointer-events: none
}

.edu-biz__process-inner {
  position: relative;
  z-index: 1
}

.edu-biz__h2--light {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #fff;
  margin: 0 0 16px
}

.edu-biz__process-sub {
  font-size: 18px;
  line-height: 1.8;
  color: #e0c8e5d9;
  margin: 0 0 40px;
  max-width: 600px
}

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

.edu-biz__step {
  background: #ffffff0d;
  border-radius: 6px;
  padding: 24px;
  border: 1px solid #b360c840;
  position: relative;
  overflow: hidden;
  transition: background .32s ease-in-out
}

.edu-biz__step::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #b360c81f;
  transition: height .38s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 0 6px 6px
}

.edu-biz__step:hover::after {
  height: 100%
}

.edu-biz__step-num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #B360C8;
  display: block;
  margin-bottom: 16px
}

.edu-biz__step-title {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 8px
}

.edu-biz__step-text {
  font-size: 16px;
  line-height: 1.8;
  color: #e0c8e5bf;
  margin: 0
}

.edu-biz__process-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px dotted #b360c866
}

.edu-biz__process-img-wrap {
  width: 340px;
  flex-shrink: 0;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.edu-biz__process-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.edu-biz__process-quote {
  flex: 1
}

.edu-biz__quote-text {
  font-size: 21px;
  line-height: 1.8;
  color: #ffffffe6;
  margin: 0 0 16px
}

.edu-biz__quote-author {
  font-size: 16px;
  line-height: 1.5;
  color: #b360c8e6;
  margin: 0
}

.edu-biz__formats {
  background: #ECDEEF;
  padding: 72px 0
}

.edu-biz__formats-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start
}

.edu-biz__formats-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.edu-biz__h3 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.8px;
  margin: 0;
  background: linear-gradient(152deg, #E0C8E5 0%, #B360C8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.edu-biz__formats-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3d2248;
  margin: 0
}

.edu-biz__formats-img-wrap {
  width: 100%;
  height: 260px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 4px 25px 0 #b360c817
}

.edu-biz__formats-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.edu-biz__formats-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.edu-biz__format-row {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  transition: box-shadow .27s ease-in-out;
  position: relative;
  overflow: hidden
}

.edu-biz__format-row::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #E0C8E5;
  border-radius: 0 6px 0 46px
}

.edu-biz__format-row:hover {
  box-shadow: 2px 4px 25px 0 #b360c817
}

.edu-biz__format-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: linear-gradient(152deg, #B360C8 0%, #E0C8E5 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center
}

.edu-biz__format-icon i {
  font-size: 18px;
  color: #fff
}

.edu-biz__format-body {
  flex: 1
}

.edu-biz__h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #2d1a35;
  margin: 0 0 8px
}

.edu-biz__format-text {
  font-size: 16px;
  line-height: 1.8;
  color: #5a4060;
  margin: 0
}

.edu-biz__formats-cta {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px
}

.edu-biz__link {
  font-size: 16px;
  line-height: 1.5;
  color: #B360C8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .26s ease-in-out
}

.edu-biz__link:hover {
  color: #8a3fa0
}

@keyframes edu-scale-in {
  from {
    transform: scale(0.8);
    opacity: 0
  }

  60% {
    transform: scale(1.03);
    opacity: 1
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.edu-biz__stat-card {
  animation: edu-scale-in .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

.edu-biz__stat-card:nth-child(2) {
  animation-delay: .1s
}

@media (max-width: 992px) {
  .edu-biz__lead-grid {
    flex-direction: column;
    gap: 24px
  }

  .edu-biz__h1 {
    font-size: 52px
  }

  .edu-biz__faded-char {
    font-size: 180px
  }

  .edu-biz__grid {
    grid-template-columns: 1fr 1fr
  }

  .edu-biz__prog-card--featured {
    grid-column: 1 / -1
  }

  .edu-biz__steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .edu-biz__process-footer {
    flex-direction: column;
    gap: 24px
  }

  .edu-biz__process-img-wrap {
    width: 100%
  }

  .edu-biz__formats-grid {
    grid-template-columns: 1fr
  }

  .edu-biz__programs-header {
    flex-direction: column;
    gap: 16px
  }
}

@media (max-width: 576px) {
  .edu-biz__h1 {
    font-size: 37px
  }

  .edu-biz__h2,
  .edu-biz__h2--light {
    font-size: 37px
  }

  .edu-biz__lead {
    padding: 40px 0
  }

  .edu-biz__grid {
    grid-template-columns: 1fr
  }

  .edu-biz__prog-card--featured {
    grid-column: auto
  }

  .edu-biz__steps {
    grid-template-columns: 1fr
  }

  .edu-biz__formats-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .edu-biz__faded-char {
    display: none
  }
}

.ltips {
  overflow-x: hidden
}

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px)
  }

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

.ltips .reveal-r {
  animation: slideInRight .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ltips .reveal-r--2 {
  animation: slideInRight .36s cubic-bezier(0.4, 0, 0.2, 1) .12s both
}

.ltips .reveal-r--3 {
  animation: slideInRight .34s cubic-bezier(0.4, 0, 0.2, 1) .22s both
}

.ltips .top-band {
  background: linear-gradient(112deg, #B360C8 0%, #E0C8E5 100%);
  padding: 72px 0 40px
}

.ltips .top-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px
}

.ltips .top-band__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.ltips .top-band__label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .82
}

.ltips .top-band__h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0
}

.ltips .top-band__h1 span {
  background: linear-gradient(112deg, #fff 0%, #ECDEEF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ltips .top-band__sub {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffffe0;
  margin: 0;
  max-width: 480px
}

.ltips .top-band__img-col {
  flex: 0 0 320px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.ltips .top-band__img-col img {
  width: 320px;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.9) brightness(0.95)
}

.ltips .top-band__img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, #b360c82e 100%);
  pointer-events: none
}

@media (max-width: 992px) {
  .ltips .top-band__img-col {
    flex: 0 0 220px
  }

  .ltips .top-band__img-col img {
    width: 220px;
    height: 280px
  }

  .ltips .top-band__h1 {
    font-size: 37px
  }
}

@media (max-width: 576px) {
  .ltips .top-band {
    padding: 40px 0 24px
  }

  .ltips .top-band__inner {
    flex-direction: column;
    gap: 24px
  }

  .ltips .top-band__img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .ltips .top-band__img-col img {
    width: 100%;
    height: 220px
  }

  .ltips .top-band__h1 {
    font-size: 27px
  }
}

.ltips .divider--a {
  height: 6px;
  background: linear-gradient(90deg, #ECDEEF 0%, #E0C8E5 40%, #B360C8 100%);
  border: none;
  margin: 0
}

.ltips .cards-band {
  background: #fff;
  padding: 72px 0 40px
}

.ltips .cards-band__hd {
  margin-bottom: 40px
}

.ltips .cards-band__hd h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  background: linear-gradient(112deg, #B360C8 0%, #E0C8E5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ltips .cards-band__hd p {
  font-size: 18px;
  line-height: 1.5;
  color: #3a2040;
  margin: 0;
  max-width: 560px
}

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

.ltips .tip-card {
  border-radius: 6px;
  border: 2px solid #ECDEEF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  transition: box-shadow .28s ease-in-out, border-color .28s ease-in-out;
  background: #fff
}

.ltips .tip-card:hover {
  box-shadow: 2px 4px 25px 0 #b360c817;
  border-color: #B360C8
}

.ltips .tip-card:hover+.tip-card {
  border-color: #E0C8E5;
  box-shadow: 2px 3px 4px 0 #b360c812
}

.ltips .tip-card__num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #ECDEEF;
  letter-spacing: -.03em
}

.ltips .tip-card__h {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #2a1535;
  margin: 0
}

.ltips .tip-card__p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a3055;
  margin: 0;
  flex: 1
}

.ltips .tip-card__tag {
  display: inline-block;
  font-size: 16px;
  color: #B360C8;
  background: #ECDEEF;
  border-radius: 46px;
  padding: 4px 16px;
  align-self: flex-start
}

@media (max-width: 992px) {
  .ltips .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 576px) {
  .ltips .card-grid {
    grid-template-columns: 1fr
  }

  .ltips .cards-band__hd h2 {
    font-size: 27px
  }
}

.ltips .divider--b {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  height: 3px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.ltips .divider--b::before {
  content: '';
  flex: 3;
  height: 1px;
  background: #E0C8E5;
  display: block
}

.ltips .divider--b::after {
  content: '';
  flex: 1;
  height: 3px;
  background: #B360C8;
  border-radius: 6px;
  display: block
}

.ltips .detail-band {
  background: #ECDEEF;
  padding: 72px 0
}

.ltips .detail-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.ltips .detail-band__main {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ltips .detail-band__main h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a1535;
  margin: 0
}

.ltips .detail-band__main h2 em {
  font-style: normal;
  background: linear-gradient(112deg, #B360C8 0%, #E0C8E5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ltips .detail-band__main p {
  font-size: 18px;
  line-height: 1.8;
  color: #3a2040;
  margin: 0
}

.ltips .detail-band__aside {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ltips .aside-fact {
  border-radius: 6px;
  background: #fff;
  padding: 24px;
  box-shadow: 2px 4px 25px 0 #b360c817;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ltips .aside-fact__label {
  font-size: 16px;
  color: #B360C8;
  text-transform: uppercase;
  letter-spacing: .07em
}

.ltips .aside-fact__val {
  font-size: 27px;
  line-height: 1.1;
  color: #2a1535;
  letter-spacing: -.02em;
  font-weight: 700
}

.ltips .aside-fact__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #4a3055;
  margin: 0
}

@media (max-width: 992px) {
  .ltips .detail-band__inner {
    flex-direction: column;
    gap: 40px
  }

  .ltips .detail-band__main h2 {
    font-size: 27px
  }
}

@media (max-width: 576px) {
  .ltips .detail-band {
    padding: 40px 0
  }
}

.ltips .divider--c {
  height: 2px;
  background: linear-gradient(90deg, #B360C8 0%, #ECDEEF 100%);
  border: none;
  margin: 0
}

.ltips .cert-band {
  background: #fff;
  padding: 72px 0
}

.ltips .cert-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center
}

.ltips .cert-band__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ltips .cert-band__text h2 {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a1535;
  margin: 0
}

.ltips .cert-band__text p {
  font-size: 18px;
  line-height: 1.8;
  color: #3a2040;
  margin: 0
}

.ltips .cert-band__text a {
  color: #B360C8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .26s ease-in-out
}

.ltips .cert-band__text a:hover {
  color: #7a2090
}

.ltips .cert-frame {
  flex: 0 0 380px;
  border-radius: 6px;
  border: 2px dashed #B360C8;
  padding: 40px 24px;
  background: linear-gradient(135deg, #fff 0%, #ECDEEF 100%);
  box-shadow: 2px 8px 40px 0 #b360c81a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative
}

.ltips .cert-frame__corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: #B360C8;
  border-style: solid
}

.ltips .cert-frame__corner--tl {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px
}

.ltips .cert-frame__corner--tr {
  top: 8px;
  right: 8px;
  border-width: 2px 2px 0 0
}

.ltips .cert-frame__corner--bl {
  bottom: 8px;
  left: 8px;
  border-width: 0 0 2px 2px
}

.ltips .cert-frame__corner--br {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0
}

.ltips .cert-frame__icon {
  width: 56px;
  height: 56px;
  border-radius: 46px;
  background: linear-gradient(112deg, #B360C8 0%, #E0C8E5 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.ltips .cert-frame__icon i {
  font-size: 27px;
  color: #fff
}

.ltips .cert-frame__title {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #2a1535;
  text-align: center;
  font-weight: 700
}

.ltips .cert-frame__org {
  font-size: 16px;
  color: #B360C8;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center
}

.ltips .cert-frame__img {
  width: 220px;
  height: 140px;
  border-radius: 6px;
  overflow: hidden
}

.ltips .cert-frame__img img {
  width: 220px;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ltips .cert-frame__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #4a3055;
  text-align: center;
  margin: 0
}

.ltips .cert-frame__line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #B360C8, #E0C8E5);
  border-radius: 6px
}

@media (max-width: 992px) {
  .ltips .cert-band__inner {
    flex-direction: column;
    gap: 40px
  }

  .ltips .cert-frame {
    flex: 0 0 auto;
    width: 100%
  }

  .ltips .cert-band__text h2 {
    font-size: 27px
  }
}

@media (max-width: 576px) {
  .ltips .cert-band {
    padding: 40px 0
  }

  .ltips .cert-frame__img {
    width: 100%;
    height: 120px
  }

  .ltips .cert-frame__img img {
    width: 100%;
    height: 120px
  }
}

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

.succ-page .succ-card {
  max-width: 540px;
  width: 100%;
  background: #ECDEEF;
  border-radius: 46px;
  padding: 72px 40px;
  text-align: center;
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.succ-page .succ-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 46px;
  box-shadow: 2px 4px 25px 0 #b360c817
}

.succ-page .succ-card__icon svg {
  display: block
}

.succ-page .succ-card__heading {
  font-size: 37px;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  background: linear-gradient(120deg, #B360C8 30%, #E0C8E5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.succ-page .succ-card__text {
  font-size: 18px;
  line-height: 1.5;
  color: #3a2040;
  margin: 0 0 40px
}

.succ-page .succ-card__link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #B360C8;
  text-decoration: none;
  border-radius: 6px;
  padding: 16px 40px;
  background: linear-gradient(120deg, #B360C8 0%, #E0C8E5 100%);
  -webkit-text-fill-color: #fff;
  color: #fff;
  box-shadow: 2px 3px 4px 0 #b360c80d;
  transition: box-shadow .28s ease-in-out, background .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.succ-page .succ-card__link:hover {
  background: linear-gradient(240deg, #B360C8 0%, #E0C8E5 100%);
  box-shadow: 2px 8px 40px 0 #b360c81a
}

.succ-page .succ-card__link:focus {
  outline: 2px solid #B360C8;
  outline-offset: 3px
}

@media (max-width: 576px) {
  .succ-page {
    padding: 40px 16px
  }

  .succ-page .succ-card {
    padding: 40px 24px;
    border-radius: 46px
  }

  .succ-page .succ-card__heading {
    font-size: 27px
  }

  .succ-page .succ-card__text {
    font-size: 16px
  }
}