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

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

*,
::before,
::after {
  box-sizing: inherit
}

html,
body {
  margin: 0
}

body {
  position: relative;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif
}

.utility-bar {
  background-color: #1C4F5C;
  padding: 8px 36px
}

.utility-bar__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

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

.utility-contact__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FEFEFE;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: .04em;
  transition: color .45s ease-in-out
}

.utility-contact__item:hover {
  color: #F88527
}

.utility-contact__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: none;
  stroke: #F88527;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.utility-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fefefeb3;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .04em
}

.utility-location__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: none;
  stroke: #F88527;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.brand-row {
  background-color: #FEFEFE;
  padding: 16px 36px;
  border-bottom: 1px solid #1c4f5c1a
}

.brand-row__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

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

.brand-mark__img-ring {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFEFE;
  box-shadow: 0 0 0 2px #1c4f5c26 0 0 0 4px #f885271f -1px 7px 22px -2px #1c4f5c14;
  flex-shrink: 0
}

.brand-mark__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.brand-mark__label {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-mark__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C4F5C;
  letter-spacing: -.01em
}

.brand-mark__tagline {
  font-size: 13px;
  line-height: 1.2;
  color: #1c4f5c99;
  letter-spacing: .06em
}

.primary-nav {
  background: linear-gradient(135deg, #1C4F5C 0%, #163f4a 100%);
  padding: 0 36px;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.primary-nav__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap
}

.primary-nav__link {
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #fefefed1;
  text-decoration: none;
  letter-spacing: .03em;
  border-bottom: 3px solid transparent;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap
}

.primary-nav__link:hover,
.primary-nav__link:focus {
  color: #FEFEFE;
  border-bottom-color: #F88527;
  outline: none
}

.primary-nav__link:focus-visible {
  outline: 2px solid #F88527;
  outline-offset: -2px;
  border-radius: 6px
}

.primary-nav__link.active {
  color: #F88527;
  border-bottom-color: #F88527
}

.site-footer {
  background-color: #1C4F5C;
  padding: 72px 36px 36px
}

.site-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px
}

.footer-logo-sep {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f8852766, transparent);
  margin-bottom: 4px
}

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

.footer-brand__ring {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefefe14;
  box-shadow: 0 0 0 2px #fefefe26 0 0 0 4px #f8852726;
  flex-shrink: 0
}

.footer-brand__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.footer-brand__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #FEFEFE
}

.footer-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #fefefea6;
  text-align: center;
  max-width: 480px
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center
}

.footer-links__item {
  font-size: 13px;
  line-height: 1.2;
  color: #fefefe8c;
  text-decoration: none;
  letter-spacing: .04em;
  transition: color .45s ease-in-out
}

.footer-links__item:hover {
  color: #F88527
}

.footer-links__item:focus-visible {
  outline: 2px solid #F88527;
  outline-offset: 4px;
  border-radius: 6px
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center
}

.footer-contact-row__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  color: #fefefe99;
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .45s ease-in-out
}

.footer-contact-row__item:hover {
  color: #F88527
}

.footer-contact-row__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: none;
  stroke: #F88527;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.footer-copy {
  font-size: 13px;
  line-height: 1.2;
  color: #fefefe59;
  letter-spacing: .04em;
  text-align: center
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #fefefe14
}

.cookie-card {
  position: fixed;
  bottom: 36px;
  left: 36px;
  z-index: 4000;
  background-color: #FEFEFE;
  border-radius: 10px;
  padding: 36px;
  max-width: 340px;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f -1px 7px 22px -2px #1c4f5c14;
  display: none;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform .26s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .26s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookie-card.shown {
  transform: translateY(0);
  opacity: 1
}

.cookie-card__text {
  font-size: 13px;
  line-height: 1.8;
  color: #1C4F5C;
  margin: 0 0 16px
}

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

.cookie-card__accept {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #FEFEFE;
  background-color: #F88527;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.cookie-card__accept:hover {
  box-shadow: -1px 7px 22px -2px #f8852747
}

.cookie-card__decline {
  font-size: 13px;
  line-height: 1.2;
  color: #1c4f5c99;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 4px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color .45s ease-in-out
}

.cookie-card__decline:hover {
  color: #1C4F5C
}

.cookie-card__accept:focus-visible,
.cookie-card__decline:focus-visible {
  outline: 2px solid #1C4F5C;
  outline-offset: 2px;
  border-radius: 6px
}

@media (max-width: 1024px) {
  .utility-bar {
    padding: 8px 16px
  }

  .brand-row {
    padding: 16px
  }

  .primary-nav {
    padding: 0 16px
  }

  .site-footer {
    padding: 72px 16px 36px
  }
}

@media (max-width: 768px) {
  .utility-contact {
    gap: 8px
  }

  .utility-contact__item {
    font-size: 13px
  }

  .primary-nav__link {
    padding: 16px 8px;
    font-size: 13px
  }

  .footer-links {
    gap: 16px
  }

  .footer-contact-row {
    gap: 16px
  }

  .cookie-card {
    left: 16px;
    right: 16px;
    max-width: none;
    bottom: 16px
  }
}

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

  .brand-mark__tagline {
    display: none
  }

  .primary-nav__inner {
    gap: 0
  }

  .primary-nav__link {
    padding: 16px 8px
  }
}

.policy-layout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 36px
}

.policy-layout h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  letter-spacing: -.5px;
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 2px solid #F88527
}

.policy-layout h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  letter-spacing: -.2px;
  margin-top: 72px;
  margin-bottom: 16px
}

.policy-layout h3 {
  font-size: 15px;
  line-height: 1.8;
  color: #1C4F5C;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 8px
}

.policy-layout h4,
.policy-layout h5,
.policy-layout h6 {
  font-size: 15px;
  line-height: 1.8;
  color: #1C4F5C;
  margin-top: 36px;
  margin-bottom: 8px
}

.policy-layout p {
  font-size: 15px;
  line-height: 1.8;
  color: #2a3d42;
  margin-bottom: 16px
}

.policy-layout ul,
.policy-layout ol {
  font-size: 15px;
  line-height: 1.8;
  color: #2a3d42;
  margin-bottom: 16px;
  padding-left: 36px
}

.policy-layout ul {
  list-style: none;
  padding-left: 16px
}

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

.policy-layout ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background-color: #F88527
}

.policy-layout ol {
  list-style: decimal
}

.policy-layout ol li {
  margin-bottom: 8px;
  padding-left: 8px
}

.policy-layout ol li::marker {
  color: #F88527;
  font-size: 13px
}

.policy-layout a {
  color: #1C4F5C;
  text-decoration: underline;
  text-decoration-color: #1c4f5c59;
  text-underline-offset: 3px;
  transition: color .45s ease-in-out, text-decoration-color .45s ease-in-out
}

.policy-layout a:hover {
  color: #F88527;
  text-decoration-color: #f8852799
}

.policy-layout hr {
  border: none;
  border-top: 1px solid #1c4f5c26;
  margin-top: 36px;
  margin-bottom: 36px
}

.policy-layout div {
  font-size: 15px;
  line-height: 1.8
}

.policy-layout div[class*="notice"],
.policy-layout div[class*="info"],
.policy-layout div[class*="note"] {
  background-color: #1c4f5c0d;
  border-radius: 10px;
  padding: 16px 36px;
  margin-bottom: 16px;
  box-shadow: -1px 1px 5px -2px #1c4f5c12
}

@media (max-width: 1024px) {
  .policy-layout {
    padding: 72px 36px
  }

  .policy-layout h1 {
    font-size: 28px
  }
}

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

  .policy-layout h1 {
    font-size: 28px
  }

  .policy-layout h2 {
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase
  }

  .policy-layout h2,
  .policy-layout h3,
  .policy-layout h4,
  .policy-layout h5,
  .policy-layout h6 {
    margin-top: 36px
  }
}

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

  .policy-layout ul,
  .policy-layout ol {
    padding-left: 16px
  }
}

.srvdet {
  background: #FEFEFE;
  overflow-x: clip
}

.srvdet .top-strip {
  background: #1C4F5C;
  padding: 8px 0
}

.srvdet .top-strip__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.srvdet .top-strip__tag {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  color: #F88527;
  text-transform: uppercase;
  background: #f885271f;
  padding: 4px 16px;
  border-radius: 32px
}

.srvdet .top-strip__meta {
  font-size: 13px;
  line-height: 1.2;
  color: #fefefeb3;
  letter-spacing: .04em
}

.srvdet .top-strip__meta span {
  color: #FEFEFE;
  margin-right: 4px
}

.srvdet .title-blk {
  background: #1C4F5C;
  padding: 72px 0;
  position: relative
}

.srvdet .title-blk__geo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.srvdet .title-blk__geo::before {
  content: '';
  display: block;
  width: 520px;
  height: 520px;
  border-radius: 48px;
  background: #f8852712;
  position: absolute;
  top: -120px;
  right: -80px;
  transform: rotate(22deg)
}

.srvdet .title-blk__geo::after {
  content: '';
  display: block;
  width: 320px;
  height: 320px;
  border-radius: 48px;
  background: #fefefe0a;
  position: absolute;
  bottom: -60px;
  left: 10%;
  transform: rotate(-14deg)
}

.srvdet .title-blk__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1
}

.srvdet .title-blk__user {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #F88527;
  text-transform: uppercase;
  margin-bottom: 16px
}

.srvdet .title-blk__h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #FEFEFE;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: -.01em
}

.srvdet .title-blk__sub {
  font-size: 15px;
  line-height: 1.8;
  color: #fefefeb8;
  margin: 0 0 36px;
  max-width: 540px
}

.srvdet .title-blk__badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.srvdet .badge-pill {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .05em;
  padding: 4px 16px;
  border-radius: 32px;
  border: 1px solid #fefefe2e;
  color: #fefefecc
}

.srvdet .badge-pill.accent {
  background: #F88527;
  border-color: #F88527;
  color: #FEFEFE
}

.srvdet .title-blk__img-frame {
  position: relative
}

.srvdet .title-blk__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.srvdet .title-blk__img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: opacity .55s ease-in-out
}

.srvdet .title-blk__img-blur {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 40px 20px #1c4f5c47;
  pointer-events: none
}

.srvdet .divider-tri {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 32px;
  background: #1C4F5C;
  position: relative
}

.srvdet .divider-tri svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.srvdet .divider-tri-light {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 32px;
  background: #FEFEFE;
  position: relative
}

.srvdet .divider-tri-light svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.srvdet .body-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 72px;
  align-items: start
}

.srvdet .desc-col__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1C4F5C;
  margin-bottom: 16px
}

.srvdet .desc-col__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0 0 36px
}

.srvdet .desc-col__body {
  columns: 2;
  column-gap: 36px;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .desc-col__body p {
  margin: 0 0 16px;
  break-inside: avoid
}

.srvdet .desc-col__body ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 16px
}

.srvdet .desc-col__body ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .desc-col__body ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F88527;
  border-right: 2px solid #F88527;
  transform: rotate(45deg)
}

.srvdet .desc-col__body abbr {
  text-decoration: underline dotted;
  cursor: help;
  color: #1C4F5C
}

.srvdet .desc-col__body small {
  font-size: 13px;
  line-height: 1.8;
  color: #5a7a84
}

.srvdet .desc-col__body h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 36px 0 16px;
  column-span: all
}

.srvdet .pull-quote {
  margin: 36px 0 0;
  padding: 36px;
  background: linear-gradient(152deg, #1C4F5C 0%, #F88527 70%, #FEFEFE 100%);
  border-radius: 10px;
  box-shadow: -1px 7px 22px -2px #1c4f5c14
}

.srvdet .pull-quote blockquote {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #FEFEFE;
  font-style: italic;
  letter-spacing: -.01em
}

.srvdet .pull-quote blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fefefeb3
}

.srvdet .price-card {
  background: #FEFEFE;
  border-radius: 10px;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  padding: 36px;
  position: sticky;
  top: 36px
}

.srvdet .price-card__category {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #F88527;
  margin-bottom: 8px
}

.srvdet .price-card__price {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  font-weight: 700;
  margin-bottom: 4px
}

.srvdet .price-card__pricedes {
  font-size: 13px;
  line-height: 1.8;
  color: #5a7a84;
  margin-bottom: 16px
}

.srvdet .price-card__note {
  font-size: 13px;
  line-height: 1.8;
  color: #2a4a52;
  background: #1c4f5c0d;
  border-radius: 6px;
  padding: 8px 16px;
  margin-bottom: 16px
}

.srvdet .price-card__divider {
  height: 1px;
  background: #1c4f5c1a;
  margin: 16px 0
}

.srvdet .price-card__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.srvdet .price-card__row-label {
  font-size: 13px;
  line-height: 1.2;
  color: #5a7a84;
  letter-spacing: .04em
}

.srvdet .price-card__row-val {
  font-size: 13px;
  line-height: 1.2;
  color: #1C4F5C;
  font-weight: 600
}

.srvdet .price-card__seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 16px 0
}

.srvdet .seats-dot {
  width: 10px;
  height: 10px;
  border-radius: 48px;
  background: #F88527;
  flex-shrink: 0
}

.srvdet .seats-text {
  font-size: 13px;
  line-height: 1.2;
  color: #2a4a52
}

.srvdet .btn-primary {
  display: block;
  width: 100%;
  padding: 16px 36px;
  background: #F88527;
  color: #FEFEFE;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .04em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .2s ease-in-out;
  box-shadow: -1px 1px 5px -2px #f8852712
}

.srvdet .btn-primary:hover {
  box-shadow: -1px 10px 36px -2px #f8852747;
  background: #e07420
}

.srvdet .btn-primary:focus {
  outline: 2px solid #1C4F5C;
  outline-offset: 2px
}

.srvdet .btn-secondary {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 16px 36px;
  background: transparent;
  color: #1C4F5C;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .04em;
  border: 1px solid #1c4f5c4d;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -1px 1px 5px -2px #1c4f5c12
}

.srvdet .btn-secondary:hover {
  border-color: #1C4F5C;
  box-shadow: -1px 7px 22px -2px #1c4f5c1a
}

.srvdet .btn-secondary:focus {
  outline: 2px solid #F88527;
  outline-offset: 2px
}

.srvdet .like-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 16px
}

.srvdet .like-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.srvdet .like-count {
  font-size: 13px;
  line-height: 1.2;
  color: #5a7a84
}

.srvdet .program-section {
  background: #f2f6f7;
  padding: 72px 0
}

.srvdet .program-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px
}

.srvdet .program-section__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 72px
}

.srvdet .program-section__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #F88527;
  margin-bottom: 16px
}

.srvdet .program-section__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0 0 16px;
  text-transform: uppercase
}

.srvdet .program-section__intro {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52;
  margin: 0
}

.srvdet .program-section__aside {
  padding-top: 36px
}

.srvdet .program-section__aside-text {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .program-section__aside-text cite {
  font-style: italic;
  color: #1C4F5C
}

.srvdet .program-section__aside-text abbr {
  text-decoration: underline dotted;
  cursor: help;
  color: #1C4F5C
}

.srvdet .prog-body {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .prog-body h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 36px 0 16px
}

.srvdet .prog-body p {
  margin: 0 0 16px
}

.srvdet .prog-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px
}

.srvdet .prog-body ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .prog-body ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1C4F5C;
  border-right: 2px solid #1C4F5C;
  transform: rotate(45deg)
}

.srvdet .prog-body ol {
  padding-left: 20px;
  margin: 0 0 16px
}

.srvdet .prog-body ol li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .prog-body blockquote {
  margin: 36px 0;
  padding: 36px;
  background: #FEFEFE;
  border-radius: 10px;
  box-shadow: -1px 7px 22px -2px #1c4f5c14;
  font-size: 15px;
  line-height: 1.8;
  color: #1C4F5C;
  font-style: italic
}

.srvdet .prog-body dl {
  margin: 0 0 16px
}

.srvdet .prog-body dt {
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  font-weight: 600;
  margin-bottom: 4px
}

.srvdet .prog-body dd {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52;
  margin: 0 0 16px;
  padding-left: 16px
}

.srvdet .prog-body details {
  margin-bottom: 8px;
  border-radius: 6px;
  border: 1px solid #1c4f5c1f;
  overflow: hidden
}

.srvdet .prog-body summary {
  padding: 16px;
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: background .2s ease-in-out
}

.srvdet .prog-body summary:hover {
  background: #1c4f5c0a
}

.srvdet .prog-body details[open] summary {
  background: #1c4f5c0f
}

.srvdet .prog-body details> :not(summary) {
  padding: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvdet .prog-body cite {
  font-style: italic;
  color: #1C4F5C
}

.srvdet .prog-body abbr {
  text-decoration: underline dotted;
  cursor: help;
  color: #1C4F5C
}

.srvdet .milestone-section {
  background: #1C4F5C;
  padding: 72px 0;
  position: relative
}

.srvdet .milestone-section__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.srvdet .milestone-section__deco::before {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 48px;
  background: #f885270f;
  position: absolute;
  bottom: -100px;
  right: -60px;
  transform: rotate(18deg)
}

.srvdet .milestone-section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1
}

.srvdet .milestone-section__label {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #F88527;
  margin-bottom: 16px;
  text-align: center
}

.srvdet .milestone-section__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #FEFEFE;
  margin: 0 0 72px;
  text-align: center;
  text-transform: uppercase
}

.srvdet .milestone-track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  position: relative
}

.srvdet .milestone-track::before {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fefefe26
}

.srvdet .milestone-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 8px;
  cursor: default
}

.srvdet .milestone-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 48px;
  background: #f885271f;
  border: 2px solid #f885274d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2
}

.srvdet .milestone-item:hover .milestone-item__icon {
  background: #f8852747;
  border-color: #F88527
}

.srvdet .milestone-item__icon svg {
  width: 22px;
  height: 22px
}

.srvdet .milestone-item__date {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #F88527;
  margin-bottom: 4px
}

.srvdet .milestone-item__name {
  font-size: 13px;
  line-height: 1.8;
  color: #fefefed9
}

.srvdet .label-slide-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  justify-content: center
}

.srvdet .label-slide {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #fefefeb3;
  padding: 4px 16px;
  border-radius: 32px;
  border: 1px solid #fefefe26;
  overflow: hidden;
  cursor: default;
  transition: color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvdet .label-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F88527;
  transition: left .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0
}

.srvdet .label-slide:hover::before {
  left: 0
}

.srvdet .label-slide:hover {
  color: #FEFEFE
}

.srvdet .label-slide span {
  position: relative;
  z-index: 1
}

.srvdet .cta-row {
  background: #FEFEFE;
  padding: 72px 0
}

.srvdet .cta-row__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap
}

.srvdet .cta-row__h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0 0 8px
}

.srvdet .cta-row__sub {
  font-size: 15px;
  line-height: 1.8;
  color: #5a7a84;
  margin: 0
}

.srvdet .cta-row__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-shrink: 0
}

.srvdet .cta-row__btn {
  padding: 16px 36px;
  background: #F88527;
  color: #FEFEFE;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .04em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .2s ease-in-out;
  box-shadow: -1px 1px 5px -2px #f8852712;
  display: inline-block
}

.srvdet .cta-row__btn:hover {
  box-shadow: -1px 10px 36px -2px #f8852747;
  background: #e07420
}

.srvdet .cta-row__btn:focus {
  outline: 2px solid #1C4F5C;
  outline-offset: 2px
}

.srvdet .cta-row__link {
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  text-decoration: none;
  border-bottom: 1px solid #1c4f5c4d;
  transition: border-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-bottom: 2px
}

.srvdet .cta-row__link:hover {
  border-color: #1C4F5C
}

@media (max-width: 1024px) {
  .srvdet .title-blk__inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .srvdet .title-blk__img-frame {
    max-width: 480px
  }

  .srvdet .body-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .srvdet .price-card {
    position: static
  }

  .srvdet .program-section__top {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .srvdet .milestone-track {
    flex-wrap: wrap;
    gap: 36px
  }

  .srvdet .milestone-track::before {
    display: none
  }

  .srvdet .milestone-item {
    flex: 0 0 calc(50% - 18px)
  }
}

@media (max-width: 768px) {
  .srvdet .title-blk {
    padding: 36px 0
  }

  .srvdet .title-blk__inner {
    padding: 0 16px
  }

  .srvdet .title-blk__h1 {
    font-size: 28px
  }

  .srvdet .body-grid {
    padding: 36px 16px
  }

  .srvdet .desc-col__body {
    columns: 1
  }

  .srvdet .program-section__inner {
    padding: 0 16px
  }

  .srvdet .milestone-section__inner {
    padding: 0 16px
  }

  .srvdet .milestone-item {
    flex: 0 0 100%
  }

  .srvdet .cta-row__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px
  }

  .srvdet .top-strip__inner {
    padding: 0 16px;
    flex-wrap: wrap
  }
}

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

  .srvdet .pull-quote {
    padding: 16px
  }

  .srvdet .cta-row__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%
  }

  .srvdet .cta-row__btn {
    text-align: center
  }
}

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

.lnch .ed-col {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.lnch .ed-col--narrow {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.lnch .tb {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #FEFEFE;
  position: relative
}

.lnch .tb__dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  background-image: radial-gradient(circle, #1c4f5c21 1.5px, transparent 1.5px);
  background-size: 22px 22px
}

.lnch .tb__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 72px;
  position: relative
}

.lnch .tb__text {
  flex: 1 1 0;
  min-width: 0
}

.lnch .tb__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .12em;
  color: #1C4F5C;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .tb__dot-swatch {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background-color: #F88527;
  flex-shrink: 0
}

.lnch .tb__desc {
  font-size: 15px;
  line-height: 1.8;
  color: #2d4a52;
  margin-bottom: 16px;
  max-width: 520px
}

.lnch .tb__h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin-bottom: 36px
}

.lnch .tb__h1 em {
  font-style: italic;
  font-family: Georgia, serif;
  text-transform: none
}

.lnch .tb__curve {
  width: 60px;
  height: 40px;
  margin-bottom: 16px;
  flex-shrink: 0
}

.lnch .tb__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.lnch .btn-primary {
  display: inline-block;
  padding: 16px 36px;
  background-color: #F88527;
  color: #FEFEFE;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: -1px 7px 22px -2px #f8852714;
  transition: box-shadow .45s ease-in-out, background-color .2s ease-in-out
}

.lnch .btn-primary:hover {
  box-shadow: -1px 10px 36px -2px #f8852738;
  background-color: #e07520
}

.lnch .btn-secondary {
  display: inline-block;
  padding: 16px 36px;
  background-color: transparent;
  color: #1C4F5C;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #1C4F5C;
  cursor: pointer;
  transition: background-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .25s ease-in-out
}

.lnch .btn-secondary:hover {
  background-color: #1C4F5C;
  color: #FEFEFE
}

.lnch .tb__img-wrap {
  flex: 0 0 360px;
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.lnch .tb__img-wrap img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block
}

.lnch .tb__vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1c4f5c61 0%, transparent 45%, #1c4f5c73 100%);
  pointer-events: none
}

.lnch .recog {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #f4f8f9;
  animation: recog-bg 8s ease-in-out infinite alternate
}

@keyframes recog-bg {
  0% {
    background-color: #f4f8f9
  }

  100% {
    background-color: #edf4f0
  }
}

.lnch .recog__step-edge {
  width: 100%;
  height: 28px;
  position: relative;
  margin-bottom: 36px
}

.lnch .recog__step-edge svg {
  width: 100%;
  height: 100%
}

.lnch .recog__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #F88527;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .recog__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin-bottom: 36px;
  max-width: 600px
}

.lnch .recog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px
}

.lnch .recog__card {
  background: #FEFEFE;
  border-radius: 10px;
  padding: 36px;
  box-shadow: -1px 7px 22px -2px #1c4f5c14;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .recog__card:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.lnch .recog__card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px
}

.lnch .recog__card-name {
  font-size: 13px;
  letter-spacing: .08em;
  color: #F88527;
  text-transform: uppercase;
  margin-bottom: 8px
}

.lnch .recog__card-quote {
  font-size: 15px;
  line-height: 1.8;
  color: #2d4a52
}

.lnch .recog__card-quote em {
  font-style: italic;
  font-family: Georgia, serif
}

.lnch .supp {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #1C4F5C
}

.lnch .supp__row {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start
}

.lnch .supp__left {
  flex: 0 0 420px
}

.lnch .supp__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #fefefe99;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .supp__dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background-color: #F88527;
  flex-shrink: 0
}

.lnch .supp__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #FEFEFE;
  margin-bottom: 16px
}

.lnch .supp__desc {
  font-size: 15px;
  line-height: 1.8;
  color: #fefefec7
}

.lnch .supp__right {
  flex: 1 1 0;
  min-width: 0
}

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

.lnch .supp__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 36px;
  border-radius: 10px;
  background-color: #fefefe12;
  transition: background-color .5s ease-in-out
}

.lnch .supp__item:hover {
  background-color: #fefefe1f !important
}

.lnch .supp__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 4px
}

.lnch .supp__item-text {
  font-size: 15px;
  line-height: 1.8;
  color: #fefefed9
}

.lnch .supp__item-text strong {
  color: #FEFEFE;
  display: block;
  font-size: 15px;
  margin-bottom: 4px
}

.lnch .belong {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #FEFEFE
}

.lnch .belong__row {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: center
}

.lnch .belong__img-wrap {
  flex: 0 0 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.lnch .belong__img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block
}

.lnch .belong__text {
  flex: 1 1 0;
  min-width: 0
}

.lnch .belong__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #1C4F5C;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .belong__dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background-color: #F88527;
  flex-shrink: 0
}

.lnch .belong__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin-bottom: 16px
}

.lnch .belong__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 36px
}

.lnch .belong__col-head {
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .belong__col-head--yes {
  color: #1C4F5C
}

.lnch .belong__col-head--no {
  color: #8a8a8a
}

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

.lnch .belong__ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #2d4a52
}

.lnch .belong__ul--no li {
  color: #7a8a8e
}

.lnch .belong__chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 5px
}

.lnch .field {
  padding-top: 72px;
  padding-bottom: 72px;
  background: linear-gradient(127deg, #1C4F5C 0%, #2a6e7f 55%, #F88527 100%)
}

.lnch .field__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #fefefea6;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .field__dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background-color: #F88527;
  flex-shrink: 0
}

.lnch .field__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #FEFEFE;
  margin-bottom: 36px;
  max-width: 640px
}

.lnch .field__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px
}

.lnch .field__stat {
  background: #fefefe1a;
  border-radius: 10px;
  padding: 36px 16px;
  text-align: center;
  transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .field__stat:hover {
  background: #fefefe2e
}

.lnch .field__stat-num {
  font-size: 50px;
  line-height: 1.2;
  color: #FEFEFE;
  display: block
}

.lnch .field__stat-lbl {
  font-size: 13px;
  line-height: 1.8;
  color: #fefefeb8;
  margin-top: 8px
}

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

.lnch .field__img-wrap {
  border-radius: 10px;
  overflow: hidden
}

.lnch .field__img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block
}

.lnch .offer {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #f0f5f6
}

.lnch .offer__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #F88527;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .offer__dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background-color: #1C4F5C;
  flex-shrink: 0
}

.lnch .offer__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin-bottom: 8px
}

.lnch .offer__sub {
  font-size: 15px;
  line-height: 1.8;
  color: #4a6a72;
  margin-bottom: 36px;
  max-width: 580px
}

.lnch .offer__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}

.lnch .offer__card {
  background: #FEFEFE;
  border-radius: 10px;
  padding: 36px;
  box-shadow: -1px 1px 5px -2px #1c4f5c12;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lnch .offer__card:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  transform: translateY(-4px)
}

.lnch .offer__card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .09em;
  color: #F88527;
  text-transform: uppercase
}

.lnch .offer__card-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background-color: #F88527;
  flex-shrink: 0
}

.lnch .offer__card-h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C
}

.lnch .offer__card-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #3a5a62
}

.lnch .offer__card-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #1c4f5c1a
}

.lnch .offer__card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  color: #4a6a72
}

.lnch .offer__card-row span:last-child {
  color: #1C4F5C;
  font-weight: 600
}

.lnch .offer__card-link {
  display: inline-block;
  font-size: 15px;
  color: #F88527;
  text-decoration: none;
  border-bottom: 1px solid #f8852759;
  padding-bottom: 4px;
  transition: border-color .2s ease-in-out, color .2s ease-in-out;
  align-self: flex-start
}

.lnch .offer__card-link:hover {
  color: #d06d18;
  border-color: #d06d18
}

.lnch .voices {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #FEFEFE
}

.lnch .voices__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .1em;
  color: #1C4F5C;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .voices__dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background-color: #F88527;
  flex-shrink: 0
}

.lnch .voices__h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin-bottom: 36px;
  max-width: 600px
}

.lnch .voices__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}

.lnch .voices__entry {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px;
  border-radius: 10px;
  background-color: #f4f8f9;
  box-shadow: -1px 1px 5px -2px #1c4f5c12;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lnch .voices__entry:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.lnch .voices__quote {
  font-size: 15px;
  line-height: 1.8;
  color: #2d4a52;
  font-style: italic;
  font-family: Georgia, serif
}

.lnch .voices__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid #1c4f5c1a
}

.lnch .voices__name {
  font-size: 15px;
  color: #1C4F5C;
  font-weight: 600
}

.lnch .voices__role {
  font-size: 13px;
  color: #5a7a82;
  letter-spacing: .06em
}

.lnch .voices__before-after {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.lnch .voices__ba-item {
  flex: 1;
  padding: 16px;
  border-radius: 6px
}

.lnch .voices__ba-item--before {
  background-color: #1c4f5c0f
}

.lnch .voices__ba-item--after {
  background-color: #f885271a
}

.lnch .voices__ba-tag {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.lnch .voices__ba-tag--before {
  color: #5a7a82
}

.lnch .voices__ba-tag--after {
  color: #F88527
}

.lnch .voices__ba-text {
  font-size: 13px;
  line-height: 1.8;
  color: #3a5a62
}

.lnch .deco-spin {
  display: inline-block;
  animation: spin-slow 18s linear infinite;
  transform-origin: center
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@media (max-width: 1024px) {
  .lnch .tb__row {
    gap: 36px
  }

  .lnch .tb__img-wrap {
    flex: 0 0 280px;
    width: 280px
  }

  .lnch .tb__h1 {
    font-size: 50px
  }

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

  .lnch .supp__row {
    flex-direction: column;
    gap: 36px
  }

  .lnch .supp__left {
    flex: none;
    width: 100%
  }

  .lnch .belong__row {
    flex-direction: column;
    gap: 36px
  }

  .lnch .belong__img-wrap {
    flex: none;
    width: 100%
  }

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

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

  .lnch .ed-col--narrow {
    padding-left: 16px;
    padding-right: 16px
  }

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

  .lnch .tb__row {
    flex-direction: column;
    gap: 36px
  }

  .lnch .tb__img-wrap {
    flex: none;
    width: 100%
  }

  .lnch .tb__img-wrap img {
    height: 280px
  }

  .lnch .tb__h1 {
    font-size: 28px
  }

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

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

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

  .lnch .field__img-row {
    grid-template-columns: 1fr
  }

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

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

@media (max-width: 480px) {
  .lnch .tb__h1 {
    font-size: 28px
  }

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

  .lnch .voices__before-after {
    flex-direction: column
  }

  .lnch .tb__dot-grid {
    width: 100%;
    opacity: .5
  }
}

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

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

.lp-pg .lp-title-block {
  padding-top: 36px;
  padding-bottom: 72px;
  background-color: #f4f8f9;
  position: relative
}

.lp-pg .lp-title-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(105deg, #1C4F5C 0%, #F88527 55%, #FEFEFE 100%)
}

.lp-pg .lp-title-block::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  height: 56px;
  background-color: #f4f8f9;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  z-index: 1
}

.lp-pg .lp-title-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px
}

.lp-pg .lp-title-text {
  flex: 1 1 0;
  position: relative
}

.lp-pg .lp-title-deco {
  position: absolute;
  top: -8px;
  left: -16px;
  width: 120px;
  height: 120px;
  border-top: 2px solid #1C4F5C;
  border-left: 2px solid #F88527;
  border-radius: 6px 0 0 0;
  pointer-events: none;
  opacity: .18
}

.lp-pg .lp-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #F88527;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.lp-pg .lp-h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 800
}

.lp-pg .lp-h1 em {
  font-style: italic;
  font-weight: 400;
  color: #F88527;
  font-size: 50px
}

.lp-pg .lp-subtitle {
  font-size: 15px;
  line-height: 1.8;
  color: #2e5a65;
  margin-bottom: 36px;
  max-width: 520px
}

.lp-pg .lp-meta-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap
}

.lp-pg .lp-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-pg .lp-meta-val {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  font-weight: 700
}

.lp-pg .lp-meta-cap {
  font-size: 13px;
  line-height: 1.2;
  color: #4a7a87;
  letter-spacing: .06em;
  text-transform: uppercase
}

.lp-pg .lp-meta-div {
  width: 1px;
  height: 36px;
  background-color: #1C4F5C;
  opacity: .2
}

.lp-pg .lp-title-img {
  flex: 0 0 340px;
  width: 340px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  animation: lp-appear .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.lp-pg .lp-title-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  opacity: .92
}

.lp-pg .lp-img-leak {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #f8852761 0%, #1c4f5c1f 60%, transparent 100%);
  border-radius: 10px 0 0 0;
  pointer-events: none
}

@keyframes lp-appear {
  from {
    opacity: 0;
    transform: rotate(-2.5deg) translateY(16px)
  }

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

.lp-pg .lp-title-text {
  animation: lp-appear-left .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: .1s
}

@keyframes lp-appear-left {
  from {
    opacity: 0;
    transform: rotate(1.5deg) translateX(-12px)
  }

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

.lp-pg .lp-btn-primary {
  display: inline-block;
  padding: 16px 36px;
  background-color: #F88527;
  color: #FEFEFE;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: -1px 7px 22px -2px #f8852714;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .2s ease-in-out
}

.lp-pg .lp-btn-primary:hover {
  box-shadow: -1px 10px 36px -2px #f8852738;
  background-color: #e0751a
}

.lp-pg .lp-btn-primary:focus {
  outline: 2px solid #1C4F5C;
  outline-offset: 3px
}

.lp-pg .lp-structure {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #FEFEFE;
  position: relative;
  z-index: 2
}

.lp-pg .lp-structure-head {
  margin-bottom: 36px
}

.lp-pg .lp-h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  font-weight: 700;
  margin-bottom: 8px
}

.lp-pg .lp-h2-note {
  font-size: 15px;
  line-height: 1.8;
  color: #4a7a87
}

.lp-pg .lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px
}

.lp-pg .lp-step {
  background-color: #f4f8f9;
  border-radius: 10px;
  padding: 36px;
  position: relative;
  box-shadow: -1px 1px 5px -2px #1c4f5c12;
  transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default
}

.lp-pg .lp-step:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  transform: translateY(-6px)
}

.lp-pg .lp-step-num {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #1C4F5C;
  opacity: .09;
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none
}

.lp-pg .lp-step-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px
}

.lp-pg .lp-step-icon svg {
  width: 36px;
  height: 36px
}

.lp-pg .lp-h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.lp-pg .lp-step p {
  font-size: 13px;
  line-height: 1.8;
  color: #2e5a65;
  margin: 0
}

.lp-pg .lp-step-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: #F88527;
  font-weight: 600;
  letter-spacing: .04em
}

.lp-pg .lp-step-arrow svg {
  width: 16px;
  height: 16px
}

.lp-pg .lp-combined {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #eaf2f4;
  position: relative
}

.lp-pg .lp-combined::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(105deg, #1C4F5C 0%, #F88527 55%, #FEFEFE 100%)
}

.lp-pg .lp-combined-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.lp-pg .lp-reviews-col {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.lp-pg .lp-review-card {
  background-color: #FEFEFE;
  border-radius: 10px;
  padding: 36px;
  box-shadow: -1px 7px 22px -2px #1c4f5c14;
  position: relative;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lp-pg .lp-review-card:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  transform: translateY(-4px)
}

.lp-pg .lp-review-stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 16px
}

.lp-pg .lp-star {
  width: 14px;
  height: 14px
}

.lp-pg .lp-star svg {
  width: 14px;
  height: 14px
}

.lp-pg .lp-review-text {
  font-size: 15px;
  line-height: 1.8;
  color: #2e5a65;
  margin-bottom: 16px
}

.lp-pg .lp-review-author {
  font-size: 13px;
  color: #1C4F5C;
  font-weight: 700;
  letter-spacing: .04em
}

.lp-pg .lp-review-role {
  font-size: 13px;
  color: #4a7a87;
  margin-top: 4px
}

.lp-pg .lp-stats-col {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.lp-pg .lp-stats-head {
  margin-bottom: 8px
}

.lp-pg .lp-contrast-pair {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  background-color: #FEFEFE;
  border-radius: 10px;
  padding: 36px;
  box-shadow: -1px 1px 5px -2px #1c4f5c12
}

.lp-pg .lp-contrast-before,
.lp-pg .lp-contrast-after {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lp-pg .lp-contrast-before {
  padding-right: 16px;
  border-right: 1px solid #1c4f5c1f
}

.lp-pg .lp-contrast-num {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800
}

.lp-pg .lp-contrast-num.before {
  color: #adc8cd
}

.lp-pg .lp-contrast-num.after {
  color: #F88527
}

.lp-pg .lp-contrast-cap {
  font-size: 13px;
  line-height: 1.8;
  color: #4a7a87
}

.lp-pg .lp-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.lp-pg .lp-stat-box {
  background-color: #1C4F5C;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-pg .lp-stat-box.light {
  background-color: #FEFEFE;
  box-shadow: -1px 1px 5px -2px #1c4f5c12
}

.lp-pg .lp-stat-val {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #FEFEFE
}

.lp-pg .lp-stat-box.light .lp-stat-val {
  color: #1C4F5C
}

.lp-pg .lp-stat-label {
  font-size: 13px;
  line-height: 1.8;
  color: #fefefeb8
}

.lp-pg .lp-stat-box.light .lp-stat-label {
  color: #4a7a87
}

.lp-pg .lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 36px
}

.lp-pg .lp-faq-item {
  background-color: #FEFEFE;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 1px 5px -2px #1c4f5c12
}

.lp-pg .lp-faq-item summary {
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #1C4F5C;
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background-color .2s ease-in-out
}

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

.lp-pg .lp-faq-item summary:hover {
  background-color: #f4f8f9
}

.lp-pg .lp-faq-item[open] summary {
  background-color: #f4f8f9
}

.lp-pg .lp-faq-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lp-pg .lp-faq-item[open] .lp-faq-chevron {
  transform: rotate(180deg)
}

.lp-pg .lp-faq-body {
  padding: 8px 16px 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #2e5a65
}

@media (max-width: 1024px) {
  .lp-pg .lp-title-row {
    gap: 36px
  }

  .lp-pg .lp-title-img {
    flex: 0 0 260px;
    width: 260px
  }

  .lp-pg .lp-title-img img {
    height: 340px
  }

  .lp-pg .lp-steps {
    grid-template-columns: 1fr 1fr
  }

  .lp-pg .lp-combined-grid {
    gap: 36px
  }
}

@media (max-width: 768px) {
  .lp-pg .lp-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .lp-pg .lp-title-row {
    flex-direction: column;
    gap: 36px
  }

  .lp-pg .lp-title-img {
    flex: none;
    width: 100%
  }

  .lp-pg .lp-title-img img {
    height: 260px
  }

  .lp-pg .lp-h1 {
    font-size: 28px
  }

  .lp-pg .lp-h1 em {
    font-size: 28px
  }

  .lp-pg .lp-steps {
    grid-template-columns: 1fr
  }

  .lp-pg .lp-combined-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .lp-pg .lp-stat-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .lp-pg .lp-meta-row {
    gap: 16px
  }

  .lp-pg .lp-contrast-pair {
    flex-direction: column;
    gap: 16px
  }

  .lp-pg .lp-contrast-before {
    border-right: none;
    border-bottom: 1px solid #1c4f5c1f;
    padding-right: 0;
    padding-bottom: 16px
  }
}

.ctc-us {
  background: #FEFEFE;
  overflow-x: clip
}

.ctc-us .pg-band {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px
}

.ctc-us .reach-split {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #FEFEFE;
  position: relative
}

.ctc-us .reach-split::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 32px solid #FEFEFE;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2
}

.ctc-us .reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.ctc-us .reach-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-top: 4px solid #F88527
}

.ctc-us .reach-img-wrap img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: blur(3px);
  transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctc-us .reach-img-wrap:hover img {
  filter: blur(0px)
}

.ctc-us .reach-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1c4f5c61, #f885272e, #fefefe0a);
  mix-blend-mode: multiply;
  z-index: 1;
  border-radius: 10px
}

.ctc-us .reach-text {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctc-us .reach-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #F88527;
  text-transform: uppercase;
  line-height: 1.2
}

.ctc-us .reach-h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  text-transform: uppercase;
  margin: 0
}

.ctc-us .reach-h1 em {
  font-style: italic;
  font-family: Georgia, serif;
  text-transform: none
}

.ctc-us .reach-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #2d4a52;
  margin: 0
}

.ctc-us .reach-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #1C4F5C;
  text-decoration: none;
  border-bottom: 2px solid #F88527;
  padding-bottom: 4px;
  transition: color .45s ease-in-out, border-color .45s ease-in-out;
  width: fit-content
}

.ctc-us .reach-link:hover {
  color: #F88527;
  border-color: #1C4F5C
}

.ctc-us .reach-link svg {
  transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctc-us .reach-link:hover svg {
  transform: translateX(4px)
}

.ctc-us .info-band {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #1C4F5C;
  position: relative
}

.ctc-us .info-band::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 32px solid #1C4F5C;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2
}

.ctc-us .info-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px
}

.ctc-us .info-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px;
  border-radius: 10px;
  background: #fefefe0f;
  transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.ctc-us .info-item:hover {
  background: #fefefe1c;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.ctc-us .info-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f885272e
}

.ctc-us .info-icon svg {
  display: block
}

.ctc-us .info-lbl {
  font-size: 13px;
  letter-spacing: .1em;
  color: #fefefe8c;
  text-transform: uppercase;
  line-height: 1.2
}

.ctc-us .info-val {
  font-size: 15px;
  line-height: 1.8;
  color: #FEFEFE;
  margin: 0
}

.ctc-us .info-val a {
  color: #F88527;
  text-decoration: none;
  transition: color .45s ease-in-out
}

.ctc-us .info-val a:hover {
  color: #FEFEFE
}

.ctc-us .info-bar-block {
  margin-top: 36px;
  padding: 36px;
  border-radius: 10px;
  background: #fefefe0a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctc-us .bar-title {
  font-size: 13px;
  letter-spacing: .1em;
  color: #fefefe8c;
  text-transform: uppercase;
  line-height: 1.2
}

.ctc-us .bar-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctc-us .bar-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.ctc-us .bar-name {
  font-size: 13px;
  color: #fefefebf;
  line-height: 1.2
}

.ctc-us .bar-pct {
  font-size: 13px;
  color: #F88527;
  line-height: 1.2
}

.ctc-us .bar-track {
  height: 6px;
  border-radius: 32px;
  background: #fefefe1a;
  overflow: hidden
}

.ctc-us .bar-fill {
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(90deg, #1C4F5C, #F88527, #FEFEFE);
  transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctc-us .bar-fill-a {
  width: 78%
}

.ctc-us .bar-fill-b {
  width: 62%
}

.ctc-us .form-zone {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #f4f0eb;
  position: relative
}

.ctc-us .form-zone-inner {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  gap: 36px;
  align-items: start
}

.ctc-us .form-sidebar-l {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px
}

.ctc-us .form-sidebar-r {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px
}

.ctc-us .sidebar-note {
  padding: 36px;
  border-radius: 10px;
  background: #FEFEFE;
  box-shadow: -1px 7px 22px -2px #1c4f5c14;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctc-us .snote-h {
  font-size: 15px;
  font-weight: 600;
  color: #1C4F5C;
  line-height: 1.2;
  margin: 0
}

.ctc-us .snote-p {
  font-size: 13px;
  line-height: 1.8;
  color: #3d5c65;
  margin: 0
}

.ctc-us .entry-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 48px;
  background: #1C4F5C;
  width: fit-content
}

.ctc-us .entry-dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #F88527
}

.ctc-us .entry-txt {
  font-size: 13px;
  color: #FEFEFE;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2
}

.ctc-us .exit-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 48px;
  background: #1c4f5c14;
  width: fit-content;
  border: 1px solid #1c4f5c33
}

.ctc-us .exit-txt {
  font-size: 13px;
  color: #1C4F5C;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2
}

.ctc-us .form-card {
  background: #FEFEFE;
  border-radius: 10px;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative
}

.ctc-us .form-card-top {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctc-us .form-h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0;
  text-transform: uppercase
}

.ctc-us .form-sub {
  font-size: 15px;
  line-height: 1.8;
  color: #3d5c65;
  margin: 0
}

.ctc-us .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctc-us .f-label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #1C4F5C;
  text-transform: uppercase;
  line-height: 1.2
}

.ctc-us .f-input {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #1c4f5c33;
  border-radius: 6px;
  font-size: 15px;
  color: #1C4F5C;
  background: #FEFEFE;
  outline: none;
  transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
  box-sizing: border-box
}

.ctc-us .f-input::placeholder {
  color: #f8852773
}

.ctc-us .f-input:focus {
  border-color: #F88527;
  box-shadow: -1px 5px 22px -2px #f8852714
}

.ctc-us .budget-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctc-us .budget-opts {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctc-us .budget-opt {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  border: 1.5px solid #1c4f5c26;
  cursor: pointer;
  transition: border-color .45s ease-in-out, background .45s ease-in-out;
  position: relative
}

.ctc-us .budget-opt:hover {
  border-color: #f8852780;
  background: #f885270a
}

.ctc-us .budget-opt input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #F88527;
  cursor: pointer;
  flex-shrink: 0
}

.ctc-us .budget-opt-lbl {
  font-size: 15px;
  color: #2d4a52;
  line-height: 1.2;
  cursor: pointer
}

.ctc-us .budget-opt input[type="radio"]:checked+.budget-opt-lbl {
  color: #1C4F5C;
  font-weight: 600
}

.ctc-us .privacy-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: #1c4f5c0a
}

.ctc-us .prv-check {
  width: 18px;
  height: 18px;
  accent-color: #1C4F5C;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.ctc-us .prv-text {
  font-size: 13px;
  line-height: 1.8;
  color: #3d5c65;
  margin: 0
}

.ctc-us .prv-text a {
  color: #F88527;
  text-decoration: underline;
  transition: color .45s ease-in-out
}

.ctc-us .prv-text a:hover {
  color: #1C4F5C
}

.ctc-us .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 48px;
  background: #F88527;
  color: #FEFEFE;
  font-size: 15px;
  letter-spacing: .06em;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: -1px 7px 22px -2px #f8852714;
  transition: background .5s ease-in-out, box-shadow .5s ease-in-out, color .5s ease-in-out;
  width: 100%
}

.ctc-us .btn-submit:hover {
  background: #1C4F5C;
  box-shadow: -1px 10px 36px -2px #f885272e
}

.ctc-us .btn-submit:focus {
  outline: 2px solid #F88527;
  outline-offset: 3px
}

.ctc-us .btn-submit:active {
  background: #163d47
}

.ctc-us .glow-anim {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  animation: inner-glow 4s ease-in-out infinite;
  z-index: 0
}

@keyframes inner-glow {
  0% {
    box-shadow: inset 0 0 40px 0 #f8852700
  }

  50% {
    box-shadow: inset 0 0 60px 8px #f8852712
  }

  100% {
    box-shadow: inset 0 0 40px 0 #f8852700
  }
}

.ctc-us .form-card>* {
  position: relative;
  z-index: 1
}

.ctc-us .outlined-shape {
  position: absolute;
  top: 36px;
  right: -40px;
  width: 220px;
  height: 220px;
  border: 2px solid #1c4f5c14;
  border-radius: 48px;
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

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

  .ctc-us .reach-img-wrap img {
    height: 320px
  }

  .ctc-us .info-3col {
    grid-template-columns: 1fr 1fr
  }

  .ctc-us .form-zone-inner {
    grid-template-columns: 1fr
  }

  .ctc-us .form-sidebar-l,
  .ctc-us .form-sidebar-r {
    display: none
  }
}

@media (max-width: 768px) {
  .ctc-us .pg-band {
    padding-left: 16px;
    padding-right: 16px
  }

  .ctc-us .reach-split,
  .ctc-us .info-band,
  .ctc-us .form-zone {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ctc-us .reach-h1 {
    font-size: 28px
  }

  .ctc-us .info-3col {
    grid-template-columns: 1fr
  }

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

  .ctc-us .info-bar-block {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .ctc-us .reach-h1 {
    font-size: 28px
  }

  .ctc-us .reach-grid {
    gap: 16px
  }

  .ctc-us .info-item {
    padding: 16px
  }
}

.abt-pg {
  overflow-x: clip
}

.abt-pg .pg-strip {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 36px
}

.abt-pg .film-block {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 36px;
  padding: 72px 0;
  align-items: start
}

.abt-pg .film-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 36px
}

.abt-pg .film-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #1C4F5C;
  text-transform: uppercase
}

.abt-pg .film-h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0;
  overflow: hidden
}

.abt-pg .film-h1 .word-outline {
  -webkit-text-stroke: 1.5px #1C4F5C;
  color: transparent
}

.abt-pg .film-h1 .drop-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(-28px);
  animation: letter-drop .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.abt-pg .film-h1 .drop-word:nth-child(1) {
  animation-delay: .05s
}

.abt-pg .film-h1 .drop-word:nth-child(2) {
  animation-delay: .18s
}

.abt-pg .film-h1 .drop-word:nth-child(3) {
  animation-delay: .31s
}

.abt-pg .film-h1 .drop-word:nth-child(4) {
  animation-delay: .44s
}

.abt-pg .film-h1 .drop-word:nth-child(5) {
  animation-delay: .57s
}

@keyframes letter-drop {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.abt-pg .film-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52;
  max-width: 560px;
  margin: 0
}

.abt-pg .film-img-col {
  position: relative;
  align-self: stretch
}

.abt-pg .film-img-wrap {
  width: 100%;
  height: 380px;
  border-radius: 6px;
  overflow: hidden
}

.abt-pg .film-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.38) contrast(1.08) brightness(0.94) saturate(0.82);
  transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .film-img-wrap:hover img {
  filter: sepia(0.12) contrast(1.04) brightness(0.98) saturate(1.0)
}

.abt-pg .film-divider {
  border: none;
  border-top: 1.5px dashed #c8d8db;
  margin: 0
}

.abt-pg .depth-block {
  background: linear-gradient(175deg, #e8f0f2 0%, #f5f9fa 38%, #FEFEFE 100%);
  padding: 72px 0
}

.abt-pg .depth-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 36px;
  align-items: start
}

.abt-pg .depth-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.abt-pg .depth-h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .04em
}

.abt-pg .depth-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}

.abt-pg .depth-cols p {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52;
  margin: 0
}

.abt-pg .depth-persons {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-pg .depth-h3 {
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0;
  letter-spacing: .06em;
  text-transform: uppercase
}

.abt-pg .person-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  background: #FEFEFE;
  box-shadow: -1px 1px 5px -2px #1c4f5c12;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.abt-pg .person-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #F88527;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .person-row:hover::before {
  transform: scaleY(1)
}

.abt-pg .person-row:hover {
  box-shadow: -1px 7px 22px -2px #1c4f5c14
}

.abt-pg .person-img {
  width: 80px;
  height: 80px;
  border-radius: 48px;
  object-fit: cover;
  filter: sepia(0.2) contrast(1.05);
  transition: filter .5s ease-in-out
}

.abt-pg .person-row:hover .person-img {
  filter: sepia(0) contrast(1.0)
}

.abt-pg .person-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .person-name {
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0
}

.abt-pg .person-role {
  font-size: 13px;
  line-height: 1.8;
  color: #5a7a82;
  margin: 0;
  letter-spacing: .05em
}

.abt-pg .depth-right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.abt-pg .stat-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 16px;
  border-radius: 10px;
  background: #1C4F5C;
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.abt-pg .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
  border-radius: 6px;
  background: #fefefe0f;
  text-align: center
}

.abt-pg .stat-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0
}

.abt-pg .stat-num {
  font-size: 28px;
  line-height: 1.2;
  color: #F88527;
  margin: 0
}

.abt-pg .stat-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #c8dde2;
  margin: 0;
  letter-spacing: .04em
}

.abt-pg .depth-img-pair {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-pg .depth-thumb {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 1px 5px -2px #1c4f5c12;
  transition: box-shadow .5s ease-in-out
}

.abt-pg .depth-thumb:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f
}

.abt-pg .depth-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .depth-thumb:hover img {
  transform: scale(1.04)
}

.abt-pg .depth-dashed-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0
}

.abt-pg .dashed-path {
  flex: 1;
  border-top: 1.5px dashed #b8cdd2
}

.abt-pg .dashed-dot {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #F88527;
  flex-shrink: 0
}

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

.abt-pg .approach-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.abt-pg .approach-list li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpolyline points='2,7 6,11 12,3' fill='none' stroke='%23F88527' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain
}

.abt-pg .serif-accent {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic
}

@media (max-width: 1024px) {
  .abt-pg .film-block {
    grid-template-columns: 1fr 180px;
    gap: 16px
  }

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

  .abt-pg .depth-right {
    flex-direction: row;
    flex-wrap: wrap
  }

  .abt-pg .stat-block {
    flex: 1;
    min-width: 200px
  }

  .abt-pg .depth-img-pair {
    flex-direction: row;
    flex: 1;
    min-width: 200px
  }

  .abt-pg .depth-thumb {
    flex: 1
  }
}

@media (max-width: 768px) {
  .abt-pg .film-block {
    grid-template-columns: 1fr
  }

  .abt-pg .film-img-col {
    order: -1
  }

  .abt-pg .film-img-wrap {
    height: 240px
  }

  .abt-pg .film-text {
    padding-right: 0
  }

  .abt-pg .film-h1 {
    font-size: 28px
  }

  .abt-pg .depth-cols {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-pg .depth-right {
    flex-direction: column
  }

  .abt-pg .depth-img-pair {
    flex-direction: column
  }

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

@media (max-width: 480px) {
  .abt-pg .film-block {
    padding: 36px 0
  }

  .abt-pg .depth-block {
    padding: 36px 0
  }

  .abt-pg .film-h1 {
    font-size: 28px
  }

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

.srvs-pg {
  background: #FEFEFE;
  overflow-x: clip
}

.srvs-pg .schema-data {
  display: none
}

.srvs-pg .pg-lead {
  padding: 72px 16px;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
  align-items: center
}

.srvs-pg .lead-img-col {
  position: relative
}

.srvs-pg .lead-img-frame {
  border: 2px solid #1C4F5C;
  border-radius: 10px;
  padding: 8px;
  position: relative
}

.srvs-pg .lead-img-frame::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid #F88527;
  border-radius: 10px;
  pointer-events: none
}

.srvs-pg .lead-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  position: relative
}

.srvs-pg .lead-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  animation: reveal-clip .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes reveal-clip {
  from {
    clip-path: inset(0 50% 0 50%)
  }

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

.srvs-pg .lead-img-overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, #1c4f5c0f 3px, #1c4f5c0f 4px);
  pointer-events: none;
  border-radius: 6px
}

.srvs-pg .lead-geo-a {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid #f8852738;
  border-radius: 6px;
  top: -16px;
  left: -16px;
  pointer-events: none
}

.srvs-pg .lead-geo-b {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #1c4f5c12;
  border-radius: 48px;
  bottom: -8px;
  right: -8px;
  pointer-events: none
}

.srvs-pg .lead-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .lead-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #F88527;
  text-transform: uppercase;
  line-height: 1.2
}

.srvs-pg .lead-h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1C4F5C;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0
}

.srvs-pg .lead-h1 em {
  font-style: italic;
  font-family: Georgia, serif
}

.srvs-pg .lead-stmt {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52;
  max-width: 440px
}

.srvs-pg .lead-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #1C4F5C 0%, #F88527 60%, #FEFEFE 100%);
  border-radius: 32px
}

.srvs-pg .scallop-div {
  height: 36px;
  overflow: hidden;
  line-height: 0
}

.srvs-pg .scallop-div svg {
  display: block;
  width: 100%
}

.srvs-pg .cards-band {
  background: linear-gradient(170deg, #f4f8f9 0%, #eef4f5 55%, #fdf6ee 100%);
  padding: 72px 16px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
  padding-bottom: 108px
}

.srvs-pg .cards-band-inner {
  max-width: 1320px;
  margin: 0 auto
}

.srvs-pg .cards-band-hd {
  margin-bottom: 36px
}

.srvs-pg .cards-band-hd h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0 0 8px
}

.srvs-pg .cards-band-hd p {
  font-size: 15px;
  line-height: 1.8;
  color: #3a5a62;
  margin: 0
}

.srvs-pg .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px
}

.srvs-pg .svc-card {
  background: #FEFEFE;
  border-radius: 10px;
  box-shadow: -1px 7px 22px -2px #1c4f5c14;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .svc-card:hover {
  box-shadow: -1px 10px 36px -2px #1c4f5c1f;
  transform: translateY(-4px)
}

.srvs-pg .card-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0
}

.srvs-pg .card-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .svc-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.srvs-pg .card-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #1C4F5C;
  color: #FEFEFE;
  font-size: 13px;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 32px;
  line-height: 1.2
}

.srvs-pg .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.srvs-pg .card-user-badge {
  font-size: 13px;
  color: #F88527;
  letter-spacing: .06em;
  line-height: 1.2
}

.srvs-pg .card-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0
}

.srvs-pg .card-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #3a5a62;
  margin: 0;
  flex: 1
}

.srvs-pg .card-meta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid #1c4f5c1a
}

.srvs-pg .card-meta-item {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 13px;
  color: #3a5a62;
  line-height: 1.2
}

.srvs-pg .card-meta-item svg {
  flex-shrink: 0
}

.srvs-pg .card-price-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding-top: 8px
}

.srvs-pg .card-price {
  font-size: 28px;
  font-weight: 800;
  color: #1C4F5C;
  line-height: 1.2
}

.srvs-pg .card-price-note {
  font-size: 13px;
  color: #5a7a82;
  line-height: 1.8;
  text-align: right
}

.srvs-pg .card-price-des {
  font-size: 13px;
  color: #5a7a82;
  line-height: 1.2
}

.srvs-pg .card-seats {
  font-size: 13px;
  color: #F88527;
  font-weight: 600;
  line-height: 1.2
}

.srvs-pg .card-cta {
  display: block;
  margin: 8px 16px 16px;
  padding: 8px 16px;
  background: #1C4F5C;
  color: #FEFEFE;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .2s ease-in-out
}

.srvs-pg .card-cta:hover {
  background: #163d48;
  box-shadow: -1px 7px 22px -2px #1c4f5c1f
}

.srvs-pg .card-likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #5a7a82;
  line-height: 1.2
}

.srvs-pg .approach-band {
  padding: 72px 16px;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 72px;
  align-items: start
}

.srvs-pg .approach-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .approach-text h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0
}

.srvs-pg .approach-cols {
  columns: 2;
  column-gap: 36px
}

.srvs-pg .approach-cols p {
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52;
  margin: 0 0 16px;
  break-inside: avoid
}

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

.srvs-pg .approach-list li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.8;
  color: #2a4a52
}

.srvs-pg .approach-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-top: 2px solid #F88527;
  border-right: 2px solid #F88527;
  transform: rotate(45deg);
  margin-top: 8px
}

.srvs-pg .approach-aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .dashed-accent {
  border: 2px dashed #1c4f5c40;
  border-radius: 10px;
  padding: 36px;
  background: #FEFEFE;
  box-shadow: -1px 1px 5px -2px #1c4f5c12;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .dashed-accent h3 {
  font-size: 15px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .1em
}

.srvs-pg .code-output-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 6px;
  overflow: hidden
}

.srvs-pg .code-blk {
  background: #1C4F5C;
  padding: 16px;
  border-radius: 6px 0 0 6px
}

.srvs-pg .code-blk code {
  font-size: 13px;
  color: #a8d4dc;
  line-height: 1.8;
  display: block;
  font-family: 'Courier New', monospace
}

.srvs-pg .output-blk {
  background: linear-gradient(135deg, #f4f8f9 0%, #fdf6ee 100%);
  padding: 16px;
  border-radius: 0 6px 6px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center
}

.srvs-pg .output-blk p {
  font-size: 13px;
  line-height: 1.8;
  color: #1C4F5C;
  margin: 0
}

.srvs-pg .output-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #F88527;
  text-transform: uppercase;
  line-height: 1.2
}

.srvs-pg .expand-cta-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center
}

.srvs-pg .expand-cta {
  display: inline-block;
  padding: 8px 36px;
  border: 2px solid #1C4F5C;
  border-radius: 6px;
  color: #1C4F5C;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.8;
  background: transparent;
  transition: padding .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .2s ease-in-out, color .2s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .expand-cta:hover {
  padding: 8px 72px;
  background: #1C4F5C;
  color: #FEFEFE;
  box-shadow: -1px 7px 22px -2px #1c4f5c1f
}

.srvs-pg .contact-band {
  background: linear-gradient(160deg, #1C4F5C 0%, #163d48 50%, #F88527 150%);
  padding: 72px 16px
}

.srvs-pg .contact-band-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.srvs-pg .contact-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .contact-text h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #FEFEFE;
  margin: 0
}

.srvs-pg .contact-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #fefefed1;
  margin: 0
}

.srvs-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .form-field {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs-pg .form-field label {
  font-size: 13px;
  color: #fefefeb3;
  letter-spacing: .06em;
  line-height: 1.2
}

.srvs-pg .form-field input,
.srvs-pg .form-field textarea {
  background: #fefefe1a;
  border: 1px solid #fefefe40;
  border-radius: 6px;
  padding: 8px 16px;
  color: #FEFEFE;
  font-size: 15px;
  line-height: 1.8;
  outline: none;
  transition: border-color .2s ease-in-out, background .2s ease-in-out
}

.srvs-pg .form-field input::placeholder,
.srvs-pg .form-field textarea::placeholder {
  color: #f8852773
}

.srvs-pg .form-field input:focus,
.srvs-pg .form-field textarea:focus {
  border-color: #F88527;
  background: #fefefe26
}

.srvs-pg .form-field textarea {
  resize: vertical;
  min-height: 100px
}

.srvs-pg .form-submit {
  padding: 8px 36px;
  background: #F88527;
  color: #FEFEFE;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.8;
  cursor: pointer;
  align-self: flex-start;
  transition: box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .2s ease-in-out
}

.srvs-pg .form-submit:hover {
  background: #d97120;
  box-shadow: -1px 7px 22px -2px #f885271f
}

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

  .srvs-pg .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srvs-pg .approach-band {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .srvs-pg .contact-band-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }
}

@media (max-width: 768px) {
  .srvs-pg .pg-lead {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 16px
  }

  .srvs-pg .lead-h1 {
    font-size: 28px
  }

  .srvs-pg .card-grid {
    grid-template-columns: 1fr
  }

  .srvs-pg .approach-cols {
    columns: 1
  }

  .srvs-pg .code-output-pair {
    grid-template-columns: 1fr
  }

  .srvs-pg .code-blk {
    border-radius: 6px 6px 0 0
  }

  .srvs-pg .output-blk {
    border-radius: 0 0 6px 6px
  }
}

@media (max-width: 480px) {
  .srvs-pg .cards-band {
    padding: 36px 16px 72px
  }

  .srvs-pg .contact-band {
    padding: 36px 16px
  }

  .srvs-pg .dashed-accent {
    padding: 16px
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 16px;
  background: #FEFEFE
}

.success-pg .success-card {
  max-width: 560px;
  width: 100%;
  background: #FEFEFE;
  border-radius: 10px;
  padding: 72px 36px;
  box-shadow: -1px 7px 22px -2px #1c4f5c14;
  text-align: center
}

.success-pg .success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 36px;
  display: block
}

.success-pg .success-heading {
  font-size: 28px;
  line-height: 1.2;
  color: #1C4F5C;
  margin: 0 0 16px;
  letter-spacing: -.01em;
  text-transform: uppercase
}

.success-pg .success-text {
  font-size: 15px;
  line-height: 1.8;
  color: #1C4F5C;
  margin: 0 0 36px;
  opacity: .8
}

.success-pg .success-btn {
  display: inline-block;
  padding: 16px 36px;
  background: #F88527;
  color: #FEFEFE;
  font-size: 13px;
  letter-spacing: .08em;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: -1px 1px 5px -2px #f8852712;
  transition: box-shadow .45s ease-in-out, background .2s ease-in-out
}

.success-pg .success-btn:hover {
  box-shadow: -1px 10px 36px -2px #f885271f;
  background: #1C4F5C
}

.success-pg .success-divider {
  width: 48px;
  height: 3px;
  background: #F88527;
  border-radius: 32px;
  margin: 0 auto 36px
}

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

  .success-pg .success-card {
    padding: 36px 16px
  }
}