body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Spectral', Georgia, serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1e1e2e;
  background: #f5f5f7
}

.pageShell {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

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

:focus:not(:focus-visible) {
  outline: none
}

.siteHead {
  background: linear-gradient(135deg, #f0f1fb 0%, #e8f6fa 60%, #e2fefe 100%);
  border-bottom: 1px solid #6c7ac82e;
  position: relative
}

.headTop {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 72px
}

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

.logoShell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffd1;
  border-radius: 24px;
  padding: 8px 16px;
  box-shadow: 0 2px 5px -2px #6c7ac80f 0 7px 28px -2px #6c7ac81c;
  border: 1px solid #6c7ac826;
  min-width: 44px;
  min-height: 44px
}

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

.brandName {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.1;
  color: #6C7AC8;
  white-space: nowrap
}

.headDivider {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, #6c7ac84d, transparent);
  flex-shrink: 0
}

.headContact {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0
}

.headPhone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2a2a3e;
  text-decoration: none;
  letter-spacing: .01em;
  padding: 8px 16px;
  border-radius: 9px;
  background: #6c7ac814;
  transition: background .18s ease-out, color .22s ease-out;
  min-height: 44px;
  box-sizing: border-box
}

.headPhone:hover {
  background: #6c7ac82e;
  color: #6C7AC8
}

.phoneIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

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

.accentDot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, #6C7AC8, #8EC9DB);
  transform: rotate(45deg);
  flex-shrink: 0
}

.accentDot.small {
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #8EC9DB, #AAF5F1)
}

.headNav {
  background: #fff9;
  border-top: 1px solid #6c7ac81a;
  border-bottom: 1px solid #8ec9db26
}

.navShell {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.navItem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #2a2a3e;
  text-decoration: none;
  border-right: 1px solid #6c7ac824;
  transition: color .16s ease-out, background .2s ease-out;
  white-space: nowrap;
  min-height: 52px;
  box-sizing: border-box;
  position: relative
}

.navItem:first-child {
  border-left: 1px solid #6c7ac824
}

.navItem:hover {
  color: #6C7AC8;
  background: #6c7ac80f
}

.navItem.active {
  color: #6C7AC8;
  font-weight: 700
}

.navItem.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #6C7AC8, #8EC9DB)
}

.navDot {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #8EC9DB;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity .16s ease-out
}

.navItem:hover .navDot,
.navItem.active .navDot {
  opacity: 1
}

.navTagline {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 0 24px;
  font-size: 15px;
  color: #6C7AC8;
  letter-spacing: .02em;
  opacity: .75
}

@media (max-width: 1024px) {
  .headTop {
    padding: 0 16px;
    gap: 16px;
    min-height: 64px
  }

  .navShell {
    padding: 0 16px
  }

  .navItem {
    padding: 16px
  }

  .navTagline {
    display: none
  }

  .pageShell {
    padding: 0 16px
  }
}

@media (max-width: 768px) {
  .headTop {
    padding: 0 16px;
    min-height: 60px;
    flex-wrap: wrap;
    gap: 8px
  }

  .headContact {
    margin-left: 0
  }

  .brandName {
    font-size: 18px
  }

  .navShell {
    padding: 0 8px
  }

  .navItem {
    padding: 12px;
    font-size: 15px
  }

  .headDivider {
    display: none
  }
}

@media (max-width: 320px) {
  .headTop {
    padding: 0 8px
  }

  .navShell {
    padding: 0 4px
  }

  .navItem {
    padding: 12px 8px;
    font-size: 15px
  }

  .brandName {
    display: none
  }
}

.siteFoot {
  background: linear-gradient(160deg, #eef0fb 0%, #e6f4f9 50%, #e0fcfc 100%);
  border-top: 1px solid #6c7ac826;
  padding: 64px 0 32px
}

.footGrid {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start
}

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

.footLogoShell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffffd9;
  border-radius: 24px;
  padding: 8px 16px;
  box-shadow: 0 2px 5px -2px #6c7ac80f 0 7px 28px -2px #6c7ac81c;
  border: 1px solid #6c7ac826;
  width: fit-content;
  min-height: 44px
}

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

.footBrandName {
  font-size: 18px;
  font-weight: 700;
  color: #6C7AC8;
  letter-spacing: .01em;
  line-height: 1.1
}

.footDesc {
  font-size: 15px;
  color: #3a3a52;
  line-height: 1.9;
  letter-spacing: .01em
}

.footAccentBar {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 8px
}

.footBar {
  height: 3px;
  border-radius: 2px
}

.footBar.wide {
  width: 32px;
  background: #6C7AC8
}

.footBar.mid {
  width: 16px;
  background: #8EC9DB
}

.footBar.slim {
  width: 8px;
  background: #AAF5F1
}

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

.footColHead {
  font-size: 15px;
  font-weight: 700;
  color: #6C7AC8;
  letter-spacing: .02em;
  line-height: 1.1;
  padding-bottom: 8px;
  border-bottom: 1px solid #6c7ac82e
}

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

.footLinks li {
  display: flex;
  align-items: center;
  gap: 8px
}

.footLinks a {
  font-size: 15px;
  color: #2a2a3e;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.5;
  transition: color .18s ease-out;
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.footLinks a:hover {
  color: #6C7AC8
}

.footLinkArrow {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: .4
}

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

.footContactList li {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.footContactLabel {
  font-size: 15px;
  color: #6a6a8a;
  letter-spacing: .02em
}

.footContactVal {
  font-size: 15px;
  color: #2a2a3e;
  text-decoration: none;
  letter-spacing: .01em;
  font-weight: 700;
  transition: color .2s ease-out
}

.footContactVal:hover {
  color: #6C7AC8
}

.footBottom {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 32px auto 0;
  padding: 32px 32px 0;
  border-top: 1px solid #6c7ac81f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.footCopy {
  font-size: 15px;
  color: #6a6a8a;
  letter-spacing: .01em;
  line-height: 1.5
}

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

.footPolicyLinks a {
  font-size: 15px;
  color: #6a6a8a;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .16s ease-out;
  padding: 4px 0
}

.footPolicyLinks a:hover {
  color: #6C7AC8
}

.footPolicySep {
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #6c7ac859;
  flex-shrink: 0
}

@media (max-width: 1024px) {
  .footGrid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 16px
  }

  .footBrand {
    grid-column: 1 / -1
  }

  .footBottom {
    padding: 32px 16px 0
  }
}

@media (max-width: 768px) {
  .siteFoot {
    padding: 32px 0
  }

  .footGrid {
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 32px
  }

  .footBrand {
    grid-column: auto
  }

  .footBottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 16px 0
  }
}

@media (max-width: 320px) {
  .footGrid {
    padding: 0 8px
  }

  .footBottom {
    padding: 32px 8px 0
  }
}

.cookieBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(90deg, #f0f1fb 0%, #e8f6fa 100%);
  border-top: 1px solid #6c7ac838;
  box-shadow: 0 -7px 28px -2px #6c7ac81c
}

.cookieBarInner {
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.cookieIconMount {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, #6C7AC8, #8EC9DB);
  display: flex;
  align-items: center;
  justify-content: center
}

.cookieIconMount svg {
  width: 20px;
  height: 20px
}

.cookieText {
  flex: 1;
  min-width: 200px;
  font-size: 15px;
  color: #2a2a3e;
  line-height: 1.5;
  letter-spacing: .01em
}

.cookieText strong {
  color: #6C7AC8;
  font-weight: 700
}

.cookieBtns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap
}

.cookieAccept {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: 'Spectral', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #6C7AC8, #8EC9DB);
  border: none;
  border-radius: 9px;
  cursor: pointer;
  letter-spacing: .01em;
  min-height: 44px;
  box-shadow: 0 2px 5px -2px #6c7ac80f 0 7px 28px -2px #6c7ac81c;
  transition: opacity .18s ease-out, box-shadow .22s ease-out
}

.cookieAccept:hover {
  opacity: .9;
  box-shadow: 0 12px 36px -2px #6c7ac81a
}

.cookieDecline {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  font-family: 'Spectral', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a8a;
  background: transparent;
  border: 1px solid #6c7ac840;
  border-radius: 9px;
  cursor: pointer;
  letter-spacing: .01em;
  min-height: 44px;
  transition: color .18s ease-out, border-color .2s ease-out
}

.cookieDecline:hover {
  color: #6C7AC8;
  border-color: #6c7ac880
}

@media (max-width: 768px) {
  .cookieBarInner {
    padding: 16px;
    gap: 16px
  }

  .cookieBtns {
    width: 100%;
    justify-content: flex-end
  }
}

@media (max-width: 320px) {
  .cookieBarInner {
    padding: 16px 8px
  }

  .cookieBtns {
    flex-direction: column;
    align-items: stretch
  }

  .cookieAccept,
  .cookieDecline {
    justify-content: center
  }
}

.terms-body {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 32px
}

.terms-body h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6C7AC8;
  margin-bottom: 32px;
  margin-top: 0
}

.terms-body h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6C7AC8;
  margin-top: 64px;
  margin-bottom: 16px
}

.terms-body h3 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #8EC9DB;
  margin-top: 32px;
  margin-bottom: 16px
}

.terms-body h4 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #8EC9DB;
  margin-top: 32px;
  margin-bottom: 8px
}

.terms-body h5 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #AAF5F1;
  margin-top: 16px;
  margin-bottom: 8px
}

.terms-body h6 {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #AAF5F1;
  margin-top: 16px;
  margin-bottom: 8px
}

.terms-body p {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2a2a35;
  margin-top: 0;
  margin-bottom: 16px
}

.terms-body ul,
.terms-body ol {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2a2a35;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px
}

.terms-body ul {
  list-style: none;
  padding-left: 16px
}

.terms-body ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px
}

.terms-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #6C7AC8;
  transform: rotate(45deg)
}

.terms-body ol {
  list-style: decimal
}

.terms-body ol li {
  margin-bottom: 8px;
  padding-left: 4px
}

.terms-body ol li::marker {
  color: #6C7AC8;
  font-size: 15px
}

.terms-body strong,
.terms-body b {
  font-weight: 700;
  color: #1e1e2a
}

.terms-body em,
.terms-body i {
  font-style: italic;
  color: #3a3a4a
}

.terms-body a {
  color: #6C7AC8;
  text-decoration: underline;
  text-decoration-color: #6c7ac859;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .22s ease-out
}

.terms-body a:hover {
  color: #8EC9DB;
  text-decoration-color: #8ec9db99
}

.terms-body div {
  font-size: 18px;
  line-height: 1.9;
  color: #2a2a35
}

@media (max-width: 1024px) {
  .terms-body {
    padding: 64px 32px
  }

  .terms-body h1 {
    font-size: 38px
  }

  .terms-body h2 {
    font-size: 28px
  }
}

@media (max-width: 768px) {
  .terms-body {
    padding: 32px 16px
  }

  .terms-body h1 {
    font-size: 28px
  }

  .terms-body h2 {
    font-size: 22px;
    margin-top: 32px
  }

  .terms-body h3 {
    font-size: 18px
  }

  .terms-body h4,
  .terms-body h5,
  .terms-body h6 {
    font-size: 15px
  }

  .terms-body p,
  .terms-body ul,
  .terms-body ol,
  .terms-body div {
    font-size: 15px
  }
}

@media (max-width: 320px) {
  .terms-body {
    padding: 16px 8px
  }
}

.aboutUs {
  max-width: 100%;
  overflow-x: clip
}

.aboutUs .au-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.aboutUs .au-divider {
  height: 2px;
  background: linear-gradient(90deg, #6C7AC8 0%, #8EC9DB 55%, #f0f4f8 100%);
  border: none;
  margin: 0
}

.aboutUs .au-title {
  padding: 64px 0 96px;
  background: linear-gradient(160deg, #f2f4fc 0%, #eaf6fa 60%, #f5fffe 100%);
  position: relative
}

.aboutUs .au-title .au-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start
}

.aboutUs .au-titledeco {
  position: absolute;
  top: 32px;
  right: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: none
}

.aboutUs .au-dot {
  border-radius: 24px;
  background: #8EC9DB;
  opacity: .18
}

.aboutUs .au-dot.lg {
  width: 48px;
  height: 48px
}

.aboutUs .au-dot.md {
  width: 28px;
  height: 28px;
  background: #6C7AC8;
  opacity: .13
}

.aboutUs .au-dot.sm {
  width: 16px;
  height: 16px;
  background: #AAF5F1;
  opacity: .22
}

.aboutUs .au-titletext {
  padding-top: 16px
}

.aboutUs .au-titletext h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1e2e;
  margin: 0 0 32px
}

.aboutUs .au-titletext h1 em {
  font-style: italic;
  color: #6C7AC8
}

.aboutUs .au-titledesc {
  font-size: 18px;
  line-height: 1.9;
  color: #2c2f3e;
  margin: 0;
  max-width: 560px
}

.aboutUs .au-titledesc strong {
  font-weight: 600
}

.aboutUs .au-imgcol {
  position: relative
}

.aboutUs .au-imgwrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 36px -2px #6c7ac81a;
  position: relative
}

.aboutUs .au-imgwrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block
}

.aboutUs .au-imgwrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #6c7ac847 0%, transparent 55%);
  pointer-events: none
}

.aboutUs .au-shapearrow {
  position: absolute;
  bottom: -24px;
  left: 32px;
  width: 64px;
  height: 64px;
  pointer-events: none
}

.aboutUs .au-shapearrow svg {
  width: 100%;
  height: 100%
}

.aboutUs .au-statsblock {
  padding: 96px 0 64px;
  background: #fff
}

.aboutUs .au-statsblock .au-inner {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.aboutUs .au-statsrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px
}

.aboutUs .au-stat {
  border-radius: 9px;
  padding: 32px 16px;
  background: linear-gradient(135deg, #f2f4fc 0%, #eaf6fa 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  animation: shadowBuild .38s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes shadowBuild {
  from {
    box-shadow: 0 0 0 0 #6c7ac800
  }

  to {
    box-shadow: 0 2px 5px -2px #6c7ac80f
  }
}

.aboutUs .au-stat .au-statnum {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6C7AC8;
  font-weight: 700
}

.aboutUs .au-stat .au-statlbl {
  font-size: 15px;
  line-height: 1.5;
  color: #2c2f3e
}

.aboutUs .au-descvisual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.aboutUs .au-desctext h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1e2e;
  margin: 0 0 32px;
  padding-left: 16px;
  border-left: 3px solid #6C7AC8
}

.aboutUs .au-desctext h2 em {
  font-style: italic;
  color: #8EC9DB
}

.aboutUs .au-desctext p {
  font-size: 18px;
  line-height: 1.9;
  color: #2c2f3e;
  margin: 0 0 16px
}

.aboutUs .au-desctext p strong {
  font-weight: 600
}

.aboutUs .au-funnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.aboutUs .au-funnelstep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%
}

.aboutUs .au-funnelbar {
  border-radius: 2px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.5;
  color: #1b1e2e;
  font-weight: 600;
  letter-spacing: .01em;
  transition: box-shadow .18s ease-out
}

.aboutUs .au-funnelbar:hover {
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.aboutUs .au-funnelbar.f1 {
  width: 100%;
  background: linear-gradient(90deg, #6C7AC8 0%, #8EC9DB 100%);
  color: #fff
}

.aboutUs .au-funnelbar.f2 {
  width: 82%;
  background: linear-gradient(90deg, #7d8fd2 0%, #9dd3e3 100%);
  color: #fff
}

.aboutUs .au-funnelbar.f3 {
  width: 64%;
  background: linear-gradient(90deg, #8EC9DB 0%, #AAF5F1 100%);
  color: #1b1e2e
}

.aboutUs .au-funnelbar.f4 {
  width: 46%;
  background: linear-gradient(90deg, #AAF5F1 0%, #c8faf8 100%);
  color: #1b1e2e
}

.aboutUs .au-funnellbl {
  font-size: 15px;
  line-height: 1.5;
  color: #5a5f7a;
  text-align: center;
  letter-spacing: .01em
}

.aboutUs .au-team {
  padding: 64px 0 96px;
  background: linear-gradient(170deg, #eaf6fa 0%, #f5fffe 50%, #f2f4fc 100%)
}

.aboutUs .au-team .au-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start
}

.aboutUs .au-teamleft {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aboutUs .au-portrait {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 36px -2px #6c7ac81a;
  aspect-ratio: 5/7
}

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

.aboutUs .au-expertcard {
  border-radius: 9px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.aboutUs .au-expertcard h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #1b1e2e;
  margin: 0 0 4px;
  letter-spacing: .01em
}

.aboutUs .au-expertcard span {
  font-size: 15px;
  color: #6C7AC8;
  font-style: italic;
  line-height: 1.5
}

.aboutUs .au-teamright {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px
}

.aboutUs .au-teamright h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1e2e;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #8EC9DB
}

.aboutUs .au-teamright p {
  font-size: 18px;
  line-height: 1.9;
  color: #2c2f3e;
  margin: 0
}

.aboutUs .au-imgthree {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: end
}

.aboutUs .au-imgthumb {
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 7px 28px -2px #8ec9db1c;
  animation: shadowBuild .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.aboutUs .au-imgthumb img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.aboutUs .au-imgthumb:hover img {
  transform: scale(1.03)
}

.aboutUs .au-imgthumb.tall img {
  height: 260px
}

.aboutUs .au-imgthumb.mid img {
  height: 200px
}

.aboutUs .au-imgthumb.short img {
  height: 160px
}

.aboutUs .au-vals {
  padding: 96px 0;
  background: #fff
}

.aboutUs .au-vals .au-inner {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.aboutUs .au-valshdr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end
}

.aboutUs .au-valshdr h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1e2e;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #AAF5F1
}

.aboutUs .au-valshdr p {
  font-size: 18px;
  line-height: 1.9;
  color: #2c2f3e;
  margin: 0
}

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

.aboutUs .au-badge {
  border-radius: 9px;
  padding: 32px 24px;
  background: linear-gradient(140deg, #f2f4fc 0%, #eaf6fa 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  transition: box-shadow .18s ease-out, background-color .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.aboutUs .au-badge:hover {
  box-shadow: 0 7px 28px -2px #6c7ac81c;
  background-color: #e8edf9 !important
}

.aboutUs .au-badge .au-badgeico {
  width: 36px;
  height: 36px;
  margin-bottom: 8px
}

.aboutUs .au-badge h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #1b1e2e;
  margin: 0;
  letter-spacing: .01em
}

.aboutUs .au-badge p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3f52;
  margin: 0
}

@media (max-width: 1024px) {
  .aboutUs .au-title .au-inner {
    grid-template-columns: 1fr 300px;
    gap: 32px
  }

  .aboutUs .au-titletext h1 {
    font-size: 38px
  }

  .aboutUs .au-statsrow {
    grid-template-columns: repeat(2, 1fr)
  }

  .aboutUs .au-descvisual {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aboutUs .au-team .au-inner {
    grid-template-columns: 260px 1fr;
    gap: 32px
  }

  .aboutUs .au-valshdr {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .aboutUs .au-badgegrid {
    grid-template-columns: repeat(2, 1fr)
  }
}

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

  .aboutUs .au-title {
    padding: 32px 0 64px
  }

  .aboutUs .au-title .au-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aboutUs .au-imgcol {
    order: -1
  }

  .aboutUs .au-imgwrap img {
    height: 260px
  }

  .aboutUs .au-titletext h1 {
    font-size: 28px
  }

  .aboutUs .au-titledesc {
    font-size: 15px
  }

  .aboutUs .au-statsblock {
    padding: 64px 0 32px
  }

  .aboutUs .au-statsrow {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .aboutUs .au-descvisual {
    gap: 32px
  }

  .aboutUs .au-desctext h2 {
    font-size: 22px
  }

  .aboutUs .au-team .au-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aboutUs .au-portrait {
    max-width: 240px
  }

  .aboutUs .au-imgthree {
    grid-template-columns: 1fr 1fr
  }

  .aboutUs .au-imgthumb.short {
    display: none
  }

  .aboutUs .au-vals {
    padding: 64px 0
  }

  .aboutUs .au-badgegrid {
    grid-template-columns: 1fr
  }

  .aboutUs .au-teamright h2 {
    font-size: 22px
  }
}

@media (max-width: 320px) {
  .aboutUs .au-statsrow {
    grid-template-columns: 1fr
  }

  .aboutUs .au-imgthree {
    grid-template-columns: 1fr
  }

  .aboutUs .au-imgthumb.mid {
    display: none
  }
}

.ctus {
  position: relative;
  overflow: hidden
}

.ctus .atm-spot {
  position: absolute;
  border-radius: 24px;
  pointer-events: none;
  z-index: 0
}

.ctus .atm-a {
  width: 340px;
  height: 340px;
  top: -80px;
  left: -100px;
  background: #6c7ac817;
  filter: blur(60px)
}

.ctus .atm-b {
  width: 260px;
  height: 260px;
  top: 120px;
  right: -80px;
  background: #8ec9db1c;
  filter: blur(50px)
}

.ctus .atm-c {
  width: 200px;
  height: 200px;
  bottom: 60px;
  left: 30%;
  background: #aaf5f11a;
  filter: blur(44px)
}

.ctus .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.ctus .reach {
  padding: 96px 0 64px;
  background: #fff
}

.ctus .reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.ctus .reach-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .reach-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  letter-spacing: .14em;
  color: #6C7AC8;
  font-style: italic;
  text-transform: uppercase
}

.ctus .reach-eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #8EC9DB;
  border-radius: 2px
}

.ctus .reach-h {
  font-size: 68px;
  line-height: 1.1;
  color: #1b1e2e;
  letter-spacing: .01em;
  margin: 0;
  clip-path: inset(0 100% 0 0);
  animation: revealH .38s cubic-bezier(0.4, 0, 0.6, 1) .08s forwards
}

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

.ctus .reach-h em {
  font-style: italic;
  color: #6C7AC8
}

.ctus .reach-sub {
  font-size: 18px;
  line-height: 1.9;
  color: #2c2f3a;
  margin: 0;
  max-width: 440px
}

.ctus .reach-sub strong {
  font-weight: 700;
  color: #1b1e2e
}

.ctus .reach-coords {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .coord-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 9px;
  background: #f3f5ff;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  transition: background .18s ease-out, box-shadow .22s ease-out
}

.ctus .coord-item:hover {
  background: #eaedff;
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.ctus .coord-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: linear-gradient(135deg, #6C7AC8 0%, #8EC9DB 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .coord-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.ctus .coord-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .coord-label {
  font-size: 15px;
  color: #6C7AC8;
  letter-spacing: .02em;
  font-weight: 600;
  text-transform: uppercase
}

.ctus .coord-val {
  font-size: 18px;
  color: #1b1e2e;
  line-height: 1.5;
  text-decoration: none;
  transition: color .16s ease-out
}

.ctus .coord-val:hover {
  color: #6C7AC8
}

.ctus .coord-val:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 2px;
  border-radius: 2px;
  text-decoration: underline
}

.ctus .reach-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px
}

.ctus .shape-wrap {
  position: relative;
  width: 100%;
  max-width: 420px
}

.ctus .shape-bg {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(158deg, #6C7AC8 0%, #8EC9DB 55%, #AAF5F1 100%);
  clip-path: polygon(20% 0%, 80% 4%, 100% 20%, 96% 78%, 78% 100%, 18% 96%, 0% 76%, 4% 22%);
  box-shadow: 0 12px 36px -2px #6c7ac81a inset 0 0 40px 0 #aaf5f12e;
  border-radius: 24px
}

.ctus .shape-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 32px
}

.ctus .shape-tagline {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
  max-width: 240px
}

.ctus .shape-note {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffe0;
  max-width: 220px
}

.ctus .shape-divline {
  width: 48px;
  height: 3px;
  background: #fff9;
  border-radius: 2px
}

.ctus .formblk {
  padding: 64px 0 96px;
  background: linear-gradient(172deg, #f0f2ff 0%, #e8f7fa 100%)
}

.ctus .formblk-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.ctus .formblk-aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 32px
}

.ctus .aside-accent {
  width: 4px;
  height: 48px;
  background: linear-gradient(180deg, #6C7AC8 0%, #AAF5F1 100%);
  border-radius: 2px
}

.ctus .aside-h {
  font-size: 38px;
  line-height: 1.1;
  color: #1b1e2e;
  letter-spacing: .01em;
  margin: 0
}

.ctus .aside-h em {
  font-style: italic;
  color: #8EC9DB
}

.ctus .aside-txt {
  font-size: 18px;
  line-height: 1.9;
  color: #2c2f3a;
  margin: 0
}

.ctus .aside-txt strong {
  font-weight: 700
}

.ctus .aside-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.ctus .badge {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 9px;
  font-size: 15px;
  letter-spacing: .01em;
  color: #1b1e2e;
  background: #6c7ac81a;
  border: 1px solid #6c7ac82e
}

.ctus .frm {
  background: #fff;
  border-radius: 24px;
  padding: 64px;
  box-shadow: 0 7px 28px -2px #6c7ac81c;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .frm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

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

.ctus .fld.full {
  grid-column: 1 / -1
}

.ctus .fld-label {
  font-size: 15px;
  font-weight: 700;
  color: #1b1e2e;
  letter-spacing: .02em
}

.ctus .fld-label span {
  color: #6C7AC8;
  margin-left: 2px
}

.ctus .finput {
  padding: 16px;
  border: 2px solid #d4d8f0;
  border-radius: 9px;
  font-size: 18px;
  color: #1b1e2e;
  background: #f8f9ff;
  outline: none;
  transition: border-color .18s ease-out, box-shadow .22s ease-out;
  width: 100%;
  box-sizing: border-box
}

.ctus .finput::placeholder {
  color: #8EC9DB;
  font-style: italic
}

.ctus .finput:focus {
  border-color: #6C7AC8;
  background: #fff;
  box-shadow: 0 0 0 4px #6c7ac81a
}

.ctus .finput:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 2px
}

.ctus .chan-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .chan-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.ctus .chan-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ctus .chan-opt input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d4d8f0;
  border-radius: 24px;
  background: #f8f9ff;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .16s ease-out, background .16s ease-out;
  position: relative
}

.ctus .chan-opt input[type="radio"]:checked {
  border-color: #6C7AC8;
  background: #6C7AC8;
  box-shadow: inset 0 0 0 4px #fff
}

.ctus .chan-opt input[type="radio"]:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 2px
}

.ctus .chan-opt label {
  font-size: 18px;
  color: #2c2f3a;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 9px;
  border: 2px solid #d4d8f0;
  background: #f8f9ff;
  transition: border-color .18s ease-out, background .18s ease-out, color .18s ease-out;
  display: inline-block;
  user-select: none
}

.ctus .chan-opt input[type="radio"]:checked+label {
  border-color: #6C7AC8;
  background: #eaedff;
  color: #1b1e2e;
  font-weight: 700
}

.ctus .chan-opt label:hover {
  border-color: #8EC9DB;
  background: #f0f8fb
}

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

.ctus .priv-check {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #d4d8f0;
  border-radius: 9px;
  background: #f8f9ff;
  cursor: pointer;
  margin-top: 2px;
  transition: border-color .16s ease-out, background .16s ease-out;
  position: relative
}

.ctus .priv-check:checked {
  border-color: #6C7AC8;
  background: #6C7AC8
}

.ctus .priv-check:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg)
}

.ctus .priv-check:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 2px
}

.ctus .priv-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #2c2f3a
}

.ctus .priv-txt a {
  color: #6C7AC8;
  text-decoration: none;
  border-bottom: 1px solid #6c7ac859;
  transition: border-color .16s ease-out, color .16s ease-out
}

.ctus .priv-txt a:hover {
  color: #4a5aaa;
  border-color: #6C7AC8
}

.ctus .priv-txt a:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 2px;
  border-radius: 2px;
  text-decoration: underline
}

.ctus .submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.ctus .btn-send {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #6C7AC8 0%, #8EC9DB 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  border: none;
  cursor: pointer;
  box-shadow: 0 7px 28px -2px #6c7ac81c;
  transition: box-shadow .22s ease-out, transform .18s ease-out;
  position: relative;
  overflow: hidden
}

.ctus .btn-send:hover {
  box-shadow: 0 12px 36px -2px #6c7ac82e;
  transform: translateY(-2px)
}

.ctus .btn-send:hover .btn-arrow {
  transform: translateX(6px)
}

.ctus .btn-send:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px -2px #6c7ac80f
}

.ctus .btn-send:focus-visible {
  outline: 2px solid #1b1e2e;
  outline-offset: 3px
}

.ctus .btn-arrow {
  display: inline-block;
  transition: transform .19s cubic-bezier(0.4, 0, 0.6, 1)
}

.ctus .btn-arrow svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.ctus .divider-stacked {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0
}

.ctus .div-thick {
  height: 3px;
  background: linear-gradient(90deg, #6C7AC8 0%, #8EC9DB 60%, transparent 100%);
  border-radius: 2px
}

.ctus .div-thin {
  height: 1px;
  background: linear-gradient(90deg, #AAF5F1 0%, transparent 80%);
  border-radius: 2px
}

@media (max-width: 1024px) {
  .ctus .reach-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ctus .reach-right {
    min-height: 300px
  }

  .ctus .shape-wrap {
    max-width: 320px;
    margin: 0 auto
  }

  .ctus .formblk-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ctus .formblk-aside {
    position: static
  }

  .ctus .frm {
    padding: 32px
  }

  .ctus .reach-h {
    font-size: 38px
  }
}

@media (max-width: 768px) {
  .ctus .reach {
    padding: 64px 0 32px
  }

  .ctus .formblk {
    padding: 32px 0 64px
  }

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

  .ctus .frm-row {
    grid-template-columns: 1fr
  }

  .ctus .frm {
    padding: 16px;
    gap: 16px
  }

  .ctus .reach-h {
    font-size: 28px
  }

  .ctus .aside-h {
    font-size: 28px
  }

  .ctus .chan-opts {
    flex-direction: column
  }

  .ctus .submit-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 320px) {
  .ctus .reach-h {
    font-size: 22px
  }

  .ctus .aside-h {
    font-size: 22px
  }
}

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

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

.lnch a {
  text-decoration: none
}

.lnch a:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 3px
}

.lnch .maxw {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

@keyframes blurReveal {
  from {
    filter: blur(8px);
    opacity: 0
  }

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

@keyframes blurReveal2 {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: translateY(16px)
  }

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

::selection {
  background: linear-gradient(90deg, #6C7AC8, #8EC9DB);
  color: #1a1a1a
}

.lnch .sel-grad::selection {
  background: #6C7AC8;
  color: #fff
}

.lnch .titl {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(135deg, #f0f2fb 0%, #e8f6fa 60%, #d8faf9 100%);
  overflow: hidden
}

.lnch .titl-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #6C7AC8 0%, #8EC9DB 50%, #AAF5F1 100%);
  pointer-events: none
}

.lnch .titl-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.lnch .titl-text {
  animation: blurReveal .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

.lnch .titl-eyebrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #6C7AC8;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 4px 16px;
  border: 1.5px solid #6C7AC8;
  border-radius: 2px
}

.lnch .titl-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0 0 16px;
  font-weight: 800
}

.lnch .titl-h1 em {
  font-style: italic;
  color: #8EC9DB
}

.lnch .titl-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0 0 32px;
  max-width: 480px
}

.lnch .titl-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.lnch .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #6C7AC8;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: background .18s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.lnch .btn-prim:hover {
  background: #5a68b5;
  box-shadow: 0 12px 36px -2px #6c7ac81a
}

.lnch .btn-prim:hover .btn-arr {
  transform: translateX(5px)
}

.lnch .btn-arr {
  display: inline-block;
  transition: transform .16s ease-out
}

.lnch .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #6C7AC8;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 9px;
  border: 2px solid #6C7AC8;
  cursor: pointer;
  transition: background .2s ease-out, color .2s ease-out
}

.lnch .btn-sec:hover {
  background: #6C7AC8;
  color: #fff
}

.lnch .btn-sec:hover .btn-arr {
  transform: translateX(5px)
}

.lnch .titl-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  animation: blurReveal2 .7s cubic-bezier(0.4, 0, 0.6, 1) .18s both
}

.lnch .titl-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 24px
}

.lnch .titl-vignette {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(ellipse at 80% 90%, #1b1d2e73 0%, transparent 65%), radial-gradient(ellipse at 20% 10%, #1b1d2e40 0%, transparent 55%);
  pointer-events: none
}

.lnch .ptrn {
  padding-top: 96px;
  padding-bottom: 64px;
  background: #fff
}

.lnch .ptrn-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.lnch .ptrn-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #6C7AC8;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .ptrn-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0 0 32px;
  padding-left: 16px;
  border-left: 4px solid #AAF5F1
}

.lnch .ptrn-sub {
  font-size: 15px;
  line-height: 1.9;
  color: #2e3040
}

.lnch .ptrn-cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lnch .ptrn-card {
  background: #f4f6fc;
  border-radius: 9px;
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
  transition: box-shadow .19s ease-out
}

.lnch .ptrn-cards:hover .ptrn-card:not(:hover) {
  opacity: .55;
  transition: opacity .17s ease-out
}

.lnch .ptrn-card:hover {
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.lnch .ptrn-portrait {
  width: 72px;
  height: 92px;
  border-radius: 9px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .ptrn-quote {
  font-size: 18px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0 0 8px;
  font-style: italic
}

.lnch .ptrn-attr {
  font-size: 15px;
  font-weight: 600;
  color: #6C7AC8;
  letter-spacing: .01em
}

.lnch .ptrn-role {
  font-size: 15px;
  color: #5a5e72
}

.lnch .chng {
  padding-top: 64px;
  padding-bottom: 96px;
  background: linear-gradient(160deg, #eef0fb 0%, #e2f7fb 100%);
  position: relative
}

.lnch .chng-svg {
  display: block;
  width: 100%;
  margin-bottom: -1px
}

.lnch .chng-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 32px
}

.lnch .chng-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden
}

.lnch .chng-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%)
}

.lnch .chng-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 4px solid #6C7AC8
}

.lnch .chng-body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0 0 32px
}

.lnch .chng-outcomes {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lnch .chng-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 9px;
  font-size: 15px;
  line-height: 1.5;
  color: #2e3040;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  transition: box-shadow .21s ease-out
}

.lnch .chng-item:hover {
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.lnch .chng-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #AAF5F1;
  flex-shrink: 0
}

.lnch .prob {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}

.lnch .prob-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.lnch .prob-lead {
  grid-column: 1 / 3
}

.lnch .prob-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 4px solid #8EC9DB
}

.lnch .prob-body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0 0 32px
}

.lnch .prob-img-wrap {
  grid-column: 3 / 5;
  border-radius: 24px;
  overflow: hidden;
  position: relative
}

.lnch .prob-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .prob-badges {
  grid-column: 1 / 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.lnch .prob-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f0f2fb;
  border-radius: 9px;
  font-size: 15px;
  line-height: 1.5;
  color: #2e3040;
  font-weight: 500;
  transition: background .17s ease-out, color .17s ease-out
}

.lnch .prob-badge:hover {
  background: #6C7AC8;
  color: #fff
}

.lnch .prob-bdot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #6C7AC8;
  flex-shrink: 0;
  transition: background .17s ease-out
}

.lnch .prob-badge:hover .prob-bdot {
  background: #AAF5F1
}

.lnch .adpt {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  background: #1b1d2e
}

.lnch .adpt-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.lnch .adpt-pattern svg {
  width: 100%;
  height: 100%;
  opacity: .07
}

.lnch .adpt-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.lnch .adpt-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #AAF5F1;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .adpt-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 4px solid #8EC9DB
}

.lnch .adpt-body {
  font-size: 18px;
  line-height: 1.9;
  color: #b8bdd4;
  margin: 0 0 32px
}

.lnch .adpt-steps {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lnch .adpt-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start
}

.lnch .adpt-num {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #6c7ac82e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #8EC9DB;
  flex-shrink: 0
}

.lnch .adpt-stxt {
  font-size: 15px;
  line-height: 1.9;
  color: #b8bdd4;
  padding-top: 8px
}

.lnch .adpt-stxt strong {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 4px
}

.lnch .adpt-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden
}

.lnch .adpt-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%)
}

.lnch .relat {
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(170deg, #fff 0%, #f0f2fb 100%)
}

.lnch .relat-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.lnch .relat-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0;
  padding-left: 16px;
  border-left: 4px solid #AAF5F1
}

.lnch .relat-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0
}

.lnch .relat-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px
}

.lnch .relat-feat {
  background: #6C7AC8;
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px -2px #6c7ac81a
}

.lnch .relat-feat-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  display: block;
  margin-bottom: 16px
}

.lnch .relat-feat-h {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700
}

.lnch .relat-feat-p {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffd9;
  margin: 0
}

.lnch .relat-card {
  background: #fff;
  border-radius: 9px;
  padding: 32px;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  transition: box-shadow .2s ease-out, transform .2s ease-out
}

.lnch .relat-grid:hover .relat-card:not(:hover) {
  opacity: .6;
  transition: opacity .18s ease-out
}

.lnch .relat-card:hover {
  box-shadow: 0 12px 36px -2px #6c7ac81a;
  transform: translateY(-4px)
}

.lnch .relat-card-ico {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #f0f2fb;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.lnch .relat-card-h {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0 0 8px;
  font-weight: 700
}

.lnch .relat-card-p {
  font-size: 15px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0
}

.lnch .recog {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}

.lnch .recog-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.lnch .recog-heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1d2e;
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 4px solid #6C7AC8
}

.lnch .recog-body {
  font-size: 18px;
  line-height: 1.9;
  color: #2e3040;
  margin: 0 0 32px
}

.lnch .recog-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lnch .recog-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 9px;
  background: #f4f6fc;
  transition: background .19s ease-out
}

.lnch .recog-row:hover {
  background: #eef0fb
}

.lnch .recog-ico {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  background: #6C7AC8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lnch .recog-rtxt {
  font-size: 15px;
  line-height: 1.5;
  color: #2e3040
}

.lnch .recog-rtxt strong {
  display: block;
  color: #1b1d2e;
  font-size: 18px;
  margin-bottom: 4px
}

.lnch .recog-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden
}

.lnch .recog-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .recog-bracket {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  pointer-events: none
}

@media (max-width: 1024px) {
  .lnch .titl-h1 {
    font-size: 48px
  }

  .lnch .titl-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lnch .titl-img {
    height: 340px
  }

  .lnch .ptrn-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lnch .chng-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lnch .prob-inner {
    grid-template-columns: 1fr 1fr
  }

  .lnch .prob-lead {
    grid-column: 1 / 3
  }

  .lnch .prob-img-wrap {
    grid-column: 1 / 3
  }

  .lnch .prob-badges {
    grid-column: 1 / 3
  }

  .lnch .adpt-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lnch .relat-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lnch .relat-grid {
    grid-template-columns: 1fr 1fr
  }

  .lnch .relat-feat {
    grid-column: 1 / 3
  }

  .lnch .recog-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .lnch .maxw {
    padding-left: 16px;
    padding-right: 16px
  }

  .lnch .titl {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lnch .titl-h1 {
    font-size: 38px
  }

  .lnch .ptrn {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lnch .ptrn-card {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .lnch .chng {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lnch .prob {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lnch .prob-inner {
    grid-template-columns: 1fr
  }

  .lnch .prob-lead {
    grid-column: 1
  }

  .lnch .prob-img-wrap {
    grid-column: 1
  }

  .lnch .prob-badges {
    grid-column: 1
  }

  .lnch .adpt {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lnch .relat {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .lnch .relat-grid {
    grid-template-columns: 1fr
  }

  .lnch .relat-feat {
    grid-column: 1
  }

  .lnch .recog {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

@media (max-width: 320px) {
  .lnch .titl-h1 {
    font-size: 28px
  }

  .lnch .titl-actions {
    flex-direction: column
  }

  .lnch .btn-prim,
  .lnch .btn-sec {
    width: 100%;
    justify-content: center
  }
}

.avail {
  display: block;
  width: 100%;
  overflow-x: clip
}

.avail .sep {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 0
}

.avail .sep span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8EC9DB;
  display: block
}

.avail .pg-title {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0;
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 32px;
  align-items: stretch;
  position: relative
}

.avail .pg-title .imgstrip {
  position: relative;
  overflow: hidden;
  border-radius: 9px 0 0 9px;
  width: 120px;
  flex-shrink: 0
}

.avail .pg-title .imgstrip img {
  width: 120px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.avail .pg-title .imgstrip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #6C7AC8cc 0%, transparent 60%);
  pointer-events: none
}

.avail .pg-title .txtarea {
  padding: 32px 32px 32px 40px;
  background: linear-gradient(160deg, #f0f2fc 0%, #fff 100%);
  border-radius: 0 9px 9px 0;
  position: relative
}

.avail .pg-title .bignum {
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 68px;
  font-weight: 900;
  color: #6C7AC8;
  opacity: .07;
  line-height: 1.1;
  letter-spacing: -.02em;
  pointer-events: none;
  user-select: none
}

.avail .pg-title h1 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6C7AC8;
  margin: 0 0 16px;
  font-weight: 800
}

.avail .pg-title .numaccent {
  display: inline-block;
  background: #6C7AC8;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  padding: 4px 8px;
  margin-bottom: 16px;
  letter-spacing: .02em
}

.avail .pg-title p {
  font-size: 18px;
  line-height: 1.5;
  color: #2a2a35;
  margin: 0;
  max-width: 560px;
  letter-spacing: .01em
}

@media (max-width: 768px) {
  .avail .pg-title {
    grid-template-columns: 1fr;
    padding: 32px 16px
  }

  .avail .pg-title .imgstrip {
    width: 100%;
    height: 180px;
    border-radius: 9px 9px 0 0
  }

  .avail .pg-title .imgstrip img {
    width: 100%;
    height: 180px
  }

  .avail .pg-title .txtarea {
    border-radius: 0 0 9px 9px;
    padding: 24px 16px
  }

  .avail .pg-title h1 {
    font-size: 28px
  }
}

.avail .zones {
  background: linear-gradient(180deg, #eef6fa 0%, #fff 100%);
  padding: 64px 0 32px;
  position: relative;
  overflow: hidden
}

.avail .zones::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6C7AC8 0%, #8EC9DB 50%, #AAF5F1 100%)
}

@keyframes colorwave {
  0% {
    background-position: 0 50%
  }

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

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

.avail .zones .wavebg {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #eef6fa, #f5fbff, #eaf7f5, #eef6fa);
  background-size: 400% 400%;
  animation: colorwave 9s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: .45;
  pointer-events: none
}

.avail .zones .inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.avail .zones h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a2a35;
  letter-spacing: .01em;
  margin: 0 0 8px;
  padding-left: 16px;
  border-left: 3px solid #6C7AC8
}

.avail .zones .sub {
  font-size: 15px;
  color: #4a4a5a;
  line-height: 1.5;
  margin: 0 0 32px;
  padding-left: 16px;
  letter-spacing: .01em
}

.avail .zones .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px
}

.avail .zones .zcard {
  background: #fff;
  border-radius: 9px;
  padding: 32px 24px 24px;
  box-shadow: 0 7px 28px -2px #6c7ac81c;
  border-right: 3px solid #8EC9DB;
  position: relative;
  transition: box-shadow .18s ease-out, transform .16s ease-out
}

.avail .zones .zcard:hover {
  box-shadow: 0 12px 36px -2px #6c7ac81a;
  transform: translateY(-2px)
}

.avail .zones .zcard .badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #6C7AC8;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  padding: 4px 8px;
  letter-spacing: .01em
}

.avail .zones .zcard h4 {
  font-size: 18px;
  color: #6C7AC8;
  margin: 8px 0;
  line-height: 1.1;
  letter-spacing: .01em
}

.avail .zones .zcard p {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.5;
  margin: 0;
  letter-spacing: .01em
}

.avail .zones .zcard .taglist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.avail .zones .zcard .taglist span {
  background: #f0f2fc;
  color: #6C7AC8;
  font-size: 15px;
  border-radius: 24px;
  padding: 4px 16px;
  font-weight: 600;
  letter-spacing: .01em
}

@media (max-width: 1024px) {
  .avail .zones .grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .avail .zones .grid {
    grid-template-columns: 1fr
  }

  .avail .zones .inner {
    padding: 0 16px
  }
}

.avail .tiers {
  padding: 64px 0;
  background: #fff
}

.avail .tiers .inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.avail .tiers h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a2a35;
  letter-spacing: .01em;
  margin: 0 0 8px;
  padding-left: 16px;
  border-left: 3px solid #AAF5F1
}

.avail .tiers .sub {
  font-size: 15px;
  color: #4a4a5a;
  line-height: 1.5;
  margin: 0 0 32px;
  padding-left: 16px;
  letter-spacing: .01em
}

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

.avail .tiers .tcard {
  border-radius: 9px;
  padding: 32px 24px;
  position: relative;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.avail .tiers .tcard.base {
  background: #f7f8fe;
  box-shadow: 0 2px 5px -2px #6c7ac80f
}

.avail .tiers .tcard.plus {
  background: linear-gradient(160deg, #eef3fd 0%, #e6f7fb 100%);
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.avail .tiers .tcard.pro {
  background: linear-gradient(160deg, #6C7AC8 0%, #8EC9DB 100%);
  box-shadow: 0 12px 36px -2px #6c7ac81a
}

.avail .tiers .tcard:hover {
  box-shadow: 0 12px 36px -2px #6c7ac824
}

.avail .tiers .tcard .tlabel {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.avail .tiers .tcard.base .tlabel {
  color: #6C7AC8
}

.avail .tiers .tcard.plus .tlabel {
  color: #6C7AC8
}

.avail .tiers .tcard.pro .tlabel {
  color: #AAF5F1
}

.avail .tiers .tcard h4 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: .01em
}

.avail .tiers .tcard.base h4 {
  color: #2a2a35
}

.avail .tiers .tcard.plus h4 {
  color: #2a2a35
}

.avail .tiers .tcard.pro h4 {
  color: #fff
}

.avail .tiers .tcard .featlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.avail .tiers .tcard .featlist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .01em
}

.avail .tiers .tcard.base .featlist li {
  color: #3a3a4a
}

.avail .tiers .tcard.plus .featlist li {
  color: #2a2a35
}

.avail .tiers .tcard.pro .featlist li {
  color: #fff
}

.avail .tiers .tcard .featlist li .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0
}

.avail .tiers .tcard.base .featlist li .dot {
  background: #8EC9DB
}

.avail .tiers .tcard.plus .featlist li .dot {
  background: #6C7AC8
}

.avail .tiers .tcard.pro .featlist li .dot {
  background: #AAF5F1
}

.avail .tiers .tcard .price {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .01em
}

.avail .tiers .tcard.base .price {
  color: #6C7AC8
}

.avail .tiers .tcard.plus .price {
  color: #6C7AC8
}

.avail .tiers .tcard.pro .price {
  color: #fff
}

.avail .tiers .tcard .pricesub {
  font-size: 15px;
  margin-top: 4px;
  letter-spacing: .01em
}

.avail .tiers .tcard.base .pricesub {
  color: #6a6a7a
}

.avail .tiers .tcard.plus .pricesub {
  color: #6a6a7a
}

.avail .tiers .tcard.pro .pricesub {
  color: #d0f0ee
}

@media (max-width: 1024px) {
  .avail .tiers .tiergrid {
    grid-template-columns: 1fr 1fr
  }

  .avail .tiers .tcard.pro {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .avail .tiers .tiergrid {
    grid-template-columns: 1fr
  }

  .avail .tiers .tcard.pro {
    grid-column: auto
  }

  .avail .tiers .inner {
    padding: 0 16px
  }
}

.avail .steps {
  padding: 64px 0;
  background: linear-gradient(180deg, #f5f7fe 0%, #fff 100%);
  position: relative
}

.avail .steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #AAF5F1 0%, #8EC9DB 100%)
}

.avail .steps .inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.avail .steps h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a2a35;
  letter-spacing: .01em;
  margin: 0 0 8px;
  padding-left: 16px;
  border-left: 3px solid #8EC9DB
}

.avail .steps .sub {
  font-size: 15px;
  color: #4a4a5a;
  line-height: 1.5;
  margin: 0 0 32px;
  padding-left: 16px;
  letter-spacing: .01em
}

.avail .steps .steplist {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.avail .steps .stepitem {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: stretch
}

.avail .steps .stepnum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px
}

.avail .steps .stepnum .circle {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  flex-shrink: 0;
  transition: background .19s ease-out
}

.avail .steps .stepitem:nth-child(1) .circle {
  background: #6C7AC8;
  color: #fff
}

.avail .steps .stepitem:nth-child(2) .circle {
  background: #8EC9DB;
  color: #fff
}

.avail .steps .stepitem:nth-child(3) .circle {
  background: #AAF5F1;
  color: #2a2a35
}

.avail .steps .stepitem:nth-child(4) .circle {
  background: linear-gradient(135deg, #6C7AC8, #8EC9DB);
  color: #fff
}

.avail .steps .stepnum .vline {
  width: 2px;
  flex: 1;
  min-height: 24px;
  background: linear-gradient(to bottom, #8EC9DB, transparent)
}

.avail .steps .stepitem:last-child .vline {
  display: none
}

.avail .steps .stepbody {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  margin-bottom: 8px;
  position: relative;
  transition: box-shadow .17s ease-out
}

.avail .steps .stepbody:hover {
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.avail .steps .stepbody h5 {
  font-size: 18px;
  color: #2a2a35;
  margin: 0 0 8px;
  line-height: 1.1;
  letter-spacing: .01em
}

.avail .steps .stepbody p {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.5;
  margin: 0;
  letter-spacing: .01em
}

.avail .steps .stepbody .steptag {
  display: inline-block;
  background: #f0f2fc;
  color: #6C7AC8;
  font-size: 15px;
  border-radius: 24px;
  padding: 4px 16px;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: .01em
}

.avail .steps .expert {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
  background: #fff;
  border-radius: 9px;
  padding: 32px;
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.avail .steps .expert .exttxt h4 {
  font-size: 22px;
  color: #6C7AC8;
  margin: 0 0 8px;
  line-height: 1.1;
  letter-spacing: .01em
}

.avail .steps .expert .exttxt p {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.5;
  margin: 0;
  letter-spacing: .01em
}

.avail .steps .expert .exttxt .name {
  font-size: 15px;
  color: #6a6a7a;
  margin-top: 16px;
  font-style: italic;
  color: #8EC9DB;
  letter-spacing: .01em
}

.avail .steps .expert .portrait {
  width: 100%;
  aspect-ratio: 7/9;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.avail .steps .expert .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

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

  .avail .steps .expert {
    grid-template-columns: 1fr;
    padding: 24px 16px
  }

  .avail .steps .expert .portrait {
    max-width: 200px;
    margin: 0 auto
  }

  .avail .steps .stepitem {
    grid-template-columns: 48px 1fr
  }
}

.avail .contact {
  padding: 64px 0;
  background: #fff
}

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

.avail .contact h2 {
  font-size: 28px;
  line-height: 1.1;
  color: #2a2a35;
  letter-spacing: .01em;
  margin: 0 0 8px;
  padding-left: 16px;
  border-left: 3px solid #6C7AC8;
  grid-column: 1 / -1
}

.avail .contact .ctxt {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.5;
  margin: 0 0 32px;
  letter-spacing: .01em;
  grid-column: 1 / -1
}

.avail .contact .cblock {
  background: #f7f8fe;
  border-radius: 9px;
  padding: 32px 24px;
  box-shadow: 0 2px 5px -2px #6c7ac80f;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.avail .contact .cblock h4 {
  font-size: 18px;
  color: #6C7AC8;
  margin: 0;
  line-height: 1.1;
  letter-spacing: .01em
}

.avail .contact .cblock .citem {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.avail .contact .cblock .clabel {
  font-size: 15px;
  font-weight: 700;
  color: #4a4a5a;
  letter-spacing: .02em;
  text-transform: uppercase
}

.avail .contact .cblock .cval {
  font-size: 18px;
  color: #2a2a35;
  letter-spacing: .01em;
  line-height: 1.5
}

.avail .contact .cblock .cval a {
  color: #6C7AC8;
  text-decoration: none;
  transition: color .18s ease-out
}

.avail .contact .cblock .cval a:hover {
  color: #8EC9DB
}

.avail .contact .cblock .cval a:focus {
  outline: 2px solid #6C7AC8;
  outline-offset: 2px;
  text-decoration: underline
}

.avail .contact .mapalt {
  background: linear-gradient(160deg, #eef3fd 0%, #e6f7fb 100%);
  border-radius: 9px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.avail .contact .mapalt h4 {
  font-size: 18px;
  color: #6C7AC8;
  margin: 0;
  line-height: 1.1;
  letter-spacing: .01em
}

.avail .contact .mapalt p {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.5;
  margin: 0;
  letter-spacing: .01em
}

.avail .contact .mapalt .addr {
  font-size: 18px;
  color: #2a2a35;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .01em
}

.avail .contact .mapalt .taglist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

.avail .contact .mapalt .taglist span {
  background: #fff;
  color: #6C7AC8;
  font-size: 15px;
  border-radius: 24px;
  padding: 4px 16px;
  font-weight: 600;
  letter-spacing: .01em;
  box-shadow: 0 2px 5px -2px #6c7ac80f
}

@media (max-width: 768px) {
  .avail .contact .inner {
    grid-template-columns: 1fr;
    padding: 0 16px
  }
}

.successPage {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
  background: linear-gradient(158deg, #f0f4ff 0%, #e8f9f8 100%)
}

.successPage .successCard {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 64px 32px;
  box-shadow: 0 7px 28px -2px #6c7ac81c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.successPage .successIcon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.successPage .successIcon circle {
  fill: none;
  stroke: #8EC9DB;
  stroke-width: 2.5
}

.successPage .successIcon path {
  fill: none;
  stroke: #6C7AC8;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.successPage .successBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.successPage .successHeading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6C7AC8;
  margin: 0
}

.successPage .successText {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #2a2d3a;
  margin: 0;
  max-width: 420px
}

.successPage .successAccent {
  font-style: italic;
  color: #8EC9DB
}

.successPage .successDivider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #6C7AC8, #AAF5F1);
  border-radius: 2px;
  flex-shrink: 0
}

.successPage .successMeta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.successPage .successMetaLabel {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #555a72
}

.successPage .successMetaContact {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #2a2d3a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .18s ease-out, color .22s ease-out
}

.successPage .successMetaContact:focus,
.successPage .successMetaContact:hover {
  color: #6C7AC8;
  border-bottom-color: #6C7AC8;
  outline: none
}

.successPage .successMetaContact:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 3px;
  border-radius: 2px
}

.successPage .backBtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #6C7AC8;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .02em;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  text-decoration: none;
  transition: background .19s ease-out, box-shadow .15s ease-out;
  box-shadow: 0 2px 5px -2px #6c7ac80f
}

.successPage .backBtn:hover {
  background: #5a68b6;
  box-shadow: 0 7px 28px -2px #6c7ac81c
}

.successPage .backBtn:focus-visible {
  outline: 2px solid #6C7AC8;
  outline-offset: 3px;
  border-radius: 9px
}

.successPage .backBtn:hover .btnArrow {
  transform: translateX(4px)
}

.successPage .btnArrow {
  display: inline-block;
  transition: transform .19s ease-out
}

.successPage .btnArrow svg {
  display: block
}

@media (max-width: 768px) {
  .successPage .successCard {
    padding: 32px 16px;
    gap: 16px
  }

  .successPage .successHeading {
    font-size: 28px
  }

  .successPage .successText {
    font-size: 15px
  }
}