* {
  box-sizing: border-box
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: 'Roboto Mono', monospace
}

.topbar {
  background: linear-gradient(90deg, #901C3B 0%, #6b0f28 100%);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.topbar a {
  color: #F7E0FE;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.topbar a:hover {
  color: #14E3EB
}

.topbar a:focus {
  outline: none;
  border-bottom: 4px solid #14E3EB
}

.topbar .mdi {
  font-size: 18px
}

.hd {
  background: #fff;
  border-bottom: 2px solid #F7E0FE;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  position: relative
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-decoration: none
}

.logowrap {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  border: 1px solid #14E3EB;
  background: #F7E0FE;
  box-shadow: 0 2px 3px 0 #14e3eb0f inset 0 1px 6px 0 #14e3eb21;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.logowrap img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.brandtext {
  display: flex;
  flex-direction: column;
  gap: 0
}

.brandname {
  font-size: 18px;
  font-weight: 700;
  color: #901C3B;
  line-height: 1.2;
  letter-spacing: .04em
}

.brandtag {
  font-size: 16px;
  color: #14E3EB;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: .02em
}

.mainnav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.mainnav a {
  font-size: 16px;
  font-family: 'Roboto Mono', monospace;
  color: #2d1520;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  line-height: 1.2;
  font-weight: 400;
  transition: background .25s ease-in-out, color .25s ease-in-out;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center
}

.mainnav a:hover {
  background: #F7E0FE;
  color: #901C3B
}

.mainnav a:focus {
  outline: none;
  border-bottom: 4px solid #901C3B
}

.mainnav a[data-active] {
  background: linear-gradient(135deg, #14E3EB 0%, #0bc4cc 100%);
  color: #fff;
  font-weight: 700;
  border-radius: 6px
}

.hdcta {
  flex-shrink: 0
}

.hdcta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #901C3B 0%, #c0254e 100%);
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  line-height: 1.2;
  min-height: 44px;
  box-shadow: 0 6px 22px 0 #901c3b17;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.hdcta a:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 40px 0 #901c3b21
}

.hdcta a:focus {
  outline: none;
  border-bottom: 4px solid #14E3EB
}

@media (max-width: 1024px) {
  .hdinner {
    flex-wrap: wrap;
    gap: 16px
  }

  .mainnav {
    order: 3;
    width: 100%;
    justify-content: flex-start
  }

  .hdcta {
    margin-left: auto
  }
}

@media (max-width: 768px) {
  .topbar {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px
  }

  .hdinner {
    padding: 16px
  }

  .mainnav a {
    padding: 8px 12px;
    font-size: 16px
  }
}

@media (max-width: 480px) {
  .brandtag {
    display: none
  }

  .hdcta a {
    padding: 12px 16px
  }
}

.ft {
  background: #2d1520;
  color: #F7E0FE;
  font-family: 'Roboto Mono', monospace
}

.fttop {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 24px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start
}

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

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

.ftlogobox {
  width: 48px;
  height: 48px;
  border-radius: 20px;
  border: 1px solid #14E3EB;
  background: #f7e0fe1a;
  box-shadow: 0 2px 3px 0 #14e3eb0f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.ftlogobox img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.ftbrandname {
  font-size: 18px;
  font-weight: 700;
  color: #14E3EB;
  line-height: 1.2
}

.ftdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #f7e0fecc
}

.ftdivider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #14e3eb4d, transparent);
  margin: 0
}

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

.ftcollabel {
  font-size: 16px;
  font-weight: 700;
  color: #14E3EB;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #14e3eb33
}

.ftcol a {
  font-size: 16px;
  color: #f7e0fecc;
  text-decoration: none;
  line-height: 1.7;
  transition: color .26s ease-in-out
}

.ftcol a:hover {
  color: #14E3EB
}

.ftcol a:focus {
  outline: none;
  border-bottom: 4px solid #14E3EB
}

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

.ftcontact a {
  font-size: 16px;
  color: #f7e0fecc;
  text-decoration: none;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .26s ease-in-out
}

.ftcontact a:hover {
  color: #14E3EB
}

.ftcontact a:focus {
  outline: none;
  border-bottom: 4px solid #14E3EB
}

.ftcontact .mdi {
  font-size: 18px;
  color: #901C3B;
  flex-shrink: 0
}

.ftaddr {
  font-size: 16px;
  color: #f7e0fe99;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.ftaddr .mdi {
  font-size: 18px;
  color: #901C3B;
  flex-shrink: 0;
  margin-top: 2px
}

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

.ftcopy {
  font-size: 16px;
  color: #f7e0fe80;
  line-height: 1.2
}

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

.ftpolicy a {
  font-size: 16px;
  color: #f7e0fe80;
  text-decoration: none;
  line-height: 1.2;
  transition: color .26s ease-in-out
}

.ftpolicy a:hover {
  color: #F7E0FE
}

.ftpolicy a:focus {
  outline: none;
  border-bottom: 4px solid #14E3EB
}

.ftpolicysep {
  width: 1px;
  height: 16px;
  background: #f7e0fe33
}

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

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

@media (max-width: 768px) {
  .fttop {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px
  }

  .ftbottom {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 480px) {
  .ftpolicy {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .ftpolicysep {
    display: none
  }
}

.terms-area {
  max-width: 1366px;
  margin: 0 auto;
  padding: 48px 24px
}

.terms-area h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b2e;
  margin-bottom: 24px;
  margin-top: 0
}

.terms-area h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1b2e;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F7E0FE
}

.terms-area h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.005em;
  color: #1b1b2e;
  margin-top: 48px;
  margin-bottom: 16px
}

.terms-area h4 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #901C3B;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.terms-area h5 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #1b1b2e;
  margin-top: 24px;
  margin-bottom: 8px
}

.terms-area h6 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #556;
  margin-top: 16px;
  margin-bottom: 8px
}

.terms-area p {
  font-size: 16px;
  line-height: 1.7;
  color: #2c2c3e;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.terms-area ul,
.terms-area ol {
  font-size: 16px;
  line-height: 1.7;
  color: #2c2c3e;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
  max-width: 72ch
}

.terms-area ul {
  list-style: none;
  padding-left: 0
}

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

.terms-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #14E3EB
}

.terms-area ol {
  list-style: none;
  counter-reset: policy-counter;
  padding-left: 0
}

.terms-area ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  counter-increment: policy-counter
}

.terms-area ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #901C3B;
  font-weight: 700
}

.terms-area li {
  font-size: 16px;
  line-height: 1.7
}

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

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

.terms-area a {
  color: #901C3B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .25s ease-in-out, text-decoration-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.terms-area a:hover {
  color: #14E3EB;
  text-decoration-color: #14E3EB
}

.terms-area div {
  margin-bottom: 16px
}

@media (max-width: 1024px) {
  .terms-area {
    padding: 48px 24px
  }

  .terms-area h1 {
    font-size: 32px
  }

  .terms-area h2 {
    font-size: 24px
  }

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

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

  .terms-area h1 {
    font-size: 32px
  }

  .terms-area h2 {
    font-size: 24px;
    margin-top: 24px
  }

  .terms-area h3 {
    font-size: 18px;
    margin-top: 24px
  }

  .terms-area h4 {
    font-size: 16px
  }

  .terms-area p,
  .terms-area ul,
  .terms-area ol,
  .terms-area li {
    font-size: 16px
  }
}

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

  .terms-area h1 {
    font-size: 24px
  }

  .terms-area h2 {
    font-size: 18px
  }

  .terms-area h3 {
    font-size: 16px
  }
}

.lrnprog {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff
}

.lrnprog .grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#14e3eb12 1px, transparent 1px), linear-gradient(90deg, #14e3eb12 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridpulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes gridpulse {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: 1
  }
}

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

.lrnprog .title-area {
  position: relative;
  padding-top: 96px;
  padding-bottom: 48px;
  background: #f3f8ff;
  overflow: hidden
}

.lrnprog .title-area .grid-bg {
  opacity: .6
}

.lrnprog .title-spot {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at 0% 0%, #14e3eb2e 0%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

.lrnprog .title-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.lrnprog .title-text {
  flex: 1 1 0
}

.lrnprog .title-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #901C3B;
  margin-bottom: 16px;
  border-bottom: 2px solid #14E3EB;
  padding-bottom: 8px
}

.lrnprog .title-h1 {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a2535;
  margin: 0 0 24px
}

.lrnprog .title-h1 .accletter {
  font-size: 72px;
  color: #14E3EB;
  line-height: 1
}

.lrnprog .title-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #3a4455;
  max-width: 480px
}

.lrnprog .title-sidebar {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lrnprog .side-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  padding: 24px;
  border-top: 3px solid #14E3EB;
  position: relative
}

.lrnprog .side-card .inner-glow {
  box-shadow: inset 0 2px 8px 0 #14e3eb21;
  border-radius: 6px;
  padding: 16px;
  background: #f7fdfe
}

.lrnprog .side-card-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #901C3B;
  margin-bottom: 8px
}

.lrnprog .side-card-val {
  font-size: 32px;
  font-weight: 900;
  color: #1a2535;
  line-height: 1.2
}

.lrnprog .side-card-sub {
  font-size: 16px;
  color: #5a6475;
  line-height: 1.7;
  margin-top: 8px
}

.lrnprog .side-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #14E3EB 0%, #fff 100%);
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #1a2535;
  box-shadow: 0 2px 3px 0 #14e3eb0f
}

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

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

.lrnprog .modules-area {
  padding: 48px 0;
  background: #fff;
  position: relative
}

.lrnprog .modules-head {
  text-align: center;
  margin-bottom: 48px
}

.lrnprog .modules-h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1a2535;
  line-height: 1.2;
  margin: 0 0 16px
}

.lrnprog .modules-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #3a4455;
  max-width: 560px;
  margin: 0 auto
}

.lrnprog .mod-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto
}

.lrnprog .mod-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  background: #F7E0FE;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 3px 0 #901c3b0f;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.lrnprog .mod-item:hover {
  box-shadow: 0 9px 40px 0 #901c3b21;
  transform: translateY(-2px)
}

.lrnprog .mod-num {
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  color: #901c3b1f;
  min-width: 64px;
  text-align: center;
  flex-shrink: 0
}

.lrnprog .mod-body {
  flex: 1 1 0
}

.lrnprog .mod-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #901C3B;
  margin: 0 0 8px
}

.lrnprog .mod-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4455;
  margin: 0
}

.lrnprog .mod-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: inset 0 2px 6px 0 #14e3eb21;
  color: #14E3EB;
  font-size: 24px
}

.lrnprog .metrics-area {
  padding: 48px 0;
  background: linear-gradient(180deg, #14E3EB 0%, #fff 100%);
  position: relative
}

.lrnprog .metrics-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: stretch
}

.lrnprog .metrics-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.lrnprog .metrics-h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a2535;
  line-height: 1.2;
  margin: 0
}

.lrnprog .metrics-txt {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3445
}

.lrnprog .dual-metric {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.lrnprog .metric-box {
  flex: 1 1 0;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  border-top: 4px solid #901C3B
}

.lrnprog .metric-val {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  color: #901C3B;
  letter-spacing: -.02em
}

.lrnprog .metric-lbl {
  font-size: 16px;
  color: #5a6475;
  line-height: 1.7;
  margin-top: 8px
}

.lrnprog .metrics-right {
  flex: 0 0 480px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 #901c3b21
}

.lrnprog .metrics-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: filter .35s ease-in-out;
  filter: saturate(0.7)
}

.lrnprog .metrics-right:hover .metrics-img {
  filter: saturate(1)
}

.lrnprog .img-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1a25358c 100%);
  pointer-events: none
}

.lrnprog .img-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #ffffffed;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #901C3B;
  box-shadow: 0 2px 3px 0 #14e3eb0f
}

.lrnprog .dbl-border-wrap {
  border: 2px solid #14e3eb4d;
  border-radius: 20px;
  padding: 8px
}

.lrnprog .dbl-border-inner {
  border: 1px solid #14e3eb26;
  border-radius: 12px;
  overflow: hidden
}

.lrnprog .offer-area {
  padding: 48px 0;
  background: #1a2535;
  position: relative
}

.lrnprog .offer-area .grid-bg {
  background-image: linear-gradient(#14e3eb0d 1px, transparent 1px), linear-gradient(90deg, #14e3eb0d 1px, transparent 1px);
  background-size: 48px 48px
}

.lrnprog .offer-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.lrnprog .offer-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrnprog .offer-h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #F7E0FE;
  line-height: 1.2;
  margin: 0
}

.lrnprog .offer-txt {
  font-size: 16px;
  line-height: 1.7;
  color: #c8d0de
}

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

.lrnprog .offer-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  color: #e8edf5;
  font-size: 16px;
  line-height: 1.7
}

.lrnprog .offer-list .onum {
  font-size: 32px;
  font-weight: 900;
  color: #14e3eb2e;
  line-height: 1;
  min-width: 40px;
  flex-shrink: 0
}

.lrnprog .offer-img-col {
  flex: 0 0 420px;
  position: relative
}

.lrnprog .offer-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 #14e3eb21;
  position: relative
}

.lrnprog .offer-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(0.6);
  transition: filter .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrnprog .offer-img-wrap:hover .offer-img {
  filter: saturate(1)
}

.lrnprog .offer-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 30%, #1a253599 100%);
  pointer-events: none
}

.lrnprog .offer-badge {
  position: absolute;
  top: -16px;
  right: 24px;
  background: #901C3B;
  color: #fff;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 6px 22px 0 #901c3b17
}

.lrnprog .offer-cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.lrnprog .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #14E3EB;
  color: #1a2535;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  padding: 16px 24px;
  cursor: pointer;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none
}

.lrnprog .btn-primary:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 40px 0 #14e3eb21
}

.lrnprog .btn-primary:focus {
  outline: 3px solid #F7E0FE;
  outline-offset: 2px
}

.lrnprog .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #F7E0FE;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 2px solid #f7e0fe66;
  border-radius: 6px;
  padding: 16px 24px;
  cursor: pointer;
  transition: border-color .28s ease-in-out, color .28s ease-in-out, transform .28s ease-in-out;
  text-decoration: none
}

.lrnprog .btn-secondary:hover {
  border-color: #F7E0FE;
  color: #fff;
  transform: scale(1.03)
}

.lrnprog .btn-secondary:focus {
  outline: 3px solid #14E3EB;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .lrnprog .title-inner {
    flex-direction: column;
    gap: 24px
  }

  .lrnprog .title-sidebar {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .lrnprog .side-card {
    flex: 1 1 200px
  }

  .lrnprog .title-h1 {
    font-size: 48px
  }

  .lrnprog .metrics-inner {
    flex-direction: column
  }

  .lrnprog .metrics-right {
    flex: 0 0 auto;
    width: 100%
  }

  .lrnprog .offer-inner {
    flex-direction: column
  }

  .lrnprog .offer-img-col {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 768px) {
  .lrnprog .title-h1 {
    font-size: 32px
  }

  .lrnprog .title-h1 .accletter {
    font-size: 48px
  }

  .lrnprog .dual-metric {
    flex-direction: column;
    gap: 16px
  }

  .lrnprog .mod-item {
    flex-direction: column;
    gap: 16px
  }

  .lrnprog .mod-num {
    font-size: 32px;
    min-width: auto
  }

  .lrnprog .metric-val {
    font-size: 32px
  }

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

  .lrnprog .title-area {
    padding-top: 48px
  }
}

@media (max-width: 480px) {
  .lrnprog .title-sidebar {
    flex-direction: column
  }

  .lrnprog .offer-cta-row {
    flex-direction: column;
    align-items: flex-start
  }

  .lrnprog .modules-h2,
  .lrnprog .metrics-h2,
  .lrnprog .offer-h2 {
    font-size: 24px
  }
}

.srv {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff
}

.srv .inner-cap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px
}

.srv ::selection {
  background: #14E3EB;
  color: #1a1a1a;
  background: #14E3EB;
  color: #111
}

.srv .hero-band {
  position: relative;
  padding: 64px 24px 56px;
  background: linear-gradient(160deg, #F7E0FE 0%, #e8f9ff 40%, #fff 70%, #F7E0FE 100%);
  overflow: hidden
}

.srv .hero-band .grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(#14e3eb12 1px, transparent 1px), linear-gradient(90deg, #14e3eb12 1px, transparent 1px);
  background-size: 48px 48px
}

.srv .hero-band .diag-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  overflow: hidden
}

.srv .hero-band .diag-deco svg {
  width: 100%;
  height: 100%
}

.srv .hero-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.srv .hero-text {
  flex: 1 1 0;
  min-width: 0
}

.srv .hero-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #901C3B;
  margin-bottom: 16px;
  padding: 8px 16px;
  background: #901c3b12;
  border-radius: 6px
}

.srv .hero-h1 {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #1b1b1b;
  margin: 0 0 16px
}

.srv .hero-h1 .punct {
  color: #14E3EB
}

.srv .hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 520px;
  margin: 0 0 24px
}

.srv .hero-cta {
  display: inline-block;
  padding: 16px 48px;
  background: #901C3B;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: 0 6px 22px 0 #901c3b17;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.srv .hero-cta:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 40px 0 #901c3b21
}

.srv .hero-img-col {
  flex: 0 0 420px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 #14e3eb21
}

.srv .hero-img-col img {
  width: 420px;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: filter .35s ease-in-out;
  filter: brightness(0.88)
}

.srv .hero-img-col:hover img {
  filter: brightness(1)
}

.srv .hero-img-col .img-top-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #f7e0fe8c, transparent);
  pointer-events: none
}

.srv .svc-list {
  padding: 56px 24px;
  background: #fff;
  position: relative
}

.srv .svc-list .thick-accent {
  width: 6px;
  height: 48px;
  background: #14E3EB;
  border-radius: 2px;
  margin-bottom: 16px
}

.srv .svc-list-head {
  max-width: 1366px;
  margin: 0 auto 48px
}

.srv .svc-list-head h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1b1b1b;
  margin: 0 0 8px
}

.srv .svc-list-head p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 560px;
  margin: 0
}

.srv .svc-grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.srv .svc-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  border-top: 4px solid #14E3EB;
  position: relative;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.srv .svc-card:hover {
  transform: scale(1.02);
  box-shadow: 0 9px 40px 0 #14e3eb21
}

.srv .svc-card.accent-red {
  border-top-color: #901C3B
}

.srv .svc-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #F7E0FE;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
  color: #901C3B
}

.srv .svc-card .card-icon.teal {
  background: #14e3eb1f;
  color: #0a9ca2
}

.srv .svc-card h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1b1b1b;
  margin: 0 0 8px
}

.srv .svc-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0
}

.srv .compare-band {
  background: linear-gradient(to top, #14E3EB 0%, #fff 100%);
  padding: 56px 24px;
  position: relative
}

.srv .compare-band .diag-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  overflow: hidden
}

.srv .compare-band .diag-corner svg {
  width: 100%;
  height: 100%
}

.srv .compare-inner {
  max-width: 1366px;
  margin: 0 auto
}

.srv .compare-inner h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1b1b1b;
  margin: 0 0 8px
}

.srv .compare-inner .sub {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 48px;
  max-width: 520px
}

.srv .compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.srv .cmp-col {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 22px 0 #901c3b17
}

.srv .cmp-col h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #901C3B;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F7E0FE
}

.srv .cmp-col h5.teal-head {
  color: #0a9ca2;
  border-bottom-color: #14e3eb40
}

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

.srv .feat-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #333
}

.srv .feat-list li .num {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #901c3b1f;
  min-width: 36px;
  text-align: right;
  flex-shrink: 0
}

.srv .feat-list li .num.teal-num {
  color: #14e3eb59
}

.srv .feat-list li .feat-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
  letter-spacing: .02em
}

.srv .prog-band {
  background: #1b1b1b;
  padding: 56px 24px;
  position: relative;
  overflow: hidden
}

.srv .prog-anim-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.srv .prog-anim-bg .zone1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 20px;
  background: #14e3eb0f;
  top: -200px;
  right: -100px;
  animation: zoneShift 9s ease-in-out infinite alternate
}

.srv .prog-anim-bg .zone2 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 20px;
  background: #901c3b12;
  bottom: -100px;
  left: -80px;
  animation: zoneShift2 11s ease-in-out infinite alternate
}

@keyframes zoneShift {
  0% {
    transform: translateY(0px) translateX(0px)
  }

  100% {
    transform: translateY(30px) translateX(-20px)
  }
}

@keyframes zoneShift2 {
  0% {
    transform: translateY(0px) translateX(0px)
  }

  100% {
    transform: translateY(-25px) translateX(16px)
  }
}

.srv .prog-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative
}

.srv .prog-inner h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px
}

.srv .prog-inner .sub {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffb3;
  max-width: 560px;
  margin: 0 0 48px
}

.srv .prog-layout {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.srv .prog-narrative {
  flex: 1 1 0;
  min-width: 0
}

.srv .prog-step {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
  align-items: flex-start
}

.srv .prog-step:last-child {
  margin-bottom: 0
}

.srv .step-indicator {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}

.srv .step-num {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #14E3EB;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px 0 #14e3eb0f inset 0 1px 4px #ffffff4d
}

.srv .step-line {
  width: 2px;
  height: 32px;
  background: #14e3eb40;
  margin-top: 4px
}

.srv .step-body h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #14E3EB;
  margin: 0 0 8px
}

.srv .step-body p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffbf;
  margin: 0
}

.srv .prog-status {
  flex: 0 0 300px;
  background: #ffffff0d;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 22px 0 #14e3eb17
}

.srv .prog-status h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff80;
  margin: 0 0 24px
}

.srv .stat-item {
  margin-bottom: 16px
}

.srv .stat-item:last-child {
  margin-bottom: 0
}

.srv .stat-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px
}

.srv .stat-label span {
  font-size: 16px;
  color: #fffc
}

.srv .stat-label .pct {
  font-weight: 700;
  color: #14E3EB
}

.srv .stat-bar {
  height: 6px;
  background: #ffffff1a;
  border-radius: 2px;
  overflow: hidden
}

.srv .stat-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(to right, #14E3EB, #901C3B);
  transition: width .38s cubic-bezier(0.4, 0, 0.2, 1)
}

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

  .srv .hero-img-col {
    flex: 0 0 320px
  }

  .srv .hero-img-col img {
    width: 320px;
    height: 240px
  }

  .srv .svc-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srv .prog-layout {
    flex-direction: column
  }

  .srv .prog-status {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (max-width: 768px) {
  .srv .hero-inner {
    flex-direction: column
  }

  .srv .hero-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .srv .hero-img-col img {
    width: 100%;
    height: 220px
  }

  .srv .hero-h1 {
    font-size: 32px
  }

  .srv .svc-grid {
    grid-template-columns: 1fr
  }

  .srv .compare-cols {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .srv .hero-band {
    padding: 48px 16px
  }

  .srv .hero-h1 {
    font-size: 32px
  }

  .srv .svc-list {
    padding: 48px 16px
  }

  .srv .compare-band {
    padding: 48px 16px
  }

  .srv .prog-band {
    padding: 48px 16px
  }
}

.dbt {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff
}

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

.dbt .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px auto
}

.dbt .divider span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #901C3B
}

.dbt .divider line-el {
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #901C3B
}

.dbt .acc-word {
  color: #14E3EB
}

.dbt .acc-first::first-letter {
  font-size: 32px;
  color: #901C3B;
  line-height: 1.2
}

@keyframes bgshift {
  0% {
    background-color: #F7E0FE
  }

  50% {
    background-color: #e8f9ff
  }

  100% {
    background-color: #F7E0FE
  }
}

.dbt .anim-bg {
  animation: bgshift 15s linear infinite
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

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

.dbt .fu1 {
  animation: fadeUp .38s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

.dbt .fu2 {
  animation: fadeUp .38s cubic-bezier(0.4, 0, 0.2, 1) .28s both
}

.dbt .fu3 {
  animation: fadeUp .38s cubic-bezier(0.4, 0, 0.2, 1) .44s both
}

.dbt .fu4 {
  animation: fadeUp .38s cubic-bezier(0.4, 0, 0.2, 1) .6s both
}

.dbt .thin-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.dbt .thin-lines span {
  display: block;
  height: 1px;
  background: #14e3eb59
}

.dbt .thin-lines span:nth-child(1) {
  width: 48px
}

.dbt .thin-lines span:nth-child(2) {
  width: 32px
}

.dbt .thin-lines span:nth-child(3) {
  width: 24px
}

.dbt .t1 {
  position: relative;
  padding: 48px 0;
  background: linear-gradient(to right, #F7E0FE 0%, #fff 100%);
  overflow: hidden
}

.dbt .t1-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.dbt .t1-text {
  flex: 1 1 0;
  position: relative;
  z-index: 2
}

.dbt .t1-quote {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 72px;
  line-height: 1.2;
  color: #901c3b17;
  pointer-events: none;
  user-select: none;
  z-index: 1
}

.dbt .t1-h1 {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #1a0a12;
  position: relative;
  z-index: 2;
  margin: 0
}

.dbt .t1-img-wrap {
  flex: 0 0 420px;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 40px 0 #14e3eb21
}

.dbt .t1-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.dbt .t1-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #140a12b3 0%, transparent 55%);
  pointer-events: none
}

.dbt .s2 {
  padding: 48px 0;
  background: #fff;
  position: relative
}

.dbt .s2-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  margin-left: 48px
}

.dbt .s2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px
}

.dbt .s2-col {
  padding: 24px;
  border-radius: 12px;
  position: relative
}

.dbt .s2-col.yes {
  background: linear-gradient(180deg, #e8f9ff 0%, #fff 100%);
  box-shadow: 0 6px 22px 0 #14e3eb17
}

.dbt .s2-col.no {
  background: linear-gradient(180deg, #F7E0FE 0%, #fff 100%);
  box-shadow: 0 6px 22px 0 #901c3b17
}

.dbt .s2-col h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 16px;
  color: #1a0a12
}

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

.dbt .s2-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #2a1020
}

.dbt .s2-num {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #901c3b1f;
  flex-shrink: 0;
  width: 32px;
  text-align: right
}

.dbt .s2-col.yes .s2-num {
  color: #14e3eb59
}

.dbt .s2-label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
  color: #901C3B
}

.dbt .s2-col.yes .s2-label {
  color: #0a9ea5
}

.dbt .s3 {
  padding: 48px 0;
  position: relative;
  background: linear-gradient(to right, #901C3B 0%, #5a0f22 100%);
  overflow: hidden
}

.dbt .s3-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  margin-right: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.dbt .s3-img-wrap {
  flex: 0 0 340px;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 40px 0 #901c3b21
}

.dbt .s3-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
  transition: filter .35s ease-in-out
}

.dbt .s3-img-wrap:hover img {
  filter: saturate(1)
}

.dbt .s3-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #901c3b59;
  transition: background .35s ease-in-out;
  pointer-events: none
}

.dbt .s3-img-wrap:hover::after {
  background: #901c3b0d
}

.dbt .s3-text {
  flex: 1 1 0
}

.dbt .s3-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #fff;
  margin: 0 0 16px
}

.dbt .s3-p {
  font-size: 16px;
  line-height: 1.7;
  color: #f7e0fee6;
  max-width: 520px
}

.dbt .s3-thin {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.dbt .s3-thin span {
  display: block;
  height: 1px;
  background: #f7e0fe4d
}

.dbt .s3-thin span:nth-child(1) {
  width: 56px
}

.dbt .s3-thin span:nth-child(2) {
  width: 40px
}

.dbt .s3-thin span:nth-child(3) {
  width: 24px
}

.dbt .s4 {
  padding: 48px 0;
  position: relative
}

.dbt .s4-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  margin-left: 24px
}

.dbt .s4-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1a0a12;
  margin: 0 0 24px
}

.dbt .s4-cards {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.dbt .s4-card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  position: relative;
  overflow: hidden;
  transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.dbt .s4-card:hover {
  box-shadow: 0 9px 40px 0 #14e3eb21;
  transform: translateY(-4px)
}

.dbt .s4-card-ico {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(180deg, #14E3EB 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: inset 0 2px 6px 0 #14e3eb40
}

.dbt .s4-card-ico i {
  font-size: 22px;
  color: #901C3B
}

.dbt .s4-card h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #1a0a12;
  margin: 0 0 8px
}

.dbt .s4-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1828;
  margin: 0
}

.dbt .s5 {
  padding: 48px 0;
  background: #fff;
  position: relative
}

.dbt .s5-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  margin-right: 24px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.dbt .s5-img-wrap {
  flex: 0 0 380px;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 40px 0 #901c3b21
}

.dbt .s5-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.6);
  transition: filter .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .s5-img-wrap:hover img {
  filter: saturate(1)
}

.dbt .s5-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #f7e0fe66;
  transition: background .4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.dbt .s5-img-wrap:hover::after {
  background: #f7e0fe0d
}

.dbt .s5-text {
  flex: 1 1 0
}

.dbt .s5-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1a0a12;
  margin: 0 0 16px
}

.dbt .s5-quote-block {
  border-radius: 12px;
  background: linear-gradient(180deg, #F7E0FE 0%, #fff 100%);
  padding: 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 3px 0 #901c3b0f;
  position: relative
}

.dbt .s5-quote-block p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1020;
  margin: 0 0 8px
}

.dbt .s5-name {
  font-size: 16px;
  font-weight: 700;
  color: #901C3B
}

.dbt .s5-role {
  font-size: 16px;
  color: #7a4060
}

.dbt .s5-p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1020;
  max-width: 480px
}

.dbt .s6 {
  padding: 48px 0;
  background: linear-gradient(to right, #F7E0FE 0%, #fff 100%);
  position: relative;
  overflow: hidden
}

.dbt .s6-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  margin-left: 48px
}

.dbt .s6-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1a0a12;
  margin: 0 0 24px
}

.dbt .s6-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 760px
}

.dbt .s6-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 3px 0 #14e3eb0f;
  transition: box-shadow .32s ease-in-out
}

.dbt .s6-row:hover {
  box-shadow: 0 6px 22px 0 #14e3eb17
}

.dbt .s6-num {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #14e3eb4d;
  flex-shrink: 0;
  width: 40px;
  text-align: center
}

.dbt .s6-row-text h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #1a0a12;
  margin: 0 0 8px
}

.dbt .s6-row-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1020;
  margin: 0
}

.dbt .s6-thin {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.dbt .s6-thin span {
  display: block;
  height: 1px;
  background: #901c3b33
}

.dbt .s6-thin span:nth-child(1) {
  width: 48px
}

.dbt .s6-thin span:nth-child(2) {
  width: 32px
}

.dbt .s6-thin span:nth-child(3) {
  width: 20px
}

.dbt .s7 {
  padding: 48px 0;
  background: #fff;
  position: relative
}

.dbt .s7-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  margin-right: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.dbt .s7-text {
  flex: 1 1 0
}

.dbt .s7-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1a0a12;
  margin: 0 0 16px
}

.dbt .s7-p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1020;
  max-width: 520px;
  margin: 0 0 24px
}

.dbt .s7-phases {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.dbt .s7-phase {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.dbt .s7-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #14E3EB;
  flex-shrink: 0;
  margin-top: 6px;
  box-shadow: inset 0 2px 3px 0 #14e3eb40
}

.dbt .s7-phase p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1020;
  margin: 0
}

.dbt .s7-img-wrap {
  flex: 0 0 360px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 40px 0 #14e3eb21
}

.dbt .s7-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.65);
  transition: filter .36s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .s7-img-wrap:hover img {
  filter: saturate(1)
}

.dbt .s7-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #14e3eb40;
  transition: background .36s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.dbt .s7-img-wrap:hover::after {
  background: #14e3eb0a
}

.dbt .sec-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0
}

.dbt .sec-div-dot {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #901C3B;
  flex-shrink: 0
}

.dbt .sec-div-line {
  width: 80px;
  height: 1px;
  background: #901C3B
}

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

  .dbt .t1-img-wrap {
    flex: 0 0 300px;
    height: 280px
  }

  .dbt .s3-inner,
  .dbt .s5-inner,
  .dbt .s7-inner {
    flex-direction: column;
    margin-right: 24px
  }

  .dbt .s3-img-wrap,
  .dbt .s5-img-wrap,
  .dbt .s7-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 260px
  }

  .dbt .s2-inner,
  .dbt .s4-inner,
  .dbt .s6-inner {
    margin-left: 24px
  }
}

@media (max-width: 768px) {
  .dbt .t1-inner {
    flex-direction: column;
    gap: 24px
  }

  .dbt .t1-h1 {
    font-size: 32px
  }

  .dbt .t1-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 220px
  }

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

  .dbt .s4-cards {
    flex-direction: column
  }

  .dbt .s2-inner {
    margin-left: 0
  }

  .dbt .s6-inner {
    margin-left: 0
  }

  .dbt .s3-inner {
    margin-right: 0
  }

  .dbt .s5-inner {
    margin-right: 0
  }

  .dbt .s7-inner {
    margin-right: 0
  }
}

@media (max-width: 480px) {
  .dbt .t1-h1 {
    font-size: 24px
  }

  .dbt .s3-h2,
  .dbt .s5-h2,
  .dbt .s6-h2,
  .dbt .s7-h2,
  .dbt .s4-h2 {
    font-size: 24px
  }
}

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

.ctus .dropin {
  animation: dropBounce .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes dropBounce {
  0% {
    opacity: 0;
    transform: translateY(-32px)
  }

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

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

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

.ctus .pg-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 18px;
  overflow: hidden
}

.ctus .pg-divider span {
  display: block;
  height: 1px;
  background: #901C3B;
  opacity: .18;
  flex: 1
}

.ctus .pg-divider i {
  display: block;
  width: 1px;
  height: 10px;
  background: #901C3B;
  opacity: .32;
  margin: 0 18px;
  flex-shrink: 0
}

.ctus ::selection {
  background: linear-gradient(90deg, #14E3EB, #901C3B);
  color: #fff
}

.ctus input::placeholder,
.ctus textarea::placeholder,
.ctus select::placeholder {
  color: currentColor;
  opacity: .4
}

.ctus .topband {
  background: #fff;
  padding: 48px 24px;
  position: relative
}

.ctus .topband-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  align-items: center
}

.ctus .topband-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 6px 22px 0 #14e3eb17
}

.ctus .topband-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
  transition: clip-path .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .topband-img:hover img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.ctus .topband-img .overlay {
  position: absolute;
  inset: 0;
  background: #901c3b47;
  transition: opacity .38s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.ctus .topband-img:hover .overlay {
  opacity: 0
}

.ctus .topband-img.right img {
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%)
}

.ctus .topband-img.right:hover img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.ctus .topband-text {
  text-align: center;
  padding: 24px 16px;
  position: relative
}

.ctus .topband-text .geo-deco {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  opacity: .06;
  pointer-events: none
}

.ctus .topband-text .lbl {
  font-size: 16px;
  letter-spacing: .12em;
  color: #901C3B;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  display: block
}

.ctus .topband-text .lbl span:first-letter {
  font-size: 24px;
  color: #14E3EB
}

.ctus .topband-text h1 {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #1a0a12;
  margin: 0 0 8px;
  text-transform: uppercase
}

.ctus .topband-text h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #901C3B;
  letter-spacing: .04em;
  margin: 0
}

.ctus .topband-text .accent-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(180deg, #14E3EB 0%, #fff 100%);
  margin: 16px auto 0;
  border-radius: 2px
}

.ctus .formsec {
  background: #F7E0FE;
  padding: 48px 24px;
  position: relative;
  overflow: hidden
}

.ctus .formsec .diag-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.ctus .formsec .diag-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #14e3eb12;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%)
}

.ctus .formsec-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.ctus .form-meta h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #1a0a12;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 16px
}

.ctus .form-meta p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d1a28;
  margin: 0 0 24px
}

.ctus .steps-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px
}

.ctus .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  position: relative
}

.ctus .step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 48px;
  width: 2px;
  height: calc(100% - 32px);
  background: linear-gradient(180deg, #14E3EB 0%, #14e3eb1a 100%)
}

.ctus .step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 3px 0 #14e3eb0f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #14E3EB;
  flex-shrink: 0;
  border: 2px solid #14e3eb38
}

.ctus .step-text {
  flex: 1
}

.ctus .step-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a0a12;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ctus .step-text span {
  font-size: 16px;
  line-height: 1.7;
  color: #3d1a28
}

.ctus .form-card {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 9px 40px 0 #901c3b21
}

.ctus .form-card h4 {
  font-size: 24px;
  font-weight: 800;
  color: #1a0a12;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 24px
}

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

.ctus .fgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.ctus .fgroup label {
  font-size: 16px;
  font-weight: 700;
  color: #1a0a12;
  letter-spacing: .04em;
  text-transform: uppercase
}

.ctus .fgroup input,
.ctus .fgroup select {
  width: 100%;
  padding: 16px;
  border: 2px solid #901c3b24;
  border-radius: 6px;
  font-size: 16px;
  color: #1a0a12;
  background: #fff;
  outline: none;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.ctus .fgroup input:focus,
.ctus .fgroup select:focus {
  border-color: #14E3EB;
  box-shadow: 0 0 0 3px #14e3eb21 inset 0 1px 4px #14e3eb17
}

.ctus .fgroup select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23901C3B' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer
}

.ctus .fgroup select option {
  color: #1a0a12;
  background: #fff
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  background: #F7E0FE;
  border-radius: 12px
}

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

.ctus .privacy-row label {
  font-size: 16px;
  line-height: 1.7;
  color: #3d1a28;
  cursor: pointer
}

.ctus .privacy-row label a {
  color: #901C3B;
  text-decoration: underline;
  transition: color .25s ease-in-out
}

.ctus .privacy-row label a:hover {
  color: #14E3EB
}

.ctus .btn-submit {
  width: 100%;
  padding: 16px 24px;
  background: #901C3B;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 6px 22px 0 #901c3b17;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .btn-submit:hover {
  transform: scale(1.03);
  background: #14E3EB;
  color: #1a0a12;
  box-shadow: 0 9px 40px 0 #14e3eb21
}

.ctus .btn-submit:focus {
  outline: 3px solid #14E3EB;
  outline-offset: 2px
}

.ctus .btn-submit:active {
  transform: scale(0.98)
}

.ctus .infosec {
  background: #1a0a12;
  padding: 48px 24px;
  position: relative;
  overflow: hidden
}

.ctus .infosec .circuit-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.ctus .infosec .circuit-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .07
}

.ctus .infosec-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.ctus .icard {
  padding: 24px;
  border-radius: 12px;
  background: #f7e0fe0d;
  box-shadow: 0 2px 3px 0 #14e3eb0f;
  border: 1px solid #14e3eb1a;
  transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1), background .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .icard:hover {
  background: #f7e0fe17;
  box-shadow: 0 6px 22px 0 #14e3eb17
}

.ctus .icard-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #14e3eb1a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.ctus .icard-icon .mdi {
  font-size: 24px;
  color: #14E3EB
}

.ctus .icard h5 {
  font-size: 16px;
  font-weight: 800;
  color: #F7E0FE;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 8px
}

.ctus .icard p {
  font-size: 16px;
  line-height: 1.7;
  color: #f7e0feb3;
  margin: 0
}

.ctus .icard a {
  color: #14E3EB;
  text-decoration: none;
  transition: color .25s ease-in-out, text-decoration-color .25s ease-in-out
}

.ctus .icard a:hover {
  color: #F7E0FE;
  text-decoration: underline
}

.ctus .brand-blk h3 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 16px;
  line-height: 1.2
}

.ctus .brand-blk h3 span {
  color: #14E3EB
}

.ctus .brand-blk p {
  font-size: 16px;
  line-height: 1.7;
  color: #f7e0feb3;
  margin: 0 0 24px;
  max-width: 340px
}

.ctus .rating-pill {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #14e3eb1a;
  border: 1px solid #14e3eb33;
  border-radius: 6px;
  padding: 8px 16px
}

.ctus .rating-pill .stars {
  display: flex;
  flex-direction: row;
  gap: 2px
}

.ctus .rating-pill .star {
  width: 14px;
  height: 14px
}

.ctus .rating-pill .star svg {
  width: 14px;
  height: 14px
}

.ctus .rating-pill .rv {
  font-size: 16px;
  font-weight: 700;
  color: #14E3EB
}

.ctus .rating-pill .rc {
  font-size: 16px;
  color: #f7e0fe99
}

@media (max-width: 1024px) {
  .ctus .topband-inner {
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 16px
  }

  .ctus .topband-text h1 {
    font-size: 48px
  }

  .ctus .formsec-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ctus .infosec-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .ctus .brand-blk {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .ctus .topband-inner {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ctus .topband-img {
    display: none
  }

  .ctus .topband-text h1 {
    font-size: 32px
  }

  .ctus .topband-text h2 {
    font-size: 18px
  }

  .ctus .form-card {
    padding: 24px
  }

  .ctus .frow {
    grid-template-columns: 1fr
  }

  .ctus .infosec-inner {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ctus .brand-blk {
    grid-column: auto
  }
}

@media (max-width: 480px) {
  .ctus .topband {
    padding: 24px 16px
  }

  .ctus .formsec {
    padding: 24px 16px
  }

  .ctus .infosec {
    padding: 24px 16px
  }

  .ctus .topband-text h1 {
    font-size: 32px
  }
}

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

.abt .inner-wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px
}

.abt ::selection {
  background: #14E3EB;
  color: #1a1a1a
}

.abt-strip {
  padding: 48px 0 0;
  background: #fff;
  position: relative
}

.abt-strip .inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 48px
}

.abt-strip .imgcol {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch
}

.abt-strip .imgcol img {
  width: 220px;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  border-radius: 2px;
  display: block;
  box-shadow: 0 6px 22px 0 #14e3eb17;
  transition: filter .38s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 320px
}

.abt-strip .imgcol img:hover {
  filter: grayscale(0%)
}

.abt-strip .txtcol {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 8px
}

.abt-strip .geo-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  pointer-events: none
}

.abt-strip .geo-corner svg {
  width: 120px;
  height: 120px
}

.abt-strip .geo-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.abt-strip .geo-btm svg {
  width: 80px;
  height: 80px
}

.abt-strip .tagline {
  font-size: 16px;
  color: #901C3B;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2
}

.abt-strip .bighead {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b2e;
  margin: 0
}

.abt-strip .bighead span {
  color: #14E3EB
}

.abt-strip .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #3a3a4a;
  max-width: 560px
}

.abt-strip .actlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #901C3B;
  text-decoration: none;
  border-bottom: 2px solid #14E3EB;
  padding-bottom: 2px;
  letter-spacing: .04em;
  transition: color .28s ease-in-out, border-color .28s ease-in-out;
  width: fit-content
}

.abt-strip .actlink:hover {
  color: #14E3EB;
  border-color: #901C3B
}

.abt-strip .actlink .mdi {
  font-size: 18px
}

@media (max-width: 768px) {
  .abt-strip .inner-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .abt-strip .imgcol {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-strip .imgcol img {
    width: 100%;
    height: 220px;
    min-height: unset
  }

  .abt-strip .bighead {
    font-size: 32px
  }
}

@media (max-width: 480px) {
  .abt-strip .bighead {
    font-size: 24px
  }
}

.abt-metrics {
  padding: 48px 0;
  background: linear-gradient(to top, #fff 0%, #F7E0FE 100%);
  position: relative
}

.abt-metrics .inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px
}

.abt-metrics .mcard {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 22px 0 #901c3b17;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-metrics .mcard:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 40px 0 #901c3b21
}

.abt-metrics .mcard .diam {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 56px;
  height: 56px;
  background: #F7E0FE;
  transform: rotate(45deg);
  border-radius: 6px;
  pointer-events: none
}

.abt-metrics .mcard .mnum {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #14E3EB
}

.abt-metrics .mcard .mlabel {
  font-size: 16px;
  font-weight: 700;
  color: #1b1b2e;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.2
}

.abt-metrics .mcard .mdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a5a
}

@media (max-width: 768px) {
  .abt-metrics .inner-wrap {
    grid-template-columns: 1fr
  }
}

.abt-team {
  padding: 48px 0;
  background: #1b1b2e;
  position: relative
}

.abt-team .bg-accent {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #14e3eb12 0%, #1b1b2e00 70%);
  pointer-events: none
}

.abt-team .inner-wrap {
  position: relative;
  z-index: 1
}

.abt-team .thead {
  text-align: center;
  margin-bottom: 48px
}

.abt-team .thead h2 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 0 0 16px
}

.abt-team .thead p {
  font-size: 18px;
  line-height: 1.7;
  color: #b0b0c8;
  max-width: 560px;
  margin: 0 auto
}

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

.abt-team .tcard {
  background: #ffffff0a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 #14e3eb0f;
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1), background .32s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.abt-team .tcard:hover {
  transform: scale(1.05);
  box-shadow: 0 9px 40px 0 #14e3eb21;
  background: #ffffff17
}

.abt-team .tcard .imgbox {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative
}

.abt-team .tcard .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7);
  transition: filter .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-team .tcard:hover .imgbox img {
  filter: saturate(1)
}

.abt-team .tcard .imgbox .overlay {
  position: absolute;
  inset: 0;
  background: #901c3b38;
  transition: background .38s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.abt-team .tcard:hover .imgbox .overlay {
  background: #901c3b00
}

.abt-team .tcard .tinfo {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-team .tcard .tname {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2
}

.abt-team .tcard .trole {
  font-size: 16px;
  color: #14E3EB;
  line-height: 1.2;
  letter-spacing: .04em
}

.abt-team .tcard .tbio {
  font-size: 16px;
  line-height: 1.7;
  color: #9090a8
}

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

@media (max-width: 480px) {
  .abt-team .tgrid {
    grid-template-columns: 1fr
  }

  .abt-team .thead h2 {
    font-size: 24px
  }
}

.successPage {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: linear-gradient(to top, #14E3EB08, #fff)
}

.successPage .card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 9px 40px 0 #14e3eb21;
  text-align: center
}

.successPage .iconWrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 20px;
  background: #F7E0FE;
  display: flex;
  align-items: center;
  justify-content: center
}

.successPage .iconWrap svg {
  display: block
}

.successPage .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b2e;
  margin: 0 0 16px;
  text-transform: uppercase
}

.successPage .msg {
  font-size: 18px;
  line-height: 1.7;
  color: #3a3a4a;
  margin: 0 0 24px
}

.successPage .divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #14E3EB, #901C3B);
  border-radius: 2px;
  margin: 0 auto 24px
}

.successPage .sub {
  font-size: 16px;
  line-height: 1.7;
  color: #5a5a6e;
  margin: 0 0 48px
}

.successPage .sub a {
  color: #901C3B;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .25s ease-in-out
}

.successPage .sub a:hover {
  color: #14E3EB
}

.successPage .btn {
  display: inline-block;
  padding: 16px 48px;
  background: #901C3B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 6px;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 22px 0 #901c3b17
}

.successPage .btn:hover {
  transform: scale(1.04);
  box-shadow: 0 9px 40px 0 #901c3b21
}

.successPage .btn:focus {
  outline: 2px solid #14E3EB;
  outline-offset: 4px
}

@media (max-width: 480px) {
  .successPage .card {
    padding: 24px 16px
  }

  .successPage .title {
    font-size: 24px
  }

  .successPage .msg {
    font-size: 16px
  }
}