body {
  margin: 0
}

.layout-box {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.site-header {
  background: linear-gradient(135deg, #216FE3 0%, #1a4fa8 60%, #D5BEAB 100%);
  padding-top: 0;
  padding-bottom: 0;
  position: relative
}

.header-top-bar {
  background: #216fe32e;
  border-bottom: 1px solid #d5beab38;
  padding-top: 12px;
  padding-bottom: 12px
}

.header-top-inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px
}

.contact-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.contact-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E4E6E9;
  text-decoration: none;
  transition: color .5s ease
}

.contact-strip-item:hover {
  color: #fff
}

.contact-strip-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.header-main-row {
  padding-top: 24px;
  padding-bottom: 24px
}

.header-main-inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}

.brand-zone {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.brand-mark {
  box-sizing: border-box;
  width: 72px;
  height: 72px;
  border-radius: 46px;
  border: 3px solid #D5BEAB;
  background: #fff;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.brand-mark img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block
}

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

.brand-name {
  font-family: 'Bitter', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: .01em
}

.brand-descriptor {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #D5BEAB
}

.nav-zone {
  display: flex;
  align-items: center
}

.primary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.primary-nav li {
  display: flex
}

.nav-link {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #E4E6E9;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s ease;
  white-space: nowrap;
  display: block;
  min-height: 44px;
  display: flex;
  align-items: center
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background: #ffffff1a;
  border-color: #d5beab59;
  outline: none
}

.nav-link:focus-visible {
  outline: 3px solid #216FE3;
  outline-offset: 2px
}

.nav-link-active {
  color: #fff;
  background: #ffffff24;
  border-color: #d5beab66
}

.header-notice-bar {
  background: #d5beab26;
  border-top: 1px solid #d5beab33;
  padding-top: 12px;
  padding-bottom: 12px
}

.notice-inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.notice-badge {
  background: #D5BEAB;
  color: #1a3a6e;
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  padding: 4px 12px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .08em;
  flex-shrink: 0
}

.notice-text {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E4E6E9
}

.site-footer {
  background: #1a3a6e;
  position: relative;
  overflow: hidden
}

.footer-dot-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d5beab1f 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.footer-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 48px
}

.footer-grid {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.footer-logo-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px
}

.footer-brand-mark {
  box-sizing: border-box;
  width: 68px;
  height: 68px;
  border-radius: 46px;
  border: 2px solid #D5BEAB;
  background: #fff;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.footer-brand-mark img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block
}

.footer-brand-name {
  font-family: 'Bitter', serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff
}

.footer-about {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #D5BEAB
}

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

.footer-contact-entry {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.footer-contact-label {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #D5BEAB;
  text-transform: uppercase;
  letter-spacing: .08em
}

.footer-contact-val {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E4E6E9;
  text-decoration: none;
  transition: color .55s ease
}

.footer-contact-val:hover {
  color: #fff
}

.footer-col-label {
  font-family: 'Bitter', serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 24px
}

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

.footer-service-item {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #D5BEAB;
  padding-left: 12px;
  border-top: 1px solid #d5beab26;
  padding-top: 12px
}

.footer-service-item:first-child {
  border-top: none;
  padding-top: 0
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid #d5beab2e;
  padding-top: 24px;
  padding-bottom: 24px
}

.footer-bottom-inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.footer-copy {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #e4e6e9a6
}

.footer-legal-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.footer-legal-link {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #e4e6e9a6;
  text-decoration: none;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer-legal-link:hover {
  color: #D5BEAB
}

.footer-legal-link:focus-visible {
  outline: 3px solid #216FE3;
  outline-offset: 2px;
  border-radius: 2px
}

.consent-card {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 320px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E4E6E9;
  box-shadow: 0 8px 40px 1px #216fe324;
  padding: 24px;
  z-index: 2000;
  box-sizing: border-box;
  display: none;
  transform: translateX(360px);
  transition: transform .18s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

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

.consent-desc {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a3a6e;
  margin: 0 0 24px
}

.consent-actions {
  display: flex;
  gap: 12px;
  align-items: center
}

.consent-btn-accept {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #216FE3;
  background: transparent;
  border: 2px solid #216FE3;
  border-radius: 46px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background .55s ease, color .55s ease;
  min-height: 44px
}

.consent-btn-accept:hover {
  background: #216FE3;
  color: #fff
}

.consent-btn-accept:focus-visible {
  outline: 3px solid #216FE3;
  outline-offset: 2px
}

.consent-btn-decline {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #1a3a6e;
  background: transparent;
  border: none;
  padding: 12px 4px;
  cursor: pointer;
  text-decoration: underline;
  min-height: 44px;
  transition: color .6s ease
}

.consent-btn-decline:hover {
  color: #216FE3
}

.consent-btn-decline:focus-visible {
  outline: 3px solid #216FE3;
  outline-offset: 2px
}

.pref-link {
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.4;
  color: #e4e6e9a6;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color .6s ease
}

.pref-link:hover {
  color: #D5BEAB
}

.pref-link:focus-visible {
  outline: 3px solid #216FE3;
  outline-offset: 2px;
  border-radius: 2px
}

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

  .footer-brand-col {
    grid-column: 1 / -1
  }

  .header-main-inner {
    gap: 24px
  }
}

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

  .nav-zone {
    width: 100%
  }

  .primary-nav {
    gap: 4px
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .contact-strip {
    gap: 12px
  }

  .consent-card {
    width: calc(100vw - 48px);
    right: 24px;
    left: 24px
  }

  .notice-inner {
    flex-wrap: wrap;
    justify-content: flex-start
  }
}

@media (max-width: 360px) {
  .brand-name {
    font-size: 23px
  }

  .header-main-inner {
    padding-left: 12px;
    padding-right: 12px
  }

  .nav-link {
    padding: 12px 4px
  }
}

.policy-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px
}

.policy-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2e;
  margin-bottom: 24px
}

.policy-content strong,
.policy-content b {
  font-weight: 700;
  color: #1a2a4a
}

.policy-content em,
.policy-content i {
  font-style: italic;
  color: #3a3a4a
}

.policy-content a {
  color: #216FE3;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s ease, text-decoration-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.policy-content a:hover {
  color: #174fb8;
  text-decoration-color: #D5BEAB
}

.policy-content a:visited {
  color: #5a4fcf
}

.policy-content div {
  margin-bottom: 24px
}

.policy-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 48px;
  box-shadow: 0 1px 3px 1px #216fe30f;
  border-radius: 8px;
  overflow: hidden
}

.policy-content thead {
  background-color: #216FE3
}

.policy-content thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 24px;
  text-align: left;
  letter-spacing: .03em
}

.policy-content tbody tr {
  border-bottom: 1px solid #E4E6E9;
  transition: background-color .18s ease
}

.policy-content tbody tr:last-child {
  border-bottom: none
}

.policy-content tbody tr:nth-child(even) {
  background-color: #f5f6f8
}

.policy-content tbody tr:hover {
  background-color: #d5beab26
}

.policy-content th,
.policy-content td {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2e;
  vertical-align: top
}

.policy-content td {
  border-right: 1px solid #E4E6E9
}

.policy-content td:last-child {
  border-right: none
}

@media (max-width: 768px) {
  .policy-content {
    padding: 48px 12px
  }

  .policy-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px
  }

  .policy-content th,
  .policy-content td {
    padding: 12px;
    font-size: 16px;
    white-space: nowrap
  }
}

@media (max-width: 360px) {
  .policy-content {
    padding: 24px 12px
  }

  .policy-content p {
    font-size: 16px
  }
}

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

.ab-us .pg-bound {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px
}

.ab-us .panoramic-band {
  background: linear-gradient(170deg, #216FE3 0%, #1a5abf 38%, #216fe32e 72%, transparent 100%);
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative
}

.ab-us .panoramic-band .pg-bound {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 48px;
  position: relative;
  z-index: 2
}

.ab-us .panoramic-band .quote-mark {
  color: #ffffff1f;
  font-size: 280px;
  font-weight: 900;
  left: -12px;
  line-height: 1.15;
  pointer-events: none;
  position: absolute;
  top: -48px;
  user-select: none;
  z-index: 1
}

.ab-us .panoramic-band .txt-col {
  flex: 1 1 560px;
  position: relative;
  z-index: 2
}

.ab-us .panoramic-band .img-col {
  flex: 0 0 380px;
  max-width: 380px;
  position: relative
}

.ab-us .panoramic-band .img-col .img-frame {
  border-radius: 8px;
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.ab-us .panoramic-band .img-col .img-frame img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%
}

.ab-us .panoramic-band .img-col .img-frame::after {
  background: linear-gradient(to top, #216fe38c 0%, transparent 60%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.ab-us .band-label {
  color: #D5BEAB;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase
}

.ab-us .band-h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 24px
}

.ab-us .band-h1 .punct {
  color: #D5BEAB
}

.ab-us .band-lead {
  color: #ffffffe0;
  font-size: 19px;
  line-height: 1.6;
  max-width: 520px
}

.ab-us .metrics-strip {
  background-color: #E4E6E9;
  background-image: linear-gradient(#216fe30f 1px, transparent 1px), linear-gradient(90deg, #216fe30f 1px, transparent 1px), linear-gradient(#216fe308 1px, transparent 1px), linear-gradient(90deg, #216fe308 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px, 8px 8px, 8px 8px;
  padding-bottom: 48px;
  padding-top: 48px
}

.ab-us .metrics-strip .pg-bound {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 24px
}

.ab-us .metric-card {
  background: #fff;
  border-radius: 8px;
  border-top: 3px solid #216FE3;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a;
  flex: 1 1 0;
  opacity: 0;
  padding: 24px;
  transform: rotateY(90deg);
  transition: opacity .6s ease, transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-us .metric-card.flipped {
  opacity: 1;
  transform: rotateY(0deg)
}

.ab-us .metric-card:nth-child(2) {
  border-top-color: #D5BEAB;
  transition-delay: .15s
}

.ab-us .metric-card:nth-child(3) {
  border-top-color: #216FE3;
  transition-delay: .3s
}

.ab-us .metric-card:nth-child(4) {
  border-top-color: #D5BEAB;
  transition-delay: .45s
}

.ab-us .metric-num {
  color: #216FE3;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 4px
}

.ab-us .metric-card:nth-child(2) .metric-num,
.ab-us .metric-card:nth-child(4) .metric-num {
  color: #8a6f58
}

.ab-us .metric-desc {
  color: #2c3340;
  font-size: 16px;
  line-height: 1.4
}

.ab-us .about-detail {
  padding-bottom: 96px;
  padding-top: 96px
}

.ab-us .about-detail .pg-bound {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr
}

.ab-us .detail-visual {
  position: relative
}

.ab-us .detail-visual .main-img {
  border-radius: 8px;
  height: 440px;
  object-fit: cover;
  object-position: center;
  width: 100%
}

.ab-us .detail-visual .accent-img {
  border: 4px solid #fff;
  border-radius: 8px;
  bottom: -24px;
  box-shadow: 0 8px 40px 1px #216fe324;
  height: 180px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: -24px;
  width: 220px
}

.ab-us .detail-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.ab-us .detail-copy .eyebrow {
  color: #216FE3;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase
}

.ab-us .detail-h2 {
  color: #1c2d4a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0
}

.ab-us .detail-body {
  color: #2c3340;
  font-size: 19px;
  line-height: 1.6
}

.ab-us .detail-body+.detail-body {
  margin-top: -12px
}

.ab-us .step-path {
  padding-bottom: 96px;
  padding-top: 0
}

.ab-us .step-path .pg-bound {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ab-us .step-path-head {
  text-align: center
}

.ab-us .step-path-head .sh2 {
  color: #1c2d4a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px
}

.ab-us .step-path-head .sdesc {
  color: #2c3340;
  font-size: 19px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px
}

.ab-us .steps-track {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative
}

.ab-us .steps-track::before {
  background: linear-gradient(90deg, #216FE3 0%, #D5BEAB 100%);
  content: "";
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 0
}

.ab-us .step-item {
  align-items: flex-start;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  padding-right: 24px;
  position: relative;
  z-index: 1
}

.ab-us .step-item:last-child {
  padding-right: 0
}

.ab-us .step-dot {
  align-items: center;
  background: #216FE3;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  line-height: 1.15;
  margin-bottom: 12px;
  transition: background-color .5s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 64px
}

.ab-us .step-item:nth-child(even) .step-dot {
  background: #8a6f58
}

.ab-us .step-item:hover .step-dot {
  background: #1a5abf !important;
  transform: scale(1.12)
}

.ab-us .step-name {
  color: #1c2d4a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4
}

.ab-us .step-desc {
  color: #2c3340;
  font-size: 16px;
  line-height: 1.6
}

.ab-us .team-block {
  background: #1c2d4a;
  padding-bottom: 96px;
  padding-top: 96px
}

.ab-us .team-block .pg-bound {
  display: grid;
  gap: 48px;
  grid-template-columns: 340px 1fr
}

.ab-us .portrait-wrap {
  align-self: start;
  position: relative
}

.ab-us .portrait-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 300px
}

.ab-us .portrait-circle img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%
}

.ab-us .portrait-ring {
  border: 2px solid #d5beab66;
  border-radius: 50%;
  height: 324px;
  left: -12px;
  pointer-events: none;
  position: absolute;
  top: -12px;
  width: 324px
}

.ab-us .team-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.ab-us .team-label {
  color: #D5BEAB;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase
}

.ab-us .team-h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ab-us .team-role {
  color: #D5BEAB;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: -12px
}

.ab-us .team-body {
  color: #ffffffd1;
  font-size: 19px;
  line-height: 1.6
}

.ab-us .team-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px
}

.ab-us .tag-pill {
  background: #ffffff14;
  border: 1px solid #d5beab4d;
  border-radius: 46px;
  color: #D5BEAB;
  font-size: 16px;
  line-height: 1.4;
  padding: 4px 12px;
  transition: background-color .55s ease, border-color .55s ease
}

.ab-us .tag-pill:hover {
  background: #d5beab2e;
  border-color: #D5BEAB
}

.ab-us .btn-primary {
  background: #216FE3;
  border: 2px solid #216FE3;
  border-radius: 2px;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s ease
}

.ab-us .btn-primary::after {
  border: 2px solid #ffffff80;
  border-radius: 2px;
  bottom: 3px;
  content: "";
  left: 3px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: opacity .55s ease
}

.ab-us .btn-primary:hover {
  background: #1a5abf;
  box-shadow: 0 8px 40px 1px #216fe324
}

.ab-us .btn-primary:hover::after {
  opacity: 1
}

.ab-us .btn-primary:focus {
  outline: 3px solid #D5BEAB;
  outline-offset: 3px
}

.ab-us .btn-primary:active {
  box-shadow: inset 0 2px 4px #216fe32e
}

@media (max-width: 1024px) {
  .ab-us .panoramic-band .pg-bound {
    flex-direction: column;
    gap: 48px
  }

  .ab-us .panoramic-band .img-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .ab-us .band-h1 {
    font-size: 30px
  }

  .ab-us .about-detail .pg-bound {
    grid-template-columns: 1fr
  }

  .ab-us .detail-visual .accent-img {
    display: none
  }

  .ab-us .team-block .pg-bound {
    grid-template-columns: 1fr
  }

  .ab-us .portrait-circle {
    height: 220px;
    width: 220px
  }

  .ab-us .portrait-ring {
    height: 244px;
    width: 244px
  }

  .ab-us .steps-track {
    flex-direction: column;
    gap: 24px
  }

  .ab-us .steps-track::before {
    bottom: 0;
    height: auto;
    left: 31px;
    right: auto;
    top: 0;
    width: 2px
  }

  .ab-us .step-item {
    flex-direction: row;
    padding-right: 0
  }

  .ab-us .step-item .step-dot {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 12px
  }

  .ab-us .step-item .step-text {
    display: flex;
    flex-direction: column;
    gap: 4px
  }

  .ab-us .metrics-strip .pg-bound {
    flex-wrap: wrap
  }

  .ab-us .metric-card {
    flex: 1 1 calc(50% - 12px)
  }
}

@media (max-width: 768px) {
  .ab-us .band-h1 {
    font-size: 30px
  }

  .ab-us .panoramic-band {
    padding-bottom: 48px;
    padding-top: 48px
  }

  .ab-us .about-detail {
    padding-bottom: 48px;
    padding-top: 48px
  }

  .ab-us .step-path {
    padding-bottom: 48px
  }

  .ab-us .team-block {
    padding-bottom: 48px;
    padding-top: 48px
  }

  .ab-us .metric-card {
    flex: 1 1 100%
  }

  .ab-us .quote-mark {
    font-size: 140px !important
  }
}

@media (max-width: 360px) {
  .ab-us .pg-bound {
    padding-left: 12px;
    padding-right: 12px
  }

  .ab-us .band-h1 {
    font-size: 23px
  }
}

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

.ptl-portal .col-bound {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px
}

.ptl-portal .divider-tri {
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%
}

.ptl-portal .divider-tri svg {
  display: block;
  width: 100%
}

.ptl-portal .entry-frame {
  background-color: #fff;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative
}

.ptl-portal .entry-frame .geo-corner-tl {
  height: 80px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 80px
}

.ptl-portal .entry-frame .geo-corner-br {
  bottom: 0;
  height: 80px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 80px
}

.ptl-portal .entry-layout {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 48px
}

.ptl-portal .entry-img-col {
  flex: 0 0 340px;
  max-width: 340px
}

.ptl-portal .entry-img-wrap {
  border-radius: 8px;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
  filter: saturate(0.45) brightness(1.05);
  height: 440px;
  overflow: hidden;
  width: 100%
}

.ptl-portal .entry-img-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter .6s ease;
  width: 100%
}

.ptl-portal .entry-text-col {
  flex: 1 1 0
}

.ptl-portal .entry-kicker {
  color: #216FE3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase
}

.ptl-portal .entry-h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px
}

.ptl-portal .entry-h1 .grad-word {
  background: linear-gradient(112deg, #216FE3 30%, #D5BEAB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ptl-portal .entry-desc {
  color: #2c2c2c;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 520px
}

.ptl-portal .entry-metrics {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-top: 24px
}

.ptl-portal .metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ptl-portal .metric-num {
  color: #216FE3;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ptl-portal .metric-label {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.4
}

.ptl-portal .metric-arrow {
  align-items: center;
  color: #216FE3;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  gap: 4px;
  margin-top: 4px
}

.ptl-portal .metric-arrow svg {
  flex-shrink: 0
}

.ptl-portal .adapt-frame {
  background-color: #f2ede8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative
}

.ptl-portal .adapt-frame .bg-pan {
  animation: bgDrift 18s ease infinite alternate;
  background-image: radial-gradient(ellipse 60% 45% at 18% 55%, #216fe312 0%, transparent 70%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

@keyframes bgDrift {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-24px)
  }
}

.ptl-portal .adapt-grid {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr
}

.ptl-portal .adapt-text-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl-portal .adapt-h2 {
  color: #1a2c4e;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ptl-portal .adapt-h2 span {
  color: #216FE3
}

.ptl-portal .adapt-body {
  color: #2c2c2c;
  font-size: 19px;
  line-height: 1.6
}

.ptl-portal .adapt-body p {
  margin-bottom: 12px
}

.ptl-portal .adapt-body p:last-child {
  margin-bottom: 0
}

.ptl-portal .adapt-num-list {
  counter-reset: adapt-counter;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0
}

.ptl-portal .adapt-num-list li {
  align-items: flex-start;
  counter-increment: adapt-counter;
  display: flex;
  flex-direction: row;
  gap: 12px
}

.ptl-portal .adapt-num-list li::before {
  color: #216FE3;
  content: counter(adapt-counter, decimal-leading-zero);
  flex-shrink: 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
  min-width: 36px
}

.ptl-portal .adapt-num-list li .li-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ptl-portal .adapt-num-list li .li-label {
  color: #1a2c4e;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4
}

.ptl-portal .adapt-num-list li .li-desc {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.6
}

.ptl-portal .adapt-visual-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl-portal .adapt-img-wrap {
  border-radius: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 88% 100%, 0 100%);
  height: 320px;
  overflow: hidden;
  width: 100%
}

.ptl-portal .adapt-img-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%
}

.ptl-portal .adapt-stat-strip {
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 18px 1px #216fe31a;
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow: hidden
}

.ptl-portal .stat-cell {
  border-right: 1px solid #E4E6E9;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  padding: 24px
}

.ptl-portal .stat-cell:last-child {
  border-right: none
}

.ptl-portal .stat-cell .sc-num {
  color: #216FE3;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ptl-portal .stat-cell .sc-label {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.4
}

.ptl-portal .div-tri-down {
  background-color: #f2ede8;
  display: block;
  line-height: 0
}

.ptl-portal .div-tri-down svg {
  display: block;
  width: 100%
}

.ptl-portal .relation-frame {
  background-color: #fff;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative
}

.ptl-portal .relation-frame .curl-deco {
  bottom: 24px;
  opacity: .06;
  pointer-events: none;
  position: absolute;
  right: 24px
}

.ptl-portal .relation-top {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-bottom: 48px
}

.ptl-portal .relation-h2 {
  color: #1a2c4e;
  flex: 1 1 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ptl-portal .relation-h2 span {
  color: #D5BEAB
}

.ptl-portal .relation-lead {
  color: #2c2c2c;
  flex: 1 1 0;
  font-size: 19px;
  line-height: 1.6
}

.ptl-portal .relation-three-col {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px
}

.ptl-portal .rel-card {
  background: #fff;
  border: 1px solid #E4E6E9;
  border-radius: 8px;
  box-shadow: 0 1px 3px 1px #216fe30f;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  transition: box-shadow .5s ease, border-color .25s ease
}

.ptl-portal .rel-card:hover {
  border-color: #216FE3;
  box-shadow: 0 7px 18px 1px #216fe31a
}

.ptl-portal .rel-card .rc-icon {
  align-items: center;
  background: #E4E6E9;
  border-radius: 46px;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: center;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 44px
}

.ptl-portal .rel-card:hover .rc-icon {
  background: #216fe31f
}

.ptl-portal .rel-card .rc-icon svg {
  display: block
}

.ptl-portal .rel-card .rc-label {
  color: #1a2c4e;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4
}

.ptl-portal .rel-card .rc-desc {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.6
}

.ptl-portal .relation-portrait-row {
  align-items: center;
  background: #E4E6E9;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  overflow: hidden;
  padding: 48px
}

.ptl-portal .portrait-wrap {
  border-radius: 50%;
  box-shadow: 0 8px 40px 1px #216fe324;
  flex-shrink: 0;
  height: 140px;
  overflow: hidden;
  width: 140px
}

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

.ptl-portal .portrait-text {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ptl-portal .portrait-text .pt-quote {
  color: #2c2c2c;
  font-size: 19px;
  line-height: 1.6
}

.ptl-portal .portrait-text .pt-name {
  color: #216FE3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4
}

.ptl-portal .portrait-text .pt-role {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.4
}

.ptl-portal .div-tri-3 {
  background-color: #fff;
  display: block;
  line-height: 0
}

.ptl-portal .div-tri-3 svg {
  display: block;
  width: 100%
}

.ptl-portal .prob-frame {
  background-color: #1a2c4e;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative
}

.ptl-portal .prob-frame .bg-pan-dark {
  animation: bgDrift 22s ease infinite alternate;
  background-image: radial-gradient(ellipse 55% 40% at 80% 30%, #d5beab14 0%, transparent 65%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.ptl-portal .prob-layout {
  display: grid;
  gap: 48px;
  grid-template-columns: 5fr 4fr
}

.ptl-portal .prob-text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl-portal .prob-label {
  color: #D5BEAB;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase
}

.ptl-portal .prob-h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ptl-portal .prob-h2 span {
  color: #D5BEAB
}

.ptl-portal .prob-body {
  color: #c8cdd6;
  font-size: 19px;
  line-height: 1.6
}

.ptl-portal .prob-body p {
  margin-bottom: 12px
}

.ptl-portal .prob-body p:last-child {
  margin-bottom: 0
}

.ptl-portal .feat-strip {
  border-top: 1px solid #e4e6e933;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px
}

.ptl-portal .feat-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 100px
}

.ptl-portal .feat-item .fi-icon {
  align-items: center;
  background: #216fe32e;
  border-radius: 46px;
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: center;
  margin-bottom: 4px;
  width: 40px
}

.ptl-portal .feat-item .fi-icon svg {
  display: block
}

.ptl-portal .feat-item .fi-label {
  color: #E4E6E9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center
}

.ptl-portal .prob-visual {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ptl-portal .prob-img-wrap {
  border-radius: 8px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
  height: 280px;
  overflow: hidden;
  width: 100%
}

.ptl-portal .prob-img-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%
}

.ptl-portal .prob-change-block {
  background: #ffffff0f;
  border: 1px solid #e4e6e926;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px
}

.ptl-portal .prob-change-block .pcb-label {
  color: #D5BEAB;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4
}

.ptl-portal .change-pair {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px
}

.ptl-portal .change-num {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15
}

.ptl-portal .change-num.from {
  color: #E4E6E9
}

.ptl-portal .change-num.to {
  color: #216FE3
}

.ptl-portal .change-arrow {
  align-items: center;
  display: flex;
  flex-direction: row
}

.ptl-portal .change-arrow svg {
  display: block
}

.ptl-portal .change-desc {
  color: #c8cdd6;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4px
}

.ptl-portal .prob-img-second {
  border-radius: 8px;
  height: 180px;
  overflow: hidden;
  width: 100%
}

.ptl-portal .prob-img-second img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%
}

@media (max-width: 1024px) {
  .ptl-portal .entry-h1 {
    font-size: 48px
  }

  .ptl-portal .entry-img-col {
    flex: 0 0 260px;
    max-width: 260px
  }

  .ptl-portal .entry-img-wrap {
    height: 340px
  }

  .ptl-portal .adapt-grid {
    grid-template-columns: 1fr
  }

  .ptl-portal .relation-three-col {
    grid-template-columns: 1fr 1fr
  }

  .ptl-portal .prob-layout {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .ptl-portal .entry-layout {
    flex-direction: column
  }

  .ptl-portal .entry-img-col {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%
  }

  .ptl-portal .entry-img-wrap {
    height: 260px
  }

  .ptl-portal .entry-h1 {
    font-size: 30px
  }

  .ptl-portal .entry-metrics {
    flex-wrap: wrap;
    gap: 24px
  }

  .ptl-portal .relation-top {
    flex-direction: column;
    gap: 24px
  }

  .ptl-portal .relation-three-col {
    grid-template-columns: 1fr
  }

  .ptl-portal .relation-portrait-row {
    flex-direction: column;
    padding: 24px;
    text-align: center
  }

  .ptl-portal .feat-strip {
    justify-content: center
  }
}

@media (max-width: 360px) {
  .ptl-portal .entry-frame {
    padding-bottom: 48px;
    padding-top: 48px
  }

  .ptl-portal .entry-h1 {
    font-size: 23px
  }

  .ptl-portal .adapt-frame,
  .ptl-portal .relation-frame,
  .ptl-portal .prob-frame {
    padding-bottom: 48px;
    padding-top: 48px
  }

  .ptl-portal .adapt-stat-strip {
    flex-direction: column
  }

  .ptl-portal .stat-cell {
    border-bottom: 1px solid #E4E6E9;
    border-right: none
  }

  .ptl-portal .stat-cell:last-child {
    border-bottom: none
  }
}

.ct-us {
  max-width: 100%;
  overflow-x: clip
}

.ct-us .pg-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.ct-us .fade-in {
  animation: ctFadeIn .7s ease forwards
}

@keyframes ctFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.ct-us .divider-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto
}

.ct-us .divider-cross .d-line {
  height: 1px;
  width: 48px;
  background: #D5BEAB
}

.ct-us .divider-cross .d-sym {
  width: 10px;
  height: 10px;
  position: relative;
  flex-shrink: 0
}

.ct-us .divider-cross .d-sym::before,
.ct-us .divider-cross .d-sym::after {
  content: "";
  position: absolute;
  background: #216FE3;
  border-radius: 2px
}

.ct-us .divider-cross .d-sym::before {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0
}

.ct-us .divider-cross .d-sym::after {
  width: 10px;
  height: 2px;
  left: 0;
  top: 4px
}

.ct-us .panel-top {
  background: #fff;
  padding: 96px 0 48px;
  position: relative
}

.ct-us .panel-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E4E6E9
}

.ct-us .pt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.ct-us .pt-left {
  position: relative
}

.ct-us .pt-label {
  font-size: 16px;
  line-height: 1.4;
  color: #216FE3;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block
}

.ct-us .pt-heading {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #1b2a3b;
  margin: 0 0 24px;
  letter-spacing: -.02em
}

.ct-us .pt-heading .kw {
  color: #216FE3;
  text-decoration: underline;
  text-decoration-color: #D5BEAB;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px
}

.ct-us .pt-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #2c3e50;
  margin: 0 0 48px
}

.ct-us .pt-geo {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ct-us .geo-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ct-us .geo-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px
}

.ct-us .geo-text {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50
}

.ct-us .geo-text a {
  color: #216FE3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
  padding-bottom: 1px
}

.ct-us .geo-text a:hover {
  border-bottom-color: #216FE3;
  outline: 1px solid #216FE3;
  outline-offset: 2px
}

.ct-us .geo-text a:focus-visible {
  outline: 2px solid #216FE3;
  outline-offset: 3px;
  border-radius: 2px
}

.ct-us .pt-deco {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 80px;
  height: 80px;
  opacity: .08;
  pointer-events: none
}

.ct-us .pt-deco .deco-sq {
  position: absolute;
  border: 2px solid #216FE3;
  border-radius: 8px
}

.ct-us .pt-deco .deco-sq:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0
}

.ct-us .pt-deco .deco-sq:nth-child(2) {
  width: 50px;
  height: 50px;
  top: 15px;
  left: 15px
}

.ct-us .pt-right {
  background: radial-gradient(ellipse 80% 60% at 20% 40%, #216fe312 0%, transparent 70%);
  border-radius: 8px;
  padding: 48px;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a;
  position: relative
}

.ct-us .pt-right::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid #E4E6E9;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0
}

.ct-us .form-body {
  position: relative;
  z-index: 1
}

.ct-us .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px
}

.ct-us .form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px
}

.ct-us .form-field.no-mb {
  margin-bottom: 0
}

.ct-us .f-label {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2a3b;
  font-weight: 600
}

.ct-us .f-req {
  color: #216FE3;
  margin-left: 2px
}

.ct-us .f-input {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2a3b;
  background: #fff;
  border: 1px solid #D5BEAB;
  border-radius: 8px;
  padding: 12px 24px;
  outline: none;
  box-shadow: inset 0 2px 4px #216fe30a;
  transition: border-color .2s ease, box-shadow .25s ease;
  width: 100%;
  box-sizing: border-box
}

.ct-us .f-input::placeholder {
  color: #8fa3b8
}

.ct-us .f-input:focus {
  border-color: #216FE3;
  box-shadow: inset 0 2px 4px #216fe30f 0 0 0 3px #216fe31a
}

.ct-us .f-select {
  font-size: 16px;
  line-height: 1.4;
  color: #1b2a3b;
  background: #fff;
  border: 1px solid #D5BEAB;
  border-radius: 8px;
  padding: 12px 24px;
  outline: none;
  box-shadow: inset 0 2px 4px #216fe30a;
  transition: border-color .2s ease, box-shadow .25s ease;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23216FE3' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer
}

.ct-us .f-select:focus {
  border-color: #216FE3;
  box-shadow: inset 0 2px 4px #216fe30f 0 0 0 3px #216fe31a
}

.ct-us .radio-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.ct-us .radio-opt {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer
}

.ct-us .radio-opt input[type="radio"] {
  accent-color: #216FE3;
  width: 18px;
  height: 18px;
  cursor: pointer
}

.ct-us .radio-opt .r-text {
  font-size: 16px;
  line-height: 1.4;
  color: #2c3e50
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

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

.ct-us .privacy-text {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50
}

.ct-us .privacy-text a {
  color: #216FE3;
  text-decoration: underline;
  text-underline-offset: 3px
}

.ct-us .privacy-text a:hover {
  outline: 1px solid #216FE3;
  outline-offset: 2px;
  border-radius: 2px
}

.ct-us .privacy-text a:focus-visible {
  outline: 2px solid #216FE3;
  outline-offset: 3px;
  border-radius: 2px
}

.ct-us .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background: #216FE3;
  border: 2px solid #216FE3;
  border-radius: 46px;
  padding: 12px 48px;
  cursor: pointer;
  position: relative;
  transition: background .2s ease, color .2s ease, box-shadow .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 7px 18px 1px #216fe31a
}

.ct-us .btn-submit::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #fff0;
  border-radius: 46px;
  transition: border-color .2s ease
}

.ct-us .btn-submit:hover {
  background: #1858c0;
  box-shadow: 0 8px 40px 1px #216fe324
}

.ct-us .btn-submit:hover::before {
  border-color: #fff6
}

.ct-us .btn-submit:focus-visible {
  outline: 2px solid #216FE3;
  outline-offset: 4px
}

.ct-us .btn-submit:active {
  background: #1448a0;
  box-shadow: inset 0 2px 4px #216fe32e
}

.ct-us .panel-mid {
  background: #E4E6E9;
  padding: 48px 0
}

.ct-us .mid-strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #216fe30f 0 7px 18px 1px #216fe31a
}

.ct-us .mid-accent {
  width: 8px;
  background: #216FE3;
  flex-shrink: 0
}

.ct-us .mid-body {
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  padding: 48px
}

.ct-us .mid-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  border-right: 1px solid #E4E6E9;
  padding-right: 48px
}

.ct-us .mid-stat:last-child {
  border-right: none;
  padding-right: 0
}

.ct-us .stat-num {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #216FE3;
  letter-spacing: -.02em
}

.ct-us .stat-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50
}

.ct-us .panel-bottom {
  background: #1b2a3b;
  padding: 96px 0;
  position: relative
}

.ct-us .panel-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 60% 80% at 15% 50%, #216fe32e 0%, transparent 65%);
  pointer-events: none
}

.ct-us .pb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1
}

.ct-us .pb-head {
  grid-column: 1 / -1;
  margin-bottom: 24px
}

.ct-us .pb-heading {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px
}

.ct-us .pb-sub {
  font-size: 19px;
  line-height: 1.6;
  color: #D5BEAB;
  margin: 0
}

.ct-us .pb-card {
  background: #ffffff0d;
  border: 1px solid #d5beab33;
  border-radius: 8px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .5s ease, border-color .5s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .pb-card:hover {
  background: #216fe31f;
  border-color: #216fe366;
  box-shadow: 0 8px 40px 1px #216fe324
}

.ct-us .card-ico {
  width: 40px;
  height: 40px;
  flex-shrink: 0
}

.ct-us .card-lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #D5BEAB;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ct-us .card-val {
  font-size: 19px;
  line-height: 1.6;
  color: #fff
}

.ct-us .card-val a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #d5beab66;
  transition: border-color .2s ease, color .2s ease;
  padding-bottom: 1px
}

.ct-us .card-val a:hover {
  color: #D5BEAB;
  border-bottom-color: #D5BEAB;
  outline: 1px solid #d5beab80;
  outline-offset: 2px
}

.ct-us .card-val a:focus-visible {
  outline: 2px solid #D5BEAB;
  outline-offset: 3px;
  border-radius: 2px
}

.ct-us .pb-corner-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0
}

.ct-us .pb-corner-deco.top-right {
  top: -24px;
  right: 0;
  width: 120px;
  height: 120px
}

.ct-us .pb-corner-deco.bot-left {
  bottom: -24px;
  left: 0;
  width: 80px;
  height: 80px
}

.ct-us .corner-svg {
  width: 100%;
  height: 100%;
  opacity: .12
}

@media (max-width: 1024px) {
  .ct-us .pt-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .ct-us .pt-heading {
    font-size: 30px
  }

  .ct-us .pb-grid {
    grid-template-columns: 1fr 1fr
  }

  .ct-us .pb-head {
    grid-column: 1 / -1
  }

  .ct-us .mid-body {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
  }

  .ct-us .mid-stat {
    border-right: none;
    border-bottom: 1px solid #E4E6E9;
    padding-right: 0;
    padding-bottom: 24px;
    width: 100%
  }

  .ct-us .mid-stat:last-child {
    border-bottom: none;
    padding-bottom: 0
  }
}

@media (max-width: 768px) {
  .ct-us .panel-top {
    padding: 48px 0 24px
  }

  .ct-us .pt-right {
    padding: 24px
  }

  .ct-us .form-row {
    grid-template-columns: 1fr
  }

  .ct-us .pb-grid {
    grid-template-columns: 1fr
  }

  .ct-us .panel-bottom {
    padding: 48px 0
  }

  .ct-us .stat-num {
    font-size: 30px
  }

  .ct-us .mid-body {
    padding: 24px
  }

  .ct-us .radio-group {
    flex-direction: column
  }
}

@media (max-width: 360px) {
  .ct-us .pg-body {
    padding: 0 12px
  }

  .ct-us .pt-heading {
    font-size: 23px
  }

  .ct-us .btn-submit {
    width: 100%
  }
}

.spsr-pg {
  overflow-x: clip;
  background: #fff
}

.spsr-pg .reveal {
  opacity: 0;
  transform: translateY(32px);
  animation: revealUp .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.spsr-pg .reveal-clip {
  clip-path: inset(0 0 100% 0);
  animation: clipReveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

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

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

.spsr-pg .delay-1 {
  animation-delay: .1s
}

.spsr-pg .delay-2 {
  animation-delay: .22s
}

.spsr-pg .delay-3 {
  animation-delay: .38s
}

.spsr-pg .delay-4 {
  animation-delay: .52s
}

.spsr-pg .pg-band {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.spsr-pg .band-tight {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.spsr-pg .entry-strip {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff
}

.spsr-pg .entry-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 90% at 18% 50%, #216fe314 0%, transparent 70%);
  pointer-events: none
}

.spsr-pg .entry-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 40% 60% at 82% 30%, #d5beab1f 0%, transparent 65%);
  pointer-events: none
}

.spsr-pg .entry-geo {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  overflow: hidden
}

.spsr-pg .entry-geo svg {
  width: 100%;
  height: 100%
}

.spsr-pg .entry-geo-bl {
  position: absolute;
  bottom: 12px;
  left: 24px;
  width: 48px;
  height: 48px;
  pointer-events: none;
  overflow: hidden
}

.spsr-pg .entry-geo-bl svg {
  width: 100%;
  height: 100%
}

.spsr-pg .entry-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.spsr-pg .entry-text {
  flex: 1 1 auto
}

.spsr-pg .entry-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #216FE3;
  border: 1px solid #216fe340;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 24px
}

.spsr-pg .entry-h1 {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #216FE3;
  margin: 0 0 24px;
  letter-spacing: -.02em
}

.spsr-pg .entry-desc {
  font-size: 19px;
  line-height: 1.6;
  color: #2a2a2e;
  max-width: 560px;
  margin: 0
}

.spsr-pg .entry-img-col {
  flex: 0 0 340px;
  width: 340px
}

.spsr-pg .entry-img-frame {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px #216fe31a
}

.spsr-pg .entry-img-frame img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block
}

.spsr-pg .formats-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #E4E6E9;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 0 100%);
  padding-bottom: 128px
}

.spsr-pg .formats-eyebrow {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #216FE3;
  margin: 0 0 12px
}

.spsr-pg .formats-h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b2340;
  margin: 0 0 12px
}

.spsr-pg .formats-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3d4a;
  max-width: 520px;
  margin: 0 0 48px
}

.spsr-pg .formats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.spsr-pg .fmt-card {
  background: #fff;
  border-radius: 8px;
  padding: 48px 24px 24px;
  box-shadow: 0 1px 3px 1px #216fe30f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.spsr-pg .fmt-card:hover {
  box-shadow: 0 8px 40px 1px #216fe324;
  transform: translateY(-4px)
}

.spsr-pg .fmt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #216FE3;
  border-radius: 8px 8px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.spsr-pg .fmt-card:hover::before {
  transform: scaleX(1)
}

.spsr-pg .fmt-card.featured {
  background: #216FE3
}

.spsr-pg .fmt-card.featured .fmt-name,
.spsr-pg .fmt-card.featured .fmt-desc,
.spsr-pg .fmt-card.featured .fmt-item {
  color: #fff
}

.spsr-pg .fmt-card.featured .fmt-price {
  color: #D5BEAB
}

.spsr-pg .fmt-card.featured::before {
  background: #D5BEAB
}

.spsr-pg .fmt-num {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #216fe314;
  position: absolute;
  top: -12px;
  right: 12px;
  pointer-events: none;
  letter-spacing: -.04em
}

.spsr-pg .fmt-card.featured .fmt-num {
  color: #ffffff1a
}

.spsr-pg .fmt-name {
  font-size: 23px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b2340;
  margin: 0 0 12px
}

.spsr-pg .fmt-price {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  color: #216FE3;
  margin: 0 0 12px
}

.spsr-pg .fmt-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3d4a;
  margin: 0 0 24px
}

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

.spsr-pg .fmt-item {
  font-size: 16px;
  line-height: 1.4;
  color: #3a3d4a;
  padding-left: 12px;
  position: relative
}

.spsr-pg .fmt-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 46px;
  background: #216FE3
}

.spsr-pg .fmt-card.featured .fmt-item::before {
  background: #D5BEAB
}

.spsr-pg .terms-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}

.spsr-pg .terms-layout {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.spsr-pg .terms-aside {
  flex: 0 0 280px
}

.spsr-pg .terms-sticky {
  position: sticky;
  top: 24px
}

.spsr-pg .terms-h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #216FE3;
  margin: 0 0 24px
}

.spsr-pg .terms-intro {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3d4a;
  margin: 0 0 24px
}

.spsr-pg .terms-contact-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  background: #216FE3;
  border-radius: 46px;
  padding: 12px 24px;
  text-decoration: none;
  border: 2px solid #216FE3;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease, box-shadow .55s ease;
  position: relative
}

.spsr-pg .terms-contact-btn::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 46px;
  border: 1.5px solid #fff0;
  transition: border-color .55s ease
}

.spsr-pg .terms-contact-btn:hover {
  background: #1458c0;
  box-shadow: 0 7px 18px 1px #216fe31a
}

.spsr-pg .terms-contact-btn:hover::after {
  border-color: #ffffff59
}

.spsr-pg .terms-body {
  flex: 1 1 auto
}

.spsr-pg .terms-accord {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.spsr-pg .accord-row {
  border-radius: 8px;
  border: 1px solid #E4E6E9;
  overflow: hidden;
  transition: border-color .55s ease
}

.spsr-pg .accord-row:focus-within {
  border-color: #216FE3
}

.spsr-pg .accord-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  background: #fff;
  gap: 24px;
  list-style: none;
  user-select: none
}

.spsr-pg .accord-toggle::-webkit-details-marker {
  display: none
}

.spsr-pg .accord-q {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  color: #1b2340
}

.spsr-pg .accord-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 46px;
  border: 1.5px solid #216FE3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .5s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.spsr-pg details[open] .accord-icon {
  background: #216FE3;
  transform: rotate(45deg)
}

.spsr-pg .accord-icon svg {
  width: 12px;
  height: 12px
}

.spsr-pg .accord-body {
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3d4a
}

.spsr-pg .metrics-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1b2340;
  clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
  padding-top: 128px
}

.spsr-pg .metrics-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px
}

.spsr-pg .metrics-h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  max-width: 460px
}

.spsr-pg .metrics-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #b0b5c8;
  max-width: 400px;
  margin: 0
}

.spsr-pg .metrics-cta-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-shrink: 0
}

.spsr-pg .btn-primary {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  background: #216FE3;
  border-radius: 46px;
  padding: 12px 24px;
  text-decoration: none;
  border: 2px solid #216FE3;
  position: relative;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s ease
}

.spsr-pg .btn-primary::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 46px;
  border: 1.5px solid #fff0;
  transition: border-color .55s ease
}

.spsr-pg .btn-primary:hover {
  background: #1458c0;
  box-shadow: 0 8px 40px 1px #216fe324
}

.spsr-pg .btn-primary:hover::after {
  border-color: #ffffff4d
}

.spsr-pg .btn-ghost {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #D5BEAB;
  background: transparent;
  border-radius: 46px;
  padding: 12px 24px;
  text-decoration: none;
  border: 2px solid #D5BEAB;
  position: relative;
  transition: color .5s ease, background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.spsr-pg .btn-ghost::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 46px;
  border: 1.5px solid #d5beab00;
  transition: border-color .55s ease
}

.spsr-pg .btn-ghost:hover {
  background: #d5beab1a
}

.spsr-pg .btn-ghost:hover::after {
  border-color: #d5beab66
}

.spsr-pg .metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.spsr-pg .metric-tile {
  background: #ffffff0d;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #ffffff14;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease
}

.spsr-pg .metric-tile:hover {
  background: #216fe326;
  border-color: #216fe359
}

.spsr-pg .metric-val {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #216FE3;
  margin: 0 0 4px;
  letter-spacing: -.03em
}

.spsr-pg .metric-val.accent-warm {
  color: #D5BEAB
}

.spsr-pg .metric-label {
  font-size: 16px;
  line-height: 1.4;
  color: #b0b5c8;
  margin: 0
}

.spsr-pg .metrics-note {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #6e7490;
  max-width: 620px
}

@media (max-width: 1024px) {
  .spsr-pg .entry-h1 {
    font-size: 30px
  }

  .spsr-pg .entry-img-col {
    flex: 0 0 260px;
    width: 260px
  }

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

  .spsr-pg .metrics-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .spsr-pg .terms-layout {
    flex-direction: column;
    gap: 48px
  }

  .spsr-pg .terms-aside {
    flex: 0 0 auto;
    width: 100%
  }

  .spsr-pg .terms-sticky {
    position: static
  }

  .spsr-pg .metrics-top {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 768px) {
  .spsr-pg .entry-row {
    flex-direction: column;
    gap: 24px
  }

  .spsr-pg .entry-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .spsr-pg .entry-h1 {
    font-size: 30px
  }

  .spsr-pg .formats-grid {
    grid-template-columns: 1fr
  }

  .spsr-pg .metrics-row {
    grid-template-columns: 1fr 1fr
  }

  .spsr-pg .metrics-cta-group {
    flex-direction: column
  }

  .spsr-pg .metric-val {
    font-size: 30px
  }
}

@media (max-width: 360px) {
  .spsr-pg .entry-h1 {
    font-size: 23px
  }

  .spsr-pg .metrics-row {
    grid-template-columns: 1fr
  }

  .spsr-pg .metric-val {
    font-size: 23px
  }

  .spsr-pg .fmt-num {
    font-size: 30px
  }
}

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

.tstm-pg .pg-bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.tstm-pg .sweep-head {
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #333 0%, #333 40%, #216FE3 50%, #333 60%, #333 100%);
  background-size: 250% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: txt-sweep 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards
}

@keyframes txt-sweep {
  0% {
    background-position: 100% 0
  }

  100% {
    background-position: 0 0
  }
}

.tstm-pg .accent-word {
  color: #216FE3;
  -webkit-text-fill-color: #216FE3
}

.tstm-pg .upper-band {
  padding-top: 96px;
  padding-bottom: 96px;
  background: radial-gradient(ellipse 80% 60% at 20% 50%, #216fe312 0%, #fff 70%);
  position: relative
}

.tstm-pg .upper-band-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.tstm-pg .upper-text {
  flex: 1 1 0;
  min-width: 0
}

.tstm-pg .upper-text .pg-label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #216FE3;
  margin-bottom: 24px;
  font-weight: 600
}

.tstm-pg .upper-text h1 {
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  color: #1e2532;
  margin-bottom: 24px
}

.tstm-pg .upper-text .manifesto {
  font-size: 19px;
  line-height: 1.6;
  color: #2d3340;
  max-width: 520px;
  margin-bottom: 48px
}

.tstm-pg .upper-text .manifesto p {
  margin-bottom: 12px
}

.tstm-pg .upper-text .manifesto p:last-child {
  margin-bottom: 0
}

.tstm-pg .stat-row {
  display: flex;
  flex-direction: row;
  gap: 48px
}

.tstm-pg .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.tstm-pg .stat-num {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #216FE3
}

.tstm-pg .stat-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #4a5168
}

.tstm-pg .upper-img-col {
  flex: 0 0 320px;
  position: relative
}

.tstm-pg .img-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px #216fe31a;
  opacity: .82
}

.tstm-pg .img-card img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px
}

.tstm-pg .img-deco {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  border-radius: 46px;
  background: radial-gradient(ellipse 80% 80% at 30% 30%, #d5beab8c 0%, #d5beab00 80%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0
}

.tstm-pg .img-deco-b {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 100px;
  height: 100px;
  border-radius: 46px;
  background: radial-gradient(ellipse 80% 80% at 60% 60%, #216fe338 0%, #216fe300 80%);
  filter: blur(22px);
  pointer-events: none;
  z-index: 0
}

.tstm-pg .img-border-frame {
  position: absolute;
  inset: 12px;
  border: 1.5px solid #216fe32e;
  border-radius: 8px;
  pointer-events: none;
  z-index: 2
}

.tstm-pg .reviews-band {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #E4E6E9;
  position: relative
}

.tstm-pg .reviews-band::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 70% 50% at 18% 50%, #216fe30f 0%, transparent 70%);
  pointer-events: none
}

.tstm-pg .rev-head-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px
}

.tstm-pg .rev-head-row h2 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #1e2532;
  max-width: 480px
}

.tstm-pg .rev-head-row .sub-note {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5168;
  max-width: 280px;
  text-align: right
}

.tstm-pg .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.tstm-pg .rev-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px 1px #216fe30f;
  display: flex;
  flex-direction: column;
  gap: 12px;
  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);
  overflow: hidden
}

.tstm-pg .rev-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #216FE3;
  border-radius: 2px;
  transition: height .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tstm-pg .rev-card:hover::after {
  height: 100%
}

.tstm-pg .rev-card:hover {
  box-shadow: 0 8px 40px 1px #216fe324;
  transform: translateY(-4px)
}

.tstm-pg .rev-card .stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.tstm-pg .rev-card .star-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #216FE3
}

.tstm-pg .rev-card .star-dot.dim {
  background: #D5BEAB
}

.tstm-pg .rev-card .rev-quote {
  font-size: 16px;
  line-height: 1.6;
  color: #2d3340;
  flex: 1 1 auto
}

.tstm-pg .rev-card .rev-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #E4E6E9
}

.tstm-pg .rev-card .rev-avatar {
  width: 40px;
  height: 40px;
  border-radius: 46px;
  background: #E4E6E9;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.tstm-pg .rev-card .rev-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.tstm-pg .rev-card .avatar-init {
  font-size: 16px;
  font-weight: 700;
  color: #216FE3;
  line-height: 1.15
}

.tstm-pg .rev-card .rev-name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #1e2532
}

.tstm-pg .rev-card .rev-role {
  font-size: 16px;
  line-height: 1.4;
  color: #4a5168
}

.tstm-pg .featured-block {
  background: linear-gradient(135deg, #1e2532 0%, #2a3450 100%);
  border-radius: 8px;
  padding: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px 1px #216fe324
}

.tstm-pg .featured-block::before {
  content: "";
  display: block;
  position: absolute;
  top: -48px;
  right: -48px;
  width: 280px;
  height: 280px;
  border-radius: 46px;
  background: radial-gradient(ellipse 80% 80% at 60% 40%, #216fe338 0%, #216fe300 80%);
  filter: blur(32px);
  pointer-events: none
}

.tstm-pg .featured-block .pullquote {
  flex: 1 1 0;
  min-width: 0
}

.tstm-pg .featured-block .quote-mark {
  font-size: 72px;
  line-height: 1.15;
  color: #216FE3;
  font-weight: 900;
  margin-bottom: 12px;
  display: block;
  opacity: .6
}

.tstm-pg .featured-block .quote-text {
  font-size: 23px;
  line-height: 1.6;
  color: #e8ecf2;
  font-weight: 500;
  margin-bottom: 24px
}

.tstm-pg .featured-block .quote-attr {
  font-size: 16px;
  line-height: 1.4;
  color: #D5BEAB;
  font-weight: 600
}

.tstm-pg .featured-block .feat-img-col {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.tstm-pg .featured-block .feat-portrait {
  width: 88px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #d5beab59;
  flex-shrink: 0
}

.tstm-pg .featured-block .feat-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.tstm-pg .featured-block .feat-name {
  font-size: 16px;
  line-height: 1.4;
  color: #e8ecf2;
  font-weight: 700;
  text-align: center
}

.tstm-pg .featured-block .feat-role {
  font-size: 16px;
  line-height: 1.4;
  color: #D5BEAB;
  text-align: center
}

.tstm-pg .feat-context {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.tstm-pg .feat-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  background: #ffffff0f;
  border-radius: 8px;
  border: 1px solid #d5beab2e
}

.tstm-pg .feat-metric .m-val {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #216FE3
}

.tstm-pg .feat-metric .m-label {
  font-size: 16px;
  line-height: 1.4;
  color: #D5BEAB
}

.tstm-pg .img-showcase-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px
}

.tstm-pg .showcase-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px #216fe31a;
  cursor: pointer
}

.tstm-pg .showcase-item img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tstm-pg .showcase-item:hover img {
  transform: scale(1.04)
}

.tstm-pg .showcase-overlay {
  position: absolute;
  inset: 0;
  background: #1e253200;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tstm-pg .showcase-item:hover .showcase-overlay {
  background: #1e2532b8
}

.tstm-pg .overlay-text {
  font-size: 19px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.tstm-pg .showcase-item:hover .overlay-text {
  opacity: 1;
  transform: translateY(0)
}

.tstm-pg :focus-visible {
  outline: 3px solid #216FE3 !important;
  outline-offset: 3px !important;
  border-radius: 2px !important
}

@media (max-width: 1024px) {
  .tstm-pg .upper-text h1 {
    font-size: 30px
  }

  .tstm-pg .upper-img-col {
    flex: 0 0 240px
  }

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

  .tstm-pg .featured-block {
    flex-direction: column;
    gap: 24px
  }

  .tstm-pg .feat-context {
    flex: none;
    flex-direction: row;
    gap: 24px
  }

  .tstm-pg .feat-metric {
    flex: 1 1 0
  }

  .tstm-pg .featured-block .feat-img-col {
    flex-direction: row;
    align-items: center;
    flex: none
  }
}

@media (max-width: 768px) {
  .tstm-pg .upper-band {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .tstm-pg .upper-band-flex {
    flex-direction: column;
    gap: 24px
  }

  .tstm-pg .upper-img-col {
    flex: none;
    width: 100%;
    max-width: 320px;
    align-self: center
  }

  .tstm-pg .upper-text h1 {
    font-size: 30px
  }

  .tstm-pg .stat-row {
    gap: 24px;
    flex-wrap: wrap
  }

  .tstm-pg .reviews-band {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .tstm-pg .rev-head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .tstm-pg .rev-head-row .sub-note {
    text-align: left;
    max-width: 100%
  }

  .tstm-pg .cards-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .tstm-pg .featured-block {
    padding: 24px
  }

  .tstm-pg .feat-context {
    flex-direction: column
  }

  .tstm-pg .img-showcase-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 360px) {
  .tstm-pg .upper-text h1 {
    font-size: 23px
  }

  .tstm-pg .featured-block .quote-text {
    font-size: 19px
  }

  .tstm-pg .stat-row {
    flex-direction: column;
    gap: 12px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: radial-gradient(ellipse 80% 60% at 20% 40%, #216fe312 0%, transparent 70%)
}

.success-page .confirmation-wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.success-page .status-mark {
  width: 72px;
  height: 72px;
  border-radius: 46px;
  background: #216FE3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 18px 1px #216fe31a;
  flex-shrink: 0
}

.success-page .status-mark svg {
  display: block
}

.success-page .confirmation-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 600px
}

.success-page .confirm-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #216FE3;
  letter-spacing: 0;
  margin: 0
}

.success-page .confirm-detail {
  font-size: 19px;
  line-height: 1.6;
  color: #2c2c2e;
  margin: 0
}

.success-page .confirm-note {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a52;
  margin: 0;
  padding: 24px;
  background: #E4E6E9;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box
}

.success-page .confirm-note strong {
  color: #216FE3
}

.success-page .action-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center
}

.success-page .btn-primary {
  display: inline-block;
  padding: 12px 48px;
  background: #216FE3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #216FE3;
  box-shadow: 0 1px 3px 1px #216fe30f;
  transition: background .6s ease, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer
}

.success-page .btn-primary:hover {
  background: #1a5bc4;
  box-shadow: 0 7px 18px 1px #216fe31a inset 0 0 0 2px #ffffff4d
}

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

.success-page .btn-secondary {
  display: inline-block;
  padding: 12px 48px;
  background: transparent;
  color: #216FE3;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #216FE3;
  transition: background .7s ease, color .5s ease;
  cursor: pointer
}

.success-page .btn-secondary:hover {
  background: #216fe30f;
  box-shadow: inset 0 0 0 2px #216FE3
}

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

.success-page .divider-line {
  width: 48px;
  height: 2px;
  background: #D5BEAB;
  border-radius: 2px
}

.success-page .contact-hint {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a52;
  text-align: center
}

.success-page .contact-hint a {
  color: #216FE3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .55s ease
}

.success-page .contact-hint a:hover {
  border-bottom-color: #216FE3
}

.success-page .contact-hint a:focus {
  outline: 2px solid #D5BEAB;
  outline-offset: 2px;
  border-radius: 2px
}

@media (max-width: 768px) {
  .success-page {
    padding: 48px 24px
  }

  .success-page .confirm-heading {
    font-size: 23px
  }

  .success-page .confirm-detail {
    font-size: 16px
  }

  .success-page .action-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    text-align: center;
    padding: 12px 24px
  }
}

@media (max-width: 360px) {
  .success-page {
    padding: 48px 12px
  }

  .success-page .confirmation-body {
    gap: 12px
  }
}