html {
  box-sizing: border-box;
  scroll-behavior: auto
}

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

body {
  margin: 0;
  min-height: 100dvh;
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.site-header {
  background: linear-gradient(160deg, #046566 0%, #034e4f 60%, #023a3b 100%);
  position: relative
}

.header-nav-strip {
  border-bottom: 1px solid #fbfeed1f
}

.header-nav-strip-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px
}

.header-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #fbfeedd1;
  text-decoration: none;
  border-radius: 5px;
  transition: color .28s ease-in-out, background-color .28s ease-in-out;
  min-height: 44px
}

.header-nav-link:hover,
.header-nav-link:focus {
  color: #FBFEED;
  background-color: #fbfeed1a;
  outline: none;
  transform: scale(1.02)
}

.header-nav-link[data-current="true"] {
  color: #F49414;
  font-weight: 700
}

.header-brand-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 32px 48px;
  display: flex;
  align-items: center;
  gap: 16px
}

.brand-logo-box {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border: 1px solid #ffffffe6;
  border-radius: 14px;
  background-color: #fffffff2;
  box-shadow: 0 1px 5px -1px #04656614 0 7px 14px -1px #0465661a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

.brand-logo-box img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block
}

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

.brand-name {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin: 0
}

.brand-descriptor {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #fbfeedb3
}

.brand-accent-line {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: #F49414;
  border-radius: 5px;
  margin-top: 4px
}

.site-footer {
  background: #f2f4e8;
  border-top: 1px solid #0465661f
}

.footer-main-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px
}

.footer-logo-box {
  width: 60px;
  height: 60px;
  border: 1px solid #04656640;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 1px 5px -1px #04656614;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

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

.footer-brand-name {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #046566
}

.footer-trust-note {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a5050;
  max-width: 220px
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px
}

.footer-nav-group-label {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #046566;
  text-transform: uppercase;
  margin-bottom: 8px
}

.footer-nav-item {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a5050;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  padding: 4px 8px;
  margin-left: -8px;
  transition: color .25s ease-in-out, background-color .32s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px
}

.footer-nav-item:hover,
.footer-nav-item:focus {
  color: #046566;
  background-color: #04656612;
  outline: none;
  transform: scale(1.02)
}

.footer-contact-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px
}

.footer-contact-label {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #046566;
  text-transform: uppercase;
  margin-bottom: 8px
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a5050
}

.footer-contact-item a {
  color: #3a5050;
  text-decoration: none;
  transition: color .25s ease-in-out
}

.footer-contact-item a:hover,
.footer-contact-item a:focus {
  color: #046566;
  outline: none
}

.footer-contact-item .ti {
  color: #F49414;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-bottom-bar {
  border-top: 1px solid #0465661a;
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footer-copyright {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #5a7070
}

.footer-legal-link {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #5a7070;
  text-decoration: underline;
  text-underline-offset: 3px;
  border-radius: 5px;
  padding: 4px 8px;
  transition: color .28s ease-in-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.footer-legal-link:hover,
.footer-legal-link:focus {
  color: #046566;
  outline: none;
  transform: scale(1.02)
}

.consent-bar-anchor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000
}

.consent-bar-card {
  background: #fff;
  border-bottom: 2px solid #04656626;
  box-shadow: 0 10px 60px -1px #0465661f;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  transform: translateY(-100%);
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar-card.consent-visible {
  transform: translateY(0)
}

.consent-bar-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a3a3a;
  flex: 1;
  min-width: 240px
}

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

.consent-action-btn {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #046566;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 8px;
  border-radius: 5px;
  min-height: 44px;
  transition: color .25s ease-in-out, background-color .28s ease-in-out
}

.consent-action-btn:hover,
.consent-action-btn:focus {
  color: #034e4f;
  background-color: #04656612;
  outline: none
}

.consent-action-btn.decline {
  font-weight: 400;
  color: #5a7070
}

.consent-action-btn.decline:hover,
.consent-action-btn.decline:focus {
  color: #2a3a3a;
  background-color: #0465660a
}

@media (max-width: 768px) {
  .header-nav-strip-inner {
    padding: 0 16px;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .header-nav-link {
    font-size: 16px;
    padding: 8px
  }

  .header-brand-row {
    padding: 16px 16px 32px;
    gap: 16px
  }

  .brand-name {
    font-size: 28px
  }

  .footer-main-row {
    padding: 32px 16px 16px;
    gap: 32px
  }

  .footer-bottom-bar {
    padding: 16px
  }

  .consent-bar-card {
    padding: 16px
  }
}

.legal-container-kv {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px
}

.legal-container-kv ul,
.legal-container-kv ol {
  padding-left: 32px;
  margin-bottom: 16px
}

.legal-container-kv ul {
  list-style-type: disc
}

.legal-container-kv ol {
  list-style-type: decimal
}

.legal-container-kv ul ul,
.legal-container-kv ol ol,
.legal-container-kv ul ol,
.legal-container-kv ol ul {
  margin-bottom: 8px;
  margin-top: 8px
}

.legal-container-kv li {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2a3a3b;
  margin-bottom: 8px
}

.legal-container-kv em,
.legal-container-kv i {
  font-style: italic;
  color: #046566;
  letter-spacing: .02em
}

.legal-container-kv table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 14px -1px #0465661a
}

.legal-container-kv thead {
  background-color: #046566
}

.legal-container-kv thead th {
  color: #FBFEED;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 16px;
  text-align: left;
  border-bottom: 2px solid #f4941466
}

.legal-container-kv tbody tr {
  background-color: #fff;
  transition: background-color .28s ease-in-out
}

.legal-container-kv tbody tr:nth-child(even) {
  background-color: #FBFEED
}

.legal-container-kv tbody tr:hover {
  background-color: #f4941414
}

.legal-container-kv td {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a3a3b;
  padding: 16px;
  border-bottom: 1px solid #0465661a;
  vertical-align: top
}

.legal-container-kv tbody tr:last-child td {
  border-bottom: none
}

.legal-container-kv hr {
  border: none;
  border-top: 2px solid #04656626;
  margin: 48px 0;
  border-radius: 5px
}

.legal-container-kv div {
  margin-bottom: 16px
}

.legal-container-kv div+div {
  margin-top: 8px
}

@media (max-width: 768px) {
  .legal-container-kv {
    padding: 32px 16px
  }

  .legal-container-kv table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px
  }

  .legal-container-kv thead th,
  .legal-container-kv td {
    padding: 16px 8px;
    font-size: 16px
  }

  .legal-container-kv ul,
  .legal-container-kv ol {
    padding-left: 16px
  }

  .legal-container-kv li {
    font-size: 16px
  }
}

.meth-detail {
  overflow-x: hidden
}

.meth-detail .md-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.meth-detail .md-title-block {
  background: linear-gradient(197deg, #046566 0%, #FBFEED 100%);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.meth-detail .md-title-block .md-curved-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 340px;
  pointer-events: none;
  overflow: hidden
}

.meth-detail .md-title-block .md-curved-bg svg {
  width: 100%;
  height: 100%
}

.meth-detail .md-title-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.meth-detail .md-title-text {
  flex: 1 1 0;
  min-width: 0
}

.meth-detail .md-label-tag {
  display: inline-block;
  background: #04656626;
  color: #046566;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 4px 16px;
  border-radius: 38px;
  margin-bottom: 16px
}

.meth-detail .md-main-heading {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3a;
  margin-bottom: 16px;
  font-weight: 800
}

.meth-detail .md-main-heading .md-accent-word {
  background: #F49414;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  display: inline
}

.meth-detail .md-sub-para {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a4a4a;
  margin-bottom: 32px;
  max-width: 520px
}

.meth-detail .md-meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px
}

.meth-detail .md-meta-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #ffffffb8;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 8px 16px;
  font-size: 16px;
  color: #1b3a3a;
  font-weight: 500;
  box-shadow: 0 1px 5px -1px #04656614
}

.meth-detail .md-meta-chip .ti {
  color: #046566;
  font-size: 18px
}

.meth-detail .md-enroll-btn {
  display: inline-block;
  background: #F49414;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 16px 48px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 14px -1px #f494141a;
  transition: background .38s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s ease-in-out
}

.meth-detail .md-enroll-btn:hover {
  background: linear-gradient(197deg, #F49414 30%, #e07c00 100%);
  box-shadow: 0 10px 60px -1px #f494141f;
  color: #fff;
  text-decoration: none
}

.meth-detail .md-enroll-btn:focus {
  outline: 3px solid #046566;
  outline-offset: 3px
}

.meth-detail .md-image-col {
  flex: 0 0 420px;
  max-width: 420px
}

.meth-detail .md-image-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 60px -1px #0465661f;
  position: relative
}

.meth-detail .md-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, #fbfeed73 0%, transparent 70%);
  pointer-events: none
}

.meth-detail .md-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: 340px;
  object-fit: cover;
  display: block
}

.meth-detail .md-divider-fade {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #046566 40%, #046566 60%, transparent 100%);
  opacity: .18;
  margin: 0
}

.meth-detail .md-program-block {
  background: linear-gradient(197deg, #0465660f 0%, #fff 100%);
  padding-top: 96px;
  padding-bottom: 96px
}

.meth-detail .md-program-grid {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.meth-detail .md-program-aside {
  flex: 0 0 320px;
  max-width: 320px
}

.meth-detail .md-aside-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3a;
  font-weight: 800;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid #F49414
}

.meth-detail .md-aside-desc {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a4a4a;
  margin-bottom: 32px
}

.meth-detail .md-price-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 7px 14px -1px #0465661a;
  margin-bottom: 32px
}

.meth-detail .md-price-label {
  font-size: 16px;
  color: #046566;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 8px
}

.meth-detail .md-price-amount {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b3a3a;
  letter-spacing: .01em;
  margin-bottom: 4px
}

.meth-detail .md-price-note {
  font-size: 16px;
  color: #4a6a6a;
  line-height: 1.55;
  margin-bottom: 16px
}

.meth-detail .md-seats-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f4941417;
  border-radius: 14px;
  margin-bottom: 16px
}

.meth-detail .md-seats-row .ti {
  color: #F49414;
  font-size: 18px
}

.meth-detail .md-seats-text {
  font-size: 16px;
  color: #1b3a3a;
  font-weight: 600
}

.meth-detail .md-arrow-metric {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 16px
}

.meth-detail .md-arrow-svg {
  flex-shrink: 0
}

.meth-detail .md-metric-text {
  font-size: 16px;
  color: #046566;
  font-weight: 600
}

.meth-detail .md-program-main {
  flex: 1 1 0;
  min-width: 0
}

.meth-detail .md-program-content {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2a4a4a
}

.meth-detail .md-program-content h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1b3a3a;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 8px;
  letter-spacing: .01em
}

.meth-detail .md-program-content h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #046566;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .01em
}

.meth-detail .md-program-content p {
  margin-bottom: 16px
}

.meth-detail .md-program-content ul,
.meth-detail .md-program-content ol {
  padding-left: 32px;
  margin-bottom: 16px
}

.meth-detail .md-program-content ol {
  list-style: decimal
}

.meth-detail .md-program-content li {
  margin-bottom: 8px;
  line-height: 1.55
}

.meth-detail .md-program-content strong {
  color: #1b3a3a;
  font-weight: 700
}

.meth-detail .md-program-content small {
  font-size: 16px;
  color: #4a6a6a
}

.meth-detail .md-program-content dl {
  margin-bottom: 16px
}

.meth-detail .md-program-content dt {
  font-weight: 700;
  color: #1b3a3a
}

.meth-detail .md-program-content dd {
  margin-left: 32px;
  margin-bottom: 8px;
  color: #2a4a4a
}

.meth-detail .md-divider-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0
}

.meth-detail .md-divider-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 38px;
  background: #046566;
  opacity: .18
}

.meth-detail .md-divider-dots span:nth-child(2) {
  opacity: .32;
  width: 12px;
  height: 12px
}

.meth-detail .md-desc-block {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.meth-detail .md-desc-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  background: radial-gradient(ellipse at 0% 0%, #04656617 0%, transparent 72%);
  pointer-events: none
}

.meth-detail .md-desc-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3a;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px
}

.meth-detail .md-desc-heading .md-accent-word {
  background: #F49414;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  display: inline
}

.meth-detail .md-desc-two-col {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.meth-detail .md-desc-col-primary {
  flex: 2 1 0;
  min-width: 0
}

.meth-detail .md-desc-col-secondary {
  flex: 1 1 0;
  min-width: 0
}

.meth-detail .md-desc-content {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2a4a4a
}

.meth-detail .md-desc-content h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #1b3a3a;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 8px;
  letter-spacing: .01em;
  padding-left: 16px;
  border-left: 4px solid #046566
}

.meth-detail .md-desc-content h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #046566;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .01em
}

.meth-detail .md-desc-content p {
  margin-bottom: 16px
}

.meth-detail .md-desc-content ul,
.meth-detail .md-desc-content ol {
  padding-left: 32px;
  margin-bottom: 16px
}

.meth-detail .md-desc-content ol {
  list-style: decimal
}

.meth-detail .md-desc-content li {
  margin-bottom: 8px;
  line-height: 1.55
}

.meth-detail .md-desc-content strong {
  color: #1b3a3a;
  font-weight: 700
}

.meth-detail .md-desc-content small {
  font-size: 16px;
  color: #4a6a6a
}

.meth-detail .md-desc-content dl {
  margin-bottom: 16px
}

.meth-detail .md-desc-content dt {
  font-weight: 700;
  color: #1b3a3a
}

.meth-detail .md-desc-content dd {
  margin-left: 32px;
  margin-bottom: 8px
}

.meth-detail .md-desc-content figure {
  margin: 32px 0
}

.meth-detail .md-desc-content figcaption {
  font-size: 16px;
  color: #4a6a6a;
  margin-top: 8px
}

.meth-detail .md-compare-panel {
  background: linear-gradient(197deg, #fbfeede6 0%, #04656612 100%);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 7px 14px -1px #0465661a
}

.meth-detail .md-compare-heading {
  font-size: 22px;
  line-height: 1.2;
  color: #1b3a3a;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: .01em
}

.meth-detail .md-compare-options {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.meth-detail .md-compare-option {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 5px -1px #04656614;
  transition: box-shadow .28s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.meth-detail .md-compare-option:hover {
  box-shadow: 0 7px 14px -1px #0465661a;
  transform: translateY(-2px)
}

.meth-detail .md-compare-option.featured {
  border: 2px solid #F49414
}

.meth-detail .md-option-label {
  font-size: 16px;
  font-weight: 700;
  color: #046566;
  margin-bottom: 4px
}

.meth-detail .md-option-label.alt {
  color: #F49414
}

.meth-detail .md-option-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #2a4a4a
}

.meth-detail .md-list-hover-group {
  list-style: none;
  padding: 0;
  margin: 0
}

.meth-detail .md-list-hover-group li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 14px;
  font-size: 16px;
  color: #2a4a4a;
  cursor: default;
  transition: background .38s cubic-bezier(0.4, 0, 0.2, 1), color .28s ease-in-out;
  margin-bottom: 4px
}

.meth-detail .md-list-hover-group li:hover {
  background: #04656617;
  color: #046566
}

.meth-detail .md-list-hover-group li .ti {
  color: #F49414;
  font-size: 18px;
  flex-shrink: 0
}

.meth-detail .md-color-bleed {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 280px;
  pointer-events: none;
  border-radius: 38px 0 0 0;
  animation: md-bleed-anim 7s ease-in-out infinite
}

@keyframes md-bleed-anim {
  0% {
    opacity: 0;
    transform: scale(0.7) translate(40px, 40px)
  }

  45% {
    opacity: 1;
    transform: scale(1) translate(0, 0)
  }

  100% {
    opacity: 0;
    transform: scale(0.7) translate(40px, 40px)
  }
}

@media (max-width: 900px) {
  .meth-detail .md-title-inner {
    flex-direction: column
  }

  .meth-detail .md-image-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .meth-detail .md-program-grid {
    flex-direction: column
  }

  .meth-detail .md-program-aside {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .meth-detail .md-desc-two-col {
    flex-direction: column
  }

  .meth-detail .md-main-heading {
    font-size: 40px
  }

  .meth-detail .md-container {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (max-width: 600px) {
  .meth-detail .md-main-heading {
    font-size: 28px
  }

  .meth-detail .md-title-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .meth-detail .md-program-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .meth-detail .md-desc-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .meth-detail .md-aside-heading {
    font-size: 28px
  }

  .meth-detail .md-desc-heading {
    font-size: 28px
  }
}

.mthdlgy-pg {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden
}

.mthdlgy-pg .pg-lead {
  position: relative;
  padding: 96px 48px 48px;
  background: linear-gradient(197deg, #046566 0%, #046566cc 40%, transparent 100%);
  text-align: center
}

.mthdlgy-pg .pg-lead-atmo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.mthdlgy-pg .pg-lead-atmo .blob-a {
  position: absolute;
  top: -32px;
  left: 10%;
  width: 260px;
  height: 260px;
  background: #f494142e;
  border-radius: 38px;
  filter: blur(48px)
}

.mthdlgy-pg .pg-lead-atmo .blob-b {
  position: absolute;
  top: 16px;
  right: 8%;
  width: 180px;
  height: 180px;
  background: #fbfeed24;
  border-radius: 38px;
  filter: blur(36px)
}

.mthdlgy-pg .pg-lead-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fbfeed26;
  border-radius: 22px;
  padding: 4px 16px;
  margin-bottom: 16px;
  color: #FBFEED;
  font-size: 16px;
  letter-spacing: .02em
}

.mthdlgy-pg .pg-lead-heading {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin-bottom: 16px;
  position: relative;
  display: inline-block
}

.mthdlgy-pg .pg-lead-heading .accent-word {
  background: #F49414;
  border-radius: 5px;
  padding: 0 8px;
  color: #fff
}

.mthdlgy-pg .pg-lead-counter-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 48px;
  margin-top: 32px
}

.mthdlgy-pg .pg-lead-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.mthdlgy-pg .pg-lead-stat .stat-num {
  font-size: 40px;
  line-height: 1.2;
  color: #F49414;
  letter-spacing: .01em
}

.mthdlgy-pg .pg-lead-stat .stat-label {
  font-size: 16px;
  color: #fbfeedcc;
  letter-spacing: .02em
}

.mthdlgy-pg .pg-lead-desc {
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: #fbfeede6;
  letter-spacing: .01em
}

.mthdlgy-pg .dash-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0 48px;
  margin: 0;
  overflow: hidden
}

.mthdlgy-pg .dash-divider span {
  display: block;
  height: 2px;
  border-radius: 5px;
  background: #046566;
  opacity: .25
}

.mthdlgy-pg .dash-divider span:nth-child(odd) {
  width: 32px
}

.mthdlgy-pg .dash-divider span:nth-child(even) {
  width: 12px
}

.mthdlgy-pg .approach-strip {
  padding: 48px;
  background: #FBFEED;
  position: relative
}

.mthdlgy-pg .approach-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 0;
  opacity: .5
}

.mthdlgy-pg .approach-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  max-width: 1400px;
  position: relative
}

.mthdlgy-pg .approach-text-col {
  flex: 1 1 340px
}

.mthdlgy-pg .approach-heading {
  font-size: 40px;
  line-height: 1.2;
  color: #046566;
  letter-spacing: .01em;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid #F49414
}

.mthdlgy-pg .approach-body {
  font-size: 18px;
  line-height: 1.55;
  color: #1a3333;
  letter-spacing: .01em;
  margin-bottom: 16px
}

.mthdlgy-pg .approach-body-micro {
  font-size: 16px;
  line-height: 1.8;
  color: #2a4444;
  letter-spacing: .01em
}

.mthdlgy-pg .approach-steps {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.mthdlgy-pg .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 5px -1px #04656614;
  transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.mthdlgy-pg .step-item:hover {
  box-shadow: 0 7px 14px -1px #0465661a;
  transform: translateY(-2px)
}

.mthdlgy-pg .step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 22px;
  background: linear-gradient(197deg, #F49414, #046566);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700
}

.mthdlgy-pg .step-text {
  font-size: 16px;
  line-height: 1.55;
  color: #1a3333;
  letter-spacing: .01em
}

.mthdlgy-pg .step-text strong {
  color: #046566;
  display: block;
  margin-bottom: 4px
}

.mthdlgy-pg .approach-img-col {
  flex: 0 0 280px;
  position: relative
}

.mthdlgy-pg .approach-img-frame {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 60px -1px #0465661f
}

.mthdlgy-pg .approach-img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.mthdlgy-pg .approach-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #f4941459 0%, #04656633 100%);
  border-radius: 22px;
  pointer-events: none
}

.mthdlgy-pg .curved-connector {
  display: block;
  margin: 0 auto;
  overflow: visible
}

.mthdlgy-pg .courses-grid-area {
  padding: 48px 48px 96px;
  background: #fff
}

.mthdlgy-pg .courses-heading-row {
  text-align: center;
  margin-bottom: 48px;
  position: relative
}

.mthdlgy-pg .courses-heading-row h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #046566;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.mthdlgy-pg .courses-heading-row p {
  font-size: 18px;
  line-height: 1.55;
  color: #2a4444;
  letter-spacing: .01em
}

.mthdlgy-pg .courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px
}

.mthdlgy-pg .course-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 1px 5px -1px #f4941414;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.mthdlgy-pg .course-card:hover {
  box-shadow: 0 10px 60px -1px #f494141f;
  transform: translateY(-4px)
}

.mthdlgy-pg .course-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 180px
}

.mthdlgy-pg .course-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.mthdlgy-pg .course-card:hover .course-card-img-wrap img {
  transform: scale(1.04)
}

.mthdlgy-pg .course-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #f4941438, #0465662e);
  pointer-events: none
}

.mthdlgy-pg .course-card-seats {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fbfeedf2;
  border-radius: 22px;
  padding: 4px 12px;
  font-size: 16px;
  color: #046566;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 1px 5px -1px #04656614
}

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

.mthdlgy-pg .course-card-title {
  font-size: 18px;
  line-height: 1.2;
  color: #046566;
  letter-spacing: .01em;
  font-weight: 700;
  margin: 0
}

.mthdlgy-pg .course-card-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #2a4444;
  letter-spacing: .01em;
  margin: 0;
  flex: 1
}

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

.mthdlgy-pg .course-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #2a4444
}

.mthdlgy-pg .course-meta-item i {
  color: #046566;
  font-size: 16px
}

.mthdlgy-pg .course-card-footer {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.mthdlgy-pg .course-price-block {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.mthdlgy-pg .course-price-val {
  font-size: 22px;
  line-height: 1.2;
  color: #F49414;
  font-weight: 700;
  letter-spacing: .01em
}

.mthdlgy-pg .course-price-note {
  font-size: 16px;
  color: #2a4444;
  letter-spacing: .01em
}

.mthdlgy-pg .course-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(197deg, #F49414, #046566);
  color: #fff;
  border-radius: 14px;
  padding: 8px 16px;
  font-size: 16px;
  letter-spacing: .01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .28s ease-in-out, box-shadow .28s ease-in-out;
  box-shadow: 0 1px 5px -1px #f4941414
}

.mthdlgy-pg .course-cta-btn:hover {
  background: linear-gradient(17deg, #F49414, #046566);
  box-shadow: 0 7px 14px -1px #f494141a;
  color: #fff
}

.mthdlgy-pg .course-cta-btn:focus {
  outline: 3px solid #F49414;
  outline-offset: 2px
}

.mthdlgy-pg .course-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(197deg, #0465661f, #fbfeed99);
  display: flex;
  align-items: center;
  justify-content: center
}

.mthdlgy-pg .course-card-img-placeholder i {
  font-size: 40px;
  color: #046566;
  opacity: .4
}

.mthdlgy-pg .dash-divider-alt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0 48px;
  overflow: hidden
}

.mthdlgy-pg .dash-divider-alt span {
  display: block;
  height: 2px;
  border-radius: 5px;
  background: #F49414;
  opacity: .2
}

.mthdlgy-pg .dash-divider-alt span:nth-child(odd) {
  width: 12px
}

.mthdlgy-pg .dash-divider-alt span:nth-child(even) {
  width: 32px
}

.mthdlgy-pg .qa-area {
  padding: 96px 48px 48px;
  background: linear-gradient(197deg, #fbfeedff 0%, #0465660f 100%);
  position: relative
}

.mthdlgy-pg .qa-area-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  max-width: 1400px
}

.mthdlgy-pg .qa-col-left {
  flex: 1 1 340px
}

.mthdlgy-pg .qa-heading {
  font-size: 40px;
  line-height: 1.2;
  color: #046566;
  letter-spacing: .01em;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid #F49414
}

.mthdlgy-pg .qa-body {
  font-size: 18px;
  line-height: 1.55;
  color: #1a3333;
  letter-spacing: .01em;
  margin-bottom: 16px
}

.mthdlgy-pg .qa-body-micro {
  font-size: 16px;
  line-height: 1.8;
  color: #2a4444;
  letter-spacing: .01em
}

.mthdlgy-pg .qa-col-right {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.mthdlgy-pg .qa-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 5px -1px #04656614
}

.mthdlgy-pg .qa-card-question {
  font-size: 18px;
  line-height: 1.2;
  color: #046566;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.mthdlgy-pg .qa-card-question i {
  color: #F49414;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.mthdlgy-pg .qa-card-answer {
  font-size: 16px;
  line-height: 1.8;
  color: #2a4444;
  letter-spacing: .01em;
  padding-left: 26px
}

.mthdlgy-pg .vignette-area {
  padding: 96px 48px;
  background: #046566;
  position: relative;
  overflow: hidden;
  text-align: center
}

.mthdlgy-pg .vignette-pulse {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: vignette-breathe 4s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  background: radial-gradient(ellipse at center, transparent 30%, #02282873 100%)
}

@keyframes vignette-breathe {
  0% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

.mthdlgy-pg .vignette-area-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto
}

.mthdlgy-pg .vignette-heading {
  font-size: 40px;
  line-height: 1.2;
  color: #FBFEED;
  letter-spacing: .01em;
  margin-bottom: 16px
}

.mthdlgy-pg .vignette-heading .accent-word {
  background: #F49414;
  border-radius: 5px;
  padding: 0 8px;
  color: #fff
}

.mthdlgy-pg .vignette-body {
  font-size: 18px;
  line-height: 1.55;
  color: #fbfeede0;
  letter-spacing: .01em;
  margin-bottom: 32px
}

.mthdlgy-pg .vignette-team-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap
}

.mthdlgy-pg .team-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.mthdlgy-pg .team-portrait-frame {
  width: 80px;
  height: 108px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 14px -1px #0465661a;
  border: 2px solid #f4941466
}

.mthdlgy-pg .team-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.mthdlgy-pg .team-name {
  font-size: 16px;
  color: #FBFEED;
  letter-spacing: .01em;
  font-weight: 600
}

.mthdlgy-pg .team-role {
  font-size: 16px;
  color: #fbfeedb3;
  letter-spacing: .01em
}

.mthdlgy-pg .team-quote {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfeedcc;
  max-width: 200px;
  text-align: center;
  letter-spacing: .01em;
  font-style: italic
}

.mthdlgy-pg .tooltip-area {
  padding: 48px;
  background: #fff
}

.mthdlgy-pg .tooltip-area-heading {
  font-size: 28px;
  line-height: 1.2;
  color: #046566;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: .01em
}

.mthdlgy-pg .tooltip-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center
}

.mthdlgy-pg .tooltip-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.mthdlgy-pg .tooltip-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FBFEED;
  border-radius: 14px;
  padding: 8px 16px;
  font-size: 16px;
  color: #046566;
  border: 1px solid #04656626;
  cursor: pointer;
  transition: background .25s ease-in-out, box-shadow .25s ease-in-out
}

.mthdlgy-pg .tooltip-trigger:focus {
  outline: 3px solid #F49414;
  outline-offset: 2px;
  background: #fff
}

.mthdlgy-pg .tooltip-trigger:hover {
  background: #fff;
  box-shadow: 0 1px 5px -1px #04656614
}

.mthdlgy-pg .tooltip-trigger i {
  color: #F49414
}

.mthdlgy-pg .tooltip-bubble {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #046566;
  color: #FBFEED;
  border-radius: 14px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.55;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  box-shadow: 0 7px 14px -1px #0465661a;
  z-index: 10
}

.mthdlgy-pg .tooltip-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #046566
}

.mthdlgy-pg .tooltip-trigger:focus+.tooltip-bubble {
  opacity: 1
}

@media (max-width: 900px) {
  .mthdlgy-pg .pg-lead {
    padding: 48px 16px 32px
  }

  .mthdlgy-pg .pg-lead-heading {
    font-size: 40px
  }

  .mthdlgy-pg .pg-lead-counter-row {
    gap: 32px
  }

  .mthdlgy-pg .approach-inner {
    flex-direction: column
  }

  .mthdlgy-pg .approach-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .mthdlgy-pg .approach-strip {
    padding: 32px 16px
  }

  .mthdlgy-pg .courses-grid-area {
    padding: 32px 16px 48px
  }

  .mthdlgy-pg .qa-area {
    padding: 48px 16px 32px
  }

  .mthdlgy-pg .qa-area-inner {
    flex-direction: column
  }

  .mthdlgy-pg .vignette-area {
    padding: 48px 16px
  }

  .mthdlgy-pg .tooltip-area {
    padding: 32px 16px
  }

  .mthdlgy-pg .dash-divider,
  .mthdlgy-pg .dash-divider-alt {
    padding: 0 16px
  }
}

@media (max-width: 600px) {
  .mthdlgy-pg .pg-lead-heading {
    font-size: 28px
  }

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

  .mthdlgy-pg .courses-grid {
    grid-template-columns: 1fr
  }

  .mthdlgy-pg .vignette-team-row {
    flex-direction: column;
    align-items: center
  }

  .mthdlgy-pg .approach-heading,
  .mthdlgy-pg .qa-heading {
    font-size: 28px
  }

  .mthdlgy-pg .vignette-heading {
    font-size: 28px
  }

  .mthdlgy-pg .tooltip-bubble {
    white-space: normal;
    width: 200px
  }
}

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

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

.abt-us .split-panel {
  background: linear-gradient(197deg, #046566 0%, #FBFEED 100%);
  padding: 96px 0 0;
  position: relative
}

.abt-us .split-panel::after {
  content: "";
  display: block;
  height: 60px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  margin-top: 48px
}

.abt-us .split-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.abt-us .split-text {
  flex: 1 1 55%;
  padding: 48px 32px 48px 0
}

.abt-us .split-eyebrow {
  display: inline-block;
  background: #f494142e;
  color: #046566;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 4px 16px;
  border-radius: 5px;
  margin-bottom: 16px
}

.abt-us .split-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3b;
  margin-bottom: 16px;
  font-weight: 800
}

.abt-us .split-h1 .accent-word {
  background: #F49414;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  display: inline
}

.abt-us .split-lead {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #1b3a3b;
  margin-bottom: 32px;
  max-width: 520px
}

.abt-us .split-stats {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap
}

.abt-us .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .stat-num {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #F49414;
  letter-spacing: .01em
}

.abt-us .stat-label {
  font-size: 16px;
  line-height: 1.55;
  color: #046566;
  font-weight: 500;
  letter-spacing: .02em
}

.abt-us .split-img-col {
  flex: 0 0 40%;
  position: relative;
  padding-top: 32px
}

.abt-us .img-bracket-wrap {
  position: relative;
  display: inline-block;
  width: 100%
}

.abt-us .img-bracket-wrap::before,
.abt-us .img-bracket-wrap::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #F49414;
  border-style: solid;
  z-index: 2
}

.abt-us .img-bracket-wrap::before {
  top: -8px;
  left: -8px;
  border-width: 3px 0 0 3px;
  border-radius: 5px 0 0 0
}

.abt-us .img-bracket-wrap::after {
  bottom: -8px;
  right: -8px;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 5px 0
}

.abt-us .img-bracket-inner {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 60px -1px #0465661f
}

.abt-us .img-bracket-inner img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.15) brightness(0.97) sepia(0.08)
}

.abt-us .wavy-line {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px
}

.abt-us .about-body {
  background: #fff;
  padding: 96px 0 80px;
  position: relative
}

.abt-us .about-body-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px
}

.abt-us .body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px;
  align-items: start
}

.abt-us .body-heading-cell {
  grid-column: 1 / 2;
  grid-row: 1 / 2
}

.abt-us .body-img-tall {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  position: relative;
  top: 32px
}

.abt-us .body-text-cell {
  grid-column: 1 / 3;
  grid-row: 2 / 3
}

.abt-us .body-aside {
  grid-column: 2 / 3;
  grid-row: 1 / 2
}

.abt-us .section-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.abt-us .section-label-line {
  width: 4px;
  height: 28px;
  background: #F49414;
  border-radius: 5px;
  flex-shrink: 0
}

.abt-us .section-label-text {
  font-size: 16px;
  font-weight: 700;
  color: #F49414;
  letter-spacing: .02em;
  text-transform: uppercase
}

.abt-us .body-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3b;
  font-weight: 800;
  margin-bottom: 0
}

.abt-us .body-h2 .accent-word {
  background: #FBFEED;
  color: #046566;
  padding: 0 8px;
  border-radius: 5px
}

.abt-us .aside-card {
  background: linear-gradient(197deg, #046566 0%, #0a8a8b 100%);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 7px 14px -1px #0465661a;
  color: #FBFEED
}

.abt-us .aside-card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px
}

.abt-us .aside-h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin-bottom: 8px
}

.abt-us .aside-p {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #fbfeede0;
  margin-bottom: 0
}

.abt-us .body-para {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2c3e3f;
  margin-bottom: 16px
}

.abt-us .body-para:last-child {
  margin-bottom: 0
}

.abt-us .body-para-short {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2c3e3f;
  font-weight: 600;
  margin-bottom: 16px
}

.abt-us .tall-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 60px -1px #0465661f;
  position: relative
}

.abt-us .tall-img-wrap img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .tall-img-wrap:hover img {
  transform: scale(1.03)
}

.abt-us .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #046566d1 0%, transparent 100%);
  padding: 32px 16px 16px;
  border-radius: 0 0 22px 22px
}

.abt-us .img-caption-text {
  font-size: 16px;
  color: #FBFEED;
  letter-spacing: .02em;
  font-weight: 500
}

.abt-us .team-strip {
  margin-top: 48px;
  border-top: 1px solid #0465661f;
  padding-top: 48px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap
}

.abt-us .team-person {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  flex: 0 0 auto;
  max-width: 340px
}

.abt-us .team-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 1px 5px -1px #f4941414
}

.abt-us .team-portrait img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-us .team-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .team-name {
  font-size: 18px;
  font-weight: 700;
  color: #1b3a3b;
  letter-spacing: .01em;
  line-height: 1.2
}

.abt-us .team-role {
  font-size: 16px;
  color: #046566;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.55
}

.abt-us .team-bio {
  font-size: 16px;
  color: #4a5f60;
  line-height: 1.55;
  letter-spacing: .01em
}

.abt-us .team-divider {
  width: 1px;
  background: #04656626;
  align-self: stretch;
  flex-shrink: 0
}

.abt-us .values-strip {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.abt-us .value-item {
  background: #FBFEED;
  border-radius: 14px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 5px -1px #04656614;
  transition: box-shadow .28s ease-in-out, transform .28s ease-in-out;
  cursor: default
}

.abt-us .values-strip:hover .value-item {
  filter: blur(1.5px);
  opacity: .7;
  transition: filter .28s ease-in-out, opacity .28s ease-in-out, box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.abt-us .values-strip .value-item:hover {
  filter: blur(0);
  opacity: 1;
  box-shadow: 0 7px 14px -1px #0465661a;
  transform: translateY(-4px)
}

.abt-us .value-icon {
  width: 36px;
  height: 36px;
  color: #F49414;
  flex-shrink: 0
}

.abt-us .value-h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1b3a3b;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 0
}

.abt-us .value-p {
  font-size: 16px;
  color: #4a5f60;
  line-height: 1.55;
  letter-spacing: .01em;
  margin-bottom: 0
}

.abt-us .imgs-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
  align-items: end
}

.abt-us .img-cell {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 14px -1px #0465661a
}

.abt-us .img-cell img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .img-cell:hover img {
  transform: scale(1.04)
}

.abt-us .img-cell.tall img {
  height: 320px
}

.abt-us .img-cell.short img {
  height: 220px
}

@keyframes border-glow {
  0% {
    box-shadow: 0 0 0 0 #f4941400 0 7px 14px -1px #0465661a
  }

  50% {
    box-shadow: 0 0 0 4px #f4941447 0 7px 14px -1px #0465661a
  }

  100% {
    box-shadow: 0 0 0 0 #f4941400 0 7px 14px -1px #0465661a
  }
}

.abt-us .aside-card {
  animation: border-glow 3.2s ease-in-out infinite
}

@media (max-width: 1024px) {
  .abt-us .split-h1 {
    font-size: 40px
  }

  .abt-us .body-grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .body-img-tall {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    top: 0
  }

  .abt-us .body-heading-cell {
    grid-column: 1 / 2
  }

  .abt-us .body-aside {
    grid-column: 1 / 2;
    grid-row: 2 / 3
  }

  .abt-us .body-text-cell {
    grid-column: 1 / 3;
    grid-row: 3 / 4
  }

  .abt-us .values-strip {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .imgs-row {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .img-cell.tall img {
    height: 260px
  }

  .abt-us .img-cell.short img {
    height: 200px
  }
}

@media (max-width: 768px) {
  .abt-us .split-inner {
    flex-direction: column
  }

  .abt-us .split-text {
    padding: 32px 0 0
  }

  .abt-us .split-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-us .split-h1 {
    font-size: 40px
  }

  .abt-us .body-grid {
    grid-template-columns: 1fr
  }

  .abt-us .body-heading-cell,
  .abt-us .body-aside,
  .abt-us .body-text-cell,
  .abt-us .body-img-tall {
    grid-column: 1 / 2;
    grid-row: auto;
    top: 0
  }

  .abt-us .values-strip {
    grid-template-columns: 1fr
  }

  .abt-us .imgs-row {
    grid-template-columns: 1fr
  }

  .abt-us .team-strip {
    flex-direction: column
  }

  .abt-us .team-divider {
    display: none
  }

  .abt-us .split-stats {
    gap: 16px
  }

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

.ld-root {
  overflow-x: hidden
}

.ld-root .page-bound {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.ld-root .accent-word {
  background: #F49414;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  display: inline
}

.ld-root .accent-line-head {
  border-left: 4px solid #F49414;
  padding-left: 16px
}

.ld-root .title-blk {
  background: #1b2a2a;
  padding-top: 48px;
  padding-bottom: 96px;
  position: relative
}

.ld-root .title-blk .frame-deco {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  pointer-events: none
}

.ld-root .title-blk .frame-deco::before,
.ld-root .title-blk .frame-deco::after {
  content: "";
  position: absolute;
  border: 1px solid #fbfeed26
}

.ld-root .title-blk .frame-deco::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px
}

.ld-root .title-blk .frame-deco::after {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 5px
}

.ld-root .title-blk .title-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 48px
}

.ld-root .title-blk .title-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-root .title-blk .title-img-wrap .img-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, #1b2a2ab3, transparent)
}

.ld-root .title-blk .title-text-area {
  text-align: center;
  position: relative;
  z-index: 1
}

.ld-root .title-blk .title-text-area h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin-bottom: 32px
}

.ld-root .title-blk .title-link {
  display: inline-block;
  background: linear-gradient(197deg, #046566, #FBFEED);
  color: #1b2a2a;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 48px;
  border-radius: 22px;
  text-decoration: none;
  letter-spacing: .02em;
  transition: background .38s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s ease-in-out;
  box-shadow: 0 7px 14px -1px #0465661a
}

.ld-root .title-blk .title-link:hover {
  background: linear-gradient(17deg, #046566, #FBFEED);
  box-shadow: 0 10px 60px -1px #0465661f
}

.ld-root .approach-blk {
  background: #FBFEED;
  padding-top: 96px;
  padding-bottom: 96px
}

.ld-root .approach-blk .approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.ld-root .approach-blk .approach-left h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 32px;
  text-align: center
}

.ld-root .approach-blk .approach-left p {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2c3e3e;
  margin-bottom: 16px
}

.ld-root .approach-blk .approach-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld-root .approach-blk .approach-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 1px 5px -1px #f4941414;
  transition: box-shadow .28s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld-root .approach-blk .approach-card:hover {
  box-shadow: 0 7px 14px -1px #f494141a;
  transform: translateY(-2px)
}

.ld-root .approach-blk .approach-card .card-icon {
  color: #F49414;
  font-size: 28px;
  margin-bottom: 8px
}

.ld-root .approach-blk .approach-card h4 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 8px
}

.ld-root .approach-blk .approach-card p {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3e3e;
  margin: 0
}

@keyframes icon-cycle {

  0%,
  30% {
    color: #F49414;
    transform: scale(1.15)
  }

  33%,
  100% {
    color: #046566;
    transform: scale(1)
  }
}

.ld-root .approach-blk .approach-card:nth-child(1) .card-icon {
  animation: icon-cycle 3.6s ease-in-out 0s infinite
}

.ld-root .approach-blk .approach-card:nth-child(2) .card-icon {
  animation: icon-cycle 3.6s ease-in-out 1.2s infinite
}

.ld-root .approach-blk .approach-card:nth-child(3) .card-icon {
  animation: icon-cycle 3.6s ease-in-out 2.4s infinite
}

.ld-root .approach-blk .deco-lines {
  position: relative
}

.ld-root .approach-blk .deco-lines::after {
  content: "";
  position: absolute;
  bottom: -48px;
  right: 0;
  width: 80px;
  height: 60px;
  background: repeating-linear-gradient(197deg, transparent, transparent 6px, #0465662e 6px, #0465662e 7px);
  pointer-events: none;
  border-radius: 5px
}

.ld-root .divider-watercolor-1 {
  line-height: 0;
  background: #FBFEED
}

.ld-root .divider-watercolor-1 svg {
  display: block;
  width: 100%
}

.ld-root .invest-blk {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.ld-root .invest-blk .invest-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.ld-root .invest-blk h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 48px;
  text-align: center
}

.ld-root .invest-blk .invest-tier {
  border-radius: 22px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 1px 5px -1px #04656614
}

.ld-root .invest-blk .invest-tier.mid {
  background: #046566 !important;
  color: #FBFEED;
  transform: translateY(-16px);
  box-shadow: 0 10px 60px -1px #0465661f
}

.ld-root .invest-blk .invest-tier.low,
.ld-root .invest-blk .invest-tier.high {
  background: #f4f7f4
}

.ld-root .invest-blk .invest-tier .tier-label {
  font-size: 16px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600;
  color: #F49414
}

.ld-root .invest-blk .invest-tier.mid .tier-label {
  color: #FBFEED
}

.ld-root .invest-blk .invest-tier h4 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin: 0
}

.ld-root .invest-blk .invest-tier.mid h4 {
  color: #FBFEED
}

.ld-root .invest-blk .invest-tier p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a4f4f;
  margin: 0
}

.ld-root .invest-blk .invest-tier.mid p {
  color: #fbfeedd9
}

.ld-root .invest-blk .invest-tier .tier-price {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #046566
}

.ld-root .invest-blk .invest-tier.mid .tier-price {
  color: #F49414
}

.ld-root .invest-blk .invest-tier .tier-metric {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #2c3e3e
}

.ld-root .invest-blk .invest-tier.mid .tier-metric {
  color: #fbfeede6
}

.ld-root .invest-blk .tier-arrow {
  color: #F49414;
  font-size: 18px
}

.ld-root .divider-watercolor-2 {
  line-height: 0;
  background: #fff
}

.ld-root .divider-watercolor-2 svg {
  display: block;
  width: 100%
}

.ld-root .mirror-blk {
  background: linear-gradient(197deg, #e8f0ef, #FBFEED);
  padding-top: 96px;
  padding-bottom: 96px
}

.ld-root .mirror-blk h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 48px;
  text-align: center
}

.ld-root .mirror-blk .mirror-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.ld-root .mirror-blk .mirror-portrait-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-root .mirror-blk .portrait-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 7px 14px -1px #0465661a
}

.ld-root .mirror-blk .portrait-img {
  width: 80px;
  height: 103px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0
}

.ld-root .mirror-blk .portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.ld-root .mirror-blk .portrait-text h5 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 8px
}

.ld-root .mirror-blk .portrait-text p {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3e3e;
  margin: 0
}

.ld-root .mirror-blk .mirror-context {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld-root .mirror-blk .mirror-context p {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2c3e3e
}

.ld-root .mirror-blk .mirror-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 14px -1px #0465661a
}

.ld-root .mirror-blk .mirror-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-root .divider-watercolor-3 {
  line-height: 0;
  background: linear-gradient(197deg, #e8f0ef, #FBFEED)
}

.ld-root .divider-watercolor-3 svg {
  display: block;
  width: 100%
}

.ld-root .support-blk {
  background: #1b2a2a;
  padding-top: 96px;
  padding-bottom: 96px
}

.ld-root .support-blk h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin-bottom: 16px;
  text-align: center
}

.ld-root .support-blk .support-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #fbfeedbf;
  text-align: center;
  margin-bottom: 48px
}

.ld-root .support-blk .support-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px
}

.ld-root .support-blk .support-item {
  background: #fbfeed0f;
  border-radius: 14px;
  padding: 32px 16px;
  text-align: center;
  border: 1px solid #fbfeed1a;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s ease-in-out
}

.ld-root .support-blk .support-item:hover {
  background: #fbfeed1a;
  border-color: #f4941466
}

.ld-root .support-blk .support-item .si-icon {
  color: #F49414;
  font-size: 28px;
  margin-bottom: 16px;
  display: block
}

.ld-root .support-blk .support-item h5 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #FBFEED;
  margin-bottom: 8px
}

.ld-root .support-blk .support-item p {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfeedb3;
  margin: 0
}

.ld-root .support-blk .support-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px
}

.ld-root .support-blk .support-img-wrap {
  border-radius: 14px;
  overflow: hidden
}

.ld-root .support-blk .support-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-root .divider-watercolor-4 {
  line-height: 0;
  background: #1b2a2a
}

.ld-root .divider-watercolor-4 svg {
  display: block;
  width: 100%
}

.ld-root .grad-blk {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.ld-root .grad-blk h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 48px;
  text-align: center
}

.ld-root .grad-blk .grad-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start
}

.ld-root .grad-blk .timeline {
  display: flex;
  flex-direction: column;
  gap: 0
}

.ld-root .grad-blk .tl-period {
  margin-bottom: 32px
}

.ld-root .grad-blk .tl-period-label {
  font-size: 16px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 700;
  color: #046566;
  margin-bottom: 16px;
  display: block
}

.ld-root .grad-blk .tl-events {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  border-left: 2px solid #04656633
}

.ld-root .grad-blk .tl-event {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #f4f7f4;
  border-radius: 14px
}

.ld-root .grad-blk .tl-event .ev-dot {
  width: 10px;
  height: 10px;
  border-radius: 38px;
  background: #F49414;
  flex-shrink: 0;
  margin-top: 6px
}

.ld-root .grad-blk .tl-event .ev-text h6 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 4px
}

.ld-root .grad-blk .tl-event .ev-text p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a4f4f;
  margin: 0
}

.ld-root .grad-blk .grad-aside {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ld-root .grad-blk .grad-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 14px -1px #f494141a
}

.ld-root .grad-blk .grad-img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-root .grad-blk .grad-metric {
  background: linear-gradient(197deg, #046566, #FBFEED);
  border-radius: 22px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ld-root .grad-blk .grad-metric .met-num {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em
}

.ld-root .grad-blk .grad-metric .met-arrow {
  color: #F49414;
  font-size: 22px
}

.ld-root .grad-blk .grad-metric .met-label {
  font-size: 16px;
  line-height: 1.55;
  color: #fbfeedd9
}

.ld-root .grad-blk .grad-deco-corner {
  position: relative
}

.ld-root .grad-blk .grad-deco-corner::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -32px;
  width: 60px;
  height: 48px;
  background: repeating-linear-gradient(197deg, transparent, transparent 5px, #f4941433 5px, #f4941433 6px);
  pointer-events: none;
  border-radius: 5px
}

.ld-root .divider-watercolor-5 {
  line-height: 0;
  background: #fff
}

.ld-root .divider-watercolor-5 svg {
  display: block;
  width: 100%
}

.ld-root .current-blk {
  background: linear-gradient(197deg, #d9edec, #FBFEED);
  padding-top: 96px;
  padding-bottom: 96px
}

.ld-root .current-blk h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2a2a;
  margin-bottom: 16px;
  text-align: center
}

.ld-root .current-blk .curr-intro {
  font-size: 18px;
  line-height: 1.55;
  color: #2c3e3e;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px
}

.ld-root .current-blk .curr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.ld-root .current-blk .curr-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 60px -1px #0465661f
}

.ld-root .current-blk .curr-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-root .current-blk .curr-points {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld-root .current-blk .curr-point {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 1px 5px -1px #04656614;
  transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld-root .current-blk .curr-point:hover {
  box-shadow: 0 7px 14px -1px #0465661a
}

.ld-root .current-blk .curr-point h5 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #046566;
  margin-bottom: 8px
}

.ld-root .current-blk .curr-point p {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3e3e;
  margin: 0
}

@keyframes pattern-shift {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 60px 60px
  }
}

.ld-root .current-blk .curr-pattern-bg {
  position: relative
}

.ld-root .current-blk .curr-pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #0465660f 1px, transparent 1px);
  background-size: 20px 20px;
  animation: pattern-shift 8s linear infinite;
  border-radius: 14px;
  pointer-events: none;
  z-index: 0
}

.ld-root .current-blk .curr-pattern-bg>* {
  position: relative;
  z-index: 1
}

@media (max-width: 900px) {
  .ld-root .approach-blk .approach-grid {
    grid-template-columns: 1fr
  }

  .ld-root .invest-blk .invest-inner {
    grid-template-columns: 1fr
  }

  .ld-root .invest-blk .invest-tier.mid {
    transform: none
  }

  .ld-root .mirror-blk .mirror-grid {
    grid-template-columns: 1fr
  }

  .ld-root .support-blk .support-cols {
    grid-template-columns: 1fr 1fr
  }

  .ld-root .support-blk .support-img-row {
    grid-template-columns: 1fr
  }

  .ld-root .grad-blk .grad-layout {
    grid-template-columns: 1fr
  }

  .ld-root .current-blk .curr-grid {
    grid-template-columns: 1fr
  }

  .ld-root .title-blk .title-text-area h1 {
    font-size: 40px
  }
}

@media (max-width: 600px) {
  .ld-root .page-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .ld-root .support-blk .support-cols {
    grid-template-columns: 1fr
  }

  .ld-root .title-blk .title-text-area h1 {
    font-size: 28px
  }

  .ld-root .title-blk .title-img-wrap img {
    height: 260px
  }
}

.srvs-pg {
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: clip
}

.srvs-pg .grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#0465660f 1px, transparent 1px), linear-gradient(90deg, #0465660f 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.srvs-pg .warm-grade {
  position: absolute;
  inset: 0;
  background: linear-gradient(197deg, #f494142e 0%, #fbfeed8c 60%, transparent 100%);
  pointer-events: none
}

.srvs-pg .title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  position: relative
}

.srvs-pg .title-img-col {
  position: relative;
  overflow: hidden
}

.srvs-pg .title-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.15) brightness(0.97) sepia(0.12)
}

.srvs-pg .title-text-col {
  position: relative;
  background: #FBFEED;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.srvs-pg .title-text-col .grid-bg {
  opacity: .5
}

.srvs-pg .title-eyebrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #046566;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1
}

.srvs-pg .title-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a3535;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin: 0
}

.srvs-pg .title-h1 .accent-word {
  background: #F49414;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  display: inline
}

.srvs-pg .title-desc {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2a4a4a;
  max-width: 480px;
  position: relative;
  z-index: 1;
  margin: 0
}

.srvs-pg .wave-divider {
  width: 100%;
  display: block;
  line-height: 0
}

.srvs-pg .offerings-band {
  background: #fff;
  padding: 96px 48px
}

.srvs-pg .offerings-band .band-head {
  text-align: center;
  margin-bottom: 48px
}

.srvs-pg .offerings-band .band-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a3535;
  font-weight: 700;
  margin: 0 0 16px
}

.srvs-pg .offerings-band .band-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #2a4a4a;
  max-width: 560px;
  margin: 0 auto
}

.srvs-pg .offerings-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto
}

.srvs-pg .offerings-main {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.srvs-pg .offering-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 32px;
  border-radius: 14px;
  background: #FBFEED;
  box-shadow: 0 7px 14px -1px #0465661a;
  transition: box-shadow .28s ease-in-out, transform .28s ease-in-out;
  cursor: default
}

.srvs-pg .offering-item:hover {
  box-shadow: 0 10px 60px -1px #0465661f;
  transform: translateY(-2px)
}

.srvs-pg .offering-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(197deg, #046566, #0a8a8b);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.srvs-pg .offering-icon-wrap .ti {
  font-size: 28px;
  color: #FBFEED
}

.srvs-pg .offering-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srvs-pg .offering-body h4 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a3535;
  font-weight: 700;
  margin: 0;
  padding-left: 12px;
  border-left: none;
  position: relative
}

.srvs-pg .offering-body h4::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  border-radius: 5px;
  background: #F49414
}

.srvs-pg .offering-body p {
  font-size: 16px;
  line-height: 1.55;
  color: #2a4a4a;
  margin: 0;
  padding-left: 12px
}

.srvs-pg .offering-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 12px;
  margin-top: 4px
}

.srvs-pg .tag-pill {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #046566;
  background: #04656617;
  border-radius: 22px;
  padding: 4px 16px;
  font-weight: 500
}

.srvs-pg .offerings-aside {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.srvs-pg .aside-stat-card {
  border-radius: 14px;
  background: linear-gradient(197deg, #046566, #035050);
  padding: 32px;
  color: #FBFEED;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 10px 60px -1px #0465661f
}

.srvs-pg .aside-stat-card .stat-num {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .01em;
  color: #F49414
}

.srvs-pg .aside-stat-card .stat-label {
  font-size: 16px;
  line-height: 1.55;
  color: #FBFEED;
  opacity: .9
}

.srvs-pg .aside-rotate-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0
}

.srvs-pg .rotating-leaf {
  width: 72px;
  height: 72px;
  animation: leaf-spin 8s linear infinite
}

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

  to {
    transform: rotate(360deg)
  }
}

.srvs-pg .aside-note {
  border-radius: 14px;
  background: #FBFEED;
  padding: 32px;
  box-shadow: 0 1px 5px -1px #04656614
}

.srvs-pg .aside-note p {
  font-size: 16px;
  line-height: 1.55;
  color: #2a4a4a;
  margin: 0
}

.srvs-pg .wave-divider-2 {
  width: 100%;
  display: block;
  line-height: 0
}

.srvs-pg .reviews-band {
  background: linear-gradient(197deg, #046566 0%, #035050 100%);
  padding: 96px 48px;
  position: relative;
  overflow: hidden
}

.srvs-pg .reviews-band .zigzag-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: repeating-linear-gradient(90deg, #FBFEED 0px, #FBFEED 20px, transparent 20px, transparent 40px);
  clip-path: polygon(0 0, 20px 20px, 40px 0, 60px 20px, 80px 0, 100px 20px, 120px 0, 140px 20px, 160px 0, 180px 20px, 200px 0, 220px 20px, 240px 0, 260px 20px, 280px 0, 300px 20px, 320px 0, 340px 20px, 360px 0, 380px 20px, 400px 0, 420px 20px, 440px 0, 460px 20px, 480px 0, 500px 20px, 520px 0, 540px 20px, 560px 0, 580px 20px, 600px 0, 620px 20px, 640px 0, 660px 20px, 680px 0, 700px 20px, 720px 0, 740px 20px, 760px 0, 780px 20px, 800px 0, 820px 20px, 840px 0, 860px 20px, 880px 0, 900px 20px, 920px 0, 940px 20px, 960px 0, 980px 20px, 1000px 0, 1020px 20px, 1040px 0, 1060px 20px, 1080px 0, 1100px 20px, 1120px 0, 1140px 20px, 1160px 0, 1180px 20px, 1200px 0, 1220px 20px, 1240px 0, 1260px 20px, 1280px 0, 1300px 20px, 1320px 0, 1340px 20px, 1360px 0, 1380px 20px, 1400px 0, 1400px 20px, 0 20px);
  pointer-events: none
}

.srvs-pg .reviews-band .band-head {
  text-align: center;
  margin-bottom: 48px
}

.srvs-pg .reviews-band .band-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  font-weight: 700;
  margin: 0 0 16px
}

.srvs-pg .reviews-band .band-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #fbfeedcc;
  max-width: 520px;
  margin: 0 auto
}

.srvs-pg .reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto
}

.srvs-pg .review-card {
  background: #fbfeed14;
  border-radius: 22px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 7px 14px -1px #0465661a;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvs-pg .review-card:hover {
  background: #fbfeed24
}

.srvs-pg .reviewer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.srvs-pg .reviewer-portrait {
  width: 56px;
  height: 56px;
  border-radius: 38px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #F49414
}

.srvs-pg .reviewer-portrait img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: top;
  display: block
}

.srvs-pg .reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs-pg .reviewer-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #FBFEED;
  letter-spacing: .01em
}

.srvs-pg .reviewer-role {
  font-size: 16px;
  line-height: 1.2;
  color: #fbfeeda6;
  letter-spacing: .01em
}

.srvs-pg .review-quote {
  font-size: 16px;
  line-height: 1.8;
  color: #fbfeede0;
  margin: 0
}

.srvs-pg .review-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.srvs-pg .review-stars .star-svg {
  width: 16px;
  height: 16px
}

@media (max-width: 900px) {
  .srvs-pg .title-row {
    grid-template-columns: 1fr
  }

  .srvs-pg .title-img-col {
    height: 260px
  }

  .srvs-pg .title-text-col {
    padding: 48px 32px
  }

  .srvs-pg .title-h1 {
    font-size: 40px
  }

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

  .srvs-pg .offerings-aside {
    flex-direction: row;
    flex-wrap: wrap
  }

  .srvs-pg .aside-stat-card {
    flex: 1 1 200px
  }

  .srvs-pg .aside-note {
    flex: 1 1 200px
  }

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

  .srvs-pg .offerings-band {
    padding: 48px 32px
  }

  .srvs-pg .reviews-band {
    padding: 48px 32px
  }
}

@media (max-width: 600px) {
  .srvs-pg .offering-item {
    grid-template-columns: 1fr
  }

  .srvs-pg .title-text-col {
    padding: 48px 16px
  }

  .srvs-pg .offerings-band {
    padding: 48px 16px
  }

  .srvs-pg .reviews-band {
    padding: 48px 16px
  }

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

.ctc-us {
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: clip
}

.ctc-us .reach-panel {
  padding: 96px 48px;
  background: #FBFEED;
  position: relative
}

.ctc-us .reach-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: .45;
  pointer-events: none
}

.ctc-us .reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1
}

.ctc-us .reach-text h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3a;
  margin-bottom: 16px;
  animation: lift-in .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes lift-in {
  from {
    opacity: 0;
    transform: translateY(22px)
  }

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

.ctc-us .reach-text .accent-word {
  background: #F49414;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
  display: inline
}

.ctc-us .reach-text .sub-line {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2d4f4f;
  margin-bottom: 32px;
  animation: lift-in .38s .1s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ctc-us .reach-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: lift-in .38s .18s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ctc-us .detail-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 5px -1px #04656614
}

.ctc-us .detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background: linear-gradient(197deg, #046566, #FBFEED);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctc-us .detail-icon .ti {
  font-size: 18px;
  color: #fff
}

.ctc-us .detail-label {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #046566;
  font-weight: 600;
  margin-bottom: 4px
}

.ctc-us .detail-value {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #1b3a3a
}

.ctc-us .detail-value a {
  color: #046566;
  text-decoration: none;
  transition: color .28s ease-in-out
}

.ctc-us .detail-value a:hover {
  color: #F49414
}

.ctc-us .reach-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 60px -1px #0465661f;
  position: relative
}

.ctc-us .reach-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(1);
  transition: filter .35s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.ctc-us .reach-img-wrap .img-blur-edge {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, #fbfeed8c 100%);
  pointer-events: none
}

.ctc-us .divider-mono {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  background: #fff
}

.ctc-us .divider-mono .mono-sym {
  width: 48px;
  height: 48px;
  border-radius: 38px;
  background: linear-gradient(197deg, #046566, #FBFEED);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 14px -1px #0465661a
}

.ctc-us .divider-mono .mono-sym .ti {
  font-size: 22px;
  color: #fff
}

.ctc-us .divider-mono .mono-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, #046566, transparent)
}

.ctc-us .form-panel {
  padding: 96px 48px;
  background: #fff;
  position: relative
}

.ctc-us .form-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none
}

.ctc-us .form-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.ctc-us .form-heading {
  text-align: center;
  margin-bottom: 48px
}

.ctc-us .form-heading h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3a;
  margin-bottom: 8px
}

.ctc-us .form-heading .form-sub {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2d4f4f
}

.ctc-us .form-heading .heading-rule {
  width: 48px;
  height: 3px;
  background: #F49414;
  border-radius: 5px;
  margin: 16px auto 0
}

.ctc-us .field-group {
  margin-bottom: 32px
}

.ctc-us .field-label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #046566;
  font-weight: 600;
  margin-bottom: 8px
}

.ctc-us .field-input {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #1b3a3a;
  background: #FBFEED;
  border: 1.5px solid #d4e8d4;
  border-radius: 14px;
  box-shadow: inset 0 2px 4px #0465660f;
  transition: border-color .28s ease-in-out, box-shadow .28s ease-in-out;
  outline: none;
  box-sizing: border-box
}

.ctc-us .field-input::placeholder {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .02em;
  color: #7aada8
}

.ctc-us .field-input:focus {
  border-color: #046566;
  box-shadow: inset 0 2px 4px #04656614 0 0 0 3px #0465661a
}

.ctc-us .checkboxes-label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #046566;
  font-weight: 600;
  margin-bottom: 16px
}

.ctc-us .interest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.ctc-us .interest-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #FBFEED;
  border-radius: 14px;
  border: 1.5px solid #d4e8d4;
  cursor: pointer;
  transition: border-color .25s ease-in-out, background .25s ease-in-out
}

.ctc-us .interest-item:hover {
  border-color: #046566;
  background: #edf7ed
}

.ctc-us .interest-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #046566;
  cursor: pointer;
  flex-shrink: 0
}

.ctc-us .interest-item .item-text {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b3a3a
}

.ctc-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #FBFEED;
  border-radius: 14px;
  border: 1.5px solid #d4e8d4;
  margin-bottom: 32px;
  margin-top: 32px
}

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

.ctc-us .privacy-text {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2d4f4f
}

.ctc-us .privacy-text a {
  color: #046566;
  text-decoration: none;
  font-weight: 600;
  transition: color .25s ease-in-out
}

.ctc-us .privacy-text a:hover {
  color: #F49414
}

.ctc-us .submit-btn {
  display: block;
  width: 100%;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(197deg, #046566, #F49414);
  border: none;
  border-radius: 22px;
  cursor: pointer;
  box-shadow: 0 7px 14px -1px #f494141a;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctc-us .submit-btn:hover {
  background: linear-gradient(17deg, #046566, #F49414);
  box-shadow: 0 10px 60px -1px #f494141f
}

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

.ctc-us .submit-btn:active {
  box-shadow: inset 0 2px 4px #0465661f
}

.ctc-us .divider-curve {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FBFEED;
  padding: 0;
  line-height: 0
}

.ctc-us .divider-curve svg {
  display: block;
  width: 100%
}

.ctc-us .methodology-panel {
  padding: 96px 48px;
  background: linear-gradient(197deg, #046566 0%, #1b5e5f 60%, #FBFEED 100%);
  position: relative
}

.ctc-us .methodology-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none
}

.ctc-us .methodology-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center
}

.ctc-us .methodology-inner h3 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin-bottom: 16px
}

.ctc-us .methodology-inner .meth-intro {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #fbfeede0;
  margin-bottom: 48px
}

.ctc-us .meth-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px
}

.ctc-us .meth-card {
  background: #ffffff1a;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 32px 16px;
  border: 1px solid #fbfeed2e;
  box-shadow: 0 7px 14px -1px #0465661a
}

.ctc-us .meth-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 38px;
  background: #f4941438;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px
}

.ctc-us .meth-card .card-icon .ti {
  font-size: 22px;
  color: #F49414
}

.ctc-us .meth-card h4 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FBFEED;
  margin-bottom: 8px
}

.ctc-us .meth-card .card-desc {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #fbfeedcc
}

.ctc-us .meth-link-wrap {
  display: flex;
  justify-content: center
}

.ctc-us .meth-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 700;
  color: #046566;
  background: #FBFEED;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 7px 14px -1px #0465661a;
  transition: background .28s ease-in-out, color .28s ease-in-out, box-shadow .28s ease-in-out
}

.ctc-us .meth-link:hover {
  background: #F49414 !important;
  color: #fff;
  box-shadow: 0 10px 60px -1px #f494141f
}

.ctc-us .meth-link .ti {
  font-size: 18px
}

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

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

  .ctc-us .meth-cards {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ctc-us .interest-grid {
    grid-template-columns: 1fr
  }

  .ctc-us .reach-panel,
  .ctc-us .form-panel,
  .ctc-us .methodology-panel {
    padding: 48px 16px
  }
}

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

  .ctc-us .form-heading h2 {
    font-size: 28px
  }

  .ctc-us .methodology-inner h3 {
    font-size: 28px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 16px;
  background: linear-gradient(197deg, #046566 0%, #FBFEED 100%)
}

.success-page .success-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 60px -1px #0465661f;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 38px;
  background: linear-gradient(197deg, #046566 0%, #FBFEED 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  box-shadow: 0 7px 14px -1px #0465661a
}

.success-page .success-icon-wrap svg {
  display: block
}

.success-page .success-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #046566;
  margin: 0 0 16px
}

.success-page .success-subtext {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #2d4a4a;
  margin: 0 0 32px
}

.success-page .success-divider {
  width: 48px;
  height: 3px;
  background: #F49414;
  border-radius: 5px;
  margin: 0 auto 32px
}

.success-page .success-detail {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .02em;
  color: #3a5555;
  margin: 0 0 48px
}

.success-page .success-detail a {
  color: #046566;
  text-decoration: none;
  transition: color .28s ease-in-out
}

.success-page .success-detail a:hover {
  color: #F49414
}

.success-page .success-btn {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(197deg, #F49414 0%, #e08210 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 7px 14px -1px #f494141a;
  transition: box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1), background .35s ease-in-out
}

.success-page .success-btn:hover {
  background: linear-gradient(17deg, #F49414 0%, #e08210 100%);
  box-shadow: 0 10px 60px -1px #f494141f;
  color: #fff;
  text-decoration: none
}

.success-page .success-btn:focus {
  outline: 3px solid #046566;
  outline-offset: 3px
}

@media (max-width: 600px) {
  .success-page .success-card {
    padding: 32px 16px
  }

  .success-page .success-heading {
    font-size: 28px
  }
}