html {
  scroll-behavior: smooth;
  font-family: 'IBM Plex Sans', sans-serif
}

body {
  margin: 0;
  word-break: break-word;
  overflow-wrap: anywhere
}

:focus {
  outline: none;
  border-color: #FF7151;
  background-color: #ff71510f
}

.utility-bar {
  background-color: #18253F;
  padding: 6px 24px
}

.utility-bar-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}

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

.utility-contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #F3F3F3;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .04em;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.utility-contact-item:hover {
  color: #FF7151
}

.utility-contact-item .material-icons {
  font-size: 15px;
  color: #FF7151
}

.status-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #F3F3F3
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FF7151;
  flex-shrink: 0
}

.brand-row {
  background: linear-gradient(135deg, #fff 0%, #F3F3F3 100%);
  border-bottom: 2px solid #18253f14;
  padding: 24px 24px 0
}

.brand-row-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.brand-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.brand-name-label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FF7151;
  font-weight: 700;
  margin-bottom: 6px
}

.logo-shell {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: -1px 2px 3px 0 #18253f14 -1px 5px 22px 0 #18253f1a;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo-shell img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  display: block
}

.brand-descriptor {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.brand-tagline {
  font-size: 23px;
  line-height: 1.4;
  color: #18253F;
  font-weight: 700;
  max-width: 520px
}

.brand-sub {
  font-size: 13px;
  line-height: 1.6;
  color: #18253fa6;
  letter-spacing: .03em;
  max-width: 480px
}

.nav-bar {
  background-color: #18253F;
  padding: 0 24px
}

.nav-bar-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: stretch
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f3f3f3bf;
  text-decoration: none;
  padding: 18px 24px;
  border-bottom: 3px solid transparent;
  transition: color .38s ease-in-out, border-color .38s ease-in-out;
  white-space: nowrap
}

.nav-link:hover {
  color: #F3F3F3;
  border-bottom-color: #FF7151
}

.nav-link.active {
  color: #FF7151;
  border-bottom-color: #FF7151
}

.nav-link .material-icons {
  font-size: 16px
}

.nav-avail-link {
  margin-left: auto;
  background-color: #FF7151;
  color: #fff;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.nav-avail-link:hover {
  background-color: #e05a3a;
  color: #fff;
  border-bottom-color: transparent
}

.site-footer {
  background-color: #18253F;
  padding: 72px 24px 0
}

.footer-inner {
  max-width: 1170px;
  margin: 0 auto
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 72px;
  border-bottom: 1px solid #f3f3f31f
}

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

.footer-logo-shell {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: -1px 5px 22px 0 #ff71511a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content
}

.footer-logo-shell img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  display: block
}

.footer-brand-text {
  font-size: 13px;
  line-height: 1.6;
  color: #f3f3f399;
  max-width: 220px
}

.footer-col-label {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF7151;
  margin-bottom: 24px
}

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

.footer-nav-list li a {
  font-size: 13px;
  line-height: 1.6;
  color: #f3f3f3b3;
  text-decoration: none;
  transition: color .42s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.footer-nav-list li a:hover {
  color: #FF7151
}

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

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px
}

.footer-contact-list li .material-icons {
  font-size: 16px;
  color: #FF7151;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-contact-list li a,
.footer-contact-list li span {
  font-size: 13px;
  line-height: 1.6;
  color: #f3f3f3b3;
  text-decoration: none;
  transition: color .42s ease-in-out
}

.footer-contact-list li a:hover {
  color: #FF7151
}

.footer-legal-zone {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.footer-glass {
  background: #f3f3f30d;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.footer-copyright {
  font-size: 13px;
  line-height: 1.4;
  color: #f3f3f380;
  letter-spacing: .03em
}

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

.footer-legal-link {
  font-size: 13px;
  line-height: 1.4;
  color: #f3f3f380;
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

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

.footer-divider {
  width: 1px;
  height: 14px;
  background-color: #f3f3f333;
  flex-shrink: 0
}

.cookie-card {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 340px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 10px 52px 0 #18253f1a;
  z-index: 8000;
  display: none;
  opacity: 0;
  transition: opacity 260ms ease-in-out
}

.cookie-card.visible {
  opacity: 1
}

.cookie-icon-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}

.cookie-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #ff71511a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cookie-icon-wrap .material-icons {
  font-size: 20px;
  color: #FF7151
}

.cookie-brand {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #18253F;
  letter-spacing: .04em;
  text-transform: uppercase
}

.cookie-intro {
  font-size: 13px;
  line-height: 1.6;
  color: #18253fbf;
  margin-bottom: 12px
}

.cookie-uses {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.cookie-uses li {
  font-size: 13px;
  line-height: 1.4;
  color: #18253fa6;
  display: flex;
  align-items: center;
  gap: 6px
}

.cookie-uses li .material-icons {
  font-size: 14px;
  color: #FF7151;
  flex-shrink: 0
}

.cookie-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.cookie-accept-btn {
  background-color: #18253F;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.cookie-accept-btn:hover {
  background-color: #FF7151
}

.cookie-accept-btn:focus {
  border-color: #FF7151;
  background-color: #FF7151
}

.cookie-decline-link {
  font-size: 13px;
  line-height: 1.4;
  color: #18253f80;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 6px;
  transition: color .45s ease-in-out
}

.cookie-decline-link:hover {
  color: #18253F
}

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

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

  .brand-row-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 24px
  }

  .brand-identity {
    align-items: flex-start
  }

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

  .footer-legal-zone {
    flex-direction: column;
    align-items: flex-start
  }

  .nav-bar-inner {
    flex-wrap: wrap
  }

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

@media (max-width: 480px) {
  .utility-bar {
    padding: 6px 12px
  }

  .brand-row {
    padding: 12px 12px 0
  }

  .nav-bar {
    padding: 0 12px
  }

  .cookie-card {
    left: 12px;
    right: 12px;
    width: auto;
    bottom: 12px
  }

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

  .site-footer {
    padding: 36px 12px 0
  }
}

.policy-wrapper-qz {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 36px;
  color: #18253F;
  line-height: 1.6;
  font-size: 18px
}

.policy-wrapper-qz h1 {
  font-size: 45px;
  line-height: 1.1;
  color: #18253F;
  margin-bottom: 36px;
  margin-top: 0;
  letter-spacing: -.5px
}

.policy-wrapper-qz h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #18253F;
  margin-top: 72px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #F3F3F3
}

.policy-wrapper-qz h3 {
  font-size: 23px;
  line-height: 1.4;
  color: #18253F;
  margin-top: 36px;
  margin-bottom: 12px
}

.policy-wrapper-qz h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #FF7151;
  margin-top: 24px;
  margin-bottom: 12px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.policy-wrapper-qz h5 {
  font-size: 13px;
  line-height: 1.4;
  color: #18253F;
  margin-top: 24px;
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.policy-wrapper-qz h6 {
  font-size: 13px;
  line-height: 1.6;
  color: #FF7151;
  margin-top: 12px;
  margin-bottom: 6px;
  letter-spacing: .1em;
  text-transform: uppercase
}

.policy-wrapper-qz strong,
.policy-wrapper-qz b {
  font-weight: 700;
  color: #18253F
}

.policy-wrapper-qz hr {
  border: none;
  border-top: 1px solid #F3F3F3;
  margin-top: 36px;
  margin-bottom: 36px;
  height: 0
}

.policy-wrapper-qz table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 13px;
  line-height: 1.6;
  box-shadow: -1px 5px 22px 0 #18253f1a;
  border-radius: 8px;
  overflow: hidden
}

.policy-wrapper-qz thead {
  background-color: #18253F;
  color: #fff
}

.policy-wrapper-qz thead th {
  padding: 12px 24px;
  text-align: left;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: none
}

.policy-wrapper-qz tbody {
  background-color: #fff
}

.policy-wrapper-qz tbody tr {
  border-bottom: 1px solid #F3F3F3;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

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

.policy-wrapper-qz tbody tr:hover {
  background-color: #F3F3F3
}

.policy-wrapper-qz td {
  padding: 12px 24px;
  color: #18253F;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: top;
  border: none
}

.policy-wrapper-qz th {
  padding: 12px 24px;
  vertical-align: middle
}

.policy-wrapper-qz div {
  margin-bottom: 24px
}

@media (max-width: 768px) {
  .policy-wrapper-qz {
    padding: 36px 24px;
    font-size: 18px
  }

  .policy-wrapper-qz h1 {
    font-size: 32px;
    margin-bottom: 24px
  }

  .policy-wrapper-qz h2 {
    font-size: 23px;
    margin-top: 36px;
    margin-bottom: 12px
  }

  .policy-wrapper-qz h3 {
    font-size: 18px;
    margin-top: 24px
  }

  .policy-wrapper-qz table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .policy-wrapper-qz thead th,
  .policy-wrapper-qz td {
    padding: 12px;
    white-space: nowrap
  }
}

@media (max-width: 480px) {
  .policy-wrapper-qz {
    padding: 24px 12px
  }

  .policy-wrapper-qz h1 {
    font-size: 23px
  }

  .policy-wrapper-qz h2 {
    font-size: 18px;
    margin-top: 24px
  }

  .policy-wrapper-qz h3 {
    font-size: 18px
  }

  .policy-wrapper-qz h4,
  .policy-wrapper-qz h5,
  .policy-wrapper-qz h6 {
    font-size: 13px
  }
}

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

.infgrph .tour-title-block {
  position: relative;
  padding: 72px 24px;
  background: #18253F;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 36px
}

.infgrph .tour-title-block::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #18253F;
  clip-path: ellipse(55% 100% at 50% 0%);
  z-index: 1
}

.infgrph .title-img-frame {
  width: 220px;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
  filter: sepia(0.4) contrast(1.1) brightness(0.85) saturate(0.8);
  box-shadow: -1px 5px 22px 0 #18253f1a
}

.infgrph .title-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: zoom-cycle 12s ease-in-out infinite
}

@keyframes zoom-cycle {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.08)
  }
}

.infgrph .title-text-center {
  text-align: center;
  max-width: 480px
}

.infgrph .title-eyebrow {
  font-size: 13px;
  letter-spacing: .18em;
  color: #FF7151;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.4
}

.infgrph .title-heading {
  font-size: 45px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  background: linear-gradient(circle at top left, #FF7151, #ffffffd9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.infgrph .title-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #FF7151;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.infgrph .title-link:hover {
  color: #FF7151;
  border-color: #fff
}

.infgrph .title-img-frame.right {
  filter: sepia(0.5) contrast(1.05) brightness(0.8) saturate(0.75)
}

.infgrph .metrics-band {
  background: #F3F3F3;
  padding: 72px 24px;
  position: relative
}

.infgrph .metrics-inner {
  max-width: 1170px;
  margin: 0 auto
}

.infgrph .metrics-label {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #FF7151;
  margin-bottom: 12px;
  line-height: 1.4
}

.infgrph .metrics-heading {
  font-size: 32px;
  line-height: 1.1;
  color: #18253F;
  margin: 0 0 36px;
  max-width: 560px;
  background: linear-gradient(circle at top left, #18253F, #FF7151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.infgrph .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 36px
}

.infgrph .metric-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 24px 24px;
  box-shadow: -1px 2px 3px 0 #ff715114;
  position: relative;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.infgrph .metric-card:hover {
  box-shadow: -1px 10px 52px 0 #ff71511a
}

.infgrph .metric-tag {
  position: absolute;
  top: -1px;
  right: 12px;
  background: #FF7151;
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 0 0 8px 8px
}

.infgrph .metric-num {
  font-size: 62px;
  line-height: 1.1;
  color: #18253F;
  font-weight: 700;
  margin-bottom: 6px
}

.infgrph .metric-unit {
  font-size: 23px;
  color: #FF7151
}

.infgrph .metric-desc {
  font-size: 13px;
  color: #18253F;
  line-height: 1.6;
  margin: 0;
  opacity: .75
}

.infgrph .metric-bar-row {
  margin-top: 12px;
  height: 4px;
  background: #F3F3F3;
  border-radius: 2px;
  overflow: hidden
}

.infgrph .metric-bar-fill {
  height: 100%;
  background: #FF7151;
  border-radius: 2px;
  transition: width .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.infgrph .dashed-path-wrap {
  position: relative;
  margin-top: 36px
}

.infgrph .dashed-path-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0
}

.infgrph .steps-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2
}

.infgrph .step-item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  border-top: 2px solid #F3F3F3;
  box-shadow: -1px 2px 3px 0 #18253f14;
  opacity: 0;
  animation: seq-reveal .5s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.infgrph .step-item:nth-child(1) {
  animation-delay: .1s
}

.infgrph .step-item:nth-child(2) {
  animation-delay: .3s
}

.infgrph .step-item:nth-child(3) {
  animation-delay: .5s
}

.infgrph .step-item:nth-child(4) {
  animation-delay: .7s
}

.infgrph .step-item:nth-child(5) {
  animation-delay: .9s
}

.infgrph .step-item:nth-child(6) {
  animation-delay: 1.1s
}

@keyframes seq-reveal {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

.infgrph .step-num {
  font-size: 32px;
  font-weight: 700;
  color: #FF7151;
  line-height: 1.1;
  margin-bottom: 6px
}

.infgrph .step-title {
  font-size: 18px;
  color: #18253F;
  line-height: 1.4;
  margin: 0 0 12px
}

.infgrph .step-text {
  font-size: 13px;
  color: #18253F;
  line-height: 1.6;
  margin: 0;
  opacity: .72
}

.infgrph .code-section {
  background: #18253F;
  padding: 72px 24px;
  position: relative
}

.infgrph .code-inner {
  max-width: 1170px;
  margin: 0 auto
}

.infgrph .code-section-label {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #FF7151;
  margin-bottom: 12px;
  line-height: 1.4
}

.infgrph .code-section-heading {
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 36px;
  max-width: 640px;
  background: linear-gradient(circle at top left, #FF7151, #ffffffe6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.infgrph .three-col-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  align-items: start
}

.infgrph .side-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.infgrph .side-stat {
  background: #ffffff0f;
  border-radius: 8px;
  padding: 24px;
  border-left: 2px solid #FF7151;
  border-top: 1px solid #ffffff1a
}

.infgrph .side-stat-num {
  font-size: 45px;
  line-height: 1.1;
  color: #FF7151;
  font-weight: 700
}

.infgrph .side-stat-label {
  font-size: 13px;
  color: #ffffffb3;
  line-height: 1.6;
  margin: 6px 0 0
}

.infgrph .center-col {
  background: #ffffff0a;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ffffff1a
}

.infgrph .code-block {
  background: #0000004d;
  padding: 24px;
  border-bottom: 1px solid #ffffff14
}

.infgrph .code-block-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff6;
  margin-bottom: 12px
}

.infgrph .code-lines {
  font-size: 13px;
  line-height: 1.6;
  color: #ffffffd9;
  font-family: monospace;
  margin: 0;
  white-space: pre-wrap
}

.infgrph .code-key {
  color: #FF7151
}

.infgrph .code-val {
  color: #a8d8a8
}

.infgrph .code-str {
  color: #ffd580
}

.infgrph .output-block {
  padding: 24px
}

.infgrph .output-block-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff6;
  margin-bottom: 12px
}

.infgrph .output-rows {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.infgrph .output-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.infgrph .output-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #FF7151;
  flex-shrink: 0
}

.infgrph .output-dot.green {
  background: #a8d8a8
}

.infgrph .output-dot.yellow {
  background: #ffd580
}

.infgrph .output-text {
  font-size: 13px;
  color: #fffc;
  line-height: 1.4
}

.infgrph .checklist-section {
  background: #fff;
  padding: 72px 24px
}

.infgrph .checklist-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.infgrph .checklist-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.infgrph .checklist-eyebrow {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #FF7151;
  line-height: 1.4
}

.infgrph .checklist-heading {
  font-size: 32px;
  line-height: 1.1;
  color: #18253F;
  margin: 0;
  background: linear-gradient(circle at top left, #18253F, #FF7151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.infgrph .checklist-body {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0;
  max-width: 420px
}

.infgrph .checklist-body-narrow {
  font-size: 13px;
  line-height: 1.6;
  color: #18253F;
  margin: 0;
  max-width: 320px;
  opacity: .72
}

.infgrph .two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.infgrph .list-entry {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #F3F3F3;
  transition: background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.infgrph .list-entry:hover {
  background: #fff;
  box-shadow: -1px 5px 22px 0 #ff71511a
}

.infgrph .list-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #FF7151;
  display: flex;
  align-items: center;
  justify-content: center
}

.infgrph .list-icon .material-icons {
  font-size: 18px;
  color: #FF7151
}

.infgrph .list-entry-text {
  font-size: 13px;
  line-height: 1.6;
  color: #18253F
}

.infgrph .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.infgrph .wave-divider svg {
  display: block;
  width: 100%
}

.infgrph .dotted-wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  padding: 12px 0
}

@media (max-width: 1024px) {
  .infgrph .metrics-grid {
    grid-template-columns: 1fr 1fr
  }

  .infgrph .steps-row {
    grid-template-columns: 1fr 1fr
  }

  .infgrph .three-col-layout {
    grid-template-columns: 1fr
  }

  .infgrph .side-col {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .infgrph .checklist-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }
}

@media (max-width: 768px) {
  .infgrph .title-img-frame {
    display: none
  }

  .infgrph .tour-title-block {
    padding: 72px 24px 60px
  }

  .infgrph .title-heading {
    font-size: 32px
  }

  .infgrph .metrics-grid {
    grid-template-columns: 1fr
  }

  .infgrph .steps-row {
    grid-template-columns: 1fr
  }

  .infgrph .two-col-list {
    grid-template-columns: 1fr
  }

  .infgrph .side-col {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .infgrph .metric-num {
    font-size: 45px
  }

  .infgrph .tour-title-block {
    padding: 36px 24px 48px
  }
}

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

.ctus-pg .reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  animation: slideInLeft .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.ctus-pg .reveal-left:nth-child(2) {
  animation-delay: .12s
}

.ctus-pg .reveal-left:nth-child(3) {
  animation-delay: .24s
}

.ctus-pg .reveal-left:nth-child(4) {
  animation-delay: .36s
}

.ctus-pg .reveal-left:nth-child(5) {
  animation-delay: .48s
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

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

.ctus-pg .reach-band {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
  position: relative
}

.ctus-pg .reach-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 120px;
  border-color: transparent transparent #FF7151
}

.ctus-pg .reach-layout {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start
}

.ctus-pg .reach-left {
  flex: 0 0 55%
}

.ctus-pg .reach-right {
  flex: 1;
  padding-top: 12px
}

.ctus-pg .pg-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FF7151;
  margin-bottom: 24px;
  display: block
}

.ctus-pg .pg-h1 {
  font-size: 45px;
  line-height: 1.1;
  color: #18253F;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #18253F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus-pg .reach-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 36px;
  max-width: 480px
}

.ctus-pg .reach-metrics {
  display: flex;
  flex-direction: row;
  gap: 36px
}

.ctus-pg .metric-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .metric-num {
  font-size: 32px;
  line-height: 1.1;
  color: #18253F;
  font-weight: 700
}

.ctus-pg .metric-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.ctus-pg .arrow-up {
  width: 18px;
  height: 18px;
  display: inline-block
}

.ctus-pg .metric-label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #18253F;
  opacity: .6
}

.ctus-pg .contact-details-stack {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus-pg .cd-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  background: #F3F3F3;
  border-radius: 8px;
  border-top: 2px solid #FF7151;
  box-shadow: -1px 2px 3px 0 #ff715114;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .cd-item:hover {
  box-shadow: -1px 5px 22px 0 #ff71511a
}

.ctus-pg .cd-icon {
  color: #FF7151;
  font-size: 23px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus-pg .cd-text {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .cd-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #18253F;
  opacity: .55
}

.ctus-pg .cd-val {
  font-size: 18px;
  line-height: 1.4;
  color: #18253F;
  text-decoration: none;
  transition: color .4s ease-in-out
}

.ctus-pg .cd-val:hover {
  color: #FF7151
}

.ctus-pg .form-band {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #F3F3F3;
  position: relative
}

.ctus-pg .form-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #FF7151 0%, transparent 60%)
}

.ctus-pg .form-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: start
}

.ctus-pg .form-aside {
  padding-top: 12px
}

.ctus-pg .aside-heading {
  font-size: 32px;
  line-height: 1.1;
  color: #18253F;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #18253F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus-pg .aside-body {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 36px
}

.ctus-pg .aside-body-narrow {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  max-width: 320px;
  margin: 0 0 36px
}

.ctus-pg .time-slots {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ctus-pg .time-slot-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #18253F;
  opacity: .55;
  margin-bottom: 6px;
  display: block
}

.ctus-pg .slot-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.ctus-pg .slot-btn {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #18253F;
  background: #fff;
  border: 1px solid #18253f33;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .slot-btn:hover,
.ctus-pg .slot-btn:focus {
  background: #FF7151;
  color: #fff;
  border-color: #FF7151;
  outline: none
}

.ctus-pg .contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 36px;
  box-shadow: -1px 5px 22px 0 #18253f1a
}

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

.ctus-pg .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px
}

.ctus-pg .form-group-last {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 36px
}

.ctus-pg .f-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #18253F;
  opacity: .7
}

.ctus-pg .f-input {
  font-size: 18px;
  line-height: 1.4;
  color: #18253F;
  background: #fff;
  border: 1px solid #18253f33;
  border-radius: 8px;
  padding: 12px 24px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset -1px 2px 3px 0 #18253f0f;
  transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  appearance: none;
  -webkit-appearance: none
}

.ctus-pg .f-input::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .08em;
  color: #18253f59
}

.ctus-pg .f-input:focus {
  outline: none;
  border-color: #FF7151;
  box-shadow: inset -1px 2px 3px 0 #ff715114
}

.ctus-pg .f-select {
  font-size: 18px;
  line-height: 1.4;
  color: #18253F;
  background: #fff;
  border: 1px solid #18253f33;
  border-radius: 8px;
  padding: 12px 24px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset -1px 2px 3px 0 #18253f0f;
  transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2318253F' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer
}

.ctus-pg .f-select:focus {
  outline: none;
  border-color: #FF7151
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 36px
}

.ctus-pg .priv-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  accent-color: #FF7151;
  cursor: pointer
}

.ctus-pg .priv-text {
  font-size: 13px;
  line-height: 1.6;
  color: #18253F;
  opacity: .7
}

.ctus-pg .priv-link {
  color: #FF7151;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity .4s ease-in-out
}

.ctus-pg .priv-link:hover {
  opacity: .75
}

.ctus-pg .submit-btn {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: #18253F;
  border: none;
  border-radius: 8px;
  padding: 12px 36px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: -1px 5px 22px 0 #18253f1a;
  transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .submit-btn:hover,
.ctus-pg .submit-btn:focus {
  background: #FF7151;
  box-shadow: -1px 10px 52px 0 #ff71511a;
  outline: none
}

.ctus-pg .submit-btn:active {
  background: #e05e3f
}

.ctus-pg .info-strip {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #18253F;
  position: relative
}

.ctus-pg .info-strip::before {
  content: '';
  position: absolute;
  top: 0;
  right: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 60px 0 0;
  border-color: #F3F3F3 transparent transparent
}

.ctus-pg .strip-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.ctus-pg .strip-col-head {
  font-size: 23px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 12px
}

.ctus-pg .strip-body {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffb3;
  margin: 0
}

.ctus-pg .strip-divider {
  width: 2px;
  height: 100%;
  background: #ff71514d;
  align-self: stretch;
  display: none
}

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

.ctus-pg .addr-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ctus-pg .addr-icon {
  color: #FF7151;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus-pg .addr-text {
  font-size: 18px;
  line-height: 1.6;
  color: #fffc;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus-pg .addr-text:hover {
  color: #FF7151
}

.ctus-pg .strip-note {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ff7151b3;
  margin: 0 0 12px
}

.ctus-pg .hours-grid {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .hour-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #ffffff14
}

.ctus-pg .hour-day {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff80
}

.ctus-pg .hour-time {
  font-size: 13px;
  color: #ffffffd9
}

@media (max-width: 1024px) {
  .ctus-pg .reach-layout {
    flex-direction: column;
    gap: 36px
  }

  .ctus-pg .reach-left {
    flex: none;
    width: 100%
  }

  .ctus-pg .form-layout {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ctus-pg .strip-layout {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }
}

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

  .ctus-pg .form-row {
    grid-template-columns: 1fr
  }

  .ctus-pg .strip-layout {
    grid-template-columns: 1fr
  }

  .ctus-pg .reach-metrics {
    flex-direction: column;
    gap: 24px
  }

  .ctus-pg .contact-form {
    padding: 24px
  }
}

@media (max-width: 480px) {

  .ctus-pg .reach-band,
  .ctus-pg .form-band,
  .ctus-pg .info-strip {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ctus-pg .pg-h1 {
    font-size: 23px
  }

  .ctus-pg .aside-heading {
    font-size: 23px
  }

  .ctus-pg .slot-row {
    flex-direction: column
  }
}

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

.abt-us .pg-cap {
  background: #18253F;
  position: relative
}

.abt-us .pg-cap-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 520px
}

.abt-us .cap-text-zone {
  flex: 0 0 52%;
  padding: 72px 36px 72px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.abt-us .cap-img-zone {
  flex: 0 0 48%;
  position: relative;
  overflow: hidden
}

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

.abt-us .cap-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #18253F 0%, transparent 40%, transparent 60%, #18253F 100%), linear-gradient(to bottom, #18253F 0%, transparent 30%, transparent 70%, #18253F 100%);
  z-index: 1
}

.abt-us .cap-geo-a {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #ff71511f;
  border-radius: 0;
  top: -36px;
  left: -36px;
  transform: rotate(18deg);
  pointer-events: none
}

.abt-us .cap-geo-b {
  position: absolute;
  width: 90px;
  height: 90px;
  border: 1px solid #ff715117;
  border-radius: 0;
  bottom: 72px;
  left: 24px;
  transform: rotate(35deg);
  pointer-events: none
}

.abt-us .cap-geo-c {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid #ffffff0d;
  bottom: -72px;
  right: -36px;
  pointer-events: none
}

.abt-us .cap-label {
  font-size: 13px;
  letter-spacing: .18em;
  color: #FF7151;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.4
}

.abt-us .cap-heading {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  background: linear-gradient(circle at top left, #FF7151, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .cap-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffb8;
  margin: 0 0 36px;
  max-width: 400px
}

.abt-us .cap-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #18253F;
  background: #FF7151;
  padding: 12px 24px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
  align-self: flex-start
}

.abt-us .cap-link:hover {
  background: #fff;
  color: #18253F
}

.abt-us .divider-a {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.abt-us .divider-a .d-long {
  flex: 0 0 72%;
  height: 1px;
  background: #FF7151;
  opacity: .25
}

.abt-us .divider-a .d-short {
  flex: 0 0 12%;
  height: 1px;
  background: #18253F;
  opacity: .15
}

.abt-us .story-seg {
  background: #F3F3F3;
  position: relative;
  overflow: hidden
}

.abt-us .story-seg-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(circle at top left, #ff71511a, transparent 70%);
  pointer-events: none
}

.abt-us .story-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.abt-us .story-col-a {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.abt-us .story-col-b {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 72px
}

.abt-us .story-eyebrow {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #FF7151;
  line-height: 1.4
}

.abt-us .story-heading {
  font-size: 45px;
  line-height: 1.1;
  color: #18253F;
  margin: 0;
  background: linear-gradient(circle at top left, #18253F, #FF7151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .story-para-wide {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  max-width: 100%;
  margin: 0
}

.abt-us .story-para-narrow {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  max-width: 84%;
  margin: 0
}

.abt-us .stat-row {
  display: flex;
  flex-direction: row;
  gap: 36px
}

.abt-us .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  flex: 1;
  box-shadow: -1px 2px 3px 0 #18253f14;
  border-top: 2px solid #FF7151;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.abt-us .stat-item::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color .4s cubic-bezier(0.22, 1, 0.36, 1) 0s, border-top-color .4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, border-right-color .4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, border-bottom-color .4s cubic-bezier(0.22, 1, 0.36, 1) .3s;
  pointer-events: none
}

.abt-us .stat-item:hover::before {
  border-color: #FF7151
}

.abt-us .stat-item:hover {
  box-shadow: -1px 5px 22px 0 #ff71511a
}

.abt-us .stat-num {
  font-size: 45px;
  line-height: 1.1;
  color: #FF7151
}

.abt-us .stat-desc {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #18253F;
  line-height: 1.4
}

.abt-us .story-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 280px;
  box-shadow: -1px 5px 22px 0 #18253f1a
}

.abt-us .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.abt-us .fact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  padding: 0;
  margin: 0;
  list-style: none
}

.abt-us .fact-item {
  font-size: 13px;
  line-height: 1.6;
  color: #18253F;
  padding: 12px 0;
  border-bottom: 1px solid #18253f1a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.abt-us .fact-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF7151;
  flex-shrink: 0;
  margin-top: 5px
}

.abt-us .divider-b {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.abt-us .divider-b .db-short {
  flex: 0 0 10%;
  height: 1px;
  background: #FF7151;
  opacity: .2
}

.abt-us .divider-b .db-long {
  flex: 1;
  height: 1px;
  background: #18253F;
  opacity: .12
}

.abt-us .annotated-seg {
  background: #fff;
  position: relative
}

.abt-us .annotated-seg-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(circle at top left, #ff715112, transparent 65%);
  pointer-events: none
}

.abt-us .annotated-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px
}

.abt-us .annotated-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px
}

.abt-us .annotated-heading {
  font-size: 45px;
  line-height: 1.1;
  color: #18253F;
  margin: 0;
  max-width: 520px;
  background: linear-gradient(circle at top left, #18253F, #FF7151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .annotated-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  max-width: 320px;
  text-align: right;
  opacity: .72
}

.abt-us .annotated-body {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: start
}

.abt-us .annotated-visual {
  position: relative
}

.abt-us .annotated-img-wrap {
  width: 100%;
  height: 480px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 10px 52px 0 #18253f1a
}

.abt-us .annotated-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.abt-us .annotation-tag {
  position: absolute;
  background: #18253F;
  color: #fff;
  border-radius: 2px;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: -1px 5px 22px 0 #18253f1a
}

.abt-us .annotation-tag.tag-one {
  top: 36px;
  right: -36px
}

.abt-us .annotation-tag.tag-two {
  bottom: 72px;
  right: -24px
}

.abt-us .tag-num {
  font-size: 32px;
  line-height: 1.1;
  color: #FF7151
}

.abt-us .tag-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffffb8;
  line-height: 1.4
}

.abt-us .annotated-notes {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 36px
}

.abt-us .note-card {
  padding: 24px;
  border-radius: 8px;
  background: #F3F3F3;
  border-left: 3px solid #FF7151;
  border-top: 1px solid #18253f14;
  border-right: 1px solid #18253f14;
  border-bottom: 1px solid #18253f14;
  box-shadow: -1px 2px 3px 0 #ff715114;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .note-card:hover {
  box-shadow: -1px 5px 22px 0 #ff71511a;
  transform: translateX(4px)
}

.abt-us .note-heading {
  font-size: 18px;
  line-height: 1.4;
  color: #18253F;
  margin: 0 0 12px
}

.abt-us .note-text {
  font-size: 13px;
  line-height: 1.6;
  color: #18253F;
  margin: 0;
  opacity: .78
}

.abt-us .team-seg {
  background: #18253F;
  position: relative;
  overflow: hidden
}

.abt-us .team-seg-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(circle at top left, #ff715124, transparent 60%);
  pointer-events: none
}

.abt-us .circles-deco {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 360px;
  height: 360px;
  pointer-events: none
}

.abt-us .c-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #ffffff0f
}

.abt-us .c-ring.r1 {
  width: 360px;
  height: 360px;
  top: 0;
  left: 0
}

.abt-us .c-ring.r2 {
  width: 260px;
  height: 260px;
  top: 50px;
  left: 50px
}

.abt-us .c-ring.r3 {
  width: 160px;
  height: 160px;
  top: 100px;
  left: 100px
}

.abt-us .team-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px;
  position: relative;
  z-index: 1
}

.abt-us .team-header {
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between
}

.abt-us .team-heading {
  font-size: 45px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  background: linear-gradient(circle at top left, #FF7151, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .team-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffa6;
  max-width: 340px;
  text-align: right;
  margin: 0
}

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

.abt-us .person-card {
  background: #ffffff0d;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ffffff17;
  transition: background-color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.abt-us .person-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: border-left-color .4s cubic-bezier(0.22, 1, 0.36, 1) 0s, border-top-color .4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, border-right-color .4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, border-bottom-color .4s cubic-bezier(0.22, 1, 0.36, 1) .3s;
  pointer-events: none
}

.abt-us .person-card:hover::after {
  border-color: #FF7151
}

.abt-us .person-card:hover {
  background: #ffffff17;
  border-color: #ff715140
}

.abt-us .person-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden
}

.abt-us .person-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.abt-us .person-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt-us .person-name {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 0
}

.abt-us .person-role {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FF7151;
  line-height: 1.4
}

.abt-us .person-bio {
  font-size: 13px;
  line-height: 1.6;
  color: #fff9;
  margin: 12px 0 0
}

.abt-us .color-bleed {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #ff71512e, transparent 70%);
  bottom: -36px;
  left: -36px;
  animation: bleed-pulse 6s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes bleed-pulse {
  0% {
    opacity: .3;
    transform: scale(0.85)
  }

  100% {
    opacity: 1;
    transform: scale(1.15)
  }
}

@media (max-width: 1024px) {
  .abt-us .cap-text-zone {
    padding: 72px 24px 72px 36px
  }

  .abt-us .cap-heading {
    font-size: 45px
  }

  .abt-us .story-inner {
    padding: 72px 36px;
    gap: 36px
  }

  .abt-us .annotated-inner {
    padding: 72px 36px
  }

  .abt-us .annotated-body {
    grid-template-columns: 1fr 340px;
    gap: 36px
  }

  .abt-us .team-inner {
    padding: 72px 36px
  }

  .abt-us .annotation-tag.tag-one {
    right: -12px
  }

  .abt-us .annotation-tag.tag-two {
    right: -12px
  }
}

@media (max-width: 768px) {
  .abt-us .pg-cap-inner {
    flex-direction: column;
    min-height: auto
  }

  .abt-us .cap-text-zone {
    flex: none;
    padding: 72px 24px 36px
  }

  .abt-us .cap-img-zone {
    flex: none;
    height: 280px
  }

  .abt-us .cap-heading {
    font-size: 45px
  }

  .abt-us .story-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 24px
  }

  .abt-us .story-col-b {
    padding-top: 0
  }

  .abt-us .stat-row {
    flex-direction: column;
    gap: 12px
  }

  .abt-us .annotated-inner {
    padding: 72px 24px
  }

  .abt-us .annotated-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .abt-us .annotated-sub {
    text-align: left;
    max-width: 100%
  }

  .abt-us .annotated-body {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .abt-us .annotation-tag.tag-one {
    right: 12px
  }

  .abt-us .annotation-tag.tag-two {
    right: 12px;
    bottom: 36px
  }

  .abt-us .team-inner {
    padding: 72px 24px
  }

  .abt-us .team-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .abt-us .team-intro {
    text-align: left;
    max-width: 100%
  }

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

  .abt-us .divider-a {
    padding: 0 24px
  }

  .abt-us .divider-b {
    padding: 0 24px
  }

  .abt-us .annotated-heading {
    font-size: 32px
  }

  .abt-us .team-heading {
    font-size: 32px
  }
}

@media (max-width: 480px) {
  .abt-us .cap-heading {
    font-size: 32px
  }

  .abt-us .story-heading {
    font-size: 32px
  }

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

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

  .abt-us .cap-text-zone {
    padding: 36px 24px
  }

  .abt-us .story-inner {
    padding: 36px 24px
  }

  .abt-us .annotated-inner {
    padding: 36px 24px
  }

  .abt-us .team-inner {
    padding: 36px 24px
  }
}

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

.entr .pg-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.entr .title-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 72px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.entr .title-img-col {
  position: relative
}

.entr .title-img-frame {
  width: 280px;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ff715147;
  box-shadow: -1px 5px 22px 0 #ff71511a;
  position: relative
}

.entr .title-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entr .light-leak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, #ff715161 0%, transparent 60%);
  border-radius: 8px;
  pointer-events: none
}

.entr .noise-bg {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  border-radius: 8px
}

.entr .title-text-col {
  max-width: 680px
}

.entr .title-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #FF7151;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block
}

.entr .title-h1 {
  font-size: 62px;
  line-height: 1.1;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #18253F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .title-sub {
  font-size: 23px;
  line-height: 1.4;
  color: #18253F;
  margin: 0 0 36px;
  max-width: 480px
}

.entr .title-cta {
  display: inline-block;
  background: #FF7151;
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 36px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -1px 2px 3px 0 #ff715114
}

.entr .title-cta:hover {
  background: #18253F;
  box-shadow: -1px 5px 22px 0 #ff71511a
}

.entr .title-cta:focus {
  outline: 2px solid #FF7151;
  outline-offset: 3px
}

.entr .title-dots {
  position: absolute;
  bottom: 36px;
  right: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-end;
  pointer-events: none
}

.entr .dot-a {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff715159
}

.entr .dot-b {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #18253f38
}

.entr .dot-c {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ff71512e
}

.entr .brushstroke-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.entr .brushstroke-divider svg {
  display: block;
  width: 100%
}

.entr .longval-band {
  background: #18253F;
  padding-top: 72px;
  padding-bottom: 72px
}

.entr .longval-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 72px;
  align-items: start
}

.entr .longval-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ff7151cc;
  margin-bottom: 24px;
  display: block
}

.entr .longval-h2 {
  font-size: 45px;
  line-height: 1.1;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #F3F3F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .longval-p {
  font-size: 18px;
  line-height: 1.6;
  color: #f3f3f3d1;
  margin: 0 0 24px
}

.entr .longval-p-narrow {
  font-size: 18px;
  line-height: 1.6;
  color: #f3f3f3d1;
  margin: 0 0 24px;
  max-width: 440px
}

.entr .longval-metrics {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px
}

.entr .metric-item {
  border-left: 3px solid #FF7151;
  border-top: 1px solid #ff715133;
  padding: 12px 0 12px 24px;
  border-radius: 0 2px 2px 0
}

.entr .metric-num {
  font-size: 45px;
  line-height: 1.1;
  color: #FF7151;
  display: block
}

.entr .metric-desc {
  font-size: 13px;
  letter-spacing: .06em;
  color: #f3f3f399;
  text-transform: uppercase
}

.entr .divider-plain {
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff715133, transparent);
  margin: 0
}

.entr .hesitation-band {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px
}

.entr .hesitation-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.entr .hesit-img-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #18253f1f;
  box-shadow: -1px 5px 22px 0 #18253f1a
}

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

.entr .hesit-img-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, #ff715138 0%, transparent 55%);
  pointer-events: none
}

.entr .hesit-text {
  padding-left: 12px
}

.entr .hesit-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FF7151;
  margin-bottom: 24px;
  display: block
}

.entr .hesit-h2 {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #18253F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .hesit-p {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 24px
}

.entr .hesit-p-narrow {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 24px;
  max-width: 380px
}

.entr .hesit-link {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FF7151;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .4s ease-in-out
}

.entr .hesit-link:hover {
  color: #18253F
}

.entr .available-band {
  background: #F3F3F3;
  padding-top: 72px;
  padding-bottom: 72px
}

.entr .available-head {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 36px
}

.entr .avail-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FF7151;
  margin-bottom: 12px;
  display: block
}

.entr .avail-h2 {
  font-size: 45px;
  line-height: 1.1;
  margin: 0;
  background: radial-gradient(circle at top left, #FF7151, #18253F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .avail-sub {
  font-size: 18px;
  line-height: 1.4;
  color: #18253F;
  margin: 0;
  align-self: end
}

.entr .avail-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.entr .avail-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 24px;
  box-shadow: -1px 2px 3px 0 #18253f14;
  border-top: 3px solid #FF7151;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.entr .avail-card:hover {
  box-shadow: -1px 10px 52px 0 #18253f1a;
  transform: translateY(-4px)
}

.entr .avail-card-icon {
  font-size: 32px;
  color: #FF7151;
  margin-bottom: 12px;
  display: block
}

.entr .avail-card-h {
  font-size: 23px;
  line-height: 1.4;
  color: #18253F;
  margin: 0 0 12px
}

.entr .avail-card-p {
  font-size: 13px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 24px;
  opacity: .8
}

.entr .avail-card-img {
  width: 100%;
  height: 160px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #18253f1a
}

.entr .avail-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entr .avail-card-tag {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FF7151;
  margin-top: 12px;
  display: block
}

.entr .brushstroke-divider2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #F3F3F3
}

.entr .brushstroke-divider2 svg {
  display: block;
  width: 100%
}

.entr .current-band {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px
}

.entr .current-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 72px;
  align-items: start
}

.entr .current-aside {
  position: relative
}

.entr .current-img-frame {
  width: 100%;
  height: 480px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ff715138;
  box-shadow: -1px 5px 22px 0 #ff71511a;
  position: relative
}

.entr .current-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.entr .current-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, #ff715140 0%, transparent 60%);
  pointer-events: none
}

.entr .current-dots {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-top: 12px;
  justify-content: flex-end
}

.entr .cdot-sm {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff71514d
}

.entr .cdot-md {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #18253f2e
}

.entr .current-main {
  padding-top: 12px
}

.entr .current-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #FF7151;
  margin-bottom: 24px;
  display: block
}

.entr .current-h2 {
  font-size: 45px;
  line-height: 1.1;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #18253F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .current-p {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 24px
}

.entr .current-p-narrow {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 24px;
  max-width: 520px
}

.entr .current-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 36px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none
}

.entr .current-list li {
  font-size: 18px;
  line-height: 1.4;
  color: #18253F;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.entr .current-list li .material-icons {
  font-size: 18px;
  color: #FF7151;
  flex-shrink: 0;
  margin-top: 2px
}

.entr .approach-band {
  background: #18253F;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.entr .approach-tint {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, #ff715114 0%, transparent 55%);
  pointer-events: none
}

.entr .approach-head {
  text-align: center;
  margin-bottom: 72px
}

.entr .approach-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ff7151cc;
  margin-bottom: 24px;
  display: block
}

.entr .approach-h2 {
  font-size: 45px;
  line-height: 1.1;
  margin: 0 0 24px;
  background: radial-gradient(circle at top left, #FF7151, #F3F3F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.entr .approach-intro {
  font-size: 23px;
  line-height: 1.4;
  color: #f3f3f3b8;
  max-width: 620px;
  margin: 0 auto
}

.entr .approach-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1
}

.entr .step-item {
  padding: 36px 24px;
  border-radius: 8px;
  background: #ffffff0a;
  border: 1px solid #ff71512e;
  box-shadow: -1px 2px 3px 0 #18253f14;
  transition: background .55s ease-in-out, border-color .55s ease-in-out
}

.entr .step-item:hover {
  background: #ff715114;
  border-color: #ff715166
}

.entr .step-num {
  font-size: 62px;
  line-height: 1.1;
  color: #ff715138;
  display: block;
  margin-bottom: 12px
}

.entr .step-h {
  font-size: 23px;
  line-height: 1.4;
  color: #F3F3F3;
  margin: 0 0 12px
}

.entr .step-p {
  font-size: 13px;
  line-height: 1.6;
  color: #f3f3f3a6;
  margin: 0
}

.entr .approach-close {
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 36px;
  border-radius: 8px;
  background: #ff71510f;
  border: 1px solid #ff715138;
  position: relative;
  z-index: 1
}

.entr .approach-close-text {
  font-size: 23px;
  line-height: 1.4;
  color: #F3F3F3;
  max-width: 680px;
  margin: 0
}

.entr .approach-close-link {
  display: inline-block;
  border: 1px solid #FF7151;
  color: #FF7151;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 36px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.entr .approach-close-link:hover {
  background: #FF7151;
  color: #fff
}

.entr .approach-close-link:focus {
  outline: 2px solid #FF7151;
  outline-offset: 3px
}

.entr .border-trace-el {
  position: relative;
  display: inline-block
}

.entr .border-trace-el::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 12px;
  border: 2px solid #FF7151;
  animation: trace-draw .7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  clip-path: inset(0 100% 0 0);
  pointer-events: none
}

@keyframes trace-draw {
  from {
    clip-path: inset(0 100% 0 0)
  }

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

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

  .entr .title-img-frame {
    width: 200px;
    height: 280px
  }

  .entr .title-h1 {
    font-size: 45px
  }

  .entr .longval-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .entr .longval-metrics {
    flex-direction: row;
    flex-wrap: wrap
  }

  .entr .metric-item {
    flex: 1 1 140px
  }

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

  .entr .approach-steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .entr .current-grid {
    grid-template-columns: 1fr 2fr;
    gap: 36px
  }

  .entr .available-head {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .entr .title-row {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 36px;
    padding-bottom: 36px
  }

  .entr .title-img-frame {
    width: 100%;
    height: 240px
  }

  .entr .title-img-col {
    width: 100%
  }

  .entr .title-h1 {
    font-size: 32px
  }

  .entr .title-sub {
    font-size: 18px
  }

  .entr .hesitation-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .entr .hesit-img-wrap {
    height: 260px
  }

  .entr .hesit-text {
    padding-left: 0
  }

  .entr .avail-cards {
    grid-template-columns: 1fr
  }

  .entr .approach-steps {
    grid-template-columns: 1fr 1fr
  }

  .entr .approach-close {
    flex-direction: column;
    align-items: flex-start
  }

  .entr .current-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .entr .current-img-frame {
    height: 280px
  }

  .entr .current-list {
    grid-template-columns: 1fr
  }

  .entr .longval-h2 {
    font-size: 32px
  }

  .entr .avail-h2 {
    font-size: 32px
  }

  .entr .current-h2 {
    font-size: 32px
  }

  .entr .approach-h2 {
    font-size: 32px
  }
}

@media (max-width: 480px) {
  .entr .pg-wrap {
    padding-left: 12px;
    padding-right: 12px
  }

  .entr .approach-steps {
    grid-template-columns: 1fr
  }

  .entr .title-h1 {
    font-size: 23px
  }

  .entr .longval-band {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .entr .hesitation-band {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .entr .available-band {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .entr .current-band {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .entr .approach-band {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

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

.avail-pg *,
.avail-pg ::before,
.avail-pg ::after {
  box-sizing: border-box
}

.avail-pg .title-strip {
  position: relative;
  background: #18253F
}

.avail-pg .title-strip-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.28) saturate(0.6)
}

.avail-pg .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: radial-gradient(circle at top left, #ff71512e 0%, transparent 60%), radial-gradient(circle 1px at 0 0, #ffffff2e 1px, transparent 0);
  background-size: 100% 100%, 22px 22px;
  z-index: 1
}

.avail-pg .title-text-band {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 36px 0
}

.avail-pg .title-constrain {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 36px
}

.avail-pg .title-label {
  font-size: 13px;
  letter-spacing: .18em;
  color: #FF7151;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.4
}

.avail-pg .title-h1 {
  margin: 0 0 12px;
  line-height: 1.1
}

.avail-pg .title-h1 span {
  display: block
}

.avail-pg .title-h1 .t-sm {
  font-size: 23px;
  color: #fff9
}

.avail-pg .title-h1 .t-md {
  font-size: 45px;
  color: #fff
}

.avail-pg .title-h1 .t-lg {
  font-size: 62px;
  background: linear-gradient(to right, #FF7151, #18253F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.avail-pg .title-sub {
  font-size: 18px;
  color: #ffffffb8;
  line-height: 1.6;
  max-width: 520px;
  margin: 0
}

.avail-pg .zz-divider {
  display: block;
  width: 100%;
  line-height: 0;
  background: #fff
}

.avail-pg .zz-divider svg {
  display: block;
  width: 100%
}

.avail-pg .sched-outer {
  background: #F3F3F3;
  padding: 72px 0
}

.avail-pg .sched-constrain {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 36px
}

.avail-pg .sched-top {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  margin-bottom: 36px
}

.avail-pg .sched-heading-col {
  flex: 0 0 340px
}

.avail-pg .sched-label {
  font-size: 13px;
  letter-spacing: .15em;
  color: #FF7151;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.4
}

.avail-pg .sched-h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
  background: linear-gradient(to right, #18253F, #FF7151);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.avail-pg .sched-desc-col {
  flex: 1
}

.avail-pg .sched-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 12px;
  max-width: 540px
}

.avail-pg .sched-desc.narrow {
  max-width: 360px;
  font-size: 18px
}

.avail-pg .sched-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 5px 22px 0 #18253f1a
}

.avail-pg .sched-cell {
  background: #fff;
  padding: 24px;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.avail-pg .sched-cell:hover {
  background: #fff8f6
}

.avail-pg .sched-cell.hd {
  background: #18253F;
  padding: 12px 24px
}

.avail-pg .sched-cell.hd-accent {
  background: #FF7151;
  padding: 12px 24px
}

.avail-pg .sched-cell-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffffb3;
  margin: 0;
  line-height: 1.4
}

.avail-pg .sched-cell-val {
  font-size: 18px;
  font-weight: 700;
  color: #18253F;
  margin: 0 0 6px;
  line-height: 1.4
}

.avail-pg .sched-cell-note {
  font-size: 13px;
  color: #FF7151;
  margin: 0;
  line-height: 1.4
}

.avail-pg .sched-cell-sub {
  font-size: 13px;
  color: #6a7a94;
  margin: 0;
  line-height: 1.4
}

.avail-pg .sched-cell-name {
  font-size: 18px;
  color: #18253F;
  margin: 0 0 6px;
  line-height: 1.4;
  font-weight: 600
}

.avail-pg .compare-outer {
  background: #fff;
  padding: 72px 0
}

.avail-pg .compare-constrain {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 36px
}

.avail-pg .compare-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.avail-pg .compare-label {
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #FF7151;
  margin: 0 0 12px;
  line-height: 1.4
}

.avail-pg .compare-h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #18253F;
  margin: 0 0 24px
}

.avail-pg .compare-p {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 12px;
  max-width: 480px
}

.avail-pg .compare-p.narrow {
  max-width: 320px
}

.avail-pg .compare-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 10px 52px 0 #ff71511a
}

.avail-pg .compare-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px) saturate(1.1);
  transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.avail-pg .compare-img-wrap:hover .compare-img {
  filter: blur(1.5px) saturate(1.3)
}

.avail-pg .bars-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.avail-pg .bar-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px
}

.avail-pg .bar-name {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #18253F;
  line-height: 1.4
}

.avail-pg .bar-vals {
  font-size: 13px;
  color: #6a7a94;
  line-height: 1.4
}

.avail-pg .bar-track {
  width: 100%;
  height: 8px;
  background: #F3F3F3;
  border-radius: 2px;
  position: relative;
  overflow: hidden
}

.avail-pg .bar-fill-a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #18253F;
  border-radius: 2px;
  animation: bar-grow .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.avail-pg .bar-fill-b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FF7151;
  border-radius: 2px;
  opacity: .55;
  animation: bar-grow .55s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes bar-grow {
  from {
    width: 0
  }
}

.avail-pg .bar-legend {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px
}

.avail-pg .bar-legend-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #18253F;
  letter-spacing: .06em;
  text-transform: uppercase
}

.avail-pg .leg-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0
}

.avail-pg .leg-dot.a {
  background: #18253F
}

.avail-pg .leg-dot.b {
  background: #FF7151;
  opacity: .55
}

.avail-pg .featured-outer {
  position: relative;
  padding: 72px 0
}

.avail-pg .featured-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: brightness(0.12) saturate(0.4)
}

.avail-pg .featured-constrain {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1
}

.avail-pg .featured-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.avail-pg .feat-main {
  border: 1.5px dashed #ff71518c;
  border-radius: 8px;
  padding: 36px
}

.avail-pg .feat-main-label {
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #FF7151;
  margin: 0 0 12px;
  line-height: 1.4
}

.avail-pg .feat-main-h3 {
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px
}

.avail-pg .feat-main-p {
  font-size: 18px;
  line-height: 1.6;
  color: #fffc;
  margin: 0 0 12px;
  max-width: 420px
}

.avail-pg .feat-main-p.narrow {
  max-width: 300px
}

.avail-pg .feat-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 24px;
  background: #FF7151;
  color: #fff;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background-color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -1px 2px 3px 0 #ff715114
}

.avail-pg .feat-cta:hover {
  background: #e55e3f;
  box-shadow: -1px 5px 22px 0 #ff715138
}

.avail-pg .feat-cta:focus {
  outline: 2px solid #FF7151;
  outline-offset: 3px
}

.avail-pg .feat-stat-card {
  border-radius: 8px;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.avail-pg .feat-stat-card:hover {
  background: #ffffff1f
}

.avail-pg .feat-stat-num {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  color: #FF7151;
  margin: 0
}

.avail-pg .feat-stat-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #ffffffb8;
  margin: 0;
  letter-spacing: .05em
}

.avail-pg .reveal-wrap {
  position: relative;
  display: inline-block
}

.avail-pg .reveal-overlay {
  position: absolute;
  inset: 0;
  background: #18253fd1;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2
}

.avail-pg .reveal-wrap:focus-within .reveal-overlay,
.avail-pg .reveal-wrap:hover .reveal-overlay {
  opacity: 0;
  pointer-events: none
}

.avail-pg .reveal-hint {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.4
}

.avail-pg .reveal-icon {
  color: #FF7151;
  font-size: 32px;
  margin-bottom: 6px
}

.avail-pg .blur-in {
  animation: blur-reveal .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.avail-pg .blur-in-2 {
  animation: blur-reveal .7s .18s cubic-bezier(0.22, 1, 0.36, 1) both
}

.avail-pg .blur-in-3 {
  animation: blur-reveal .7s .34s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes blur-reveal {
  from {
    filter: blur(10px);
    opacity: 0
  }

  to {
    filter: blur(0);
    opacity: 1
  }
}

@media (max-width: 1024px) {
  .avail-pg .sched-top {
    flex-direction: column;
    gap: 24px
  }

  .avail-pg .sched-heading-col {
    flex: none
  }

  .avail-pg .sched-grid {
    grid-template-columns: 2fr 1fr 1fr;
    overflow-x: auto
  }

  .avail-pg .compare-layout {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .avail-pg .featured-cols {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .avail-pg .feat-main {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .avail-pg .title-strip-img {
    height: 240px
  }

  .avail-pg .title-h1 .t-lg {
    font-size: 45px
  }

  .avail-pg .title-h1 .t-md {
    font-size: 32px
  }

  .avail-pg .sched-grid {
    grid-template-columns: 1fr 1fr
  }

  .avail-pg .featured-cols {
    grid-template-columns: 1fr
  }

  .avail-pg .feat-main {
    grid-column: auto
  }

  .avail-pg .sched-outer,
  .avail-pg .compare-outer,
  .avail-pg .featured-outer {
    padding: 36px 0
  }

  .avail-pg .title-constrain,
  .avail-pg .sched-constrain,
  .avail-pg .compare-constrain,
  .avail-pg .featured-constrain {
    padding: 0 24px
  }
}

@media (max-width: 480px) {
  .avail-pg .title-h1 .t-lg {
    font-size: 32px
  }

  .avail-pg .title-h1 .t-sm {
    font-size: 18px
  }

  .avail-pg .sched-grid {
    grid-template-columns: 1fr
  }

  .avail-pg .bar-legend {
    flex-direction: column;
    gap: 12px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background-color: #fff
}

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #F3F3F3;
  border-radius: 12px;
  padding: 72px 36px;
  text-align: center;
  box-shadow: -1px 5px 22px 0 #18253f1a
}

.success-page .icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 36px;
  border-radius: 50%;
  background: #FF7151;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

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

.success-page .success-heading {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #18253F;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #18253F, #FF7151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.success-page .success-subtext {
  font-size: 18px;
  line-height: 1.6;
  color: #18253F;
  margin: 0 0 36px;
  opacity: .78
}

.success-page .success-note {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .06em;
  color: #18253F;
  opacity: .55;
  margin: 0 0 36px;
  text-transform: uppercase
}

.success-page .back-link {
  display: inline-block;
  padding: 12px 36px;
  background: #18253F;
  color: #fff;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #18253F;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-page .back-link:hover {
  background: #FF7151;
  border-color: #FF7151;
  color: #fff
}

.success-page .back-link:focus {
  outline: 2px solid #FF7151;
  outline-offset: 3px
}

.success-page .divider {
  width: 36px;
  height: 2px;
  background: #FF7151;
  border-radius: 2px;
  margin: 0 auto 24px
}

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

  .success-page .success-card {
    padding: 36px 24px
  }

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

  .success-page .success-subtext {
    font-size: 18px
  }
}