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

html {
  font-size: 100%;
  scroll-behavior: auto
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
  background-color: #0d1117;
  color: #DDE0E4
}

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

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

.hd {
  background: linear-gradient(180deg, #0a0e16 0%, #111827 100%);
  border-bottom: 1px solid #35b6cf26;
  padding: 32px 16px 0;
  position: relative;
  overflow: hidden
}

.hd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #35B6CF, #4447D4, transparent);
  pointer-events: none
}

.hd_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

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

.hd_proof {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #35B6CF;
  letter-spacing: .08em;
  font-weight: 700
}

.hd_proof i {
  font-size: 14px;
  color: #4447D4
}

.logo_hex {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo_hex svg.hex_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  pointer-events: none
}

.logo_hex img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  display: block
}

.brand_name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: #DDE0E4;
  letter-spacing: .04em
}

.brand_name span {
  color: #35B6CF
}

.hd_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 0
}

.hd_nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #DDE0E4;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px 8px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  line-height: 1.4;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), background-color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.hd_nav a i {
  font-size: 14px;
  color: #4447D4;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd_nav a:hover {
  color: #35B6CF;
  background-color: #35b6cf12;
  border-color: #35b6cf2e
}

.hd_nav a:hover i {
  color: #35B6CF
}

.hd_nav a.active {
  color: #35B6CF;
  background-color: #35b6cf1a;
  border-color: #35b6cf40;
  box-shadow: 0 2px 5px 0 #35b6cf12
}

.ft {
  background: linear-gradient(180deg, #0d1117 0%, #080c12 100%);
  border-top: 1px solid #4447d433;
  padding: 64px 16px 32px;
  position: relative
}

.ft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4447D4, #35B6CF, transparent);
  pointer-events: none
}

.ft_inner {
  max-width: 1200px;
  margin: 0 auto
}

.ft_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dde0e414
}

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

.ft_logo_hex {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ft_logo_hex svg.hex_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  pointer-events: none
}

.ft_logo_hex img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  display: block
}

.ft_brand {
  font-size: 18px;
  font-weight: 700;
  color: #DDE0E4;
  letter-spacing: .04em
}

.ft_brand span {
  color: #35B6CF
}

.ft_tagline {
  font-size: 14px;
  color: #dde0e48c;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .03em
}

.ft_cols {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 32px 0
}

.ft_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px
}

.ft_col_label {
  font-size: 14px;
  font-weight: 700;
  color: #4447D4;
  letter-spacing: .1em;
  text-transform: uppercase
}

.ft_col a {
  font-size: 15px;
  color: #dde0e4bf;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft_col a i {
  font-size: 14px;
  color: #35B6CF;
  width: 16px;
  flex-shrink: 0
}

.ft_col a:hover {
  color: #35B6CF
}

.ft_contact_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  color: #dde0e4bf;
  line-height: 1.6
}

.ft_contact_item i {
  font-size: 14px;
  color: #35B6CF;
  width: 16px;
  flex-shrink: 0;
  margin-top: 3px
}

.ft_contact_item a {
  color: #dde0e4bf;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft_contact_item a:hover {
  color: #35B6CF
}

.ft_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid #dde0e40f
}

.ft_copy {
  font-size: 14px;
  color: #dde0e466;
  line-height: 1.6;
  text-align: center
}

.ft_legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center
}

.ft_legal a {
  font-size: 14px;
  color: #dde0e473;
  text-decoration: none;
  transition: color .17s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft_legal a:hover {
  color: #35B6CF
}

.ft_legal_sep {
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #dde0e433;
  display: inline-block
}

.ck_popup {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 300px;
  background: #111827;
  border: 1px solid #35b6cf40;
  border-radius: 8px;
  box-shadow: 0 12px 40px 0 #35b6cf1c;
  z-index: 8000;
  padding: 16px;
  font-family: 'Nunito', sans-serif
}

.ck_popup .ck_head {
  font-size: 15px;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 8px;
  line-height: 1.4
}

.ck_popup .ck_desc {
  font-size: 14px;
  color: #dde0e4b3;
  line-height: 1.6;
  margin-bottom: 16px
}

.ck_popup .ck_desc a {
  color: #35B6CF;
  text-decoration: underline
}

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

.ck_popup .ck_btns button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck_popup .ck_btns button:hover {
  text-decoration-thickness: 2px
}

.ck_popup .ck_accept {
  color: #35B6CF
}

.ck_popup .ck_accept:hover {
  color: #4447D4
}

.ck_popup .ck_reject {
  color: #dde0e48c
}

.ck_popup .ck_reject:hover {
  color: #DDE0E4
}

.ck_popup .ck_settings_btn {
  color: #dde0e473
}

.ck_popup .ck_settings_btn:hover {
  color: #35B6CF
}

.ck_panel {
  margin-top: 16px;
  border-top: 1px solid #35b6cf26;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ck_toggle_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.ck_toggle_row label {
  font-size: 14px;
  color: #dde0e4bf;
  cursor: pointer;
  line-height: 1.4
}

.ck_toggle_row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #35B6CF;
  cursor: pointer;
  flex-shrink: 0
}

@media (min-width: 768px) {
  .ft_top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
  }

  .ft_logo_area {
    align-items: flex-start
  }

  .ft_tagline {
    text-align: left
  }

  .ft_bottom {
    justify-content: space-between
  }
}

@media (max-width: 640px) {
  .hd_nav a {
    padding: 16px;
    font-size: 14px
  }

  .ft_cols {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .ft_contact_item {
    justify-content: center
  }
}

.doc-info-g {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #DDE0E4
}

.doc-info-g p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #DDE0E4
}

.doc-info-g ul,
.doc-info-g ol {
  padding-left: 32px;
  margin-bottom: 16px
}

.doc-info-g li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #DDE0E4
}

.doc-info-g ul li {
  list-style-type: disc
}

.doc-info-g ol li {
  list-style-type: decimal
}

.doc-info-g ul ul,
.doc-info-g ol ol,
.doc-info-g ul ol,
.doc-info-g ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.doc-info-g strong,
.doc-info-g b {
  font-weight: 700;
  color: #35B6CF
}

.doc-info-g em,
.doc-info-g i {
  font-style: italic;
  color: #c8ccd1
}

.doc-info-g a {
  color: #35B6CF;
  text-decoration: underline;
  text-decoration-color: #35b6cf66;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.doc-info-g a:hover {
  color: #4447D4;
  text-decoration-color: #4447d499
}

.doc-info-g hr {
  border: none;
  border-top: 1px solid #35b6cf2e;
  margin: 32px 0
}

@media (max-width: 768px) {
  .doc-info-g {
    padding: 32px 16px
  }

  .doc-info-g p,
  .doc-info-g li {
    font-size: 14px
  }

  .doc-info-g ul,
  .doc-info-g ol {
    padding-left: 16px
  }
}

@media (max-width: 640px) {
  .doc-info-g {
    padding: 32px 8px
  }
}

.svc {
  background: #0d0f14;
  color: #DDE0E4;
  overflow-x: hidden
}

.svc .tb {
  padding: 96px 32px 64px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.svc .tb-text {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.svc .tb-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #35B6CF;
  padding: 8px 16px;
  background: #35b6cf14;
  border-radius: 2px;
  width: fit-content
}

.svc .tb-label .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #35B6CF;
  flex-shrink: 0
}

.svc .tb-h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #DDE0E4;
  margin: 0
}

.svc .tb-h1 span {
  color: #35B6CF
}

.svc .tb-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #a8b0bc;
  margin: 0;
  max-width: 480px
}

.svc .tb-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.svc .tb-geo {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 12px;
  background: linear-gradient(113deg, #4447d438 0%, transparent 70%);
  transform: rotate(12deg);
  z-index: 0;
  pointer-events: none
}

.svc .tb-geo-2 {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 8px;
  border: 1px solid #35b6cf26;
  transform: rotate(-6deg);
  z-index: 0;
  pointer-events: none
}

.svc .tb-img-clip {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #4447d41c
}

.svc .tb-img-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc .tb-img-clip:hover img {
  transform: scale(1.03)
}

.svc .tb-img-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.svc .tb-img-clip:hover::after {
  border-color: #35b6cf80
}

.svc .tb-glow {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, #35b6cf21 0%, transparent 70%);
  z-index: 0;
  pointer-events: none
}

.svc .wave-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

.svc .wave-div svg {
  display: block;
  width: 100%
}

.svc .svc-grid {
  background: #111420;
  padding: 64px 32px 96px;
  position: relative
}

.svc .svc-grid-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447d412 0%, transparent 60%);
  pointer-events: none
}

.svc .svc-grid-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px
}

.svc .sg-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center
}

.svc .sg-head h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0;
  letter-spacing: -.01em
}

.svc .sg-head p {
  font-size: 18px;
  line-height: 1.6;
  color: #8a93a2;
  margin: 0;
  max-width: 560px
}

.svc .sg-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.svc .sg-card {
  background: #16192a;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 5px 25px 0 #35b6cf14;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.0, 0, 0.2, 1);
  position: relative
}

.svc .sg-card:hover {
  box-shadow: 0 12px 40px 0 #35b6cf1c;
  transform: translateY(-3px)
}

.svc .sg-card.accent {
  grid-row: 1 / 3;
  background: linear-gradient(113deg, #16192a 0%, #1a1d30 100%);
  border: 1px solid #35b6cf1f
}

.svc .sg-card.accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #35B6CF, #4447D4);
  border-radius: 12px 12px 0 0;
  pointer-events: none
}

.svc .sg-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0
}

.svc .sg-icon.c1 {
  background: #35b6cf1f;
  color: #35B6CF
}

.svc .sg-icon.c2 {
  background: #4447d424;
  color: #7b7ef0
}

.svc .sg-icon.c3 {
  background: #35b6cf17;
  color: #35B6CF
}

.svc .sg-icon.c4 {
  background: #4447d41a;
  color: #7b7ef0
}

.svc .sg-icon.c5 {
  background: #35b6cf1c;
  color: #35B6CF
}

.svc .sg-card h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0
}

.svc .sg-card.accent h3 {
  font-size: 30px
}

.svc .sg-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #8a93a2;
  margin: 0
}

.svc .sg-card ul {
  margin: 0;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc .sg-card ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #8a93a2
}

.svc .sg-legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #dde0e414
}

.svc .leg-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #16192a;
  border-radius: 8px
}

.svc .leg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px
}

.svc .leg-dot.d1 {
  background: #35B6CF
}

.svc .leg-dot.d2 {
  background: #4447D4
}

.svc .leg-dot.d3 {
  background: #7b7ef0
}

.svc .leg-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc .leg-text strong {
  font-size: 14px;
  letter-spacing: .06em;
  color: #DDE0E4;
  font-weight: 600
}

.svc .leg-text span {
  font-size: 14px;
  line-height: 1.4;
  color: #8a93a2
}

.svc .faq-strip {
  background: #0d0f14;
  padding: 64px 32px 96px
}

.svc .faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start
}

.svc .faq-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 32px
}

.svc .faq-left h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0
}

.svc .faq-left p {
  font-size: 15px;
  line-height: 1.6;
  color: #8a93a2;
  margin: 0
}

.svc .faq-team {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.svc .faq-portrait {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 5px 0 #35b6cf12
}

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

.svc .faq-portrait-2 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 5px 0 #35b6cf12
}

.svc .faq-portrait-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.svc .faq-team-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc .faq-team-text strong {
  font-size: 15px;
  color: #DDE0E4;
  font-weight: 600
}

.svc .faq-team-text span {
  font-size: 14px;
  color: #8a93a2
}

.svc .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.svc .faq-item {
  background: #111420;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dde0e412;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc .faq-item:hover {
  border-color: #35b6cf33
}

.svc .faq-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.svc .faq-q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 32px;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  font-weight: 600;
  color: #DDE0E4;
  line-height: 1.4
}

.svc .faq-q .faq-arr {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #35b6cf1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc .faq-q .faq-arr i {
  font-size: 14px;
  color: #35B6CF;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc .faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc .faq-item input:checked~.faq-body {
  max-height: 300px
}

.svc .faq-item input:checked~.faq-q .faq-arr {
  background: #35b6cf2e;
  transform: rotate(180deg)
}

.svc .faq-body-inner {
  padding: 0 32px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #8a93a2
}

.svc .faq-q:hover .faq-arr {
  background: #35b6cf29
}

.svc .geo-row {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 0;
  pointer-events: none
}

.svc .geo-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #35b6cf40;
  flex-shrink: 0
}

@media (max-width: 1024px) {
  .svc .tb {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 32px 32px
  }

  .svc .tb-img-wrap {
    justify-content: flex-start
  }

  .svc .tb-h1 {
    font-size: 42px
  }

  .svc .sg-mosaic {
    grid-template-columns: 1fr 1fr
  }

  .svc .sg-card.accent {
    grid-column: 1 / 3;
    grid-row: auto
  }

  .svc .sg-legend {
    grid-template-columns: 1fr
  }

  .svc .faq-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .svc .faq-left {
    position: static
  }
}

@media (max-width: 768px) {
  .svc .tb-h1 {
    font-size: 30px
  }

  .svc .sg-mosaic {
    grid-template-columns: 1fr
  }

  .svc .sg-card.accent {
    grid-column: auto
  }

  .svc .sg-legend {
    grid-template-columns: 1fr
  }

  .svc .faq-inner {
    grid-template-columns: 1fr
  }

  .svc .tb-img-clip {
    width: 100%;
    height: 240px
  }

  .svc .tb-geo {
    width: 200px;
    height: 200px
  }

  .svc .svc-grid {
    padding: 32px 16px 64px
  }

  .svc .faq-strip {
    padding: 32px 16px 64px
  }

  .svc .faq-q {
    padding: 16px
  }

  .svc .faq-body-inner {
    padding: 0 16px 16px
  }
}

@media (max-width: 640px) {
  .svc .tb {
    padding: 64px 16px 32px
  }

  .svc .sg-head h2 {
    font-size: 30px
  }

  .svc .faq-left h2 {
    font-size: 30px
  }
}

.spt {
  background: #0d0f14;
  color: #DDE0E4;
  overflow-x: hidden;
  position: relative
}

.spt .pg-reveal {
  animation: clipReveal .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

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

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

.spt .chevron-div {
  width: 100%;
  height: 48px;
  position: relative;
  overflow: hidden
}

.spt .chevron-div svg {
  width: 100%;
  height: 100%;
  display: block
}

.spt .ldr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.spt ::selection {
  background: #35b6cf2e;
  color: #DDE0E4
}

.spt :focus-visible {
  outline: 2px solid #35B6CF;
  outline-offset: 3px
}

.spt .skl {
  background: linear-gradient(113deg, #1a2030 0%, #232840 100%);
  position: relative
}

.spt .skl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt .skl img.loaded {
  opacity: 1
}

.spt .skl img:not(.loaded) {
  opacity: 0
}

.spt .ttl {
  padding: 96px 0 64px;
  position: relative
}

.spt .ttl-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447d42e 0%, transparent 60%);
  pointer-events: none
}

.spt .ttl-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.spt .ttl-dots::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #35b6cf1f 1px, transparent 1px);
  background-size: 28px 28px
}

.spt .ttl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.spt .ttl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #35b6cf1a;
  border: 1px solid #35b6cf40;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #35B6CF;
  margin-bottom: 32px
}

.spt .ttl-h {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #DDE0E4;
  margin-bottom: 32px
}

.spt .ttl-h span {
  color: #35B6CF
}

.spt .ttl-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #dde0e4bf;
  margin-bottom: 32px
}

.spt .ttl-pts {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spt .ttl-pt {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4cc
}

.spt .ttl-pt-ic {
  width: 20px;
  height: 20px;
  background: #35b6cf26;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: #35B6CF;
  font-size: 11px
}

.spt .ttl-img-col {
  position: relative
}

.spt .ttl-img-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px 0 #35b6cf1c
}

.spt .ttl-img-frame::before {
  content: '';
  position: absolute;
  inset: -2px;
  border: 2px solid #35b6cf4d;
  border-radius: 12px;
  z-index: 1;
  pointer-events: none
}

.spt .ttl-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447d440 0%, transparent 55%);
  z-index: 2;
  pointer-events: none
}

.spt .ttl-img-wrap {
  width: 100%;
  height: 420px
}

.spt .ttl-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .88
}

.spt .ttl-outline-shape {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 180px;
  height: 180px;
  border: 2px solid #4447d440;
  border-radius: 12px;
  pointer-events: none
}

.spt .chv-1 {
  background: #0d0f14
}

.spt .chv-1 svg {
  fill: #111520
}

.spt .faq {
  background: #111520;
  padding: 96px 0 64px;
  position: relative
}

.spt .faq-split {
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447d414 0%, transparent 45%);
  pointer-events: none
}

.spt .faq-head {
  text-align: center;
  margin-bottom: 64px
}

.spt .faq-h {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 16px;
  letter-spacing: .02em
}

.spt .faq-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4a6;
  max-width: 540px;
  margin: 0 auto
}

.spt .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto
}

.spt .faq-item {
  background: #35b6cf0a;
  border: 1px solid #35b6cf1f;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 #35b6cf12;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt .faq-item:hover {
  border-color: #35b6cf4d;
  box-shadow: 0 5px 25px 0 #35b6cf14
}

.spt .faq-item details {
  width: 100%
}

.spt .faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #DDE0E4;
  cursor: pointer;
  list-style: none;
  gap: 16px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt .faq-item summary::-webkit-details-marker {
  display: none
}

.spt .faq-item summary:hover {
  color: #35B6CF
}

.spt .faq-item summary .faq-ic {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #35b6cf1f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35B6CF;
  font-size: 12px;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt .faq-item details[open] summary .faq-ic {
  background: #35b6cf38;
  transform: rotate(45deg)
}

.spt .faq-ans {
  padding: 0 32px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4bf
}

.spt .chv-2 {
  background: #111520
}

.spt .chv-2 svg {
  fill: #141824
}

.spt .ctc {
  background: #141824;
  padding: 64px 0 96px;
  position: relative
}

.spt .ctc-bg-accent {
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, transparent 55%, #4447d41f 100%);
  pointer-events: none
}

.spt .ctc-outline {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 140px;
  height: 140px;
  border: 1px solid #35b6cf1a;
  border-radius: 8px;
  pointer-events: none
}

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

.spt .ctc-h {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 16px;
  letter-spacing: .02em
}

.spt .ctc-lead {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4b8;
  margin-bottom: 32px
}

.spt .ctc-items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spt .ctc-row {
  display: flex;
  align-items: flex-start;
  gap: 16px
}

.spt .ctc-ic {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #35b6cf1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35B6CF;
  font-size: 15px;
  flex-shrink: 0;
  box-shadow: inset 0 1px 4px #35b6cf26
}

.spt .ctc-row-label {
  font-size: 14px;
  letter-spacing: .07em;
  color: #dde0e473;
  margin-bottom: 8px;
  text-transform: uppercase
}

.spt .ctc-row-val {
  font-size: 15px;
  line-height: 1.4;
  color: #DDE0E4
}

.spt .ctc-row-val a {
  color: #35B6CF;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.spt .ctc-row-val a:hover {
  color: #DDE0E4
}

.spt .ctc-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.spt .ctc-team-h {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  letter-spacing: .02em;
  margin-bottom: 8px
}

.spt .ctc-team-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4a6;
  margin-bottom: 16px
}

.spt .ctc-team-cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spt .ctc-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #35b6cf0a;
  border: 1px solid #35b6cf1a;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px 0 #4447d412;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.spt .ctc-card:hover {
  border-color: #35b6cf47
}

.spt .ctc-port {
  width: 64px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 5px 25px 0 #4447d414
}

.spt .ctc-port img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.spt .ctc-card-name {
  font-size: 15px;
  font-weight: 600;
  color: #DDE0E4;
  margin-bottom: 8px
}

.spt .ctc-card-role {
  font-size: 14px;
  color: #35B6CF;
  letter-spacing: .06em;
  margin-bottom: 8px
}

.spt .ctc-card-note {
  font-size: 14px;
  line-height: 1.4;
  color: #dde0e499
}

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

  .spt .ttl-img-col {
    order: -1
  }

  .spt .ttl-img-wrap {
    height: 320px
  }

  .spt .ctc-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

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

  .spt .ttl-h {
    font-size: 30px
  }

  .spt .faq {
    padding: 64px 0 32px
  }

  .spt .ctc {
    padding: 32px 0 64px
  }

  .spt .ldr {
    padding: 0 16px
  }

  .spt .faq-item summary {
    padding: 16px
  }

  .spt .faq-ans {
    padding: 0 16px 16px
  }
}

@media (max-width: 640px) {
  .spt .ttl-h {
    font-size: 22px
  }

  .spt .faq-h {
    font-size: 22px
  }

  .spt .ctc-h {
    font-size: 22px
  }

  .spt .ttl-img-wrap {
    height: 240px
  }
}

.fst {
  background: #0d0f14;
  color: #DDE0E4;
  overflow-x: hidden
}

.fst .db-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.fst .ttl-blk {
  padding: 96px 0;
  position: relative
}

.fst .ttl-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #35b6cf12 0%, transparent 60%);
  pointer-events: none
}

.fst .ttl-frame {
  border: 1px solid #35b6cf2e;
  padding: 64px;
  position: relative
}

.fst .ttl-frame::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #4447d41f;
  pointer-events: none
}

.fst .ttl-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center
}

.fst .ttl-txt {
  flex: 1 1 0
}

.fst .ttl-tag {
  font-size: 14px;
  letter-spacing: .12em;
  color: #35B6CF;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.fst .ttl-h {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #DDE0E4;
  margin-bottom: 32px
}

.fst .ttl-h em {
  font-style: normal;
  color: #35B6CF
}

.fst .ttl-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #dde0e4c7;
  margin-bottom: 32px
}

.fst .ttl-link {
  font-size: 15px;
  color: #35B6CF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.fst .ttl-link i {
  transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.fst .ttl-link:hover {
  color: #DDE0E4
}

.fst .ttl-link:hover i {
  transform: translateX(6px)
}

.fst .ttl-img-wrap {
  flex: 0 0 340px;
  position: relative;
  overflow: hidden;
  border-radius: 0
}

.fst .ttl-img-wrap img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.fst .ttl-img-wrap:hover img {
  filter: blur(0px)
}

.fst .ttl-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #0d0f14);
  pointer-events: none
}

.fst .hesit-blk {
  padding: 96px 0;
  background: #111318
}

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

.fst .hesit-lbl {
  font-size: 14px;
  letter-spacing: .1em;
  color: #4447D4;
  text-transform: uppercase;
  margin-bottom: 16px
}

.fst .hesit-h {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 32px
}

.fst .hesit-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4c7;
  margin-bottom: 16px
}

.fst .hesit-body p:last-child {
  margin-bottom: 0
}

.fst .hesit-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.fst .hesit-card {
  background: #4447d414;
  border: 1px solid #4447d433;
  border-radius: 8px;
  padding: 32px
}

.fst .hesit-card-ico {
  width: 40px;
  height: 40px;
  background: #35b6cf26;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.fst .hesit-card-ico i {
  color: #35B6CF;
  font-size: 18px
}

.fst .hesit-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 8px;
  line-height: 1.4
}

.fst .hesit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #dde0e4ad;
  margin: 0
}

.fst .avail-blk {
  padding: 96px 0;
  position: relative;
  background: #0d0f14
}

.fst .avail-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, #35b6cf06 0px, #35b6cf06 1px, transparent 1px, transparent 8px);
  pointer-events: none
}

.fst .avail-hd {
  text-align: center;
  margin-bottom: 64px
}

.fst .avail-hd h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 16px
}

.fst .avail-hd p {
  font-size: 18px;
  line-height: 1.6;
  color: #dde0e4b8;
  max-width: 600px;
  margin: 0 auto
}

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

.fst .av-card {
  background: #111318;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 25px 0 #35b6cf14;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.fst .av-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px 0 #35b6cf1c
}

.fst .av-card-img {
  position: relative;
  overflow: hidden
}

.fst .av-card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  filter: blur(3px);
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.fst .av-card:hover .av-card-img img {
  filter: blur(0px)
}

.fst .av-card-num {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  background: #35B6CF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #0d0f14
}

.fst .av-card-body {
  padding: 16px
}

.fst .av-card-body h5 {
  font-size: 15px;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 8px;
  line-height: 1.4
}

.fst .av-card-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #dde0e4a6;
  margin: 0
}

.fst .grad-blk {
  padding: 96px 0;
  background: #35B6CF;
  position: relative;
  overflow: hidden
}

.fst .grad-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447D4 0%, #35B6CF 60%, transparent 100%);
  animation: bgshift 8s linear infinite alternate;
  pointer-events: none
}

@keyframes bgshift {
  0% {
    opacity: .6
  }

  100% {
    opacity: 1
  }
}

.fst .grad-inner {
  position: relative;
  z-index: 1
}

.fst .grad-hd {
  text-align: center;
  margin-bottom: 64px
}

.fst .grad-hd h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #0d0f14;
  margin-bottom: 16px
}

.fst .grad-hd p {
  font-size: 18px;
  line-height: 1.6;
  color: #0d0f14c7;
  max-width: 560px;
  margin: 0 auto
}

.fst .grad-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.fst .grad-item {
  background: #0d0f141f;
  border-radius: 8px;
  padding: 32px;
  border: 1px solid #0d0f1426
}

.fst .grad-item-ico {
  margin-bottom: 16px
}

.fst .grad-item-ico i {
  font-size: 22px;
  color: #0d0f14
}

.fst .grad-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0d0f14;
  margin-bottom: 8px;
  line-height: 1.4
}

.fst .grad-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #0d0f14bf;
  margin: 0
}

.fst .grad-code {
  margin-top: 64px;
  background: #0d0f14d9;
  border-radius: 8px;
  overflow: hidden
}

.fst .grad-code-hd {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.fst .grad-code-tab {
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.fst .grad-code-tab.before {
  background: #4447d44d;
  color: #DDE0E4
}

.fst .grad-code-tab.after {
  background: #35b6cf4d;
  color: #DDE0E4
}

.fst .grad-code-body {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.fst .grad-code-col {
  padding: 32px;
  font-size: 14px;
  line-height: 2;
  color: #dde0e4b8;
  font-family: monospace
}

.fst .grad-code-col.before {
  border-right: 1px solid #dde0e41a
}

.fst .grad-code-col .ln-bad {
  color: #cf3535d9
}

.fst .grad-code-col .ln-good {
  color: #35B6CF
}

.fst .exp-blk {
  padding: 96px 0;
  background: #111318
}

.fst .exp-hd {
  text-align: center;
  margin-bottom: 64px
}

.fst .exp-hd h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 16px
}

.fst .exp-hd p {
  font-size: 18px;
  line-height: 1.6;
  color: #dde0e4b8;
  max-width: 560px;
  margin: 0 auto
}

.fst .exp-rows {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.fst .exp-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start
}

.fst .exp-port {
  flex: 0 0 auto
}

.fst .exp-port img {
  width: 120px;
  height: 168px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.fst .exp-port img:hover {
  filter: blur(0px)
}

.fst .exp-txt {
  padding: 16px 0
}

.fst .exp-name {
  font-size: 15px;
  font-weight: 700;
  color: #35B6CF;
  margin-bottom: 8px;
  letter-spacing: .04em
}

.fst .exp-role {
  font-size: 14px;
  color: #dde0e480;
  margin-bottom: 16px;
  letter-spacing: .06em
}

.fst .exp-quote {
  font-size: 18px;
  line-height: 1.6;
  color: #dde0e4d9;
  font-style: italic;
  margin-bottom: 16px
}

.fst .exp-detail {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4a6
}

.fst .exp-divider {
  border: none;
  border-top: 1px solid #35b6cf1a;
  margin: 0
}

.fst .exp-divider+.exp-divider-gap {
  height: 4px;
  border-top: 1px solid #4447d414
}

.fst .team-blk {
  padding: 96px 0;
  background: #0d0f14
}

.fst .team-hd {
  margin-bottom: 64px
}

.fst .team-hd h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 16px;
  text-align: center
}

.fst .team-hd p {
  font-size: 18px;
  line-height: 1.6;
  color: #dde0e4b8;
  max-width: 600px;
  margin: 0 auto;
  text-align: center
}

.fst .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.fst .tm-card {
  background: #111318;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 5px 0 #35b6cf12;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: start
}

.fst .tm-port {
  flex: 0 0 auto
}

.fst .tm-port img {
  width: 100px;
  height: 140px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.fst .tm-card:hover .tm-port img {
  filter: blur(0px)
}

.fst .tm-info {
  flex: 1 1 0
}

.fst .tm-name {
  font-size: 18px;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 8px
}

.fst .tm-role {
  font-size: 14px;
  color: #35B6CF;
  letter-spacing: .08em;
  margin-bottom: 16px
}

.fst .tm-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4ad;
  margin-bottom: 16px
}

.fst .tm-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.fst .tm-tag {
  font-size: 14px;
  background: #4447d426;
  color: #dde0e4b8;
  border-radius: 2px;
  padding: 8px
}

.fst .team-no-port {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.fst .tm-flat {
  background: #111318;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 5px 0 #4447d412
}

.fst .tm-flat .tm-name {
  font-size: 18px;
  font-weight: 700;
  color: #DDE0E4;
  margin-bottom: 8px
}

.fst .tm-flat .tm-role {
  font-size: 14px;
  color: #4447D4;
  letter-spacing: .08em;
  margin-bottom: 16px
}

.fst .tm-flat .tm-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4ad;
  margin: 0
}

.fst .dots-deco {
  position: absolute;
  pointer-events: none
}

.fst .dot {
  border-radius: 12px;
  background: #35b6cf2e;
  position: absolute
}

.fst .divider-dbl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0
}

.fst .divider-dbl span {
  display: block;
  height: 1px;
  background: #35b6cf33
}

@media (max-width: 1024px) {
  .fst .ttl-inner {
    flex-direction: column
  }

  .fst .ttl-img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .fst .ttl-img-wrap img {
    width: 100%;
    height: 300px
  }

  .fst .avail-grid {
    grid-template-columns: 1fr 1fr
  }

  .fst .grad-cols {
    grid-template-columns: 1fr
  }

  .fst .team-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .fst .ttl-frame {
    padding: 32px
  }

  .fst .ttl-h {
    font-size: 42px
  }

  .fst .hesit-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .fst .hesit-h {
    font-size: 30px
  }

  .fst .avail-grid {
    grid-template-columns: 1fr
  }

  .fst .grad-code-hd {
    grid-template-columns: 1fr
  }

  .fst .grad-code-body {
    grid-template-columns: 1fr
  }

  .fst .exp-row {
    grid-template-columns: 1fr
  }

  .fst .tm-card {
    flex-direction: column
  }
}

@media (max-width: 640px) {
  .fst .ttl-h {
    font-size: 30px
  }

  .fst .db-wrap {
    padding: 0 16px
  }

  .fst .ttl-blk {
    padding: 64px 0
  }

  .fst .hesit-blk,
  .fst .avail-blk,
  .fst .grad-blk,
  .fst .exp-blk,
  .fst .team-blk {
    padding: 64px 0
  }
}

.ct-us {
  background: #0d1117;
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

.ct-us .pg-top {
  padding: 96px 16px 64px;
  position: relative;
  overflow: hidden
}

.ct-us .pg-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447D4 0%, #35B6CF 38%, transparent 70%);
  opacity: .13;
  pointer-events: none
}

.ct-us .pg-top::after {
  content: '';
  position: absolute;
  top: -32px;
  right: -32px;
  width: 220px;
  height: 220px;
  border: 1.5px solid #35B6CF;
  border-radius: 50%;
  opacity: .07;
  pointer-events: none
}

.ct-us .spiral-dec {
  position: absolute;
  bottom: 16px;
  left: 24px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: .09
}

.ct-us .pg-top-in {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px
}

.ct-us .top-left {
  flex: 1 1 0;
  min-width: 0
}

.ct-us .top-right {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ct-us .label-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .14em;
  color: #35B6CF;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: #35b6cf17;
  padding: 8px 16px;
  border-radius: 2px
}

.ct-us .pg-h1 {
  font-size: 56px;
  line-height: 1.15;
  color: #DDE0E4;
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0 0 16px;
  animation: track-in .6s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes track-in {
  from {
    letter-spacing: .12em;
    opacity: .4
  }

  to {
    letter-spacing: -.01em;
    opacity: 1
  }
}

.ct-us .pg-h1 .accent-ph {
  color: #35B6CF
}

.ct-us .top-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #a8b2bc;
  margin: 0;
  max-width: 480px
}

.ct-us .pull-q {
  border-top: 2px solid #4447D4;
  padding: 16px 0 0;
  font-size: 22px;
  line-height: 1.4;
  color: #DDE0E4;
  font-style: italic;
  font-weight: 600
}

.ct-us .pull-q span {
  color: #35B6CF
}

.ct-us .act-feed {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .feed-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #4447d412;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 #4447d412
}

.ct-us .feed-ico {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #35b6cf21;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #35B6CF;
  font-size: 14px
}

.ct-us .feed-body {
  flex: 1 1 0;
  min-width: 0
}

.ct-us .feed-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #DDE0E4;
  margin: 0 0 8px
}

.ct-us .feed-time {
  font-size: 14px;
  color: #5a6470;
  letter-spacing: .06em
}

.ct-us .divider-slant {
  width: 100%;
  height: 2px;
  background: linear-gradient(113deg, #4447D4, #35B6CF, transparent);
  opacity: .3
}

.ct-us .form-sec {
  padding: 64px 16px 96px;
  position: relative
}

.ct-us .form-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447d40f 0%, transparent 60%);
  pointer-events: none
}

.ct-us .form-sec-spiral {
  position: absolute;
  top: 16px;
  right: 32px;
  width: 60px;
  height: 60px;
  pointer-events: none;
  opacity: .08
}

.ct-us .form-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start
}

.ct-us .contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ct-us .ci-head {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0 0 16px;
  letter-spacing: .01em
}

.ct-us .ci-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #8a939d;
  margin: 0
}

.ct-us .ci-items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .ci-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #35b6cf0d;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 #35b6cf12;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .ci-item:hover {
  background: #35b6cf1a;
  box-shadow: 0 5px 25px 0 #35b6cf14
}

.ct-us .ci-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #4447d42e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #35B6CF;
  font-size: 15px;
  box-shadow: inset 0 1px 4px 0 #35b6cf2e
}

.ct-us .ci-txt {
  flex: 1 1 0;
  min-width: 0
}

.ct-us .ci-lbl {
  font-size: 14px;
  letter-spacing: .1em;
  color: #4447D4;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-weight: 600
}

.ct-us .ci-val {
  font-size: 15px;
  line-height: 1.4;
  color: #DDE0E4;
  margin: 0;
  word-break: break-all
}

.ct-us .ci-val a {
  color: #35B6CF;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .ci-val a:hover {
  color: #DDE0E4
}

.ct-us .form-card {
  background: #0d141ed9;
  border: 1px solid #35b6cf21;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 12px 40px 0 #4447d41c
}

.ct-us .form-head {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0 0 8px;
  letter-spacing: .02em
}

.ct-us .form-sub {
  font-size: 15px;
  line-height: 1.4;
  color: #6e7880;
  margin: 0 0 32px
}

.ct-us .cf {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .f-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .f-lbl {
  font-size: 14px;
  letter-spacing: .08em;
  color: #8a939d;
  text-transform: uppercase;
  font-weight: 600
}

.ct-us .f-inp {
  background: #ffffff0a;
  border: 1px solid #35b6cf2e;
  border-radius: 8px;
  padding: 16px;
  font-size: 15px;
  color: #DDE0E4;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  outline: none;
  text-overflow: ellipsis
}

.ct-us .f-inp::placeholder {
  color: #3a4450;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.ct-us .f-inp:focus {
  border-color: #35B6CF;
  box-shadow: 0 0 0 3px #35b6cf21 inset 0 1px 4px 0 #35b6cf14
}

.ct-us .radio-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .r-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff08;
  border: 1px solid #35b6cf1a;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.ct-us .r-opt:hover {
  background: #35b6cf12;
  border-color: #35b6cf47
}

.ct-us .r-opt input[type="radio"] {
  accent-color: #35B6CF;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer
}

.ct-us .r-opt input[type="radio"]:focus-visible {
  outline: 2px solid #35B6CF;
  outline-offset: 2px
}

.ct-us .r-opt:has(input:checked) {
  background: #35b6cf1a;
  border-color: #35B6CF;
  box-shadow: 0 2px 5px 0 #35b6cf12
}

.ct-us .r-txt {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .r-name {
  font-size: 15px;
  color: #DDE0E4;
  font-weight: 600
}

.ct-us .r-desc {
  font-size: 14px;
  color: #5a6470;
  line-height: 1.4
}

.ct-us .priv-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #4447d40f;
  border-radius: 8px
}

.ct-us .priv-row input[type="checkbox"] {
  accent-color: #4447D4;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.ct-us .priv-row input[type="checkbox"]:focus-visible {
  outline: 2px solid #4447D4;
  outline-offset: 2px
}

.ct-us .priv-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #6e7880
}

.ct-us .priv-txt a {
  color: #35B6CF;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .priv-txt a:hover {
  color: #DDE0E4
}

.ct-us .btn-submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(113deg, #4447D4 0%, #35B6CF 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 5px 25px 0 #4447d414;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), opacity .18s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start
}

.ct-us .btn-submit:hover {
  box-shadow: 0 12px 40px 0 #4447d41c;
  opacity: .92
}

.ct-us .btn-submit:focus-visible {
  outline: 2px solid #35B6CF;
  outline-offset: 3px
}

.ct-us .btn-submit:active {
  opacity: .8;
  box-shadow: 0 2px 5px 0 #4447d412
}

.ct-us .btn-submit i {
  font-size: 14px;
  transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .btn-submit:hover i {
  transform: translateX(4px)
}

@media (max-width: 1024px) {
  .ct-us .pg-top-in {
    flex-direction: column;
    gap: 32px
  }

  .ct-us .top-right {
    flex: none;
    width: 100%
  }

  .ct-us .form-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ct-us .pg-h1 {
    font-size: 42px
  }
}

@media (max-width: 768px) {
  .ct-us .pg-top {
    padding: 64px 16px 32px
  }

  .ct-us .pg-h1 {
    font-size: 30px
  }

  .ct-us .form-sec {
    padding: 32px 16px 64px
  }

  .ct-us .form-card {
    padding: 16px
  }
}

@media (max-width: 640px) {
  .ct-us .pg-h1 {
    font-size: 22px
  }

  .ct-us .pull-q {
    font-size: 18px
  }

  .ct-us .btn-submit {
    width: 100%;
    justify-content: center
  }
}

.abt {
  background: #0d1117;
  color: #DDE0E4;
  overflow-x: hidden;
  position: relative
}

.abt .pg-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.abt .s1 {
  padding: 64px 32px 96px;
  position: relative;
  background: linear-gradient(113deg, #0d1117 0%, #111827 40%, #0f1a2e 70%, #0d1117 100%)
}

.abt .s1-bg-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.abt .s1-bg-anim::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, #35b6cf12 0%, transparent 70%);
  top: -100px;
  left: -100px;
  animation: bgshift 9s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

.abt .s1-bg-anim::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, #4447d414 0%, transparent 70%);
  bottom: -80px;
  right: -80px;
  animation: bgshift2 11s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes bgshift {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(120px, 80px)
  }
}

@keyframes bgshift2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(-100px, -60px)
  }
}

.abt .s1-deco {
  position: absolute;
  top: 32px;
  right: 64px;
  width: 220px;
  height: 220px;
  border: 1.5px solid #35b6cf1f;
  border-radius: 12px;
  pointer-events: none;
  transform: rotate(18deg)
}

.abt .s1-deco2 {
  position: absolute;
  bottom: 64px;
  left: 32px;
  width: 120px;
  height: 120px;
  border: 1px solid #4447d426;
  border-radius: 8px;
  pointer-events: none;
  transform: rotate(-12deg)
}

.abt .s1-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  z-index: 1
}

.abt .s1-text {
  flex: 1;
  padding-top: 32px
}

.abt .s1-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #35B6CF;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt .s1-h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #DDE0E4;
  margin: 0 0 32px;
  letter-spacing: -.01em
}

.abt .s1-h1 span {
  color: #35B6CF
}

.abt .s1-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #b0b8c4;
  max-width: 520px;
  margin: 0
}

.abt .s1-img-col {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 64px
}

.abt .s1-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/5;
  position: relative
}

.abt .s1-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #35b6cf2e 0%, #4447d438 100%);
  pointer-events: none
}

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

.abt .s1-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  max-width: 1200px;
  margin: 0 auto
}

.abt .s1-divider span {
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #35B6CF, transparent);
  border-radius: 2px
}

.abt .s1-divider span:last-child {
  background: linear-gradient(270deg, #4447D4, transparent)
}

.abt .s2 {
  padding: 96px 32px;
  background: #111520;
  position: relative
}

.abt .s2-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.abt .s2-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt .s2-right {
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt .s2-h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0;
  letter-spacing: .01em;
  text-align: center
}

.abt .s2-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #8a95a3;
  margin: 0
}

.abt .s2-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt .met-card {
  background: #161b27;
  border-radius: 12px;
  padding: 32px 16px 16px;
  box-shadow: 0 5px 25px 0 #35b6cf14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden
}

.abt .met-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(113deg, #35B6CF, #4447D4);
  border-radius: 2px 2px 0 0
}

.abt .met-num {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #35B6CF;
  letter-spacing: -.02em
}

.abt .met-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #DDE0E4;
  font-weight: 600;
  letter-spacing: .04em
}

.abt .met-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #7a8494;
  margin: 0
}

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

.abt .s2-img-row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.abt .s2-img-a {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  height: 180px;
  position: relative
}

.abt .s2-img-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(1) brightness(0.7);
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .s2-img-a:hover img {
  filter: grayscale(0.2) brightness(0.85)
}

.abt .s2-img-a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #35b6cf38 0%, #4447d42e 100%);
  pointer-events: none
}

.abt .s2-img-b {
  flex: 0 0 140px;
  border-radius: 8px;
  overflow: hidden;
  height: 180px;
  position: relative
}

.abt .s2-img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(1) brightness(0.65);
  transition: filter .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt .s2-img-b:hover img {
  filter: grayscale(0.3) brightness(0.8)
}

.abt .s2-img-b::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(113deg, #4447d440 0%, #35b6cf26 100%);
  pointer-events: none
}

.abt .s2-txt-block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt .s2-p {
  font-size: 15px;
  line-height: 1.6;
  color: #a0abb8;
  margin: 0
}

.abt .s2-accent {
  background: #4447d41f;
  border-radius: 8px;
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #DDE0E4
}

.abt .s2-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 64px
}

.abt .s2-divider span {
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #4447D4, transparent);
  border-radius: 2px
}

.abt .s2-divider span:last-child {
  background: linear-gradient(270deg, #35B6CF, transparent)
}

.abt .form-sec {
  padding: 96px 32px 64px;
  background: #0d1117;
  position: relative
}

.abt .form-sec-deco {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 300px;
  height: 300px;
  border: 1px solid #35b6cf12;
  border-radius: 12px;
  pointer-events: none;
  transform: rotate(8deg);
  overflow: hidden
}

.abt .form-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.abt .form-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px
}

.abt .form-h3 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0;
  letter-spacing: .01em
}

.abt .form-info-p {
  font-size: 15px;
  line-height: 1.6;
  color: #8a95a3;
  margin: 0
}

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

.abt .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: #a0abb8;
  line-height: 1.4
}

.abt .contact-list li i {
  color: #35B6CF;
  width: 18px;
  flex-shrink: 0
}

.abt .contact-list a {
  color: #35B6CF;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .contact-list a:hover {
  color: #DDE0E4
}

.abt .team-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #161b27;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 5px 0 #35b6cf12
}

.abt .team-img {
  width: 64px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0
}

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

.abt .team-name {
  font-size: 15px;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0 0 8px
}

.abt .team-role {
  font-size: 14px;
  color: #35B6CF;
  letter-spacing: .06em;
  margin: 0
}

.abt .form-wrap {
  flex: 0 0 520px
}

.abt .frm {
  background: #141920;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 12px 40px 0 #4447d41c;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt .frm-h4 {
  font-size: 22px;
  font-weight: 700;
  color: #DDE0E4;
  margin: 0 0 8px;
  letter-spacing: .01em
}

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

.abt .fld-lbl {
  font-size: 14px;
  color: #8a95a3;
  letter-spacing: .05em
}

.abt .fld-inp {
  background: #1a2030;
  border: 1px solid #35b6cf26;
  border-radius: 8px;
  padding: 16px;
  font-size: 15px;
  color: #DDE0E4;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .fld-inp::placeholder {
  color: #4a5568;
  text-overflow: ellipsis
}

.abt .fld-inp:focus {
  border-color: #35B6CF;
  box-shadow: 0 0 0 3px #35b6cf1f inset 0 1px 4px #35b6cf14
}

.abt .radio-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt .radio-grp-label {
  font-size: 14px;
  color: #8a95a3;
  letter-spacing: .05em;
  margin-bottom: 8px;
  display: block
}

.abt .radio-opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.abt .radio-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.abt .radio-opt input[type="radio"] {
  accent-color: #35B6CF;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.abt .radio-opt-txt {
  font-size: 14px;
  color: #a0abb8;
  line-height: 1.4
}

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

.abt .privacy-row input[type="checkbox"] {
  accent-color: #35B6CF;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer
}

.abt .privacy-txt {
  font-size: 14px;
  color: #7a8494;
  line-height: 1.6
}

.abt .privacy-txt a {
  color: #35B6CF;
  text-decoration: underline;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .privacy-txt a:hover {
  color: #DDE0E4
}

.abt .btn-submit {
  position: relative;
  background: transparent;
  border: 1px solid #35b6cf66;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  color: #35B6CF;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: center;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%
}

.abt .btn-submit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(113deg, #35B6CF, #4447D4);
  transition: height .25s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.abt .btn-submit:hover::before {
  height: 100%
}

.abt .btn-submit:hover {
  color: #0d1117;
  border-color: transparent
}

.abt .btn-submit span,
.abt .btn-submit i {
  position: relative;
  z-index: 1
}

.abt .btn-submit:focus-visible {
  outline: 2px solid #35B6CF;
  outline-offset: 2px
}

.abt .svc-link {
  font-size: 15px;
  color: #35B6CF;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  letter-spacing: .03em;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .svc-link:hover {
  color: #DDE0E4
}

.abt .svc-link i {
  transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .svc-link:hover i {
  transform: translateX(4px)
}

@media (max-width: 1024px) {
  .abt .s1-inner {
    flex-direction: column;
    gap: 32px
  }

  .abt .s1-img-col {
    flex: none;
    width: 280px;
    padding-top: 0
  }

  .abt .s2-inner {
    flex-direction: column;
    gap: 32px
  }

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

  .abt .form-inner {
    flex-direction: column;
    gap: 32px
  }

  .abt .form-wrap {
    flex: none;
    width: 100%
  }
}

@media (max-width: 768px) {
  .abt .s1-h1 {
    font-size: 42px
  }

  .abt .s2-h2 {
    font-size: 30px
  }

  .abt .s2-metrics {
    grid-template-columns: 1fr
  }

  .abt .s1-deco {
    display: none
  }

  .abt .radio-opts {
    grid-template-columns: 1fr
  }

  .abt .s2-img-row {
    flex-direction: column
  }

  .abt .s2-img-b {
    flex: none;
    height: 140px
  }
}

@media (max-width: 640px) {
  .abt .s1 {
    padding: 32px 16px 64px
  }

  .abt .s2 {
    padding: 64px 16px
  }

  .abt .form-sec {
    padding: 64px 16px
  }

  .abt .s1-h1 {
    font-size: 30px
  }

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

  .abt .frm {
    padding: 16px
  }
}

.suc_pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0d0f14;
  padding: 96px 16px
}

.suc_pg .suc_wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.suc_pg .suc_icon {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(113deg, #35B6CF 0%, #35b6cf14 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 25px 0 #35b6cf14 inset 0 1px 0 0 #35b6cf4d;
  flex-shrink: 0
}

.suc_pg .suc_icon svg {
  width: 36px;
  height: 36px
}

.suc_pg .suc_card {
  background: #13161e;
  border-radius: 12px;
  border: 1px solid #35b6cf1f;
  padding: 64px;
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  box-shadow: 0 12px 40px 0 #4447d41c;
  text-align: center
}

.suc_pg .suc_card .suc_label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #35B6CF;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600
}

.suc_pg .suc_card .suc_title {
  font-size: 30px;
  line-height: 1.15;
  color: #DDE0E4;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0
}

.suc_pg .suc_card .suc_body {
  font-size: 15px;
  line-height: 1.6;
  color: #dde0e4b8;
  max-width: 420px;
  margin: 0
}

.suc_pg .suc_card .suc_divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(113deg, #35B6CF, #4447D4);
  border-radius: 2px
}

.suc_pg .suc_card .suc_detail {
  font-size: 14px;
  line-height: 1.6;
  color: #dde0e480;
  margin: 0
}

.suc_pg .suc_card .suc_detail span {
  color: #35B6CF
}

.suc_pg .suc_actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center
}

.suc_pg .suc_actions .btn_main {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(113deg, #35B6CF 0%, #4447D4 100%);
  color: #0d0f14;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  letter-spacing: .03em;
  box-shadow: 0 5px 25px 0 #35b6cf14;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc_pg .suc_actions .btn_main:hover {
  opacity: .88;
  box-shadow: 0 12px 40px 0 #35b6cf1c
}

.suc_pg .suc_actions .btn_main:focus-visible {
  outline: 2px solid #35B6CF;
  outline-offset: 3px
}

.suc_pg .suc_actions .btn_ghost {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #DDE0E4;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #dde0e426;
  cursor: pointer;
  letter-spacing: .02em;
  transition: border-color .18s cubic-bezier(0.0, 0, 0.2, 1), color .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.suc_pg .suc_actions .btn_ghost:hover {
  border-color: #35B6CF;
  color: #35B6CF
}

.suc_pg .suc_actions .btn_ghost:focus-visible {
  outline: 2px solid #35B6CF;
  outline-offset: 3px
}

.suc_pg .suc_actions .btn_ghost i,
.suc_pg .suc_actions .btn_main i {
  font-size: 14px
}

@media (max-width: 640px) {
  .suc_pg .suc_card {
    padding: 32px 16px
  }

  .suc_pg .suc_card .suc_title {
    font-size: 22px
  }

  .suc_pg .suc_actions {
    flex-direction: column;
    gap: 16px;
    width: 100%
  }

  .suc_pg .suc_actions .btn_main,
  .suc_pg .suc_actions .btn_ghost {
    width: 100%;
    justify-content: center
  }
}