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

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-family: 'Cabin', sans-serif
}

.top-bar {
  background: linear-gradient(135deg, #0d7a50 0%, #119663 60%, #6D29E5 100%);
  padding: 8px 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px
}

.top-bar__region {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FEFFF9;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.45
}

.top-bar__region svg {
  flex-shrink: 0
}

.top-bar__phone {
  color: #FEFFF9;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.45;
  transition: color .55s ease-in-out
}

.top-bar__phone:hover {
  color: #c8f5e4
}

.hd-frame {
  background: #FEFFF9;
  position: relative
}

.hd-frame::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, transparent 0%, #FEFFF9 100%);
  pointer-events: none;
  z-index: 1
}

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

.hd-bg__shape {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 420px;
  height: 420px;
  border-radius: 48px;
  background: linear-gradient(135deg, #11966314 0%, #6d29e50f 100%);
  transform: rotate(18deg)
}

.hd-bg__shape--two {
  top: auto;
  bottom: -72px;
  right: auto;
  left: 10%;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, #6d29e50d 0%, #1196630a 100%);
  transform: rotate(-12deg);
  border-radius: 36px
}

.hd-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 36px 36px 72px;
  display: flex;
  align-items: flex-start;
  gap: 72px;
  position: relative;
  z-index: 2
}

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

.brand-box__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 3px solid #119663;
  border-radius: 12px;
  background: #FEFFF9;
  box-shadow: -1px 7px 20px 0 #1196631c;
  overflow: hidden
}

.brand-box__logo-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .65s ease-in-out
}

.brand-box__logo-wrap img.loaded {
  opacity: 1
}

.brand-box__name {
  font-family: 'Cabin', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  color: #0e2a1e;
  letter-spacing: .02em;
  margin: 0
}

.brand-box__tag {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #119663;
  letter-spacing: .07em;
  margin: 0
}

.hd-nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 8px
}

.hd-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end
}

.hd-nav__item {
  display: flex
}

.hd-nav__lnk {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: #1a3328;
  text-decoration: none;
  border-radius: 6px;
  border: 1.5px solid transparent;
  position: relative;
  overflow: hidden;
  transition: color .55s ease-in-out, border-color .55s ease-in-out, background .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px
}

.hd-nav__lnk:hover,
.hd-nav__lnk:focus {
  color: #119663;
  border-color: #1196634d;
  background: #1196630d;
  outline: none
}

.hd-nav__lnk:focus {
  border-color: #119663;
  background: #11966314
}

.hd-nav__lnk--active {
  color: #119663;
  font-weight: 700;
  border-color: #11966340
}

.hd-nav__lnk-txt {
  position: relative;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.hd-nav__lnk:hover .hd-nav__lnk-txt {
  transform: translateX(6px)
}

.hd-nav__lnk-ico {
  position: absolute;
  left: 8px;
  opacity: 0;
  transition: opacity .55s ease-in-out;
  display: flex;
  align-items: center
}

.hd-nav__lnk:hover .hd-nav__lnk-ico {
  opacity: 1
}

.hd-nav__cta {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #119663;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #119663;
  background: transparent;
  position: relative;
  overflow: hidden;
  min-height: 44px;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s ease-in-out
}

.hd-nav__cta:hover,
.hd-nav__cta:focus {
  color: #FEFFF9;
  background: #119663;
  outline: none
}

.hd-nav__cta:focus {
  border-color: #0d7a50
}

.hd-nav__cta .hd-nav__lnk-txt {
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.hd-nav__cta:hover .hd-nav__lnk-txt {
  transform: translateX(6px)
}

.hd-nav__cta .hd-nav__lnk-ico {
  transition: opacity .6s ease-in-out
}

.hd-nav__cta:hover .hd-nav__lnk-ico {
  opacity: 1
}

.ft-frame {
  background: linear-gradient(160deg, #0e2a1e 0%, #1a1040 100%);
  position: relative;
  overflow: hidden
}

.ft-frame__deco {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 300px;
  height: 300px;
  border-radius: 48px;
  background: #6d29e514;
  transform: rotate(22deg);
  pointer-events: none
}

.ft-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 36px 36px;
  position: relative;
  z-index: 2
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 72px
}

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

.ft-brand__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #11966399;
  border-radius: 12px;
  background: #fefff914;
  box-shadow: -1px 7px 20px 0 #1196631c;
  overflow: hidden
}

.ft-brand__logo-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .65s ease-in-out
}

.ft-brand__logo-wrap img.loaded {
  opacity: 1
}

.ft-brand__name {
  font-family: 'Cabin', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  color: #FEFFF9;
  margin: 0
}

.ft-brand__desc {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #fefff9bf;
  margin: 0
}

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

.ft-contacts__heading {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .1em;
  color: #119663;
  text-transform: uppercase;
  margin: 0
}

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

.ft-contacts__item {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #fefff9cc
}

.ft-contacts__lnk {
  color: #fefff9cc;
  text-decoration: none;
  transition: color .55s ease-in-out
}

.ft-contacts__lnk:hover {
  color: #119663
}

.ft-contacts__lnk:focus {
  color: #119663;
  outline: none;
  border-bottom: 1px solid #119663
}

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

.ft-links__heading {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .1em;
  color: #119663;
  text-transform: uppercase;
  margin: 0
}

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

.ft-links__lnk {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #fefff9cc;
  text-decoration: none;
  transition: color .55s ease-in-out
}

.ft-links__lnk:hover {
  color: #FEFFF9
}

.ft-links__lnk:focus {
  color: #FEFFF9;
  outline: none;
  border-bottom: 1px solid #fefff980
}

.ft-bottom {
  border-top: 1px solid #fefff91a;
  padding-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.ft-bottom__copy {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #fefff980;
  margin: 0
}

.ft-bottom__addr {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #fefff966;
  margin: 0
}

.ck-tray {
  position: fixed;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  max-width: calc(100vw - 72px);
  background: #FEFFF9;
  border-radius: 12px;
  box-shadow: -1px 10px 36px 0 #1196631c -1px 7px 20px 0 #6d29e51c;
  z-index: 8000;
  display: none
}

.ck-tray__body {
  padding: 36px
}

.ck-tray__hdl {
  font-family: 'Cabin', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  color: #0e2a1e;
  margin: 0 0 8px
}

.ck-tray__desc {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #2a4a3a;
  margin: 0 0 16px
}

.ck-tray__prefs {
  display: none;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px
}

.ck-tray__prefs.open {
  display: flex
}

.ck-pref {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: #1196630d;
  border: 1px solid #11966326
}

.ck-pref__lbl {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: #0e2a1e
}

.ck-pref__toggle {
  display: flex;
  align-items: center;
  gap: 8px
}

.ck-pref__chk {
  appearance: none;
  -webkit-appearance: none;
  width: 44px;
  height: 24px;
  border-radius: 36px;
  border: 2px solid #119663;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: background .55s ease-in-out, border-color .55s ease-in-out;
  flex-shrink: 0
}

.ck-pref__chk::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 36px;
  background: #119663;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck-pref__chk:checked {
  background: #119663;
  border-color: #119663
}

.ck-pref__chk:checked::before {
  transform: translateX(20px);
  background: #FEFFF9
}

.ck-pref__chk:focus {
  outline: none;
  border-color: #6D29E5
}

.ck-tray__acts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.ck-btn {
  flex: 1;
  min-width: 120px;
  min-height: 44px;
  padding: 8px 16px;
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #119663;
  background: transparent;
  color: #119663;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ck-btn:hover {
  background: #119663;
  color: #FEFFF9
}

.ck-btn:focus {
  outline: none;
  border-color: #0d7a50;
  background: #11966314
}

.ck-btn--accept {
  background: #119663;
  color: #FEFFF9
}

.ck-btn--accept:hover {
  background: #0d7a50;
  border-color: #0d7a50
}

.ck-btn--accept:focus {
  background: #0d7a50;
  border-color: #0d7a50;
  color: #FEFFF9
}

.ck-tray__settings-lnk {
  display: block;
  margin-top: 16px;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #6D29E5;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  transition: color .55s ease-in-out
}

.ck-tray__settings-lnk:hover {
  color: #119663
}

.ck-tray__settings-lnk:focus {
  outline: none;
  color: #119663
}

.pref-opener {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 7900;
  width: 44px;
  height: 44px;
  border-radius: 36px;
  background: #119663;
  border: 2px solid #FEFFF9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 7px 20px 0 #1196631c;
  transition: background .55s ease-in-out
}

.pref-opener:hover {
  background: #6D29E5
}

.pref-opener:focus {
  outline: none;
  background: #6D29E5
}

.pref-opener svg {
  pointer-events: none
}

@media (max-width: 900px) {
  .hd-inner {
    flex-direction: column;
    gap: 16px;
    padding: 36px 16px 72px
  }

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

  .hd-nav__list {
    justify-content: flex-start
  }

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

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

  .top-bar {
    padding: 8px 16px;
    gap: 16px
  }
}

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

  .ft-inner {
    padding: 36px 16px
  }

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

  .ck-tray {
    max-width: calc(100vw - 32px)
  }
}

.legal-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 36px;
  background-color: #FEFFF9;
  color: #1a2e23
}

.legal-content ul,
.legal-content ol {
  padding-left: 36px;
  margin-top: 16px;
  margin-bottom: 16px
}

.legal-content ul {
  list-style-type: disc
}

.legal-content ol {
  list-style-type: decimal
}

.legal-content ul ul,
.legal-content ol ol,
.legal-content ul ol,
.legal-content ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 36px
}

.legal-content ul ul {
  list-style-type: circle
}

.legal-content li {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #1a2e23
}

.legal-content li:last-child {
  margin-bottom: 0
}

.legal-content strong,
.legal-content b {
  font-weight: 700;
  color: #0d7a50
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 1.45;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #1196631c
}

.legal-content thead {
  background-color: #119663
}

.legal-content thead tr {
  border-bottom: none
}

.legal-content thead th {
  color: #FEFFF9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 16px;
  text-align: left;
  border: none
}

.legal-content tbody tr {
  border-bottom: 1px solid #1196631f;
  transition: background-color .55s ease-in-out
}

.legal-content tbody tr:last-child {
  border-bottom: none
}

.legal-content tbody tr:hover {
  background-color: #1196630d
}

.legal-content tbody tr:nth-child(even) {
  background-color: #fefff999
}

.legal-content td {
  padding: 16px;
  font-size: 17px;
  line-height: 1.7;
  color: #1a2e23;
  vertical-align: top;
  border: none
}

.legal-content th {
  padding: 16px;
  vertical-align: middle
}

.legal-content hr {
  border: none;
  border-top: 1px solid #11966333;
  margin-top: 36px;
  margin-bottom: 36px;
  height: 1px;
  background: linear-gradient(90deg, #1196634d, #6d29e526, #1196630d);
  border-radius: 6px
}

.legal-content div {
  font-size: 17px;
  line-height: 1.7;
  color: #1a2e23
}

.legal-content div+div {
  margin-top: 16px
}

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

  .legal-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px
  }

  .legal-content ul,
  .legal-content ol {
    padding-left: 16px
  }

  .legal-content ul ul,
  .legal-content ol ol,
  .legal-content ul ol,
  .legal-content ol ul {
    padding-left: 16px
  }

  .legal-content td,
  .legal-content th {
    padding: 8px 16px;
    font-size: 14px
  }

  .legal-content thead th {
    font-size: 14px
  }

  .legal-content li {
    font-size: 17px
  }
}

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

  .legal-content li,
  .legal-content td,
  .legal-content div {
    font-size: 14px
  }
}

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

.abt-us .pg-limit {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.abt-us .divider-grad {
  height: 2px;
  background: linear-gradient(to right, transparent, #119663, transparent);
  border: none;
  margin: 0
}

.abt-us .divider-sec {
  height: 2px;
  background: linear-gradient(to right, transparent, #6D29E5, transparent);
  border: none;
  margin: 0
}

.abt-us .ttl-blk {
  position: relative;
  padding-top: 72px;
  padding-bottom: 36px;
  background: #FEFFF9;
  overflow: hidden
}

.abt-us .ttl-blk__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 8% 12%, #1196632e 0%, transparent 55%), radial-gradient(ellipse at 92% 80%, #6d29e521 0%, transparent 50%);
  pointer-events: none
}

.abt-us .ttl-blk__spot1 {
  position: absolute;
  top: -36px;
  left: -72px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #11966317;
  filter: blur(48px);
  pointer-events: none
}

.abt-us .ttl-blk__spot2 {
  position: absolute;
  bottom: 16px;
  right: -36px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #6d29e514;
  filter: blur(40px);
  pointer-events: none
}

.abt-us .ttl-blk__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px
}

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

.abt-us .ttl-blk__label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #119663;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.abt-us .ttl-blk__h1 {
  font-size: 54px;
  line-height: 1.15;
  color: #1b2a22;
  margin-bottom: 16px;
  font-weight: 800
}

.abt-us .ttl-blk__h1 span {
  color: #119663
}

.abt-us .ttl-blk__lead {
  font-size: 21px;
  line-height: 1.45;
  color: #2c3e35;
  max-width: 560px;
  margin-bottom: 36px
}

.abt-us .ttl-blk__meta {
  display: flex;
  flex-direction: row;
  gap: 36px;
  flex-wrap: wrap
}

.abt-us .ttl-blk__stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .ttl-blk__stat-num {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #6D29E5
}

.abt-us .ttl-blk__stat-lbl {
  font-size: 14px;
  line-height: 1.45;
  color: #3a4a40;
  letter-spacing: .06em
}

.abt-us .ttl-blk__img-col {
  flex: 0 0 440px;
  position: relative
}

.abt-us .ttl-blk__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 7px 20px 0 #1196631c -1px 10px 36px 0 #1196631c
}

.abt-us .ttl-blk__img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .65s ease-in-out
}

.abt-us .ttl-blk__img-wrap img.loaded {
  opacity: 1
}

.abt-us .ttl-blk__img-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, #11966347, transparent);
  pointer-events: none
}

.abt-us .ttl-blk__diamond {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #119663, #6D29E5);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: -1px 3px 3px 0 #1196630f;
  pointer-events: none
}

.abt-us .story-blk {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff
}

.abt-us .story-blk__inner {
  position: relative
}

.abt-us .story-blk__accent-line {
  width: 48px;
  height: 3px;
  background: #119663;
  border-radius: 6px;
  margin-bottom: 16px
}

.abt-us .story-blk__h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #1b2a22;
  margin-bottom: 36px;
  font-weight: 700
}

.abt-us .story-blk__img-float {
  float: right;
  margin-left: 36px;
  margin-bottom: 16px;
  width: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #6d29e51c -1px 10px 36px 0 #6d29e51c;
  position: relative;
  flex-shrink: 0
}

.abt-us .story-blk__img-float img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .55s ease-in-out
}

.abt-us .story-blk__img-float img.loaded {
  opacity: 1
}

.abt-us .story-blk__img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #6d29e52e, transparent 60%);
  pointer-events: none;
  border-radius: 12px
}

.abt-us .story-blk__body p {
  font-size: 17px;
  line-height: 1.7;
  color: #2c3e35;
  margin-bottom: 16px
}

.abt-us .story-blk__body p:last-child {
  margin-bottom: 0
}

.abt-us .story-blk__body::after {
  content: "";
  display: table;
  clear: both
}

.abt-us .story-blk__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px
}

.abt-us .pillar-item {
  border: 1px solid #11966333;
  border-top: 3px solid #119663;
  border-radius: 12px;
  padding: 16px;
  background: #FEFFF9;
  box-shadow: -1px 3px 3px 0 #1196630f;
  transition: box-shadow .55s ease-in-out, border-color .55s ease-in-out
}

.abt-us .pillar-item:hover {
  box-shadow: -1px 7px 20px 0 #1196631c;
  border-color: #11966366
}

.abt-us .pillar-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(to top, #6D29E5, transparent);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .pillar-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.abt-us .pillar-item__h4 {
  font-size: 17px;
  line-height: 1.45;
  color: #1b2a22;
  font-weight: 700;
  margin-bottom: 8px
}

.abt-us .pillar-item__p {
  font-size: 14px;
  line-height: 1.7;
  color: #3a4a40
}

.abt-us .team-blk {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden
}

.abt-us .team-blk__bg-diag {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, #FEFFF9 55%, #6d29e512 100%);
  pointer-events: none
}

.abt-us .team-blk__inner {
  position: relative
}

.abt-us .team-blk__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 36px
}

.abt-us .team-blk__top-text {
  flex: 1 1 0
}

.abt-us .team-blk__accent-line {
  width: 48px;
  height: 3px;
  background: #6D29E5;
  border-radius: 6px;
  margin-bottom: 16px
}

.abt-us .team-blk__h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #1b2a22;
  font-weight: 700;
  margin-bottom: 16px
}

.abt-us .team-blk__sub {
  font-size: 17px;
  line-height: 1.7;
  color: #2c3e35;
  max-width: 480px
}

.abt-us .team-blk__data-panel {
  flex: 0 0 280px;
  background: #1b2a22;
  border-radius: 12px;
  padding: 36px 16px;
  box-shadow: -1px 10px 36px 0 #1196631c;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .data-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fefff91a;
  padding-bottom: 16px
}

.abt-us .data-row:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.abt-us .data-row__val {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #119663 !important
}

.abt-us .data-row__label {
  font-size: 14px;
  line-height: 1.45;
  color: #fefff9bf;
  text-align: right;
  max-width: 140px
}

.abt-us .team-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px
}

.abt-us .team-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 36px;
  box-shadow: -1px 3px 3px 0 #1196630f -1px 7px 20px 0 #1196631c;
  transition: box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .team-card:hover {
  box-shadow: -1px 10px 36px 0 #1196631c
}

.abt-us .team-card__portrait {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -1px 3px 3px 0 #6d29e50f
}

.abt-us .team-card__portrait img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .55s ease-in-out
}

.abt-us .team-card__portrait img.loaded {
  opacity: 1
}

.abt-us .team-card__portrait-placeholder {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(to top, #6D29E5, #11966366);
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .team-card__portrait-placeholder svg {
  width: 44px;
  height: 44px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

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

.abt-us .team-card__name {
  font-size: 21px;
  line-height: 1.15;
  color: #1b2a22;
  font-weight: 700;
  margin-bottom: 4px
}

.abt-us .team-card__role {
  font-size: 14px;
  line-height: 1.45;
  color: #6D29E5;
  letter-spacing: .08em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px
}

.abt-us .team-card__bio {
  font-size: 14px;
  line-height: 1.7;
  color: #3a4a40
}

.abt-us .team-card__spec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

.abt-us .spec-tag {
  font-size: 14px;
  line-height: 1.45;
  color: #119663;
  background: #11966314;
  border: 1px solid #11966333;
  border-radius: 36px;
  padding: 4px 8px
}

.abt-us .appr-blk {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #1b2a22;
  position: relative;
  overflow: hidden
}

.abt-us .appr-blk__deco {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #6d29e514;
  filter: blur(60px);
  pointer-events: none
}

.abt-us .appr-blk__inner {
  position: relative
}

.abt-us .appr-blk__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 36px
}

.abt-us .appr-blk__accent-line {
  width: 48px;
  height: 3px;
  background: #119663;
  border-radius: 6px;
  margin-bottom: 16px
}

.abt-us .appr-blk__h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #FEFFF9;
  font-weight: 700;
  margin-bottom: 8px
}

.abt-us .appr-blk__sub {
  font-size: 17px;
  line-height: 1.7;
  color: #fefff9b3;
  max-width: 520px
}

.abt-us .appr-blk__cta-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.45;
  color: #119663;
  text-decoration: none;
  border: 1px solid #11966366;
  border-radius: 48px;
  padding: 8px 16px;
  white-space: nowrap;
  transition: background .55s ease-in-out, border-color .55s ease-in-out, color .55s ease-in-out;
  position: relative;
  overflow: hidden
}

.abt-us .appr-blk__cta-link:hover {
  background: #1196631f;
  border-color: #119663
}

.abt-us .appr-blk__cta-link svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .appr-blk__cta-link:hover svg {
  transform: translateX(4px)
}

.abt-us .appr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px
}

.abt-us .appr-cell {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fefff90a;
  border: 1px solid #fefff914;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s ease-in-out
}

.abt-us .appr-cell:hover {
  transform: scale(1.02);
  box-shadow: -1px 10px 36px 0 #1196631c
}

.abt-us .appr-cell--img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  min-height: 360px
}

.abt-us .appr-cell--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .65s ease-in-out;
  min-height: 360px
}

.abt-us .appr-cell--img img.loaded {
  opacity: 1
}

.abt-us .appr-cell--img .img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #11966359, transparent 60%);
  pointer-events: none
}

.abt-us .appr-cell--wide {
  grid-column: 2 / 4
}

.abt-us .appr-cell--txt {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.abt-us .appr-cell__num {
  font-size: 54px;
  line-height: 1.15;
  font-weight: 800;
  color: #11966340;
  margin-bottom: 8px
}

.abt-us .appr-cell__h4 {
  font-size: 21px;
  line-height: 1.45;
  color: #FEFFF9;
  font-weight: 700;
  margin-bottom: 8px
}

.abt-us .appr-cell__p {
  font-size: 14px;
  line-height: 1.7;
  color: #fefff9a6
}

.abt-us .appr-cell--img-sm {
  grid-column: 2 / 3;
  min-height: 200px;
  position: relative
}

.abt-us .appr-cell--img-sm img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .65s ease-in-out
}

.abt-us .appr-cell--img-sm img.loaded {
  opacity: 1
}

.abt-us .appr-cell--img-sm .img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #6d29e54d, transparent 60%);
  pointer-events: none
}

.abt-us .appr-cell--last {
  grid-column: 3 / 4
}

@media (max-width: 1024px) {
  .abt-us .ttl-blk__inner {
    flex-direction: column;
    gap: 36px
  }

  .abt-us .ttl-blk__img-col {
    flex: none;
    width: 100%
  }

  .abt-us .story-blk__img-float {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px
  }

  .abt-us .story-blk__img-float img {
    height: 280px
  }

  .abt-us .team-cards {
    grid-template-columns: 1fr
  }

  .abt-us .team-blk__top {
    flex-direction: column
  }

  .abt-us .team-blk__data-panel {
    flex: none;
    width: 100%
  }

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

  .abt-us .appr-cell--img {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 240px
  }

  .abt-us .appr-cell--wide {
    grid-column: 1 / 3
  }

  .abt-us .appr-cell--img-sm {
    grid-column: 1 / 2
  }

  .abt-us .appr-cell--last {
    grid-column: 2 / 3
  }

  .abt-us .appr-blk__top {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-us .story-blk__pillars {
    grid-template-columns: 1fr
  }
}

@media (max-width: 680px) {
  .abt-us .pg-limit {
    padding-left: 16px;
    padding-right: 16px
  }

  .abt-us .ttl-blk__h1 {
    font-size: 38px
  }

  .abt-us .ttl-blk__meta {
    gap: 16px
  }

  .abt-us .team-card {
    flex-direction: column;
    padding: 16px
  }

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

  .abt-us .appr-cell--img,
  .abt-us .appr-cell--wide,
  .abt-us .appr-cell--img-sm,
  .abt-us .appr-cell--last {
    grid-column: 1 / 2;
    grid-row: auto
  }

  .abt-us .team-blk__h2,
  .abt-us .story-blk__h2,
  .abt-us .appr-blk__h2 {
    font-size: 28px
  }
}

.tm-pg {
  background: #FEFFF9;
  overflow-x: clip;
  position: relative
}

.tm-pg .pg-cap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.tm-pg .reveal-img {
  opacity: 0;
  transform: rotate(3deg) scale(0.97);
  transition: opacity .65s ease-in-out, transform .75s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tm-pg .reveal-img.loaded {
  opacity: 1;
  transform: rotate(0deg) scale(1)
}

.tm-pg ::selection {
  background: linear-gradient(90deg, #119663, #6D29E5);
  color: #FEFFF9
}

.tm-pg .tb {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #FEFFF9;
  position: relative
}

.tm-pg .tb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 60%, #1196630f 100%);
  pointer-events: none
}

.tm-pg .tb-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 72px;
  align-items: stretch
}

.tm-pg .tb-img-col {
  position: relative
}

.tm-pg .tb-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 7/9;
  position: relative
}

.tm-pg .tb-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 0%, #11966361 0%, transparent 45%), radial-gradient(ellipse at 100% 100%, #6d29e547 0%, transparent 45%);
  border-radius: 12px;
  pointer-events: none
}

.tm-pg .tb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.tm-pg .tb-dots {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 1
}

.tm-pg .tb-dots span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 36px;
  background: #119663;
  opacity: .45
}

.tm-pg .tb-dots span:nth-child(1) {
  top: 0;
  left: 0
}

.tm-pg .tb-dots span:nth-child(2) {
  top: 0;
  left: 16px;
  opacity: .3
}

.tm-pg .tb-dots span:nth-child(3) {
  top: 0;
  left: 36px;
  opacity: .2
}

.tm-pg .tb-dots span:nth-child(4) {
  top: 16px;
  left: 0;
  opacity: .35
}

.tm-pg .tb-dots span:nth-child(5) {
  top: 16px;
  left: 16px;
  opacity: .55
}

.tm-pg .tb-dots span:nth-child(6) {
  top: 16px;
  left: 36px;
  opacity: .25
}

.tm-pg .tb-dots span:nth-child(7) {
  top: 36px;
  left: 0;
  opacity: .2
}

.tm-pg .tb-dots span:nth-child(8) {
  top: 36px;
  left: 16px;
  opacity: .3
}

.tm-pg .tb-dots span:nth-child(9) {
  top: 36px;
  left: 36px;
  opacity: .15
}

.tm-pg .tb-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px
}

.tm-pg .tb-accent-line {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #119663, #6D29E5);
  border-radius: 6px;
  margin-bottom: 8px
}

.tm-pg .tb-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #119663;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.45
}

.tm-pg .tb-h1 {
  font-size: 54px;
  line-height: 1.15;
  color: #111;
  font-weight: 800;
  margin: 0
}

.tm-pg .tb-h1 em {
  font-style: normal;
  color: #6D29E5
}

.tm-pg .tb-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #2a2a2a;
  max-width: 520px;
  margin: 0
}

.tm-pg .tb-stat-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.tm-pg .tb-stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.tm-pg .tb-stat-num {
  font-size: 38px;
  font-weight: 800;
  color: #119663;
  line-height: 1.15
}

.tm-pg .tb-stat-lbl {
  font-size: 14px;
  color: #555;
  line-height: 1.45
}

.tm-pg .tb-deco-strokes {
  position: absolute;
  top: 36px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.tm-pg .tb-deco-strokes span {
  display: block;
  height: 2px;
  background: linear-gradient(to top, #6D29E5, transparent);
  border-radius: 6px;
  opacity: .18
}

.tm-pg .tb-deco-strokes span:nth-child(1) {
  width: 36px
}

.tm-pg .tb-deco-strokes span:nth-child(2) {
  width: 28px
}

.tm-pg .tb-deco-strokes span:nth-child(3) {
  width: 20px
}

.tm-pg .tb-deco-strokes span:nth-child(4) {
  width: 14px
}

.tm-pg .div-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 0
}

.tm-pg .div-a-line {
  height: 1px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #119663 50%, transparent)
}

.tm-pg .div-a-shape {
  width: 8px;
  height: 8px;
  border: 2px solid #6D29E5;
  border-radius: 6px;
  transform: rotate(45deg)
}

.tm-pg .team-sec {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  background: linear-gradient(to top, #6d29e50d, transparent)
}

.tm-pg .team-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, #1196630a 0px, #1196630a 1px, transparent 1px, transparent 10px);
  pointer-events: none
}

.tm-pg .team-hd {
  margin-bottom: 72px;
  max-width: 600px
}

.tm-pg .team-hd-accent {
  width: 36px;
  height: 3px;
  background: #6D29E5;
  border-radius: 6px;
  margin-bottom: 16px
}

.tm-pg .team-hd h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 0 0 16px
}

.tm-pg .team-hd p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0
}

.tm-pg .team-grid {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  gap: 36px;
  align-items: start
}

.tm-pg .mem-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 7px 20px 0 #1196631c;
  overflow: hidden;
  transition: box-shadow .55s ease-in-out, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tm-pg .mem-card:hover {
  box-shadow: -1px 10px 36px 0 #1196632e;
  transform: translateY(-4px)
}

.tm-pg .mem-card.center-card {
  margin-top: 36px
}

.tm-pg .mem-portrait {
  width: 100%;
  aspect-ratio: 7/9;
  overflow: hidden
}

.tm-pg .mem-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tm-pg .mem-card:hover .mem-portrait img {
  transform: scale(1.04)
}

.tm-pg .mem-info {
  padding: 36px
}

.tm-pg .mem-role {
  font-size: 14px;
  letter-spacing: .1em;
  color: #6D29E5;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 8px
}

.tm-pg .mem-name {
  font-size: 21px;
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 0 0 16px
}

.tm-pg .mem-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 16px
}

.tm-pg .mem-focus {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #11966326;
  border-left: 3px solid #119663;
  border-right: none;
  border-bottom: none;
  padding-left: 16px
}

.tm-pg .mem-focus-lbl {
  font-size: 14px;
  color: #119663;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.45
}

.tm-pg .mem-focus-val {
  font-size: 14px;
  color: #333;
  line-height: 1.45
}

.tm-pg .exp-sec {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
  position: relative
}

.tm-pg .exp-sec::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #119663 30%, #6D29E5 70%, transparent)
}

.tm-pg .exp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.tm-pg .exp-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.tm-pg .exp-hd-accent {
  width: 36px;
  height: 3px;
  background: #119663;
  border-radius: 6px
}

.tm-pg .exp-h2 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 0
}

.tm-pg .exp-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0
}

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

.tm-pg .exp-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start
}

.tm-pg .exp-ico {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(to top, #6D29E5, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px
}

.tm-pg .exp-ico svg {
  width: 14px;
  height: 14px
}

.tm-pg .exp-item-txt {
  font-size: 14px;
  line-height: 1.7;
  color: #333
}

.tm-pg .exp-item-txt strong {
  color: #111;
  font-weight: 700;
  display: block;
  margin-bottom: 4px
}

.tm-pg .exp-right {
  position: relative
}

.tm-pg .exp-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: -1px 10px 36px 0 #6d29e51c
}

.tm-pg .exp-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.tm-pg .exp-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #119663;
  color: #FEFFF9;
  border-radius: 12px;
  padding: 16px;
  box-shadow: -1px 7px 20px 0 #1196632e;
  max-width: 180px
}

.tm-pg .exp-badge-num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  display: block
}

.tm-pg .exp-badge-txt {
  font-size: 14px;
  line-height: 1.45;
  opacity: .9
}

.tm-pg .exp-deco-corner {
  position: absolute;
  top: -16px;
  left: -16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.tm-pg .exp-deco-corner span {
  display: block;
  height: 2px;
  background: #119663;
  border-radius: 6px;
  opacity: .22
}

.tm-pg .exp-deco-corner span:nth-child(1) {
  width: 36px
}

.tm-pg .exp-deco-corner span:nth-child(2) {
  width: 24px
}

.tm-pg .exp-deco-corner span:nth-child(3) {
  width: 16px
}

.tm-pg .exp-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #6D29E5;
  text-decoration: none;
  border: 2px solid #6D29E5;
  border-radius: 48px;
  padding: 16px 36px;
  position: relative;
  overflow: hidden;
  transition: color .55s ease-in-out, background .55s ease-in-out, box-shadow .55s ease-in-out;
  align-self: flex-start
}

.tm-pg .exp-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: translateX(-4px);
  opacity: 0;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .45s ease-in-out
}

.tm-pg .exp-link span {
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tm-pg .exp-link:hover {
  background: #6D29E5;
  color: #FEFFF9;
  box-shadow: -1px 7px 20px 0 #6d29e52e
}

.tm-pg .exp-link:hover svg {
  transform: translateX(0);
  opacity: 1
}

.tm-pg .exp-link:hover span {
  transform: translateX(4px)
}

.tm-pg .team-hd h2 {
  position: relative;
  display: inline-block
}

@media (max-width: 1024px) {
  .tm-pg .tb-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }

  .tm-pg .team-grid {
    grid-template-columns: 1fr 1fr
  }

  .tm-pg .mem-card.center-card {
    margin-top: 0
  }

  .tm-pg .exp-layout {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .tm-pg .exp-badge {
    position: static;
    margin-top: 16px;
    max-width: 100%
  }
}

@media (max-width: 768px) {
  .tm-pg .tb-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .tm-pg .tb-h1 {
    font-size: 38px
  }

  .tm-pg .team-grid {
    grid-template-columns: 1fr
  }

  .tm-pg .tb-stat-row {
    flex-wrap: wrap
  }

  .tm-pg .exp-h2 {
    font-size: 28px
  }

  .tm-pg .pg-cap {
    padding-left: 16px;
    padding-right: 16px
  }

  .tm-pg .tb {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .tm-pg .team-sec {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .tm-pg .exp-sec {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

.lrn-prog {
  background: #FEFFF9;
  overflow-x: clip;
  position: relative
}

.lrn-prog .pg-cap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.lrn-prog .diag-reveal {
  opacity: 0;
  animation: diagFade .85s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.lrn-prog .diag-reveal:nth-child(1) {
  animation-delay: .05s
}

.lrn-prog .diag-reveal:nth-child(2) {
  animation-delay: .18s
}

.lrn-prog .diag-reveal:nth-child(3) {
  animation-delay: .31s
}

.lrn-prog .diag-reveal:nth-child(4) {
  animation-delay: .44s
}

.lrn-prog .diag-reveal:nth-child(5) {
  animation-delay: .57s
}

@keyframes diagFade {
  from {
    opacity: 0;
    transform: translate(-18px, 14px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.lrn-prog .img-load {
  opacity: 0;
  transition: opacity .75s ease-in-out
}

.lrn-prog .img-load.loaded {
  opacity: 1
}

.lrn-prog .accent-line {
  display: block;
  width: 36px;
  height: 3px;
  background: #119663;
  margin-bottom: 16px;
  border-radius: 6px
}

.lrn-prog .accent-first::first-letter {
  color: #6D29E5;
  font-size: 21px;
  line-height: 1.15
}

.lrn-prog ::selection {
  background: linear-gradient(135deg, #119663, #6D29E5);
  color: #FEFFF9
}

.lrn-prog .ttl-blk {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.lrn-prog .ttl-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 36px;
  align-items: center
}

.lrn-prog .ttl-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px
}

.lrn-prog .ttl-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .ttl-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, #1196638c, transparent);
  pointer-events: none
}

.lrn-prog .ttl-img-wrap.right-img::after {
  background: linear-gradient(to bottom, #6d29e573, transparent)
}

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

.lrn-prog .geo-shape.sq {
  width: 80px;
  height: 80px;
  border: 2px solid #119663;
  border-radius: 6px;
  top: 16px;
  right: 16px;
  transform: rotate(22deg)
}

.lrn-prog .geo-shape.tri {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #6D29E5;
  bottom: 16px;
  left: 16px
}

.lrn-prog .ttl-txt {
  text-align: center
}

.lrn-prog .ttl-kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #119663;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.lrn-prog .ttl-h1 {
  font-size: 54px;
  line-height: 1.15;
  color: #111820;
  margin-bottom: 16px;
  font-weight: 700
}

.lrn-prog .ttl-h1 span {
  color: #6D29E5
}

.lrn-prog .ttl-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #2d3748;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px
}

.lrn-prog .ttl-theses {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 36px
}

.lrn-prog .thesis-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #2d3748;
  line-height: 1.45
}

.lrn-prog .thesis-dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #119663;
  flex-shrink: 0
}

.lrn-prog .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border: 2px solid #119663;
  border-radius: 36px;
  background: transparent;
  color: #119663;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .65s ease-in-out, color .55s ease-in-out, border-color .55s ease-in-out;
  position: relative;
  overflow: hidden
}

.lrn-prog .btn-primary .btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: translateX(-4px);
  opacity: 0;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .55s ease-in-out
}

.lrn-prog .btn-primary .btn-label {
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .btn-primary:hover {
  background: #119663;
  color: #FEFFF9;
  border-color: #119663
}

.lrn-prog .btn-primary:hover .btn-icon {
  transform: translateX(0);
  opacity: 1
}

.lrn-prog .btn-primary:hover .btn-label {
  transform: translateX(6px)
}

.lrn-prog .btn-primary:focus {
  outline: 3px solid #6D29E5;
  outline-offset: 4px
}

.lrn-prog .corner-border {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none
}

.lrn-prog .corner-border.tl {
  top: 36px;
  left: 36px;
  border-top: 2px solid #119663;
  border-left: 2px solid #119663
}

.lrn-prog .corner-border.tr {
  top: 36px;
  right: 36px;
  border-top: 2px solid #6D29E5;
  border-right: 2px solid #6D29E5
}

.lrn-prog .corner-border.bl {
  bottom: 36px;
  left: 36px;
  border-bottom: 2px solid #6D29E5;
  border-left: 2px solid #6D29E5
}

.lrn-prog .corner-border.br {
  bottom: 36px;
  right: 36px;
  border-bottom: 2px solid #119663;
  border-right: 2px solid #119663
}

.lrn-prog .svg-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

.lrn-prog .prog-detail {
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(to top, #6d29e50f, transparent), linear-gradient(160deg, #1196630a 0%, #fefff9ff 50%, #6d29e50d 100%);
  position: relative
}

.lrn-prog .mesh-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 15% 80%, #11966312 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 85% 20%, #6d29e50f 0%, transparent 65%);
  pointer-events: none
}

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

.lrn-prog .prog-left h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #111820;
  font-weight: 700;
  margin-bottom: 16px
}

.lrn-prog .prog-left .sub-p {
  font-size: 17px;
  line-height: 1.7;
  color: #2d3748;
  margin-bottom: 36px
}

.lrn-prog .module-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 36px
}

.lrn-prog .module-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: start
}

.lrn-prog .mod-num {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 2px solid #119663;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #119663;
  flex-shrink: 0;
  transition: background .65s ease-in-out, color .55s ease-in-out
}

.lrn-prog .module-list li:hover .mod-num {
  background: #119663;
  color: #FEFFF9
}

.lrn-prog .mod-text strong {
  display: block;
  font-size: 17px;
  color: #111820;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.45
}

.lrn-prog .mod-text span {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7
}

.lrn-prog .prog-right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.lrn-prog .metrics-card {
  background: #FEFFF9;
  border-radius: 12px;
  padding: 36px;
  box-shadow: -1px 7px 20px 0 #1196631c
}

.lrn-prog .metrics-card h4 {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6D29E5;
  font-weight: 700;
  margin-bottom: 36px
}

.lrn-prog .before-after {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px
}

.lrn-prog .ba-col {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .ba-label {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.lrn-prog .ba-label.before {
  color: #718096
}

.lrn-prog .ba-label.after {
  color: #119663
}

.lrn-prog .ba-val {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #111820
}

.lrn-prog .ba-desc {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.45
}

.lrn-prog .ba-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.lrn-prog .arrow-svg {
  width: 28px;
  height: 28px;
  color: #119663
}

.lrn-prog .impr-badge {
  font-size: 14px;
  font-weight: 700;
  color: #119663;
  text-align: center
}

.lrn-prog .ba-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #11966333, transparent);
  margin: 16px 0
}

.lrn-prog .expert-strip {
  background: #111820;
  border-radius: 12px;
  padding: 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  box-shadow: -1px 10px 36px 0 #6d29e51c
}

.lrn-prog .expert-portrait {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.lrn-prog .expert-portrait img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .expert-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .expert-name {
  font-size: 17px;
  font-weight: 700;
  color: #FEFFF9;
  line-height: 1.15
}

.lrn-prog .expert-role {
  font-size: 14px;
  color: #fefff9a6;
  line-height: 1.45
}

.lrn-prog .expert-quote {
  font-size: 14px;
  color: #fefff9d9;
  line-height: 1.7;
  margin-top: 8px;
  grid-column: 1 / -1;
  border-top: 1px solid #fefff91f;
  padding-top: 16px
}

.lrn-prog .second-expert {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 36px;
  border-radius: 12px;
  border: 1.5px solid #6d29e52e;
  background: #6d29e508;
  box-shadow: -1px 3px 3px 0 #6d29e50f
}

.lrn-prog .second-expert .expert-name {
  color: #111820
}

.lrn-prog .second-expert .expert-role {
  color: #6D29E5;
  opacity: 1
}

.lrn-prog .second-expert .expert-quote {
  color: #2d3748;
  border-top-color: #6d29e51f;
  grid-column: 1 / -1
}

.lrn-prog .rotate-click {
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block
}

.lrn-prog .rotate-click:active {
  transform: rotate(180deg)
}

.lrn-prog .format-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px
}

.lrn-prog .fmt-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 6px;
  background: #1196630d;
  border: 1px solid #1196631f
}

.lrn-prog .fmt-label {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #119663;
  font-weight: 700
}

.lrn-prog .fmt-val {
  font-size: 17px;
  font-weight: 600;
  color: #111820;
  line-height: 1.45
}

@media (max-width: 1024px) {
  .lrn-prog .ttl-grid {
    grid-template-columns: 1fr 3fr 1fr;
    gap: 16px
  }

  .lrn-prog .ttl-h1 {
    font-size: 38px
  }

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

@media (max-width: 768px) {
  .lrn-prog .ttl-grid {
    grid-template-columns: 1fr
  }

  .lrn-prog .ttl-img-wrap {
    display: none
  }

  .lrn-prog .ttl-h1 {
    font-size: 28px
  }

  .lrn-prog .format-strip {
    grid-template-columns: 1fr
  }

  .lrn-prog .before-after {
    grid-template-columns: 1fr
  }

  .lrn-prog .ba-arrow {
    display: none
  }

  .lrn-prog .expert-strip {
    grid-template-columns: 1fr
  }

  .lrn-prog .second-expert {
    grid-template-columns: 1fr
  }

  .lrn-prog .corner-border {
    display: none
  }
}

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

.ctus-pg .pg-bound {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.ctus-pg .title-blk {
  background: linear-gradient(to top, transparent, #6D29E5 180%);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.ctus-pg .title-blk .tb-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 36px
}

.ctus-pg .title-blk .tb-text {
  flex: 1 1 55%
}

.ctus-pg .title-blk .tb-img-col {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.ctus-pg .title-blk .tb-label {
  font-size: 14px;
  letter-spacing: .18em;
  color: #FEFFF9;
  opacity: .72;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.45
}

.ctus-pg .title-blk .tb-h1 {
  font-size: 70px;
  line-height: 1.15;
  color: #FEFFF9;
  margin-bottom: 16px;
  font-weight: 800
}

.ctus-pg .title-blk .tb-h1 span {
  color: #119663
}

.ctus-pg .title-blk .tb-sub {
  font-size: 21px;
  line-height: 1.45;
  color: #FEFFF9;
  opacity: .88;
  max-width: 480px
}

.ctus-pg .title-blk .tb-img {
  width: 100%;
  max-width: 440px;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  filter: grayscale(100%) contrast(1.15);
  opacity: 0;
  transition: opacity .65s ease-in-out;
  display: block
}

.ctus-pg .title-blk .tb-img.loaded {
  opacity: .72
}

.ctus-pg .form-contact-blk {
  background: #FEFFF9;
  padding-top: 72px;
  padding-bottom: 72px;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%)
}

.ctus-pg .form-contact-blk .fc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.ctus-pg .form-contact-blk .fc-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus-pg .form-contact-blk .fc-right {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus-pg .blk-accent-line {
  width: 48px;
  height: 3px;
  background: #119663;
  border-radius: 6px;
  margin-bottom: 16px
}

.ctus-pg .fc-left .sec-h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #1b1b2e;
  font-weight: 700
}

.ctus-pg .fc-left .sec-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #2e2e42
}

.ctus-pg .fc-left .divider-vert {
  width: 1px;
  background: linear-gradient(to top, transparent, #6D29E5 80%, transparent);
  align-self: stretch;
  display: none
}

.ctus-pg .info-pairs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.ctus-pg .info-pairs .ip-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #11966326;
  border-left: 4px solid #119663;
  background: #fff;
  box-shadow: -1px 3px 3px 0 #1196630f;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus-pg .info-pairs .ip-row:hover {
  box-shadow: -1px 7px 20px 0 #1196631c;
  border-color: #11966366
}

.ctus-pg .info-pairs .ip-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.ctus-pg .info-pairs .ip-icon svg {
  width: 22px;
  height: 22px;
  stroke: #119663;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus-pg .info-pairs .ip-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus-pg .info-pairs .ip-label {
  font-size: 14px;
  letter-spacing: .1em;
  color: #6D29E5;
  text-transform: uppercase;
  line-height: 1.45
}

.ctus-pg .info-pairs .ip-val {
  font-size: 17px;
  line-height: 1.45;
  color: #1b1b2e
}

.ctus-pg .info-pairs .ip-val a {
  color: #1b1b2e;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.ctus-pg .info-pairs .ip-val a:hover {
  color: #119663
}

.ctus-pg .form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 36px;
  box-shadow: -1px 10px 36px 0 #6d29e51c;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus-pg .form-wrap .fw-heading {
  font-size: 28px;
  line-height: 1.15;
  color: #1b1b2e;
  font-weight: 700;
  margin-bottom: 8px
}

.ctus-pg .form-wrap .field-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus-pg .form-wrap label {
  font-size: 14px;
  letter-spacing: .08em;
  color: #2e2e42;
  text-transform: uppercase;
  line-height: 1.45
}

.ctus-pg .form-wrap input[type="text"],
.ctus-pg .form-wrap input[type="email"],
.ctus-pg .form-wrap select,
.ctus-pg .form-wrap textarea {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #6d29e533;
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.45;
  color: #1b1b2e;
  background: #FEFFF9;
  outline: none;
  transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.ctus-pg .form-wrap input[type="text"]::placeholder,
.ctus-pg .form-wrap input[type="email"]::placeholder,
.ctus-pg .form-wrap textarea::placeholder {
  color: #8a8aaa;
  font-style: italic
}

.ctus-pg .form-wrap input[type="text"]:focus,
.ctus-pg .form-wrap input[type="email"]:focus,
.ctus-pg .form-wrap select:focus,
.ctus-pg .form-wrap textarea:focus {
  border-color: #119663;
  box-shadow: -1px 3px 3px 0 #1196630f
}

.ctus-pg .form-wrap select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236D29E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px
}

.ctus-pg .form-wrap textarea {
  resize: vertical;
  min-height: 120px
}

.ctus-pg .form-wrap .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-top: 8px
}

.ctus-pg .form-wrap .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #119663;
  cursor: pointer
}

.ctus-pg .form-wrap .privacy-row .priv-text {
  font-size: 14px;
  line-height: 1.7;
  color: #2e2e42
}

.ctus-pg .form-wrap .privacy-row .priv-text a {
  color: #6D29E5;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .5s ease-in-out
}

.ctus-pg .form-wrap .privacy-row .priv-text a:hover {
  color: #119663
}

.ctus-pg .form-wrap .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border: 2px solid #119663;
  border-radius: 6px;
  background: transparent;
  color: #119663;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.ctus-pg .form-wrap .submit-btn:hover {
  background: #119663;
  color: #FEFFF9;
  box-shadow: -1px 7px 20px 0 #1196631c
}

.ctus-pg .form-wrap .submit-btn:focus {
  outline: 3px solid #6D29E5;
  outline-offset: 3px
}

.ctus-pg .form-wrap .submit-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus-pg .form-wrap .submit-btn:hover svg {
  transform: translateX(4px)
}

.ctus-pg .scan-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0
}

.ctus-pg .title-blk .scan-bg {
  inset: 0
}

.ctus-pg .scan-lines {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  background-image: repeating-linear-gradient(to bottom, transparent 0px, transparent 7px, #fefff90a 7px, #fefff90a 8px);
  animation: scan-drift 18s linear infinite
}

@keyframes scan-drift {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(33.33%)
  }
}

.ctus-pg .title-blk .tb-text,
.ctus-pg .title-blk .tb-img-col {
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .ctus-pg .title-blk .tb-h1 {
    font-size: 54px
  }

  .ctus-pg .form-contact-blk .fc-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ctus-pg .title-blk .tb-img-col {
    flex: 0 0 42%
  }
}

@media (max-width: 768px) {
  .ctus-pg .title-blk .tb-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .ctus-pg .title-blk .tb-img-col {
    flex: 0 0 auto;
    width: 100%;
    align-items: flex-start
  }

  .ctus-pg .title-blk .tb-img {
    max-width: 100%;
    height: 260px
  }

  .ctus-pg .title-blk .tb-h1 {
    font-size: 38px
  }

  .ctus-pg .title-blk .tb-sub {
    font-size: 17px
  }

  .ctus-pg .form-contact-blk {
    clip-path: none;
    padding-top: 36px
  }

  .ctus-pg .form-wrap {
    padding: 16px
  }

  .ctus-pg .pg-bound {
    padding-left: 16px;
    padding-right: 16px
  }
}

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

.frst .pg-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px
}

@keyframes letterDrop {
  0% {
    opacity: 0;
    transform: translateY(-40px)
  }

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

@keyframes imgFadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  20% {
    transform: translateX(-6px)
  }

  40% {
    transform: translateX(6px)
  }

  60% {
    transform: translateX(-4px)
  }

  80% {
    transform: translateX(4px)
  }
}

.frst .ttl-blk {
  position: relative;
  background: #FEFFF9;
  padding: 72px 0 36px
}

.frst .ttl-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #119663 0%, transparent 100%);
  opacity: .04;
  pointer-events: none
}

.frst .ttl-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 72px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px
}

.frst .ttl-text {
  flex: 1 1 55%;
  position: relative;
  z-index: 1
}

.frst .ttl-text::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #119663;
  margin-bottom: 16px;
  border-radius: 6px
}

.frst .ttl-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #6D29E5;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.frst .ttl-h1 {
  font-size: 70px;
  line-height: 1.15;
  color: #1a1a1a;
  color: #1b1b1b;
  color: #222;
  margin: 0 0 16px;
  overflow: hidden
}

.frst .ttl-h1 .ltr {
  display: inline-block;
  opacity: 0;
  animation: letterDrop .65s ease-in-out forwards
}

.frst .ttl-h1 .punct {
  color: #119663
}

.frst .ttl-sub {
  font-size: 21px;
  line-height: 1.45;
  color: #333;
  max-width: 520px;
  margin: 0 0 36px
}

.frst .ttl-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border: 2px solid #119663;
  border-radius: 36px;
  background: transparent;
  color: #119663;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: color .55s ease-in-out, background .55s ease-in-out, border-color .55s ease-in-out;
  position: relative;
  overflow: hidden
}

.frst .ttl-cta svg {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .55s ease-in-out, transform .55s ease-in-out;
  flex-shrink: 0
}

.frst .ttl-cta:hover {
  background: #119663;
  color: #FEFFF9
}

.frst .ttl-cta:hover svg {
  opacity: 1;
  transform: translateX(0)
}

.frst .ttl-cta:hover .cta-txt {
  transform: translateX(4px)
}

.frst .cta-txt {
  transition: transform .55s ease-in-out
}

.frst .ttl-img-col {
  flex: 0 0 38%;
  position: relative
}

.frst .ttl-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #1196631c;
  position: relative
}

.frst .ttl-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  animation: imgFadeIn .9s ease-in-out forwards;
  opacity: 0;
  animation-delay: .4s
}

.frst .ttl-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1196632e 100%);
  pointer-events: none;
  border-radius: 12px
}

.frst .ttl-deco {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #6D29E5 transparent transparent;
  opacity: .18;
  pointer-events: none
}

.frst .rep-blk {
  background: #FEFFF9;
  position: relative;
  padding: 72px 0
}

.frst .rep-blk::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to right, #119663, #6D29E5, transparent);
  pointer-events: none
}

.frst .rep-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px
}

.frst .rep-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.frst .rep-left {
  position: relative
}

.frst .rep-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 10px 36px 0 #1196631c;
  position: relative
}

.frst .rep-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: imgFadeIn .9s ease-in-out forwards;
  opacity: 0;
  animation-delay: .6s
}

.frst .rep-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, #6d29e524 100%);
  pointer-events: none
}

.frst .rep-deco-corner {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #119663;
  opacity: .15;
  pointer-events: none
}

.frst .rep-right {
  padding-top: 8px
}

.frst .sec-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #6D29E5;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px
}

.frst .sec-rule {
  width: 36px;
  height: 2px;
  background: #119663;
  border-radius: 6px;
  margin-bottom: 16px
}

.frst .rep-h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #222;
  margin: 0 0 16px
}

.frst .rep-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 36px
}

.frst .rep-refs {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frst .rep-ref-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #11966326;
  background: #fff;
  box-shadow: -1px 3px 3px 0 #1196630f;
  transition: box-shadow .55s ease-in-out, border-color .55s ease-in-out
}

.frst .rep-ref-item:hover {
  box-shadow: -1px 7px 20px 0 #1196631c;
  border-color: #1196634d
}

.frst .rep-ref-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(to top, #119663, transparent);
  opacity: .85;
  display: flex;
  align-items: center;
  justify-content: center
}

.frst .rep-ref-icon svg {
  width: 18px;
  height: 18px
}

.frst .rep-ref-text {
  flex: 1
}

.frst .rep-ref-name {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin: 0 0 4px
}

.frst .rep-ref-desc {
  font-size: 14px;
  line-height: 1.45;
  color: #555;
  margin: 0
}

.frst .inv-blk {
  position: relative;
  padding: 72px 0;
  background: #fff
}

.frst .inv-blk::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #6D29E5 0%, transparent 100%);
  opacity: .03;
  pointer-events: none
}

.frst .inv-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px
}

.frst .inv-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.frst .inv-lead {
  grid-column: 1 / 2
}

.frst .inv-h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #222;
  margin: 0 0 16px
}

.frst .inv-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px
}

.frst .inv-cards {
  grid-column: 2 / 4;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frst .inv-card {
  display: flex;
  flex-direction: row;
  gap: 36px;
  padding: 36px;
  border-radius: 12px;
  background: #FEFFF9;
  border: 1px solid #6d29e51f;
  box-shadow: -1px 3px 3px 0 #6d29e50f;
  align-items: flex-start;
  transition: box-shadow .6s ease-in-out, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.frst .inv-card:hover {
  box-shadow: -1px 10px 36px 0 #6d29e51c;
  transform: translateY(-2px)
}

.frst .inv-card-num {
  font-size: 54px;
  line-height: 1.15;
  color: #119663;
  font-weight: 700;
  flex-shrink: 0;
  opacity: .22;
  min-width: 72px
}

.frst .inv-card-body {
  flex: 1
}

.frst .inv-card-title {
  font-size: 21px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px
}

.frst .inv-card-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0
}

.frst .inv-img-wrap {
  grid-column: 1 / 2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #1196631c;
  margin-top: 36px;
  position: relative
}

.frst .inv-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: imgFadeIn .9s ease-in-out forwards;
  opacity: 0;
  animation-delay: .5s
}

.frst .inv-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #11966329 100%);
  pointer-events: none
}

.frst .sup-blk {
  position: relative;
  padding: 72px 0;
  background: #FEFFF9
}

.frst .sup-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, #6D29E5, #119663, transparent);
  pointer-events: none
}

.frst .sup-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px
}

.frst .sup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.frst .sup-text {
  order: 2
}

.frst .sup-visual {
  order: 1
}

.frst .sup-h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #222;
  margin: 0 0 16px
}

.frst .sup-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 36px
}

.frst .sup-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 10px 36px 0 #6d29e51c;
  position: relative
}

.frst .sup-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: imgFadeIn .9s ease-in-out forwards;
  opacity: 0;
  animation-delay: .5s
}

.frst .sup-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 38%, #6d29e526 100%);
  pointer-events: none
}

.frst .sup-deco-corner {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #119663 transparent transparent;
  opacity: .12;
  pointer-events: none
}

.frst .feed-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.frst .feed-entry {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #1196631f;
  box-shadow: -1px 3px 3px 0 #1196630f;
  transition: box-shadow .5s ease-in-out
}

.frst .feed-entry:hover {
  box-shadow: -1px 7px 20px 0 #1196631c
}

.frst .feed-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(to top, #6D29E5, transparent);
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center
}

.frst .feed-icon svg {
  width: 16px;
  height: 16px
}

.frst .feed-body {
  flex: 1
}

.frst .feed-time {
  font-size: 14px;
  color: #6D29E5;
  letter-spacing: .06em;
  margin-bottom: 4px;
  display: block
}

.frst .feed-desc {
  font-size: 14px;
  line-height: 1.45;
  color: #444;
  margin: 0
}

.frst .feed-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #11966333, #6d29e533, transparent);
  border: none;
  margin: 0
}

.frst .avl-blk {
  position: relative;
  padding: 72px 0;
  background: #fff
}

.frst .avl-blk::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #119663 0%, transparent 100%);
  opacity: .03;
  pointer-events: none
}

.frst .avl-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 36px
}

.frst .avl-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 36px
}

.frst .avl-h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #222;
  margin: 0 0 16px
}

.frst .avl-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0
}

.frst .avl-sub-note {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #1196632e
}

.frst .avl-programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px
}

.frst .avl-prog {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 7px 20px 0 #1196631c;
  background: #FEFFF9;
  border: 1px solid #1196631a;
  transition: box-shadow .65s ease-in-out, transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column
}

.frst .avl-prog:hover {
  box-shadow: -1px 10px 36px 0 #1196631c;
  transform: translateY(-3px)
}

.frst .avl-prog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: imgFadeIn .9s ease-in-out forwards;
  opacity: 0;
  animation-delay: .5s
}

.frst .avl-prog-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.frst .avl-prog-tag {
  font-size: 14px;
  letter-spacing: .1em;
  color: #6D29E5;
  text-transform: uppercase
}

.frst .avl-prog-name {
  font-size: 21px;
  line-height: 1.45;
  color: #222;
  margin: 0;
  font-weight: 600
}

.frst .avl-prog-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0;
  flex: 1
}

.frst .avl-prog-pair {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #11966326;
  margin-top: 8px
}

.frst .avl-prog-pair-label {
  font-size: 14px;
  color: #888;
  flex: 1
}

.frst .avl-prog-pair-val {
  font-size: 14px;
  color: #119663;
  font-weight: 600
}

.frst .avl-expert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.frst .avl-portrait {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border: 2px solid #11966333
}

.frst .avl-expert-name {
  font-size: 14px;
  color: #444
}

.frst .inv-form-field:invalid {
  animation: shake .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@media (max-width: 1024px) {
  .frst .ttl-inner {
    flex-direction: column;
    gap: 36px
  }

  .frst .ttl-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .frst .ttl-h1 {
    font-size: 54px
  }

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

  .frst .inv-layout {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .frst .inv-lead {
    grid-column: 1 / 2
  }

  .frst .inv-cards {
    grid-column: 1 / 2
  }

  .frst .inv-img-wrap {
    grid-column: 1 / 2;
    margin-top: 0
  }

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

  .frst .sup-text {
    order: 1
  }

  .frst .sup-visual {
    order: 2
  }

  .frst .avl-top {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .frst .avl-programs {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 700px) {
  .frst .ttl-h1 {
    font-size: 38px
  }

  .frst .avl-programs {
    grid-template-columns: 1fr
  }

  .frst .inv-card {
    flex-direction: column;
    gap: 8px
  }

  .frst .inv-card-num {
    font-size: 38px
  }

  .frst .pg-wrap {
    padding: 0 16px
  }

  .frst .ttl-inner,
  .frst .rep-inner,
  .frst .inv-inner,
  .frst .sup-inner,
  .frst .avl-inner {
    padding: 0 16px
  }

  .frst .ttl-blk {
    padding: 36px 0
  }

  .frst .rep-blk,
  .frst .inv-blk,
  .frst .sup-blk,
  .frst .avl-blk {
    padding: 36px 0
  }
}

.succ-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 36px;
  background: linear-gradient(to top, #11966312 0%, #FEFFF9 100%)
}

.succ-page .succ-wrap {
  max-width: 1500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px
}

.succ-page .succ-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 7px 20px 0 #1196631c;
  padding: 72px;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center
}

.succ-page .succ-card .succ-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

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

.succ-page .succ-card .succ-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.succ-page .succ-card .succ-label {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .12em;
  color: #119663;
  text-transform: uppercase;
  font-weight: 600
}

.succ-page .succ-card .succ-heading {
  font-size: 38px;
  line-height: 1.15;
  color: #1b1b2e;
  font-weight: 700;
  margin: 0
}

.succ-page .succ-card .succ-text {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3a4a;
  margin: 0;
  max-width: 480px
}

.succ-page .succ-card .succ-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(to right, #119663, #6D29E5);
  border-radius: 6px;
  flex-shrink: 0
}

.succ-page .succ-card .succ-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center
}

.succ-page .succ-card .succ-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #119663;
  background: transparent;
  color: #119663;
  transition: background-color .55s ease-in-out, color .55s ease-in-out, border-color .55s ease-in-out, box-shadow .65s ease-in-out;
  position: relative;
  overflow: hidden
}

.succ-page .succ-card .succ-btn .btn-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .45s ease-in-out, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.succ-page .succ-card .succ-btn .btn-txt {
  display: inline-block;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.succ-page .succ-card .succ-btn:hover {
  background: #119663;
  color: #FEFFF9;
  box-shadow: -1px 7px 20px 0 #1196631c
}

.succ-page .succ-card .succ-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0)
}

.succ-page .succ-card .succ-btn:hover .btn-txt {
  transform: translateX(8px)
}

.succ-page .succ-card .succ-btn:focus-visible {
  outline: 3px solid #6D29E5;
  outline-offset: 3px
}

.succ-page .succ-card .succ-btn--secondary {
  border-color: #6D29E5;
  color: #6D29E5
}

.succ-page .succ-card .succ-btn--secondary:hover {
  background: #6D29E5;
  color: #FEFFF9;
  box-shadow: -1px 7px 20px 0 #6d29e51c
}

.succ-page .succ-note {
  font-size: 14px;
  line-height: 1.7;
  color: #3a3a4a;
  text-align: center;
  max-width: 480px
}

.succ-page .succ-note a {
  color: #119663;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .45s ease-in-out
}

.succ-page .succ-note a:hover {
  color: #6D29E5
}

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

  .succ-page .succ-card {
    padding: 36px 16px;
    gap: 16px
  }

  .succ-page .succ-card .succ-heading {
    font-size: 28px
  }

  .succ-page .succ-card .succ-actions {
    flex-direction: column;
    align-items: stretch
  }

  .succ-page .succ-card .succ-btn {
    justify-content: center
  }
}