html {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0
}

.pg-head {
  background: #0d0c18;
  position: relative
}

.pg-head__nav-strip {
  background: linear-gradient(90deg, #6869BC 0%, #4a4b8a 100%);
  border-bottom: 2px solid #6869bc66
}

.pg-head__nav-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
  gap: 4px
}

.pg-head__nav-inner a {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #F8F7FA;
  text-decoration: none;
  padding: 12px;
  border-radius: 2px;
  transition: background .18s ease-out, color .14s ease-out;
  white-space: nowrap
}

.pg-head__nav-inner a:hover {
  background: #f8f7fa26;
  color: #fff
}

.pg-head__nav-inner a:focus {
  outline: 2px dashed #F8F7FA;
  outline-offset: 2px
}

.pg-head__nav-inner a[aria-current="page"] {
  background: #f8f7fa33;
  font-weight: 700
}

.pg-head__brand {
  background: #0d0c18;
  padding: 32px 0
}

.pg-head__brand-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px
}

.pg-head__logo-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #6869BC;
  border-radius: 2px;
  padding: 4px;
  box-shadow: 1px 3px 2px -2px #6869bc12 1px 7px 20px -2px #6869bc17;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #18172a
}

.pg-head__logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.pg-head__brand-text {
  flex: 1
}

.pg-head__brand-name {
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 8px
}

.pg-head__brand-name span {
  color: #6869BC
}

.pg-head__credential {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #6869bc1f;
  border: 1px solid #6869bc59;
  border-radius: 2px;
  padding: 4px 12px
}

.pg-head__credential-mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6869BC;
  flex-shrink: 0
}

.pg-head__credential-text {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B3C2D1
}

.pg-foot {
  background: #0d0c18;
  border-top: 2px solid #6869bc4d
}

.pg-foot__main {
  background: linear-gradient(135deg, #0d0c18 0%, #18172a 60%, #1a1535 100%);
  padding: 64px 0 32px
}

.pg-foot__main-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap
}

.pg-foot__brand-col {
  flex: 0 0 auto;
  min-width: 200px
}

.pg-foot__logo-box {
  width: 44px;
  height: 44px;
  border: 2px solid #6869BC;
  border-radius: 2px;
  padding: 4px;
  box-shadow: 1px 3px 2px -2px #6869bc12;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #18172a;
  margin-bottom: 20px
}

.pg-foot__logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.pg-foot__brand-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 8px
}

.pg-foot__brand-sub {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1
}

.pg-foot__contact-col {
  flex: 1;
  min-width: 220px
}

.pg-foot__col-heading {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #6869BC;
  margin: 0 0 20px;
  text-transform: lowercase
}

.pg-foot__addr {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  font-style: normal;
  margin: 0 0 12px
}

.pg-foot__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.pg-foot__contact-item a {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #B3C2D1;
  text-decoration: none;
  transition: color .16s ease-out
}

.pg-foot__contact-item a:hover {
  color: #F8F7FA
}

.pg-foot__contact-item a:focus {
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.pg-foot__contact-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.pg-foot__contact-icon svg {
  width: 14px;
  height: 14px;
  fill: #6869BC
}

.pg-foot__lower {
  background: #080712;
  border-top: 1px solid #6869bc33;
  padding: 20px 0
}

.pg-foot__lower-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.pg-foot__copy {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #b3c2d199
}

.pg-foot__legal-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.pg-foot__legal-nav a {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #b3c2d1b3;
  text-decoration: none;
  transition: color .14s ease-out
}

.pg-foot__legal-nav a:hover {
  color: #F8F7FA
}

.pg-foot__legal-nav a:focus {
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.ck-tray {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 4000;
  max-width: 340px;
  width: calc(100vw - 40px);
  background: #18172a;
  border: 1px solid #6869bc66;
  border-radius: 2px;
  box-shadow: 1px 10px 60px -2px #6869bc1f;
  font-family: 'Public Sans', sans-serif;
  transform: translateX(calc(-100% - 20px));
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.ck-tray--visible {
  transform: translateX(0)
}

.ck-tray__body {
  padding: 20px
}

.ck-tray__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0 0 12px
}

.ck-tray__desc strong {
  color: #F8F7FA;
  font-weight: 700
}

.ck-tray__uses {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  list-style: disc
}

.ck-tray__uses li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #b3c2d1cc
}

.ck-tray__pref-panel {
  border-top: 1px solid #6869bc33;
  padding-top: 12px;
  margin-top: 4px
}

.ck-tray__pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0
}

.ck-tray__pref-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em
}

.ck-tray__toggle {
  position: relative;
  width: 36px;
  height: 20px;
  flex-shrink: 0
}

.ck-tray__toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.ck-tray__toggle-track {
  position: absolute;
  inset: 0;
  background: #6869bc40;
  border-radius: 24px;
  cursor: pointer;
  transition: background .16s ease-out
}

.ck-tray__toggle-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #B3C2D1;
  border-radius: 50%;
  transition: transform .16s ease-out, background .16s ease-out
}

.ck-tray__toggle input:checked+.ck-tray__toggle-track {
  background: #6869BC
}

.ck-tray__toggle input:checked+.ck-tray__toggle-track::after {
  transform: translateX(16px);
  background: #F8F7FA
}

.ck-tray__toggle input:focus+.ck-tray__toggle-track {
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.ck-tray__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 20px 20px;
  border-top: 1px solid #6869bc26
}

.ck-tray__btn {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .14s ease-out;
  min-height: 44px;
  display: flex;
  align-items: center
}

.ck-tray__btn--accept {
  color: #F8F7FA
}

.ck-tray__btn--accept:hover,
.ck-tray__btn--accept:focus {
  color: #6869BC;
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.ck-tray__btn--decline {
  color: #b3c2d1b3
}

.ck-tray__btn--decline:hover,
.ck-tray__btn--decline:focus {
  color: #B3C2D1;
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.ck-tray__btn--pref {
  color: #b3c2d199;
  margin-left: auto;
  font-size: 14px
}

.ck-tray__btn--pref:hover,
.ck-tray__btn--pref:focus {
  color: #B3C2D1;
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.ck-settings-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 3999;
  width: 44px;
  height: 44px;
  background: #18172a;
  border: 1px solid #6869bc66;
  border-radius: 2px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  transition: background .16s ease-out, border-color .16s ease-out
}

.ck-settings-btn:hover {
  background: #242240;
  border-color: #6869bcb3
}

.ck-settings-btn:focus {
  outline: 2px dashed #6869BC;
  outline-offset: 2px
}

.ck-settings-btn svg {
  width: 20px;
  height: 20px;
  fill: #6869BC
}

@media (max-width: 900px) {
  .pg-head__nav-inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 4px 20px;
    min-height: auto
  }

  .pg-head__brand-inner {
    padding: 0 20px;
    gap: 20px
  }

  .pg-head__brand {
    padding: 20px 0
  }

  .pg-head__brand-name {
    font-size: 20px
  }

  .pg-foot__main-inner {
    gap: 32px;
    padding: 0 20px
  }

  .pg-foot__lower-inner {
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 600px) {
  .pg-head__nav-inner a {
    padding: 8px;
    font-size: 14px
  }

  .pg-head__brand-inner {
    padding: 0 12px
  }

  .pg-foot__main-inner {
    padding: 0 12px;
    flex-direction: column;
    gap: 32px
  }

  .pg-foot__legal-nav {
    gap: 12px
  }

  .pg-foot__lower-inner {
    padding: 0 12px
  }
}

.terms-xrls-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #d8dde6;
  background: #13131f;
  box-shadow: 1px 10px 60px -2px #6869bc1f;
  border-radius: 2px
}

.terms-xrls-wrapper p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 20px;
  color: #c8d0dc
}

.terms-xrls-wrapper ul,
.terms-xrls-wrapper ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 32px
}

.terms-xrls-wrapper li {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #c8d0dc;
  margin-bottom: 8px
}

.terms-xrls-wrapper li:last-child {
  margin-bottom: 0
}

.terms-xrls-wrapper ul li::marker {
  color: #6869BC
}

.terms-xrls-wrapper ol li::marker {
  color: #6869BC;
  font-size: 14px;
  letter-spacing: .02em
}

.terms-xrls-wrapper strong,
.terms-xrls-wrapper b {
  font-weight: 700;
  color: #e8ecf2;
  letter-spacing: .01em
}

.terms-xrls-wrapper a {
  color: #8e8fd4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.terms-xrls-wrapper a:hover {
  color: #b3c2d1;
  text-decoration-color: #6869BC
}

.terms-xrls-wrapper a:focus-visible {
  outline: 2px solid #6869BC;
  outline-offset: 2px;
  border-radius: 2px
}

.terms-xrls-wrapper hr {
  border: none;
  border-top: 1px solid #6869bc38;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: inset 0 1px 2px #b3c2d112
}

@media (max-width: 900px) {
  .terms-xrls-wrapper {
    padding: 32px 20px
  }
}

@media (max-width: 600px) {
  .terms-xrls-wrapper {
    padding: 20px 12px
  }

  .terms-xrls-wrapper p,
  .terms-xrls-wrapper li {
    font-size: 14px
  }

  .terms-xrls-wrapper ul,
  .terms-xrls-wrapper ol {
    padding-left: 20px
  }
}

.csd {
  background: #0e0d16;
  color: #e8e6f0;
  min-height: 100vh;
  overflow-x: clip
}

.csd .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px
}

.csd .ttl-blk {
  background: #13111f;
  padding: 64px 20px 32px;
  position: relative
}

.csd .ttl-blk::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6869BC 0%, #B3C2D1 60%, transparent 100%)
}

.csd .ttl-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative
}

.csd .ttl-frame {
  border-top: 1px solid #6869bc47;
  border-bottom: 1px solid #6869bc2e;
  padding: 32px 0 20px;
  text-align: center
}

.csd .ttl-frame::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  background: #6869bc2e
}

.csd .ttl-frame::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  background: #6869bc2e
}

.csd .ttl-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.csd .ttl-meta .m-tag {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B3C2D1;
  background: #6869bc21;
  padding: 4px 12px;
  border-radius: 2px
}

.csd .ttl-meta .m-sep {
  width: 1px;
  height: 14px;
  background: #b3c2d14d
}

.csd .ttl-h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto
}

.csd .ttl-sub {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  max-width: 640px;
  margin: 0 auto 32px
}

.csd .ttl-img-wrap {
  margin-top: 32px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 1px 10px 60px -2px #6869bc1f;
  max-height: 480px
}

.csd .ttl-img-wrap img {
  width: 100%;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) saturate(1.08);
  transition: transform .18s ease-out
}

.csd .ttl-img-wrap:hover img {
  transform: scale(1.015)
}

.csd .art-body {
  padding: 64px 20px;
  background: #0e0d16;
  position: relative
}

.csd .art-grid {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 64px;
  align-items: start
}

.csd .art-text {
  min-width: 0
}

.csd .art-text p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #ccc8de;
  margin-bottom: 20px
}

.csd .art-text h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 32px 0 12px;
  padding-left: 12px;
  position: relative
}

.csd .art-text h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #6869BC;
  border-radius: 2px
}

.csd .art-text strong {
  color: #F8F7FA;
  font-weight: 600
}

.csd .art-text cite {
  display: block;
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  font-style: italic;
  border-top: 1px solid #b3c2d12e;
  border-bottom: 1px solid #b3c2d12e;
  padding: 12px 20px;
  margin: 32px 0;
  background: #6869bc12;
  border-radius: 2px
}

.csd .art-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0
}

.csd .art-text ul li {
  font-size: 17px;
  line-height: 1.7;
  color: #ccc8de;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid #b3c2d11a;
  letter-spacing: .01em
}

.csd .art-text ul li:first-child {
  border-top: 1px solid #b3c2d11a
}

.csd .art-text ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: #6869BC;
  border-radius: 2px
}

.csd .art-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4
}

.csd .art-text th {
  background: #6869bc2e;
  color: #F8F7FA;
  padding: 8px 12px;
  text-align: left;
  letter-spacing: .02em;
  border-bottom: 2px solid #6869bc66
}

.csd .art-text td {
  padding: 8px 12px;
  color: #ccc8de;
  border-bottom: 1px solid #b3c2d11a
}

.csd .art-text tr:hover td {
  background: #6869bc12;
  transition: background .15s ease-out
}

.csd .art-text caption {
  font-size: 14px;
  color: #B3C2D1;
  text-align: left;
  padding: 0 0 8px;
  letter-spacing: .01em
}

.csd .art-text tfoot td {
  font-size: 14px;
  color: #B3C2D1;
  border-top: 1px solid #b3c2d133;
  padding: 8px 12px
}

.csd .art-aside {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.csd .aside-card {
  background: #13111f;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.csd .aside-card .ac-label {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B3C2D1;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b3c2d12e
}

.csd .aside-card .ac-label span {
  display: block;
  width: 24px;
  height: 2px;
  background: #6869BC;
  margin-top: 8px;
  border-radius: 2px
}

.csd .stat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #b3c2d114
}

.csd .stat-row:last-child {
  border-bottom: none
}

.csd .stat-row .sr-key {
  font-size: 14px;
  color: #B3C2D1;
  letter-spacing: .01em
}

.csd .stat-row .sr-val {
  font-size: 14px;
  color: #F8F7FA;
  font-weight: 600;
  letter-spacing: .01em
}

.csd .prog-bar {
  height: 4px;
  background: #b3c2d126;
  border-radius: 2px;
  margin: 8px 0 4px;
  overflow: hidden
}

.csd .prog-bar .pb-fill {
  height: 100%;
  background: linear-gradient(90deg, #6869BC, #B3C2D1);
  border-radius: 2px
}

.csd .aside-link {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 2px;
  background: #6869bc1a;
  margin-bottom: 8px;
  transition: background .15s ease-out, color .15s ease-out;
  letter-spacing: .01em
}

.csd .aside-link:hover {
  background: #6869bc38;
  color: #F8F7FA
}

.csd .aside-link:last-child {
  margin-bottom: 0
}

.csd .react-blk {
  background: #13111f;
  padding: 64px 20px;
  position: relative;
  clip-path: polygon(0 18px, 100% 0, 100% 100%, 0 100%)
}

.csd .react-inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center
}

.csd .react-inner .ri-heading {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
  display: inline-block
}

.csd .react-inner .ri-heading::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #6869BC;
  border-radius: 2px
}

.csd .react-inner .ri-sub {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em;
  margin-bottom: 32px
}

.csd .react-opts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap
}

.csd .react-opts input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.csd .react-opts label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px;
  border-radius: 24px;
  background: #6869bc14;
  border: 1px solid #6869bc2e;
  cursor: pointer;
  transition: background .18s cubic-bezier(0.4, 0, 0.6, 1), border-color .18s cubic-bezier(0.4, 0, 0.6, 1), transform .12s ease-out;
  min-width: 88px;
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.csd .react-opts label:hover {
  background: #6869bc2e;
  border-color: #6869bc66;
  transform: translateY(-2px)
}

.csd .react-opts input[type="radio"]:checked+label {
  background: #6869bc52;
  border-color: #6869BC;
  box-shadow: 1px 7px 20px -2px #6869bc2e
}

.csd .react-opts .ro-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.csd .react-opts .ro-icon svg {
  width: 28px;
  height: 28px
}

.csd .react-opts .ro-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em;
  transition: color .15s ease-out
}

.csd .react-opts input[type="radio"]:checked+label .ro-lbl {
  color: #F8F7FA
}

.csd .react-opts label {
  position: relative;
  overflow: hidden
}

.csd .react-opts label .ro-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6869bc80;
  font-size: 14px;
  color: #F8F7FA;
  text-align: center;
  padding: 4px 0;
  transform: translateY(100%);
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1);
  border-radius: 0 0 24px 24px;
  pointer-events: none
}

.csd .react-opts label:hover .ro-slide {
  transform: translateY(0)
}

.csd .react-blk::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  background: #0e0d16;
  clip-path: polygon(0 0, 2% 100%, 4% 0, 6% 100%, 8% 0, 10% 100%, 12% 0, 14% 100%, 16% 0, 18% 100%, 20% 0, 22% 100%, 24% 0, 26% 100%, 28% 0, 30% 100%, 32% 0, 34% 100%, 36% 0, 38% 100%, 40% 0, 42% 100%, 44% 0, 46% 100%, 48% 0, 50% 100%, 52% 0, 54% 100%, 56% 0, 58% 100%, 60% 0, 62% 100%, 64% 0, 66% 100%, 68% 0, 70% 100%, 72% 0, 74% 100%, 76% 0, 78% 100%, 80% 0, 82% 100%, 84% 0, 86% 100%, 88% 0, 90% 100%, 92% 0, 94% 100%, 96% 0, 98% 100%, 100% 0);
  pointer-events: none
}

@media (max-width: 900px) {
  .csd .art-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .csd .ttl-h1 {
    font-size: 36px
  }

  .csd .ttl-img-wrap img {
    height: 280px
  }

  .csd .ttl-img-wrap {
    max-height: 280px
  }
}

@media (max-width: 600px) {
  .csd .ttl-h1 {
    font-size: 36px
  }

  .csd .ttl-blk {
    padding: 32px 20px 20px
  }

  .csd .art-body {
    padding: 32px 20px
  }

  .csd .react-blk {
    padding: 32px 20px
  }

  .csd .react-opts {
    gap: 8px
  }

  .csd .react-opts label {
    min-width: 72px;
    padding: 12px
  }

  .csd .ttl-img-wrap img {
    height: 200px
  }

  .csd .ttl-img-wrap {
    max-height: 200px
  }
}

.mcls {
  background: #0e0d14;
  color: #dcd9e8;
  overflow-x: clip;
  position: relative
}

.mcls .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px
}

.mcls .math-bg {
  position: absolute;
  top: 40px;
  right: -60px;
  font-size: 340px;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1px #6869bc14;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  overflow: hidden
}

.mcls .tb {
  position: relative;
  padding: 64px 20px;
  background: #0e0d14
}

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

.mcls .tb-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 1
}

.mcls .tb-text {
  flex: 1 1 0;
  min-width: 0
}

.mcls .tb-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6869BC;
  background: #6869bc1a;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 20px
}

.mcls .tb-h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 20px
}

.mcls .tb-h1 span {
  color: #6869BC
}

.mcls .tb-pts {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.mcls .tb-pts li {
  font-size: 17px;
  line-height: 1.4;
  color: #B3C2D1;
  padding-left: 16px;
  border-left: 2px solid #6869BC;
  letter-spacing: .01em
}

.mcls .tb-act {
  display: inline-block;
  background: #6869BC;
  color: #F8F7FA;
  font-size: 17px;
  letter-spacing: .02em;
  padding: 12px 32px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .18s ease-out, box-shadow .15s ease-out;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.mcls .tb-act:hover {
  background: #5758a0;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.mcls .tb-act:focus {
  outline: 2px solid #B3C2D1;
  outline-offset: 3px
}

.mcls .tb-img-col {
  flex: 0 0 420px;
  width: 420px;
  position: relative
}

.mcls .tb-img-frame {
  width: 420px;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.mcls .tb-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: filter .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.mcls .tb-img-frame:hover img {
  filter: saturate(0)
}

.mcls .tb-img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, transparent 40%, #0e0d14b8 100%);
  pointer-events: none;
  border-radius: 24px
}

.mcls .div-band {
  height: 4px;
  background: linear-gradient(90deg, #6869BC 0%, #B3C2D1 60%, transparent 100%)
}

.mcls .cur {
  padding: 64px 20px;
  background: linear-gradient(160deg, #6869bc17 0%, #0e0d14 55%);
  position: relative
}

.mcls .cur-wrap {
  max-width: 1170px;
  margin: 0 auto
}

.mcls .cur-head {
  text-align: center;
  margin-bottom: 48px
}

.mcls .cur-head h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 12px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.mcls .cur-head h2 span {
  color: #6869BC
}

.mcls .cur-head h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 36px;
  background: #6869BC;
  border-radius: 2px;
  flex-shrink: 0
}

.mcls .cur-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: .01em
}

.mcls .cur-layout {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 32px;
  align-items: start
}

.mcls .cur-side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.mcls .cur-stat {
  background: #6869bc14;
  border-radius: 2px;
  padding: 20px;
  text-align: center;
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.mcls .cur-stat__num {
  font-size: 36px;
  line-height: 1.1;
  color: #6869BC;
  letter-spacing: .01em;
  display: block
}

.mcls .cur-stat__lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .02em;
  display: block;
  margin-top: 4px
}

.mcls .cur-modules {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.mcls .mod {
  background: #f8f7fa08;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 1px 3px 2px -2px #6869bc12;
  transition: background .15s ease-out;
  position: relative
}

.mcls .mod:hover {
  background: #6869bc1a
}

.mcls .mod-num {
  font-size: 14px;
  color: #6869BC;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.mcls .mod h4 {
  font-size: 17px;
  line-height: 1.4;
  color: #F8F7FA;
  margin: 0 0 8px;
  letter-spacing: .01em
}

.mcls .mod p {
  font-size: 14px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0;
  letter-spacing: .01em
}

.mcls .mod-dur {
  font-size: 14px;
  color: #6869BC;
  margin-top: 8px;
  letter-spacing: .01em
}

.mcls .div-line {
  max-width: 1170px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #6869BC 40%, #B3C2D1 70%, transparent 100%)
}

.mcls .det {
  padding: 64px 20px;
  background: #0e0d14;
  position: relative
}

.mcls .det::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #6869bc0d 0%, transparent 100%);
  pointer-events: none
}

.mcls .det-wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

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

.mcls .instr h3 {
  font-size: 36px;
  line-height: 1.1;
  color: #F8F7FA;
  margin: 0 0 20px;
  letter-spacing: .01em;
  padding-left: 16px;
  border-left: 3px solid #6869BC
}

.mcls .instr h3 span {
  color: #6869BC
}

.mcls .instr-bio {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.mcls .instr-meta {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.mcls .instr-meta-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em
}

.mcls .instr-meta-item strong {
  color: #F8F7FA;
  flex-shrink: 0
}

.mcls .rating-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 20px
}

.mcls .stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.mcls .star {
  width: 16px;
  height: 16px
}

.mcls .rating-txt {
  font-size: 14px;
  color: #B3C2D1;
  letter-spacing: .01em
}

.mcls .pricing-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.mcls .pricing-col h3 {
  font-size: 36px;
  line-height: 1.1;
  color: #F8F7FA;
  margin: 0;
  letter-spacing: .01em;
  padding-left: 16px;
  border-left: 3px solid #B3C2D1
}

.mcls .pricing-col h3 span {
  color: #6869BC
}

.mcls .price-card {
  background: #6869bc14;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.mcls .price-amt {
  font-size: 48px;
  line-height: 1.1;
  color: #F8F7FA;
  letter-spacing: .01em;
  margin-bottom: 4px
}

.mcls .price-amt span {
  font-size: 20px;
  color: #B3C2D1;
  vertical-align: super
}

.mcls .price-note {
  font-size: 14px;
  color: #B3C2D1;
  margin-bottom: 20px;
  letter-spacing: .01em
}

.mcls .price-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.mcls .price-feats li {
  font-size: 17px;
  line-height: 1.4;
  color: #dcd9e8;
  padding-left: 16px;
  border-left: 2px solid #B3C2D1;
  letter-spacing: .01em
}

.mcls .enroll-btn {
  display: block;
  width: 100%;
  background: #6869BC;
  color: #F8F7FA;
  font-size: 17px;
  letter-spacing: .02em;
  padding: 16px 32px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background .18s ease-out, box-shadow .15s ease-out;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.mcls .enroll-btn:hover {
  background: #5758a0;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.mcls .enroll-btn:focus {
  outline: 2px solid #B3C2D1;
  outline-offset: 3px
}

.mcls .bounce-el {
  animation: tb-bounce .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes tb-bounce {
  0% {
    transform: translateY(-28px);
    opacity: 0
  }

  65% {
    transform: translateY(6px);
    opacity: 1
  }

  82% {
    transform: translateY(-3px)
  }

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

@media (max-width: 900px) {
  .mcls .tb-inner {
    flex-direction: column;
    gap: 32px
  }

  .mcls .tb-img-col,
  .mcls .tb-img-frame {
    width: 100%;
    flex: unset
  }

  .mcls .tb-img-frame {
    height: 240px
  }

  .mcls .tb-h1 {
    font-size: 36px
  }

  .mcls .cur-layout {
    grid-template-columns: 1fr
  }

  .mcls .cur-side {
    flex-direction: row;
    flex-wrap: wrap
  }

  .mcls .cur-stat {
    flex: 1 1 120px
  }

  .mcls .det-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .mcls .math-bg {
    font-size: 180px;
    right: -20px
  }
}

@media (max-width: 600px) {
  .mcls .tb {
    padding: 32px 12px
  }

  .mcls .tb-h1 {
    font-size: 36px
  }

  .mcls .price-amt {
    font-size: 36px
  }

  .mcls .cur {
    padding: 32px 12px
  }

  .mcls .det {
    padding: 32px 12px
  }

  .mcls .cur-head h2 {
    font-size: 20px
  }

  .mcls .instr h3,
  .mcls .pricing-col h3 {
    font-size: 20px
  }
}

.dbt {
  background: #0e0d14;
  color: #e8e6f0;
  overflow-x: clip
}

.dbt .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px
}

.dbt .ttl-blk {
  padding: 64px 0 32px;
  position: relative
}

.dbt .ttl-blk .pg-wrap {
  display: flex;
  align-items: center;
  gap: 32px
}

.dbt .ttl-geo {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 80px;
  height: 80px;
  opacity: .08;
  pointer-events: none
}

.dbt .ttl-geo svg {
  width: 100%;
  height: 100%
}

.dbt .ttl-img-frame {
  flex: 0 0 340px;
  position: relative
}

.dbt .ttl-img-frame::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 1px solid #6869bc40;
  border-radius: 2px;
  pointer-events: none
}

.dbt .ttl-img-frame::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  right: -12px;
  bottom: -12px;
  background: #6869bc12;
  border-radius: 2px;
  z-index: 0;
  pointer-events: none
}

.dbt .ttl-img {
  display: block;
  width: 340px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
  filter: grayscale(1) contrast(1.15);
  position: relative;
  z-index: 1;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.dbt .ttl-txt {
  flex: 1;
  min-width: 0
}

.dbt .ttl-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .02em;
  color: #B3C2D1;
  border: 1px solid #b3c2d14d;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 20px
}

.dbt .ttl-h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 20px
}

.dbt .ttl-h1 em {
  color: #6869BC;
  font-style: normal
}

.dbt .ttl-thesis {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 2px solid #6869bc80
}

.dbt .ttl-meta {
  font-size: 14px;
  color: #b3c2d199;
  letter-spacing: .01em;
  margin-top: 20px
}

.dbt .ttl-strokes {
  position: absolute;
  bottom: 20px;
  left: 0;
  pointer-events: none
}

.dbt .ttl-strokes svg {
  opacity: .12
}

.dbt .div-mono {
  text-align: center;
  padding: 20px 0
}

.dbt .div-mono span {
  display: inline-block;
  font-size: 20px;
  color: #6869bc66;
  letter-spacing: .02em;
  border-top: 1px solid #6869bc26;
  border-bottom: 1px solid #6869bc26;
  padding: 8px 20px
}

.dbt .sup-blk {
  padding: 64px 0;
  background: radial-gradient(circle at top left, #6869bc21 0%, transparent 65%)
}

.dbt .sup-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.dbt .sup-side-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  display: block
}

.dbt .sup-side-note {
  font-size: 14px;
  color: #b3c2d18c;
  line-height: 1.4;
  margin-top: 12px;
  letter-spacing: .01em
}

.dbt .blk-hdg {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 20px;
  padding-left: 12px;
  border-left: 3px solid #6869BC
}

.dbt .sup-items {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dbt .sup-items li {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  padding: 12px 20px;
  border-left: 2px solid #6869bc59;
  background: #6869bc0d;
  border-radius: 0 2px 2px 0;
  transition: border-color .18s ease-out, background .15s ease-out
}

.dbt .sup-items li:hover {
  border-color: #6869BC;
  background: #6869bc1a
}

.dbt .sup-body p {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0 0 12px
}

.dbt .div-mono--alt {
  text-align: center;
  padding: 20px 0
}

.dbt .div-mono--alt span {
  display: inline-block;
  font-size: 20px;
  color: #b3c2d14d;
  padding: 8px 20px;
  border: 1px solid #b3c2d11f;
  border-radius: 24px
}

.dbt .cond-blk {
  padding: 64px 0 48px
}

.dbt .cond-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px
}

.dbt .cond-card {
  background: #f8f7fa08;
  border: 1px solid #6869bc2e;
  border-radius: 24px;
  padding: 32px 20px;
  text-align: center;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.dbt .cond-card:hover {
  border-color: #6869bc80;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.dbt .cond-card .c-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px
}

.dbt .cond-card h5 {
  font-size: 17px;
  line-height: 1.4;
  color: #F8F7FA;
  margin: 0 0 8px;
  letter-spacing: .01em
}

.dbt .cond-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0
}

.dbt .cond-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  max-width: 640px;
  margin: 0
}

.dbt .cond-hdr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px
}

.dbt .div-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #6869bc40, transparent);
  margin: 8px 0
}

.dbt .inv-blk {
  padding: 48px 0 64px;
  background: radial-gradient(circle at top left, #6869bc1a 0%, transparent 60%)
}

.dbt .inv-blk .pg-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start
}

.dbt .inv-body p {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0 0 12px
}

.dbt .inv-tiers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px
}

.dbt .inv-tier {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #6869bc0f;
  border-radius: 2px;
  border: 1px solid #6869bc26;
  transition: background .17s ease-out
}

.dbt .inv-tier:hover {
  background: #6869bc1c
}

.dbt .inv-tier__lbl {
  font-size: 14px;
  color: #6869BC;
  letter-spacing: .02em;
  min-width: 90px
}

.dbt .inv-tier__desc {
  font-size: 17px;
  color: #F8F7FA;
  line-height: 1.4;
  flex: 1
}

.dbt .inv-tier__tag {
  font-size: 14px;
  color: #b3c2d18c;
  white-space: nowrap
}

.dbt .inv-img-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.dbt .inv-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  display: block
}

.dbt .inv-note {
  font-size: 14px;
  color: #b3c2d18c;
  line-height: 1.4
}

.dbt .div-sym {
  text-align: center;
  padding: 20px 0
}

.dbt .div-sym span {
  display: inline-block;
  width: 32px;
  height: 32px
}

.dbt .div-sym svg {
  width: 32px;
  height: 32px
}

.dbt .env-blk {
  padding: 64px 0
}

.dbt .env-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px
}

.dbt .env-top-txt p {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  margin: 0 0 12px
}

.dbt .env-profiles {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.dbt .env-prof {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #b3c2d10a;
  border-radius: 24px;
  border: 1px solid #b3c2d11a;
  box-shadow: 1px 3px 2px -2px #b3c2d112;
  transition: border-color .18s ease-out
}

.dbt .env-prof:hover {
  border-color: #b3c2d140
}

.dbt .env-portrait {
  width: 72px;
  height: 90px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  flex-shrink: 0
}

.dbt .env-prof-info {
  flex: 1
}

.dbt .env-prof-info h6 {
  font-size: 17px;
  color: #F8F7FA;
  margin: 0 0 4px;
  line-height: 1.4
}

.dbt .env-prof-info .role {
  font-size: 14px;
  color: #6869BC;
  margin: 0 0 8px
}

.dbt .env-prof-info p {
  font-size: 14px;
  color: #B3C2D1;
  line-height: 1.7;
  margin: 0
}

.dbt .env-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px
}

.dbt .env-stat {
  text-align: center;
  padding: 20px 12px;
  border-top: 2px solid #6869bc4d
}

.dbt .env-stat__num {
  font-size: 36px;
  line-height: 1.1;
  color: #6869BC;
  letter-spacing: .01em;
  display: block
}

.dbt .env-stat__lbl {
  font-size: 14px;
  color: #b3c2d1a6;
  margin-top: 4px;
  line-height: 1.4;
  display: block
}

.dbt .anim-rise {
  opacity: 0;
  transform: translateY(18px);
  animation: dbt-rise .22s ease-out forwards
}

.dbt .anim-rise--d1 {
  animation-delay: .08s
}

.dbt .anim-rise--d2 {
  animation-delay: .14s
}

.dbt .anim-rise--d3 {
  animation-delay: .19s
}

@keyframes dbt-rise {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width: 900px) {
  .dbt .ttl-blk .pg-wrap {
    flex-direction: column;
    gap: 20px
  }

  .dbt .ttl-img-frame {
    flex: none;
    width: 100%
  }

  .dbt .ttl-img {
    width: 100%;
    height: 280px
  }

  .dbt .ttl-h1 {
    font-size: 36px
  }

  .dbt .sup-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .dbt .cond-grid {
    grid-template-columns: 1fr 1fr
  }

  .dbt .inv-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .dbt .inv-img-col {
    display: none
  }

  .dbt .env-top {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .dbt .env-stats {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 600px) {
  .dbt .ttl-blk {
    padding: 32px 0 20px
  }

  .dbt .ttl-h1 {
    font-size: 36px
  }

  .dbt .cond-grid {
    grid-template-columns: 1fr
  }

  .dbt .inv-tier {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .dbt .env-stats {
    grid-template-columns: 1fr 1fr
  }

  .dbt .sup-blk,
  .dbt .env-blk {
    padding: 32px 0
  }

  .dbt .cond-blk {
    padding: 32px 0
  }

  .dbt .inv-blk {
    padding: 32px 0
  }
}

.lrn-prog {
  background: #0d0c14;
  color: #e8e6f0;
  overflow-x: hidden
}

.lrn-prog .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px
}

.lrn-prog .reveal-item {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: clipReveal .18s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

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

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

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

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

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

@keyframes clipReveal {
  to {
    opacity: 1;
    clip-path: inset(0 0% 0 0)
  }
}

.lrn-prog .title-blk {
  padding: 64px 0;
  position: relative
}

.lrn-prog .title-blk__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center
}

.lrn-prog .title-blk__txt {
  position: relative;
  z-index: 1
}

.lrn-prog .title-blk__quote-mark {
  position: absolute;
  top: -20px;
  left: -12px;
  font-size: 200px;
  line-height: 1.1;
  color: #6869BC;
  opacity: .07;
  pointer-events: none;
  user-select: none;
  font-weight: 900;
  z-index: 0
}

.lrn-prog .title-blk__label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B3C2D1;
  border: 1px solid #6869bc59;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 20px
}

.lrn-prog .title-blk__h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 20px;
  position: relative;
  z-index: 1
}

.lrn-prog .title-blk__h1 span {
  color: #6869BC
}

.lrn-prog .title-blk__desc {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0 0 32px;
  max-width: 520px
}

.lrn-prog .btn-primary {
  display: inline-block;
  background: #6869BC;
  color: #F8F7FA !important;
  text-decoration: none !important;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .01em;
  padding: 12px 32px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  transition: background .16s ease-out, box-shadow .16s ease-out
}

.lrn-prog .btn-primary:hover {
  background: #7a7bcc;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.lrn-prog .title-blk__img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.lrn-prog .title-blk__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .22s ease-out, box-shadow .22s ease-out
}

.lrn-prog .title-blk__img-wrap:hover img {
  transform: scale(1.03);
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.lrn-prog .title-blk__img-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #0d0c14 0%, transparent 100%);
  pointer-events: none
}

.lrn-prog .title-blk__corners {
  position: absolute;
  top: 32px;
  right: -20px;
  width: 100px;
  height: 100px;
  pointer-events: none
}

.lrn-prog .title-blk__corners span {
  position: absolute;
  border: 1px solid #6869bc2e;
  border-radius: 2px
}

.lrn-prog .title-blk__corners span:nth-child(1) {
  inset: 0
}

.lrn-prog .title-blk__corners span:nth-child(2) {
  inset: 10px
}

.lrn-prog .title-blk__corners span:nth-child(3) {
  inset: 20px
}

.lrn-prog .title-blk__corners span:nth-child(4) {
  inset: 30px
}

.lrn-prog .prog-detail {
  padding: 64px 0;
  background: radial-gradient(circle at top left, #6869bc21 0%, transparent 60%);
  border-top: 1px solid #6869bc1f
}

.lrn-prog .prog-detail__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 64px;
  align-items: start
}

.lrn-prog .sec-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
  text-align: center;
  justify-content: center
}

.lrn-prog .sec-head__line {
  width: 3px;
  min-height: 36px;
  background: linear-gradient(to bottom, #6869BC, transparent);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 4px
}

.lrn-prog .sec-head h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0
}

.lrn-prog .modules-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .modules-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 2px;
  background: #6869bc0f;
  border-top: 1px solid #6869bc1a;
  transition: background .14s ease-out
}

.lrn-prog .modules-list__item:hover {
  background: #6869bc1f
}

.lrn-prog .mod-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative
}

.lrn-prog .mod-num__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid #6869bc4d
}

.lrn-prog .mod-num__arc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: #6869BC;
  border-right-color: #6869BC
}

.lrn-prog .mod-num__val {
  font-size: 14px;
  line-height: 1.1;
  color: #6869BC;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.lrn-prog .mod-title {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 4px
}

.lrn-prog .mod-desc {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0
}

.lrn-prog .metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 32px
}

.lrn-prog .metric-card {
  background: #b3c2d10f;
  border: 1px solid #6869bc26;
  border-radius: 2px;
  padding: 20px;
  text-align: center
}

.lrn-prog .metric-card__val {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6869BC;
  display: block;
  margin-bottom: 4px
}

.lrn-prog .metric-card__lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1
}

.lrn-prog .results-blk {
  background: #6869bc14;
  border: 1px solid #6869bc2e;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 32px
}

.lrn-prog .results-blk__head {
  font-size: 20px;
  line-height: 1.4;
  color: #F8F7FA;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.lrn-prog .before-after {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrn-prog .ba-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center
}

.lrn-prog .ba-cell {
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .01em
}

.lrn-prog .ba-cell--before {
  background: #b3c2d10f;
  color: #B3C2D1;
  text-align: right
}

.lrn-prog .ba-cell--after {
  background: #6869bc24;
  color: #F8F7FA;
  text-align: left
}

.lrn-prog .ba-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lrn-prog .ba-arrow svg {
  display: block
}

.lrn-prog .side-card {
  background: #6869bc14;
  border: 1px solid #6869bc33;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  position: sticky;
  top: 20px
}

.lrn-prog .side-card__head {
  font-size: 20px;
  line-height: 1.4;
  color: #F8F7FA;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.lrn-prog .instruct-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lrn-prog .instruct-list__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-left: 12px;
  border-left: 2px solid #6869bc66
}

.lrn-prog .instruct-list__portrait {
  width: 52px;
  height: 65px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 1px 3px 2px -2px #6869bc12;
  transition: box-shadow .18s ease-out
}

.lrn-prog .instruct-list__portrait:hover {
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.lrn-prog .instruct-list__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .instruct-list__name {
  font-size: 17px;
  line-height: 1.4;
  color: #F8F7FA;
  margin: 0 0 4px;
  letter-spacing: .01em
}

.lrn-prog .instruct-list__role {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  margin: 0
}

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

.lrn-prog .faq-list__item details {
  background: #b3c2d10d;
  border: 1px solid #6869bc1f;
  border-radius: 2px
}

.lrn-prog .faq-list__item summary {
  font-size: 17px;
  line-height: 1.4;
  color: #F8F7FA;
  padding: 12px 20px;
  cursor: pointer;
  letter-spacing: .01em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color .14s ease-out
}

.lrn-prog .faq-list__item summary::-webkit-details-marker {
  display: none
}

.lrn-prog .faq-list__item summary:hover {
  color: #B3C2D1
}

.lrn-prog .faq-list__item summary .faq-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform .16s ease-out
}

.lrn-prog .faq-list__item details[open] summary .faq-icon {
  transform: rotate(45deg)
}

.lrn-prog .faq-ans {
  font-size: 14px;
  line-height: 1.7;
  color: #B3C2D1;
  padding: 0 20px 12px;
  margin: 0;
  letter-spacing: .01em
}

.lrn-prog .progress-bar-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .prog-bar-row {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .prog-bar-lbl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1
}

.lrn-prog .prog-bar-track {
  height: 4px;
  background: #b3c2d11f;
  border-radius: 2px;
  overflow: hidden
}

.lrn-prog .prog-bar-fill {
  height: 100%;
  border-radius: 2px;
  animation: barGrow .22s cubic-bezier(0.4, 0, 0.6, 1) forwards;
  transform-origin: left
}

@keyframes barGrow {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.lrn-prog .prog-bar-fill--a {
  background: #6869BC;
  width: 88%
}

.lrn-prog .prog-bar-fill--b {
  background: #B3C2D1;
  width: 74%
}

.lrn-prog .prog-bar-fill--c {
  background: #F8F7FA;
  width: 61%
}

@media (max-width: 900px) {
  .lrn-prog .title-blk__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lrn-prog .title-blk__corners {
    display: none
  }

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

  .lrn-prog .metrics-strip {
    grid-template-columns: repeat(3, 1fr)
  }

  .lrn-prog .side-card {
    position: static
  }
}

@media (max-width: 600px) {
  .lrn-prog .title-blk__h1 {
    font-size: 36px
  }

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

  .lrn-prog .ba-row {
    grid-template-columns: 1fr;
    gap: 4px
  }

  .lrn-prog .ba-cell--before {
    text-align: left
  }

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

  .lrn-prog .sec-head h2 {
    font-size: 20px
  }
}

.abt-pg {
  background: #0d0c14;
  color: #e8e6f0;
  overflow-x: clip
}

.abt-pg .strip-layout {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
  position: relative
}

.abt-pg .strip-layout__txt {
  padding-right: 20px
}

.abt-pg .strip-layout__label {
  font-size: 14px;
  letter-spacing: .02em;
  color: #B3C2D1;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.abt-pg .strip-layout__h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin-bottom: 32px;
  position: relative;
  padding-left: 20px
}

.abt-pg .strip-layout__h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #6869BC;
  border-radius: 2px
}

.abt-pg .strip-layout__h1 .mark-phrase {
  display: inline;
  background: linear-gradient(90deg, #6869bc61 0%, #6869bc1f 100%);
  padding: 0 8px;
  border-radius: 2px
}

.abt-pg .strip-layout__body {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #c8c6d8;
  margin-bottom: 20px
}

.abt-pg .strip-layout__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px
}

.abt-pg .stat-item {
  border-top: 1px solid #6869bc4d;
  padding-top: 20px
}

.abt-pg .stat-item__num {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6869BC;
  display: block;
  margin-bottom: 8px
}

.abt-pg .stat-item__desc {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #B3C2D1
}

.abt-pg .strip-layout__img-col {
  position: relative;
  align-self: stretch
}

.abt-pg .img-strip {
  width: 100%;
  height: 520px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

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

.abt-pg .img-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #0d0c14d1 100%);
  pointer-events: none
}

.abt-pg .geo-shape {
  position: absolute;
  pointer-events: none;
  z-index: 0
}

.abt-pg .geo-shape--tl {
  top: -32px;
  left: -32px;
  width: 120px;
  height: 120px;
  border: 1px solid #6869bc2e;
  border-radius: 2px;
  opacity: .6
}

.abt-pg .geo-shape--br {
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border: 1px solid #b3c2d126;
  border-radius: 24px;
  opacity: .5
}

.abt-pg .frame-line {
  position: absolute;
  pointer-events: none
}

.abt-pg .frame-line--top {
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #6869bc40, transparent)
}

.abt-pg .frame-line--bot {
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b3c2d12e, transparent)
}

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

.abt-pg .divider-curve svg {
  display: block;
  width: 100%
}

.abt-pg .team-seg {
  background: #11101a;
  position: relative;
  padding: 64px 0;
  animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

  0%,
  100% {
    filter: brightness(1)
  }

  50% {
    filter: brightness(1.06)
  }
}

.abt-pg .team-seg__bg-img {
  position: absolute;
  inset: 0;
  background-image: url(./site_images/the-the-image14.jpg);
  background-size: cover;
  background-position: center;
  opacity: .07;
  border-radius: 0;
  pointer-events: none
}

.abt-pg .team-seg__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.abt-pg .seg-heading {
  text-align: center;
  margin-bottom: 64px
}

.abt-pg .seg-heading__label {
  font-size: 14px;
  letter-spacing: .02em;
  color: #6869BC;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px
}

.abt-pg .seg-heading__h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  position: relative;
  display: inline-block;
  padding-left: 20px
}

.abt-pg .seg-heading__h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: #6869BC;
  border-radius: 2px
}

.abt-pg .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.abt-pg .team-card {
  background: #6869bc0f;
  border: 1px solid #6869bc24;
  border-radius: 24px;
  padding: 32px 20px;
  text-align: center;
  transition: border-color .18s ease-out, box-shadow .18s ease-out;
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.abt-pg .team-card:hover {
  border-color: #6869bc5c;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.abt-pg .team-card--tall {
  margin-top: -32px
}

.abt-pg .team-card--low {
  margin-top: 32px
}

.abt-pg .portrait-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 2px solid #6869bc66;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

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

.abt-pg .team-card__name {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin-bottom: 4px
}

.abt-pg .team-card__role {
  font-size: 14px;
  letter-spacing: .02em;
  color: #6869BC;
  margin-bottom: 20px;
  display: block
}

.abt-pg .team-card__bio {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  text-align: left
}

.abt-pg .team-card--no-portrait {
  display: flex;
  flex-direction: column;
  align-items: center
}

.abt-pg .portrait-placeholder {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #6869bc1f;
  border: 2px solid #6869bc40;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px
}

.abt-pg .portrait-placeholder svg {
  width: 40px;
  height: 40px;
  opacity: .4
}

.abt-pg .approach-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-pg .approach-list li {
  padding: 12px 20px;
  border-left: none;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  background: #b3c2d10a;
  border-radius: 2px
}

.abt-pg .approach-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #6869bc80;
  border-radius: 2px
}

.abt-pg .approach-list li strong {
  color: #F8F7FA;
  font-weight: 600
}

.abt-pg .img-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 260px;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  cursor: default
}

.abt-pg .img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .img-card:hover img {
  transform: scale(1.03)
}

.abt-pg .img-card__overlay {
  position: absolute;
  inset: 0;
  background: #0d0c1400;
  transition: background .18s ease-out;
  display: flex;
  align-items: flex-end;
  padding: 20px
}

.abt-pg .img-card:hover .img-card__overlay {
  background: #0d0c14b8
}

.abt-pg .img-card__caption {
  font-size: 14px;
  line-height: 1.4;
  color: #F8F7FA;
  opacity: 0;
  transition: opacity .18s ease-out;
  letter-spacing: .01em
}

.abt-pg .img-card:hover .img-card__caption {
  opacity: 1
}

.abt-pg .link-underline {
  color: #B3C2D1;
  text-decoration: none;
  position: relative;
  display: inline-block
}

.abt-pg .link-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #6869BC;
  transition: left .18s ease-out, right .18s ease-out
}

.abt-pg .link-underline:hover::after {
  left: 0;
  right: 0
}

.abt-pg .link-underline:hover {
  color: #F8F7FA
}

@media (max-width: 900px) {
  .abt-pg .strip-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px
  }

  .abt-pg .strip-layout__img-col {
    order: -1
  }

  .abt-pg .img-strip {
    height: 280px
  }

  .abt-pg .strip-layout__h1 {
    font-size: 36px
  }

  .abt-pg .team-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt-pg .team-card--tall,
  .abt-pg .team-card--low {
    margin-top: 0
  }

  .abt-pg .seg-heading__h2 {
    font-size: 28px
  }

  .abt-pg .team-seg {
    padding: 32px 0
  }

  .abt-pg .strip-layout__stats {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 600px) {
  .abt-pg .strip-layout__stats {
    grid-template-columns: 1fr
  }

  .abt-pg .strip-layout__h1 {
    font-size: 28px
  }

  .abt-pg .stat-item__num {
    font-size: 28px
  }
}

.ctus {
  background: #0e0d14;
  color: #e8e6f0;
  overflow-x: clip
}

.ctus .pg-num {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 0;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px
}

.ctus .pg-num::before,
.ctus .pg-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #6869BC44, transparent)
}

.ctus .pg-num span {
  font-size: 14px;
  color: #6869BC;
  letter-spacing: .02em;
  min-width: 24px;
  text-align: center
}

.ctus .reach__grid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.ctus .reach__left {
  position: relative
}

.ctus .reach__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #6869bc1f;
  border: 1px solid #6869bc47;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 14px;
  color: #B3C2D1;
  letter-spacing: .02em;
  margin-bottom: 32px
}

.ctus .reach__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 24px;
  background: #6869BC;
  flex-shrink: 0
}

.ctus .reach__hdg {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 2px solid #6869BC
}

.ctus .reach__sub {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  margin-bottom: 32px
}

.ctus .reach__details {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ctus .reach__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border: 1px solid #b3c2d11a;
  border-radius: 2px;
  background: #6869bc0a;
  box-shadow: 1px 3px 2px -2px #6869bc12;
  transition: border-color .18s ease-out, box-shadow .18s ease-out
}

.ctus .reach__item:hover {
  border-color: #6869bc59;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.ctus .reach__item-lbl {
  font-size: 14px;
  color: #6869BC;
  letter-spacing: .02em;
  text-transform: uppercase
}

.ctus .reach__item-val {
  font-size: 17px;
  color: #F8F7FA;
  letter-spacing: .01em
}

.ctus .reach__item-val a {
  color: #F8F7FA;
  text-decoration: none;
  transition: color .15s ease-out
}

.ctus .reach__item-val a:hover {
  color: #B3C2D1
}

.ctus .reach__right {
  background: #f8f7fa08;
  border: 1px solid #b3c2d11f;
  border-radius: 2px;
  padding: 32px;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.ctus .form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px
}

.ctus .form__grp {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px
}

.ctus .form__lbl {
  font-size: 14px;
  color: #B3C2D1;
  letter-spacing: .01em
}

.ctus .form__inp {
  background: #6869bc0f;
  border: 1px solid #b3c2d12e;
  border-radius: 2px;
  padding: 12px 20px;
  color: #F8F7FA;
  font-size: 17px;
  outline: none;
  transition: border-color .16s ease-out, box-shadow .16s ease-out;
  width: 100%;
  box-sizing: border-box
}

.ctus .form__inp::placeholder {
  font-style: italic;
  opacity: .55;
  color: #B3C2D1
}

.ctus .form__inp:focus {
  border-color: #6869BC;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.ctus .form__sel {
  background: #6869bc0f;
  border: 1px solid #b3c2d12e;
  border-radius: 2px;
  padding: 12px 20px;
  color: #F8F7FA;
  font-size: 17px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
  transition: border-color .16s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236869BC' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px
}

.ctus .form__sel:focus {
  border-color: #6869BC
}

.ctus .form__sel option {
  background: #1a1828;
  color: #F8F7FA
}

.ctus .form__textarea {
  resize: vertical;
  min-height: 100px
}

.ctus .form__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px
}

.ctus .form__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #6869BC;
  cursor: pointer
}

.ctus .form__check-txt {
  font-size: 14px;
  color: #B3C2D1;
  line-height: 1.7
}

.ctus .form__check-txt a {
  color: #6869BC;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s ease-out
}

.ctus .form__check-txt a:hover {
  color: #B3C2D1
}

.ctus .form__btn {
  background: #6869BC;
  color: #F8F7FA;
  border: none;
  border-radius: 2px;
  padding: 12px 32px;
  font-size: 17px;
  letter-spacing: .01em;
  cursor: pointer;
  width: 100%;
  transition: background .18s ease-out, box-shadow .18s ease-out, transform .12s ease-out;
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.ctus .form__btn:hover {
  background: #7a7bcc;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.ctus .form__btn:active {
  transform: translateY(1px)
}

.ctus .form__btn:focus-visible {
  outline: 2px solid #B3C2D1;
  outline-offset: 2px
}

.ctus .form__hdg {
  font-size: 20px;
  line-height: 1.4;
  color: #F8F7FA;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 2px solid #6869BC;
  letter-spacing: .01em
}

.ctus .signal__wrap {
  background: radial-gradient(circle at 0% 0%, #6869bc2e 0%, transparent 65%);
  border-top: 1px solid #b3c2d11a;
  border-bottom: 1px solid #b3c2d11a;
  padding: 64px 20px
}

.ctus .signal__inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: center
}

.ctus .signal__stat-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ctus .signal__stat {
  padding: 20px;
  border: 1px solid #6869bc38;
  border-radius: 2px;
  text-align: center;
  background: #6869bc12;
  box-shadow: inset 0 1px 2px #6869bc12;
  transition: transform .16s ease-out
}

.ctus .signal__stat:hover {
  transform: translateY(-2px)
}

.ctus .signal__stat-num {
  font-size: 36px;
  line-height: 1.1;
  color: #6869BC;
  letter-spacing: .01em;
  display: block
}

.ctus .signal__stat-desc {
  font-size: 14px;
  color: #B3C2D1;
  letter-spacing: .02em;
  margin-top: 4px;
  display: block
}

.ctus .signal__txt-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ctus .signal__hdg {
  font-size: 36px;
  line-height: 1.1;
  color: #F8F7FA;
  letter-spacing: .01em;
  padding-left: 16px;
  border-left: 2px solid #6869BC
}

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

.ctus .signal__list li {
  font-size: 17px;
  line-height: 1.7;
  color: #B3C2D1;
  padding: 12px 20px;
  border-left: 2px solid #6869bc66;
  background: #6869bc0a;
  border-radius: 0 2px 2px 0;
  letter-spacing: .01em
}

.ctus .signal__note {
  font-size: 14px;
  color: #b3c2d199;
  line-height: 1.7;
  letter-spacing: .01em
}

.ctus .reveal-load {
  animation: rotateReveal .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes rotateReveal {
  from {
    opacity: 0;
    transform: rotate(-2deg) translateY(12px)
  }

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

.ctus .reach__item--hover-draw {
  position: relative
}

.ctus .reach__item--hover-draw::before,
.ctus .reach__item--hover-draw::after {
  content: '';
  position: absolute;
  pointer-events: none
}

.ctus .form__grp--full {
  margin-bottom: 12px
}

@media (max-width: 900px) {
  .ctus .reach__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px
  }

  .ctus .reach__hdg {
    font-size: 36px
  }

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

  .ctus .signal__stat-col {
    flex-direction: row;
    flex-wrap: wrap
  }

  .ctus .signal__stat {
    flex: 1;
    min-width: 120px
  }
}

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

  .ctus .reach__hdg {
    font-size: 36px
  }

  .ctus .signal__hdg {
    font-size: 20px
  }

  .ctus .signal__stat-col {
    flex-direction: column
  }

  .ctus .reach__right {
    padding: 20px
  }
}

.cs-pg {
  background: #0e0d1a;
  color: #e8e6f0;
  padding: 0;
  overflow-x: hidden
}

.cs-pg .pg-lead {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 64px;
  align-items: start
}

.cs-pg .pg-lead__img-col {
  position: relative
}

.cs-pg .pg-lead__img-wrap {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 10px 60px -2px #6869bc1f
}

.cs-pg .pg-lead__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .18s ease-out;
  display: block;
  max-width: 100%
}

.cs-pg .pg-lead__img-wrap:hover img {
  transform: translateX(-6px) translateY(-4px)
}

.cs-pg .pg-lead__txt-col {
  padding: 32px 0 32px 20px;
  position: relative
}

.cs-pg .pg-lead__quote-mark {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 160px;
  line-height: 1.1;
  color: #6869bc14;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.02em
}

.cs-pg .pg-lead__label {
  font-size: 14px;
  letter-spacing: .02em;
  color: #6869BC;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase
}

.cs-pg .pg-lead__h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 20px
}

.cs-pg .pg-lead__h1 em {
  font-style: normal;
  color: #6869BC
}

.cs-pg .pg-lead__desc {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0 0 32px
}

.cs-pg .pg-lead__stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

.cs-pg .pg-lead__stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cs-pg .pg-lead__stat-num {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA
}

.cs-pg .pg-lead__stat-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em
}

.cs-pg .posts-band {
  max-width: 1170px;
  margin: 64px auto;
  padding: 0 32px
}

.cs-pg .posts-band__heading {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 8px;
  padding-left: 20px;
  border-left: 3px solid #6869BC
}

.cs-pg .posts-band__sub {
  font-size: 17px;
  line-height: 1.4;
  color: #B3C2D1;
  margin: 0 0 32px;
  padding-left: 20px
}

.cs-pg .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.cs-pg .post-card {
  background: #16152a;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  display: flex;
  flex-direction: column;
  transition: box-shadow .16s ease-out, transform .16s ease-out;
  animation: slideRight .18s ease-out both
}

.cs-pg .post-card:nth-child(1) {
  animation-delay: .04s
}

.cs-pg .post-card:nth-child(2) {
  animation-delay: .08s
}

.cs-pg .post-card:nth-child(3) {
  animation-delay: .12s
}

.cs-pg .post-card:nth-child(4) {
  animation-delay: .16s
}

.cs-pg .post-card:nth-child(5) {
  animation-delay: .2s
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(40px) rotate(1.5deg)
  }

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

.cs-pg .post-card:hover {
  box-shadow: 1px 10px 60px -2px #6869bc1f;
  transform: translateY(-4px)
}

.cs-pg .post-card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0
}

.cs-pg .post-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: 100%;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.cs-pg .post-card__img-wrap:hover img {
  transform: translateX(-8px)
}

.cs-pg .post-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1
}

.cs-pg .post-card__meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center
}

.cs-pg .post-card__readtime {
  font-size: 14px;
  line-height: 1.4;
  color: #6869BC;
  letter-spacing: .01em;
  background: #6869bc1a;
  padding: 4px 8px;
  border-radius: 2px
}

.cs-pg .post-card__views {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.cs-pg .post-card__views svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.cs-pg .post-card__ttl {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0
}

.cs-pg .post-card__desc {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0;
  flex: 1
}

.cs-pg .post-card__lnk {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #6869BC;
  text-decoration: none;
  padding: 8px 0;
  transition: color .14s ease-out;
  align-self: flex-start
}

.cs-pg .post-card__lnk:hover {
  color: #F8F7FA
}

.cs-pg .post-card--wide {
  grid-column: 1 / -1;
  flex-direction: row
}

.cs-pg .post-card--wide .post-card__img-wrap {
  width: 340px;
  aspect-ratio: unset;
  flex-shrink: 0
}

.cs-pg .post-card--wide .post-card__body {
  padding: 32px
}

.cs-pg .post-card--wide .post-card__ttl {
  font-size: 20px
}

.cs-pg .approach-strip {
  background: #13122a;
  padding: 64px 0;
  position: relative
}

.cs-pg .approach-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6869bc12 0%, transparent 60%);
  pointer-events: none
}

.cs-pg .approach-strip__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.cs-pg .approach-strip__col-a {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cs-pg .approach-strip__h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0;
  padding-left: 20px;
  border-left: 3px solid #6869BC
}

.cs-pg .approach-strip__p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0
}

.cs-pg .approach-strip__col-b {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cs-pg .approach-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: #6869bc0f;
  border-radius: 2px;
  border-top: 1px solid #6869bc26;
  transition: background .16s ease-out
}

.cs-pg .approach-item:hover {
  background: #6869bc1f
}

.cs-pg .approach-item__num {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #6869bc4d;
  flex-shrink: 0;
  width: 48px
}

.cs-pg .approach-item__txt {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cs-pg .approach-item__h {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0
}

.cs-pg .approach-item__p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0
}

.cs-pg .expert-strip {
  max-width: 1170px;
  margin: 64px auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: center
}

.cs-pg .expert-strip__portrait-wrap {
  display: flex;
  justify-content: center
}

.cs-pg .expert-strip__portrait {
  width: 200px;
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  flex-shrink: 0
}

.cs-pg .expert-strip__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: 100%;
  transition: transform .2s ease-out
}

.cs-pg .expert-strip__portrait:hover img {
  transform: scale(1.04)
}

.cs-pg .expert-strip__center {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center
}

.cs-pg .expert-strip__h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0
}

.cs-pg .expert-strip__p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0
}

.cs-pg .expert-strip__name {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #6869BC;
  text-transform: uppercase
}

.cs-pg .expert-strip__side-stat {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end
}

.cs-pg .expert-strip__bar-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end
}

.cs-pg .expert-strip__bar-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #B3C2D1;
  letter-spacing: .01em
}

.cs-pg .expert-strip__bar-track {
  width: 100%;
  height: 4px;
  background: #b3c2d126;
  border-radius: 2px;
  overflow: hidden
}

.cs-pg .expert-strip__bar-fill {
  height: 100%;
  border-radius: 2px;
  background: #6869BC;
  animation: barGrow .22s ease-out both
}

@keyframes barGrow {
  from {
    width: 0
  }
}

.cs-pg .expert-strip__bar-fill--a {
  width: 88%;
  animation-delay: .1s
}

.cs-pg .expert-strip__bar-fill--b {
  width: 74%;
  animation-delay: .15s
}

.cs-pg .expert-strip__bar-fill--c {
  width: 91%;
  animation-delay: .2s
}

.cs-pg .contact-strip {
  background: #16152a;
  padding: 64px 0;
  position: relative
}

.cs-pg .contact-strip::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, #6869bc0f 100%);
  pointer-events: none
}

.cs-pg .contact-strip__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start
}

.cs-pg .contact-strip__col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cs-pg .contact-strip__h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0;
  padding-left: 20px;
  border-left: 3px solid #6869BC
}

.cs-pg .contact-strip__p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B3C2D1;
  margin: 0
}

.cs-pg .contact-strip__form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cs-pg .contact-strip__input {
  background: #6869bc14;
  border: 1px solid #6869bc33;
  border-radius: 2px;
  padding: 12px 20px;
  color: #F8F7FA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .01em;
  outline: none;
  transition: border-color .14s ease-out;
  width: 100%;
  box-sizing: border-box
}

.cs-pg .contact-strip__input::placeholder {
  font-style: italic;
  opacity: .55;
  color: #B3C2D1
}

.cs-pg .contact-strip__input:focus {
  border-color: #6869BC
}

.cs-pg .contact-strip__textarea {
  background: #6869bc14;
  border: 1px solid #6869bc33;
  border-radius: 2px;
  padding: 12px 20px;
  color: #F8F7FA;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  outline: none;
  transition: border-color .14s ease-out;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 100px
}

.cs-pg .contact-strip__textarea::placeholder {
  font-style: italic;
  opacity: .55;
  color: #B3C2D1
}

.cs-pg .contact-strip__textarea:focus {
  border-color: #6869BC
}

.cs-pg .contact-strip__btn {
  background: #6869BC;
  color: #F8F7FA;
  border: none;
  border-radius: 2px;
  padding: 12px 32px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .02em;
  cursor: pointer;
  align-self: flex-start;
  transition: background .14s ease-out, box-shadow .14s ease-out;
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.cs-pg .contact-strip__btn:hover {
  background: #5758a8;
  box-shadow: 1px 7px 20px -2px #6869bc17
}

.cs-pg .contact-strip__btn:focus {
  outline: 2px solid #B3C2D1;
  outline-offset: 2px
}

@media (max-width: 900px) {
  .cs-pg .pg-lead {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 20px
  }

  .cs-pg .pg-lead__txt-col {
    padding: 0
  }

  .cs-pg .pg-lead__img-wrap {
    aspect-ratio: 16/9
  }

  .cs-pg .pg-lead__h1 {
    font-size: 36px
  }

  .cs-pg .posts-grid {
    grid-template-columns: 1fr 1fr
  }

  .cs-pg .post-card--wide {
    flex-direction: column
  }

  .cs-pg .post-card--wide .post-card__img-wrap {
    width: 100%;
    aspect-ratio: 16/9
  }

  .cs-pg .approach-strip__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px
  }

  .cs-pg .expert-strip {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px
  }

  .cs-pg .expert-strip__portrait-wrap {
    justify-content: flex-start
  }

  .cs-pg .expert-strip__center {
    text-align: left
  }

  .cs-pg .expert-strip__side-stat {
    align-items: flex-start
  }

  .cs-pg .contact-strip__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px
  }

  .cs-pg .posts-band {
    padding: 0 20px
  }
}

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

  .cs-pg .pg-lead__stat-row {
    flex-direction: column;
    gap: 20px
  }

  .cs-pg .pg-lead__h1 {
    font-size: 36px
  }

  .cs-pg .approach-strip__h2,
  .cs-pg .contact-strip__h2,
  .cs-pg .expert-strip__h2 {
    font-size: 20px
  }
}

.success-pg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  background: #0e0d14
}

.success-pg .result-card {
  max-width: 540px;
  width: 100%;
  background: #15131f;
  border-radius: 24px;
  padding: 64px 32px;
  text-align: center;
  box-shadow: 1px 7px 20px -2px #6869bc17 1px 10px 60px -2px #6869bc1f;
  position: relative
}

.success-pg .result-card__mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #6869bc2e 0%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 2px #6869bc1f 1px 3px 2px -2px #6869bc12
}

.success-pg .result-card__mark svg {
  display: block
}

.success-pg .result-card__heading {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F8F7FA;
  margin: 0 0 12px
}

.success-pg .result-card__sub {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #B3C2D1;
  margin: 0 0 32px
}

.success-pg .result-card__detail {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #b3c2d199;
  margin: 0 0 32px;
  padding: 12px 20px;
  border-radius: 2px;
  background: #6869bc12
}

.success-pg .result-card__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.success-pg .btn-home {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 2px;
  background: #6869BC;
  color: #F8F7FA;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.4;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .18s ease-out, box-shadow .15s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 1px 3px 2px -2px #6869bc12
}

.success-pg .btn-home:hover,
.success-pg .btn-home:focus {
  background: #7879cc;
  box-shadow: 1px 7px 20px -2px #6869bc17;
  outline: none
}

.success-pg .btn-home:active {
  background: #5758a8
}

.success-pg .btn-ghost {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 2px;
  background: transparent;
  color: #B3C2D1;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid #b3c2d138;
  cursor: pointer;
  transition: border-color .22s ease-out, color .18s ease-out
}

.success-pg .btn-ghost:hover,
.success-pg .btn-ghost:focus {
  border-color: #6869bc99;
  color: #F8F7FA;
  outline: none
}

.success-pg .result-card__divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #6869BC, transparent);
  margin: 0 auto 32px;
  border-radius: 2px
}

@media (max-width: 600px) {
  .success-pg .result-card {
    padding: 32px 20px
  }

  .success-pg .result-card__heading {
    font-size: 28px
  }

  .success-pg .result-card__actions {
    flex-direction: column;
    align-items: stretch
  }

  .success-pg .btn-home,
  .success-pg .btn-ghost {
    text-align: center
  }
}