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

html {
  scroll-behavior: auto;
  margin: 0;
  padding: 0
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%
}

:focus {
  outline: none;
  border-bottom: 4px solid #B7223A
}

.util-bar {
  background: #B7223A;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.util-bar__contact {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.util-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #E8E0DE;
  text-decoration: none;
  letter-spacing: .04em;
  transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.util-bar__item:hover {
  color: #fff
}

.util-bar__item i {
  font-size: 16px;
  color: #E8E0DE
}

.util-bar__trust {
  display: flex;
  align-items: center;
  gap: 8px
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e8e0de26;
  border: 1px solid #e8e0de4d;
  border-radius: 6px;
  padding: 4px 20px
}

.trust-badge__stars {
  display: flex;
  align-items: center;
  gap: 4px
}

.trust-badge__star {
  width: 14px;
  height: 14px;
  display: inline-block
}

.trust-badge__star svg {
  width: 14px;
  height: 14px
}

.trust-badge__label {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #E8E0DE;
  letter-spacing: .06em
}

.brand-row {
  background: #fff;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E0DE;
  box-shadow: 2px 3px 4px -2px #b7223a0f
}

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

.brand-mark__img-wrap {
  width: 48px;
  height: 48px;
  border-radius: 46px;
  background: #E8E0DE;
  border: 2px solid #A98A41;
  box-shadow: 2px 6px 20px -2px #b7223a17 inset 0 1px 4px #ffffffb3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  position: relative
}

.brand-mark__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 46px;
  border-right: 3px solid #B7223A;
  pointer-events: none
}

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

.brand-mark__name {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a1a1e;
  letter-spacing: .02em
}

.brand-mark__name span {
  color: #B7223A
}

.brand-row__tagline {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.45;
  color: #5a4040;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-style: italic
}

.site-header {
  position: relative;
  z-index: 100;
  background: #fff
}

.nav-row {
  background: linear-gradient(135deg, #2a1a1e 0%, #3d1f28 60%, #4a2530 100%);
  padding: 0 40px;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.nav-row__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.nav-row__link {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #E8E0DE;
  text-decoration: none;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .04em;
  border-bottom: 3px solid transparent;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .5s ease;
  position: relative
}

.nav-row__link:hover {
  color: #fff;
  border-bottom-color: #A98A41;
  background: #a98a411a
}

.nav-row__link[data-active] {
  color: #fff;
  border-bottom-color: #B7223A
}

.nav-row__link i {
  font-size: 16px;
  opacity: .75
}

.brand-row__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.util-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px
}

.site-footer {
  background: #2a1a1e;
  position: relative;
  overflow: hidden
}

.footer-wave {
  display: block;
  width: 100%;
  line-height: 0;
  margin-bottom: -1px
}

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

.footer-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.footer-col__label {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #A98A41;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 20px
}

.footer-col__desc {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #c4b0b0;
  margin: 0 0 20px
}

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

.footer-col__links li {
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-col__link {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.45;
  color: #c4b0b0;
  text-decoration: none;
  transition: color .7s ease;
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-col__link:hover {
  color: #E8E0DE
}

.footer-col__link i {
  font-size: 16px;
  color: #A98A41;
  flex-shrink: 0
}

.footer-col__contact-item {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #c4b0b0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color .6s ease
}

.footer-col__contact-item:hover {
  color: #E8E0DE
}

.footer-col__contact-item i {
  color: #B7223A;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-bottom {
  border-top: 1px solid #a98a4133;
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px
}

.footer-bottom__logo-wrap {
  width: 44px;
  height: 44px;
  border-radius: 46px;
  background: #3d2a2e;
  border: 2px solid #A98A41;
  box-shadow: 2px 6px 20px -2px #a98a4117 inset 0 1px 4px #ffffff14;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.footer-bottom__logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block
}

.footer-bottom__copy {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.45;
  color: #7a6060;
  letter-spacing: .04em
}

.footer-bottom__copy strong {
  color: #A98A41
}

.footer-bottom__legal {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.footer-bottom__legal-link {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.45;
  color: #7a6060;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .5s ease
}

.footer-bottom__legal-link:hover {
  color: #E8E0DE
}

.ck-consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 9px 40px -2px #b7223a1c 2px 6px 20px -2px #b7223a17;
  z-index: 4000;
  padding: 20px;
  border: 1px solid #E8E0DE;
  transform: translateX(calc(-100% - 40px));
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none
}

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

.ck-consent__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #E8E0DE;
  border-radius: 30px;
  margin-bottom: 8px
}

.ck-consent__icon svg {
  width: 22px;
  height: 22px
}

.ck-consent__body {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #2a1a1e;
  margin: 0 0 20px
}

.ck-consent__body strong {
  color: #B7223A
}

.ck-consent__actions {
  display: flex;
  align-items: center;
  gap: 20px
}

.ck-btn-accept {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #B7223A;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .5s ease;
  letter-spacing: .02em
}

.ck-btn-accept:hover {
  color: #8a1a2b
}

.ck-btn-decline {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 16px;
  color: #7a6060;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .5s ease
}

.ck-btn-decline:hover {
  color: #2a1a1e
}

.ck-settings-trigger {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: #B7223A;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  z-index: 3999;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background-color .6s ease
}

.ck-settings-trigger:hover {
  background: #8a1a2b
}

.ck-settings-trigger i {
  color: #fff;
  font-size: 21px
}

.ck-settings-trigger.ck-shown {
  display: flex
}

@media (max-width: 960px) {
  .util-bar {
    padding: 8px 20px
  }

  .brand-row {
    padding: 20px
  }

  .nav-row {
    padding: 0 20px
  }

  .nav-row__link {
    padding: 20px 8px;
    font-size: 16px
  }

  .footer-body {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px 20px
  }

  .footer-bottom {
    padding: 20px
  }
}

@media (max-width: 480px) {
  .util-bar__contact {
    gap: 8px
  }

  .brand-row__tagline {
    display: none
  }

  .nav-row__inner {
    gap: 0
  }

  .nav-row__link {
    padding: 20px 8px;
    font-size: 16px
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }

  .ck-consent {
    width: calc(100vw - 40px);
    right: 20px;
    left: 20px
  }
}

@media (min-width: 1440px) {
  .nav-row__link {
    padding: 20px
  }
}

.policy-data {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2c2218
}

.policy-data h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #E8E0DE;
  background: linear-gradient(135deg, #B7223A 0%, #A98A41 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.policy-data h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1e140d;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #B7223A;
  border-bottom: 1px solid #E8E0DE;
  padding-bottom: 8px
}

.policy-data h3 {
  font-size: 27px;
  line-height: 1.45;
  letter-spacing: -.005em;
  color: #2c1a10;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #A98A41
}

.policy-data h4 {
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: .01em;
  color: #2c1a10;
  margin-top: 40px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.policy-data h5 {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: .04em;
  color: #3a2215;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.policy-data h6 {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: .06em;
  color: #5a3e2e;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.policy-data p {
  font-size: 18px;
  line-height: 1.65;
  color: #2c2218;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 72ch
}

.policy-data ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style: none
}

.policy-data ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style: none;
  counter-reset: policy-counter
}

.policy-data ul li {
  font-size: 18px;
  line-height: 1.65;
  color: #2c2218;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  max-width: 72ch
}

.policy-data ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B7223A
}

.policy-data ol li {
  font-size: 18px;
  line-height: 1.65;
  color: #2c2218;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  max-width: 72ch;
  counter-increment: policy-counter
}

.policy-data ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 600;
  color: #A98A41;
  line-height: 1.65;
  transform: translateX(-100%);
  padding-right: 8px
}

.policy-data ul ul,
.policy-data ol ol,
.policy-data ul ol,
.policy-data ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px
}

.policy-data ul ul li::before {
  width: 4px;
  height: 4px;
  background-color: #A98A41;
  top: .78em
}

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

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

.policy-data a {
  color: #B7223A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s ease;
  text-decoration-color: #b7223a66
}

.policy-data a:hover {
  color: #A98A41;
  text-decoration-color: #a98a41b3
}

.policy-data a:focus-visible {
  outline: 2px solid #B7223A;
  outline-offset: 2px;
  border-radius: 6px
}

@media (max-width: 960px) {
  .policy-data {
    padding: 80px 40px
  }

  .policy-data h1 {
    font-size: 37px
  }

  .policy-data h2 {
    font-size: 27px;
    margin-top: 40px
  }

  .policy-data h3 {
    font-size: 21px
  }

  .policy-data h4 {
    font-size: 18px
  }

  .policy-data h5,
  .policy-data h6 {
    font-size: 16px
  }
}

@media (max-width: 480px) {
  .policy-data {
    padding: 40px 20px
  }

  .policy-data h1 {
    font-size: 27px;
    margin-bottom: 20px
  }

  .policy-data h2 {
    font-size: 21px;
    margin-top: 40px;
    padding-left: 8px
  }

  .policy-data h3 {
    font-size: 18px;
    padding-left: 8px
  }

  .policy-data h4,
  .policy-data h5,
  .policy-data h6 {
    font-size: 16px
  }

  .policy-data p,
  .policy-data ul li,
  .policy-data ol li {
    font-size: 16px
  }

  .policy-data ul,
  .policy-data ol {
    padding-left: 20px
  }

  .policy-data ol li::before {
    font-size: 16px
  }
}

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

.sstories .pg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.sstories .load-reveal {
  animation: blurReveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

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

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

.sstories .load-reveal-delay {
  animation: blurReveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.sstories .load-reveal-delay2 {
  animation: blurReveal .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s both
}

.sstories .title-band {
  background: linear-gradient(163deg, #B7223A 0%, #c9a96e 60%, #E8E0DE 100%);
  padding: 80px 20px 40px;
  position: relative
}

.sstories .title-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./media_directory/test_asset-2024-002.jpg) center/cover no-repeat;
  opacity: .07;
  pointer-events: none
}

.sstories .title-atm {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 46px;
  background: #b7223a2e;
  filter: blur(60px);
  top: -60px;
  right: 10%;
  pointer-events: none
}

.sstories .title-atm2 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 46px;
  background: #a98a4124;
  filter: blur(48px);
  bottom: 0;
  left: 5%;
  pointer-events: none
}

.sstories .title-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.sstories .title-label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .18em;
  color: #E8E0DE;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e0de73;
  padding-bottom: 4px
}

.sstories .title-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  margin: 0 0 20px;
  max-width: 680px
}

.sstories .title-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #ffffffe0;
  max-width: 520px;
  margin: 0
}

.sstories .stories-band {
  background: #fff;
  padding: 80px 20px;
  position: relative
}

.sstories .stories-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(163deg, #a98a4108 0px, #a98a4108 1px, transparent 1px, transparent 48px);
  pointer-events: none
}

.sstories .stories-band-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative
}

.sstories .band-label {
  font-size: 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #A98A41;
  margin-bottom: 8px;
  display: block
}

.sstories .band-h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1a1e;
  font-weight: 700;
  margin: 0 0 4px
}

.sstories .band-h2::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #B7223A;
  border-radius: 6px;
  margin-bottom: 20px
}

.sstories .band-sub {
  font-size: 18px;
  line-height: 1.45;
  color: #5a3a40;
  margin: 0 0 40px;
  max-width: 560px
}

.sstories .stories-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px
}

.sstories .story-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  padding: 40px;
  position: relative;
  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);
  overflow: hidden
}

.sstories .story-card:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-4px)
}

.sstories .story-card.anchor {
  grid-row: 1 / 3;
  background: linear-gradient(163deg, #2a1a1e 0%, #3d1f27 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.sstories .story-card.anchor .story-quote {
  color: #ffffffb8
}

.sstories .story-card.anchor .story-name {
  color: #E8E0DE
}

.sstories .story-card.anchor .story-role {
  color: #e8e0de99
}

.sstories .story-card.anchor .story-topic {
  background: #b7223a38;
  color: #e8a0aa
}

.sstories .story-card.anchor .story-h3 {
  color: #fff;
  font-size: 27px
}

.sstories .story-card.anchor .story-metric {
  color: #A98A41
}

.sstories .story-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-radius: 0 18px 0 46px;
  background: linear-gradient(163deg, #b7223a0f, transparent);
  pointer-events: none
}

.sstories .story-diag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 18px
}

.sstories .story-diag svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.sstories .story-topic {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #a98a411a;
  color: #7a5e1a;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 20px
}

.sstories .story-h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #2a1a1e;
  font-weight: 700;
  margin: 0 0 20px
}

.sstories .story-quote {
  font-size: 16px;
  line-height: 1.65;
  color: #5a3a40;
  margin: 0 0 20px;
  font-style: italic
}

.sstories .story-metric {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #B7223A;
  margin-bottom: 4px
}

.sstories .story-metric-label {
  font-size: 16px;
  color: #8a6a70;
  margin: 0 0 20px
}

.sstories .story-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #b7223a1a
}

.sstories .story-avatar {
  width: 40px;
  height: 40px;
  border-radius: 46px;
  background: linear-gradient(163deg, #B7223A, #A98A41);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.sstories .story-avatar svg {
  width: 20px;
  height: 20px
}

.sstories .story-name {
  font-size: 16px;
  font-weight: 700;
  color: #2a1a1e;
  margin: 0
}

.sstories .story-role {
  font-size: 16px;
  color: #8a6a70;
  margin: 0
}

.sstories .story-compact {
  padding: 20px
}

.sstories .story-compact .story-h3 {
  font-size: 18px;
  margin-bottom: 8px
}

.sstories .story-compact .story-quote {
  font-size: 16px;
  margin-bottom: 8px
}

.sstories .outcomes-band {
  padding: 80px 20px;
  background: #E8E0DE;
  position: relative
}

.sstories .outcomes-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./media_directory/test_asset-2024-002.jpg) center/cover no-repeat;
  opacity: .04;
  pointer-events: none
}

.sstories .outcomes-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative
}

.sstories .outcomes-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px
}

.sstories .outcomes-left {
  flex: 0 0 320px
}

.sstories .outcomes-right {
  flex: 1
}

.sstories .out-label {
  font-size: 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #B7223A;
  display: block;
  margin-bottom: 8px
}

.sstories .out-h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1a1e;
  font-weight: 700;
  margin: 0
}

.sstories .out-h2::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #A98A41;
  border-radius: 6px;
  margin-bottom: 20px
}

.sstories .out-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #3d2228;
  margin: 0
}

.sstories .outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px
}

.sstories .out-stat {
  background: #fff;
  border-radius: 18px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  transition: box-shadow .55s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.sstories .out-stat:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-3px)
}

.sstories .out-num {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #B7223A;
  display: block;
  margin-bottom: 8px
}

.sstories .out-stat-label {
  font-size: 16px;
  line-height: 1.45;
  color: #5a3a40
}

.sstories .outcomes-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.sstories .out-detail {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 2px 3px 4px -2px #a98a410f
}

.sstories .out-detail-h4 {
  font-size: 21px;
  line-height: 1.2;
  color: #2a1a1e;
  font-weight: 700;
  margin: 0 0 20px
}

.sstories .out-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px
}

.sstories .out-detail-list li {
  font-size: 16px;
  line-height: 1.45;
  color: #3d2228;
  padding-left: 20px;
  position: relative
}

.sstories .out-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 46px;
  background: #A98A41
}

.sstories .wave-div {
  line-height: 0;
  overflow: hidden
}

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

@media (max-width: 960px) {
  .sstories .title-h1 {
    font-size: 37px
  }

  .sstories .stories-grid {
    grid-template-columns: 1fr 1fr
  }

  .sstories .story-card.anchor {
    grid-column: 1 / 3;
    grid-row: auto
  }

  .sstories .outcomes-top {
    flex-direction: column;
    gap: 20px
  }

  .sstories .outcomes-left {
    flex: none
  }

  .sstories .outcomes-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 480px) {
  .sstories .title-h1 {
    font-size: 27px
  }

  .sstories .title-band {
    padding: 40px 20px
  }

  .sstories .stories-band {
    padding: 40px 20px
  }

  .sstories .outcomes-band {
    padding: 40px 20px
  }

  .sstories .band-h2 {
    font-size: 27px
  }

  .sstories .out-h2 {
    font-size: 27px
  }

  .sstories .stories-grid {
    grid-template-columns: 1fr
  }

  .sstories .story-card.anchor {
    grid-column: auto;
    grid-row: auto
  }

  .sstories .outcomes-grid {
    grid-template-columns: 1fr 1fr
  }

  .sstories .outcomes-pair {
    grid-template-columns: 1fr
  }

  .sstories .out-detail-list {
    grid-template-columns: 1fr
  }

  .sstories .out-num {
    font-size: 37px
  }
}

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

.ct-us .pg-band {
  padding: 80px 20px;
  max-width: 1280px;
  margin: 0 auto
}

.ct-us .strip-top {
  background: linear-gradient(163deg, #B7223A 0%, #b7223a14 100%);
  padding: 40px 20px
}

.ct-us .strip-top__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.ct-us .strip-top__text {
  flex: 1 1 0
}

.ct-us .strip-top__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: #B7223A;
  padding: 4px 20px;
  border-radius: 6px;
  margin-bottom: 20px
}

.ct-us .strip-top__h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px
}

.ct-us .strip-top__sub {
  font-size: 18px;
  line-height: 1.45;
  color: #ffffffe0;
  margin: 0
}

.ct-us .strip-top__deco {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center
}

.ct-us .deco-icon-pair {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center
}

.ct-us .deco-icon-pair .d-ico {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #ffffff26;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .deco-icon-pair .d-ico svg {
  width: 28px;
  height: 28px;
  fill: #fff
}

.ct-us .strip-divider {
  height: 4px;
  background: linear-gradient(90deg, #B7223A 0%, #A98A41 100%);
  border: none;
  margin: 0
}

.ct-us .form-band {
  background: #fff;
  padding: 80px 20px
}

.ct-us .form-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.ct-us .form-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.ct-us .form-sidebar__accent {
  width: 40px;
  height: 4px;
  background: linear-gradient(163deg, #B7223A, #A98A41);
  border-radius: 6px;
  margin-bottom: 8px
}

.ct-us .form-sidebar__h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #1d1214;
  margin: 0 0 20px
}

.ct-us .form-sidebar__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a2e;
  margin: 0 0 8px
}

.ct-us .sidebar-info {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ct-us .info-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px
}

.ct-us .info-row__ico {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 18px;
  background: #E8E0DE;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3px 4px -2px #b7223a0f
}

.ct-us .info-row__ico svg {
  width: 20px;
  height: 20px;
  fill: #B7223A
}

.ct-us .info-row__body {
  flex: 1 1 0
}

.ct-us .info-row__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #A98A41;
  display: block;
  margin-bottom: 4px
}

.ct-us .info-row__val {
  font-size: 16px;
  line-height: 1.45;
  color: #1d1214;
  text-decoration: none;
  transition: color .55s ease
}

.ct-us .info-row__val:hover {
  color: #B7223A;
  text-shadow: 0 2px 8px #b7223a26
}

.ct-us .form-area {
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  padding: 40px
}

.ct-us .form-area__h3 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  color: #1d1214;
  margin: 0 0 8px
}

.ct-us .form-area__sub {
  font-size: 16px;
  line-height: 1.45;
  color: #5a3a40;
  margin: 0 0 40px
}

.ct-us .f-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px
}

.ct-us .f-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #1d1214
}

.ct-us .f-input {
  width: 100%;
  padding: 20px;
  border: 2px solid #E8E0DE;
  border-radius: 6px;
  font-size: 16px;
  color: #1d1214;
  background: #fdf9f8;
  outline: none;
  box-sizing: border-box;
  transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .f-input::placeholder {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 16px;
  color: #b0a0a4
}

.ct-us .f-input:focus {
  border-color: #B7223A;
  box-shadow: 2px 6px 20px -2px #b7223a17 inset 0 2px 8px #b7223a0a
}

.ct-us .f-select {
  width: 100%;
  padding: 20px;
  border: 2px solid #E8E0DE;
  border-radius: 6px;
  font-size: 16px;
  color: #1d1214;
  background: #fdf9f8;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .6s ease, box-shadow .6s ease;
  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='%23B7223A' d='M8 11L2 5h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 48px
}

.ct-us .f-select:focus {
  border-color: #B7223A;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.ct-us .radio-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px
}

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

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

.ct-us .radio-opt__text {
  font-size: 16px;
  color: #1d1214;
  line-height: 1.45
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  padding: 20px;
  background: #fdf9f8;
  border-radius: 6px;
  border: 1px solid #E8E0DE
}

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

.ct-us .privacy-row__text {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a2e
}

.ct-us .privacy-row__text a {
  color: #B7223A;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .55s ease
}

.ct-us .privacy-row__text a:hover {
  color: #A98A41
}

.ct-us .btn-submit {
  display: inline-block;
  padding: 20px 40px;
  background: #B7223A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
  position: relative;
  overflow: hidden
}

.ct-us .btn-submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #a98a4100;
  border-radius: 30px;
  transition: background .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .btn-submit:hover {
  background: #8f1a2c;
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-2px)
}

.ct-us .btn-submit:active {
  transform: translateY(0)
}

.ct-us .btn-submit:focus-visible {
  outline: 3px solid #A98A41;
  outline-offset: 4px
}

.ct-us .divider-wave {
  height: 3px;
  background: linear-gradient(90deg, #A98A41 0%, #B7223A 100%);
  border: none;
  margin: 0
}

.ct-us .reach-band {
  background: #2a0a10;
  padding: 80px 20px;
  position: relative
}

.ct-us .aurora-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0;
  pointer-events: none
}

.ct-us .aurora-bg::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -80px;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse at 30% 40%, #b7223a2e 0%, transparent 65%);
  animation: aurora-drift-a 12s ease infinite alternate
}

.ct-us .aurora-bg::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -80px;
  width: 55%;
  height: 180%;
  background: radial-gradient(ellipse at 70% 60%, #a98a4121 0%, transparent 60%);
  animation: aurora-drift-b 15s ease infinite alternate
}

@keyframes aurora-drift-a {
  0% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(40px, -20px) scale(1.08)
  }
}

@keyframes aurora-drift-b {
  0% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(-30px, 20px) scale(1.06)
  }
}

.ct-us .reach-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.ct-us .reach-band__accent {
  width: 40px;
  height: 4px;
  background: linear-gradient(163deg, #B7223A, #A98A41);
  border-radius: 6px;
  margin: 0 auto 20px
}

.ct-us .reach-band__h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 0 0 8px
}

.ct-us .reach-band__intro {
  font-size: 18px;
  line-height: 1.45;
  color: #ffffffbf;
  text-align: center;
  margin: 0 0 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.ct-us .reach-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.ct-us .reach-card {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.ct-us .reach-card:hover {
  background: #ffffff17;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.ct-us .reach-card__ico {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #b7223a40;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 12px #b7223a2e
}

.ct-us .reach-card__ico svg {
  width: 28px;
  height: 28px;
  fill: #fff
}

.ct-us .reach-card__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #A98A41
}

.ct-us .reach-card__val {
  font-size: 16px;
  line-height: 1.45;
  color: #ffffffe0;
  text-decoration: none;
  transition: color .55s ease
}

.ct-us .reach-card__val:hover {
  color: #E8E0DE;
  text-shadow: 0 2px 10px #a98a4140
}

.ct-us .reach-card__note {
  font-size: 16px;
  line-height: 1.65;
  color: #ffffff8c;
  margin: 0
}

.ct-us .reach-stories {
  margin-top: 40px;
  text-align: center
}

.ct-us .reach-stories__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #E8E0DE;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #a98a4166;
  padding-bottom: 4px;
  transition: color .6s ease, border-color .6s ease
}

.ct-us .reach-stories__link:hover {
  color: #A98A41;
  border-color: #A98A41
}

.ct-us .reach-stories__link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ct-us .reach-stories__link:hover svg {
  transform: translateX(4px)
}

.ct-us .curved-connector {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.ct-us .curved-connector svg {
  display: block;
  width: 100%
}

@media (max-width: 960px) {
  .ct-us .strip-top__h1 {
    font-size: 37px
  }

  .ct-us .strip-top__inner {
    flex-direction: column;
    gap: 20px
  }

  .ct-us .form-band__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

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

  .ct-us .form-area {
    padding: 20px
  }
}

@media (max-width: 480px) {
  .ct-us .strip-top__h1 {
    font-size: 27px
  }

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

  .ct-us .radio-row {
    flex-direction: column;
    gap: 8px
  }

  .ct-us .btn-submit {
    width: 100%;
    text-align: center
  }
}

.ptf {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: clip
}

.ptf .pg-band {
  position: relative;
  padding: 80px 40px
}

.ptf .pg-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(163deg, #B7223A 0%, #fff 55%, #E8E0DE 100%);
  z-index: 0
}

.ptf .pg-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.ptf .pg-band__label {
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B7223A;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.ptf .pg-band__accent {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 68px;
  font-weight: 900;
  color: #B7223A;
  opacity: .05;
  line-height: 1.2;
  pointer-events: none;
  user-select: none;
  letter-spacing: -4px
}

.ptf .pg-band__h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b0a0e;
  margin-bottom: 20px
}

.ptf .pg-band__desc {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2028;
  max-width: 480px
}

.ptf .pg-band__img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.ptf .pg-band__img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  opacity: .18
}

.ptf .pg-band__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(163deg, #b7223a8c 0%, #a98a4159 100%);
  border-radius: 18px
}

.ptf .pg-band__scanlines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, #00000012 3px, #00000012 4px);
  border-radius: 18px;
  pointer-events: none
}

.ptf .pg-band__img-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 40px
}

.ptf .pg-band__stat {
  font-size: 68px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-shadow: 2px 6px 20px #b7223a66
}

.ptf .pg-band__stat-label {
  font-size: 18px;
  color: #E8E0DE;
  letter-spacing: .06em;
  text-align: center
}

.ptf .work-strip {
  padding: 80px 40px;
  background: #fff;
  position: relative
}

.ptf .work-strip::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  height: 48px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  z-index: 2
}

.ptf .work-strip__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

.ptf .work-strip__accent-line {
  width: 40px;
  height: 3px;
  background: #B7223A;
  margin-bottom: 8px;
  border-radius: 6px
}

.ptf .work-strip__h2 {
  font-size: 37px;
  font-weight: 700;
  color: #1b0a0e;
  line-height: 1.2;
  margin-bottom: 8px
}

.ptf .work-strip__sub {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2e36;
  max-width: 560px
}

.ptf .work-strip__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px
}

.ptf .proj-card {
  border-radius: 18px;
  padding: 40px;
  position: relative;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
  cursor: default;
  background: #fff;
  border: 2px solid #E8E0DE;
  outline: 5px solid transparent;
  outline-offset: -7px
}

.ptf .proj-card:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-4px)
}

.ptf .proj-card.featured {
  background: linear-gradient(163deg, #1b0a0e 0%, #3a0e1a 100%);
  border-color: #B7223A;
  outline-color: #b7223a2e
}

.ptf .proj-card__tag {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B7223A;
  font-weight: 700;
  margin-bottom: 20px;
  background: #b7223a14;
  padding: 4px 8px;
  border-radius: 6px
}

.ptf .proj-card.featured .proj-card__tag {
  color: #E8E0DE;
  background: #e8e0de1f
}

.ptf .proj-card__h3 {
  font-size: 27px;
  font-weight: 700;
  color: #1b0a0e;
  line-height: 1.45;
  margin-bottom: 8px
}

.ptf .proj-card.featured .proj-card__h3 {
  color: #fff
}

.ptf .proj-card__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2e36;
  margin-bottom: 20px
}

.ptf .proj-card.featured .proj-card__desc {
  color: #c9b8bc
}

.ptf .proj-card__meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.ptf .proj-card__pill {
  font-size: 16px;
  border-radius: 30px;
  padding: 4px 8px;
  background: #E8E0DE;
  color: #3a2028;
  font-weight: 500
}

.ptf .proj-card.featured .proj-card__pill {
  background: #a98a4140;
  color: #E8E0DE
}

.ptf .proj-card__num {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 52px;
  font-weight: 900;
  color: #b7223a12;
  line-height: 1.2;
  pointer-events: none;
  user-select: none
}

.ptf .proj-card.featured .proj-card__num {
  color: #ffffff0f
}

.ptf .proj-card.small {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.ptf .method-seg {
  padding: 80px 40px;
  margin-top: 40px;
  position: relative;
  background: linear-gradient(163deg, #E8E0DE 0%, #f5ede8 60%, #fff 100%)
}

.ptf .method-seg__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.ptf .method-seg__left {
  position: sticky;
  top: 40px
}

.ptf .method-seg__accent-line {
  width: 40px;
  height: 3px;
  background: #A98A41;
  margin-bottom: 8px;
  border-radius: 6px
}

.ptf .method-seg__h2 {
  font-size: 37px;
  font-weight: 700;
  color: #1b0a0e;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center
}

.ptf .method-seg__intro {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2e36;
  text-align: center
}

.ptf .method-seg__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.ptf .method-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  transition: box-shadow .7s ease, background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden
}

.ptf .method-card:hover {
  box-shadow: 2px 6px 20px -2px #b7223a17;
  background: linear-gradient(163deg, #fff 60%, #e8e0de80 100%)
}

.ptf .method-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.ptf .method-card__icon svg {
  width: 36px;
  height: 36px
}

.ptf .method-card__h4 {
  font-size: 21px;
  font-weight: 700;
  color: #1b0a0e;
  margin-bottom: 8px;
  line-height: 1.45
}

.ptf .method-card__p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a2e36
}

.ptf .method-card__checker {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background-image: linear-gradient(45deg, #b7223a0a 25%, transparent 25%), linear-gradient(-45deg, #b7223a0a 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #b7223a0a 75%), linear-gradient(-45deg, transparent 75%, #b7223a0a 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  opacity: 0;
  transition: opacity .7s ease;
  pointer-events: none
}

.ptf .method-card:hover .method-card__checker {
  opacity: 1
}

.ptf .outcome-seg {
  padding: 80px 40px;
  background: #fff;
  position: relative
}

.ptf .outcome-seg__inner {
  display: grid;
  grid-template-columns: 3fr 1fr 2fr;
  gap: 40px;
  align-items: start
}

.ptf .outcome-seg__left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ptf .outcome-seg__accent-line {
  width: 40px;
  height: 3px;
  background: #B7223A;
  margin-bottom: 8px;
  border-radius: 6px
}

.ptf .outcome-seg__h2 {
  font-size: 37px;
  font-weight: 700;
  color: #1b0a0e;
  line-height: 1.2
}

.ptf .outcome-seg__p {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2028
}

.ptf .outcome-seg__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ptf .outcome-seg__list li {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2028;
  padding: 8px 20px;
  background: #E8E0DE;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ptf .outcome-seg__list li svg {
  flex-shrink: 0
}

.ptf .outcome-seg__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 40px
}

.ptf .icon-chain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}

.ptf .icon-chain__node {
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background: linear-gradient(163deg, #B7223A, #A98A41);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.ptf .icon-chain__node svg {
  width: 24px;
  height: 24px
}

.ptf .icon-chain__dash {
  width: 2px;
  height: 32px;
  border-left: 2px dashed #A98A41
}

.ptf .outcome-seg__right {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ptf .review-card {
  background: linear-gradient(163deg, #E8E0DE 0%, #fff 100%);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 2px 3px 4px -2px #a98a410f;
  border: 1px solid #a98a4133;
  transition: box-shadow .55s ease
}

.ptf .review-card:hover {
  box-shadow: 2px 6px 20px -2px #a98a4117
}

.ptf .review-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #1b0a0e;
  margin-bottom: 4px
}

.ptf .review-card__role {
  font-size: 16px;
  color: #A98A41;
  margin-bottom: 8px;
  letter-spacing: .05em
}

.ptf .review-card__text {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2028
}

.ptf .review-card__stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 8px
}

.ptf .star-shape {
  width: 14px;
  height: 14px
}

.ptf .outcome-seg__cta {
  margin-top: 8px
}

.ptf .btn-primary {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #B7223A;
  border: none;
  border-radius: 18px;
  padding: 20px 40px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease, transform .5s ease;
  letter-spacing: .03em;
  position: relative;
  overflow: hidden
}

.ptf .btn-primary:hover {
  background: #8f1a2c;
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none
}

.ptf .btn-primary:focus {
  outline: 3px solid #A98A41;
  outline-offset: 4px
}

.ptf .btn-primary:active {
  transform: translateY(0)
}

.ptf .btn-hold-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #ffffff26;
  border-radius: 18px;
  transition: width .8s ease
}

.ptf .btn-primary:active .btn-hold-fill {
  width: 100%
}

@keyframes grad-shift-a {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes grad-shift-b {
  0% {
    background-position: 100% 0
  }

  50% {
    background-position: 0 100%
  }

  100% {
    background-position: 100% 0
  }
}

.ptf .method-seg {
  background-size: 300% 300%;
  animation: grad-shift-a 12s ease infinite
}

.ptf .method-seg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(163deg, #e8e0de4d 0%, #a98a410f 50%, #e8e0de26 100%);
  background-size: 200% 200%;
  animation: grad-shift-b 18s ease infinite;
  pointer-events: none;
  z-index: 0
}

.ptf .method-seg__inner {
  position: relative;
  z-index: 1
}

.ptf .img-texture-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  margin-bottom: 20px
}

.ptf .img-texture-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  opacity: .12
}

.ptf .img-texture-wrap__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(163deg, #a98a4199 0%, #b7223a66 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.ptf .img-texture-wrap__label {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  text-shadow: 0 2px 8px #1b0a0e66
}

@media (max-width: 960px) {
  .ptf .pg-band__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ptf .pg-band__h1 {
    font-size: 37px
  }

  .ptf .pg-band__stat {
    font-size: 52px
  }

  .ptf .work-strip__grid {
    grid-template-columns: 1fr 1fr
  }

  .ptf .proj-card.featured {
    grid-column: span 2
  }

  .ptf .method-seg__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ptf .method-seg__left {
    position: static
  }

  .ptf .method-seg__h2 {
    text-align: left
  }

  .ptf .method-seg__intro {
    text-align: left
  }

  .ptf .outcome-seg__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ptf .outcome-seg__mid {
    flex-direction: row;
    padding-top: 0
  }

  .ptf .icon-chain {
    flex-direction: row
  }

  .ptf .icon-chain__dash {
    width: 32px;
    height: 2px;
    border-left: none;
    border-top: 2px dashed #A98A41
  }
}

@media (max-width: 480px) {
  .ptf .pg-band {
    padding: 40px 20px
  }

  .ptf .pg-band__h1 {
    font-size: 27px
  }

  .ptf .work-strip {
    padding: 40px 20px
  }

  .ptf .work-strip__grid {
    grid-template-columns: 1fr
  }

  .ptf .proj-card.featured {
    grid-column: span 1
  }

  .ptf .method-seg {
    padding: 40px 20px
  }

  .ptf .method-seg__right {
    grid-template-columns: 1fr
  }

  .ptf .outcome-seg {
    padding: 40px 20px
  }

  .ptf .outcome-seg__list {
    grid-template-columns: 1fr
  }

  .ptf .work-strip__head {
    flex-direction: column;
    gap: 20px
  }
}

@media (min-width: 1440px) {
  .ptf .pg-band__h1 {
    font-size: 68px
  }
}

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

.lrn-prog .pg-schema {
  display: none
}

.lrn-prog .prog-deck {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  max-width: 100%
}

.lrn-prog .prog-deck__text {
  background: #1a0a0e;
  background: linear-gradient(163deg, #2a0d15 0%, #1c0a10 55%, #0e0608 100%);
  padding: 80px 40px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.lrn-prog .prog-deck__text::after {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 80px;
  height: 100%;
  background: linear-gradient(163deg, #2a0d15 0%, #0e0608 100%);
  clip-path: polygon(0 0, 40px 0, 80px 100%, 0 100%);
  z-index: 2
}

.lrn-prog .prog-deck__img-zone {
  position: relative;
  overflow: hidden
}

.lrn-prog .prog-deck__img-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .prog-deck__img-zone::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #b7223a2e;
  z-index: 1
}

.lrn-prog .prog-deck__img-zone::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23grain)' opacity='0.09'/%3E%3C/svg%3E");
  z-index: 2;
  pointer-events: none
}

.lrn-prog .prog-deck__geo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 120px;
  height: 120px;
  border: 2px solid #b7223a59;
  border-radius: 18px;
  z-index: 3;
  animation: geo-sway 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
  pointer-events: none
}

.lrn-prog .prog-deck__geo-inner {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid #a98a414d;
  border-radius: 6px
}

@keyframes geo-sway {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: .6
  }

  100% {
    transform: translateY(-12px) rotate(4deg);
    opacity: 1
  }
}

.lrn-prog .manifesto-label {
  font-size: 16px;
  letter-spacing: .18em;
  color: #A98A41;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block
}

.lrn-prog .manifesto-label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #A98A41;
  vertical-align: middle;
  margin-right: 8px
}

.lrn-prog .prog-deck__text h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #f5f0ee;
  margin-bottom: 20px;
  font-weight: 700
}

.lrn-prog .prog-deck__text h1 em {
  font-style: normal;
  color: #B7223A
}

.lrn-prog .manifesto-body {
  font-size: 18px;
  line-height: 1.65;
  color: #c8bdb8;
  margin-bottom: 40px;
  max-width: 420px
}

.lrn-prog .manifesto-pills {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.lrn-prog .m-pill {
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid #a98a4166;
  color: #d4c4b0;
  background: #a98a4114;
  letter-spacing: .04em
}

.lrn-prog .prog-cta {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 40px;
  background: #B7223A;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  position: relative;
  overflow: hidden;
  align-self: flex-start
}

.lrn-prog .prog-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff1f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .prog-cta:hover {
  background: #9a1c30;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.lrn-prog .prog-cta:hover::after {
  transform: scaleX(1)
}

.lrn-prog .prog-cta:focus {
  outline: 3px solid #A98A41;
  outline-offset: 3px
}

.lrn-prog .prog-cta:active {
  background: #7e1626
}

.lrn-prog .detail-band {
  background: #E8E0DE;
  padding: 4px 0
}

.lrn-prog .detail-band__row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: space-between
}

.lrn-prog .band-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0
}

.lrn-prog .band-stat__num {
  font-size: 37px;
  font-weight: 700;
  color: #B7223A;
  line-height: 1.2
}

.lrn-prog .band-stat__lbl {
  font-size: 16px;
  color: #5a3a3a;
  letter-spacing: .06em;
  text-transform: uppercase
}

.lrn-prog .band-divider {
  width: 1px;
  height: 48px;
  background: #b7223a33
}

.lrn-prog .struct-area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px
}

.lrn-prog .struct-area__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 80px
}

.lrn-prog .struct-intro {
  padding-top: 8px
}

.lrn-prog .struct-intro__accent {
  display: block;
  width: 32px;
  height: 3px;
  background: #B7223A;
  margin-bottom: 20px;
  border-radius: 6px
}

.lrn-prog .struct-intro h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1c0a10;
  font-weight: 700;
  margin-bottom: 20px
}

.lrn-prog .struct-main p {
  font-size: 18px;
  line-height: 1.65;
  color: #3d2020;
  margin-bottom: 20px
}

.lrn-prog .struct-main p:last-child {
  margin-bottom: 0
}

.lrn-prog .modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 80px
}

.lrn-prog .mod-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 20px 20px;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  position: relative;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
  border: 1px solid #e8e0decc
}

.lrn-prog .mod-card:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-4px)
}

.lrn-prog .mod-card__corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #B7223A;
  border-radius: 0 18px 0 46px
}

.lrn-prog .mod-card.secondary .mod-card__corner {
  background: #A98A41
}

.lrn-prog .mod-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrn-prog .mod-card__icon svg {
  width: 36px;
  height: 36px
}

.lrn-prog .mod-card h4 {
  font-size: 21px;
  line-height: 1.2;
  color: #1c0a10;
  font-weight: 700;
  margin-bottom: 8px
}

.lrn-prog .mod-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #5a3a3a
}

.lrn-prog .mod-card__weeks {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #A98A41;
  font-weight: 600
}

.lrn-prog .compare-strip {
  background: linear-gradient(163deg, #2a0d15 0%, #1c0a10 100%);
  border-radius: 18px;
  padding: 40px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden
}

.lrn-prog .compare-strip__geo {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 160px;
  height: 160px;
  border: 1px solid #a98a4126;
  border-radius: 46px;
  pointer-events: none;
  animation: geo-sway 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate
}

.lrn-prog .compare-strip h3 {
  font-size: 27px;
  color: #f5f0ee;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center
}

.lrn-prog .compare-strip h3::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #A98A41;
  margin: 0 auto 20px;
  border-radius: 6px
}

.lrn-prog .compare-cols {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start
}

.lrn-prog .compare-col h5 {
  font-size: 18px;
  color: #A98A41;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  font-weight: 600
}

.lrn-prog .compare-col.after h5 {
  color: #B7223A;
  text-align: right
}

.lrn-prog .compare-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px
}

.lrn-prog .compare-col.after .compare-item {
  flex-direction: row-reverse
}

.lrn-prog .compare-dot {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background: #a98a4180;
  flex-shrink: 0;
  margin-top: 8px
}

.lrn-prog .compare-col.after .compare-dot {
  background: #b7223ab3
}

.lrn-prog .compare-item span {
  font-size: 16px;
  line-height: 1.45;
  color: #c8bdb8
}

.lrn-prog .compare-col.after .compare-item span {
  text-align: right
}

.lrn-prog .compare-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px
}

.lrn-prog .compare-arrow {
  width: 32px;
  height: 32px
}

.lrn-prog .howto-strip {
  margin-bottom: 80px
}

.lrn-prog .howto-strip h3 {
  font-size: 27px;
  color: #1c0a10;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center
}

.lrn-prog .howto-strip h3::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #B7223A;
  margin: 0 auto 20px;
  border-radius: 6px
}

.lrn-prog .steps-row {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: stretch
}

.lrn-prog .step-item {
  flex: 1;
  background: #fff;
  border: 1px solid #e8e0dee6;
  border-radius: 18px;
  padding: 20px;
  position: relative;
  transition: background .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .step-item:hover {
  background: #fdf8f7;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.lrn-prog .step-num {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #b7223a1f;
  margin-bottom: 8px
}

.lrn-prog .step-item h5 {
  font-size: 18px;
  color: #1c0a10;
  font-weight: 700;
  margin-bottom: 8px
}

.lrn-prog .step-item p {
  font-size: 16px;
  line-height: 1.65;
  color: #5a3a3a
}

.lrn-prog .step-connector {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lrn-prog .step-connector svg {
  width: 16px;
  height: 16px;
  color: #b7223a4d
}

.lrn-prog .faq-area {
  background: #E8E0DE;
  padding: 80px 0;
  position: relative
}

.lrn-prog .faq-area__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px
}

.lrn-prog .faq-label {
  padding-top: 8px
}

.lrn-prog .faq-label__accent {
  display: block;
  width: 32px;
  height: 3px;
  background: #B7223A;
  margin-bottom: 20px;
  border-radius: 6px
}

.lrn-prog .faq-label h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1c0a10;
  font-weight: 700;
  margin-bottom: 20px
}

.lrn-prog .faq-label p {
  font-size: 16px;
  line-height: 1.65;
  color: #5a3a3a
}

.lrn-prog .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .faq-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 3px 4px -2px #b7223a0f
}

.lrn-prog .faq-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.lrn-prog .faq-q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  user-select: none;
  transition: background .5s ease;
  gap: 20px
}

.lrn-prog .faq-q:hover {
  background: #fdf8f7
}

.lrn-prog .faq-q span {
  font-size: 18px;
  font-weight: 600;
  color: #1c0a10;
  line-height: 1.45
}

.lrn-prog .faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 30px;
  background: #b7223a14;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .faq-item.open .faq-toggle {
  background: #B7223A;
  transform: rotate(45deg)
}

.lrn-prog .faq-toggle svg {
  width: 14px;
  height: 14px
}

.lrn-prog .faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .faq-item.open .faq-ans {
  max-height: 300px
}

.lrn-prog .faq-ans p {
  font-size: 16px;
  line-height: 1.65;
  color: #5a3a3a;
  padding: 0 20px 20px
}

.lrn-prog .float-icon {
  animation: icon-float 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate
}

.lrn-prog .float-icon-b {
  animation: icon-float 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse
}

@keyframes icon-float {
  0% {
    transform: translateY(0)
  }

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

.lrn-prog .highlight-line {
  display: inline;
  background: linear-gradient(163deg, #b7223a1f 0%, #a98a411a 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 4px;
  padding: 0 4px
}

.lrn-prog .highlight-line:hover {
  background-size: 100% 100%
}

.lrn-prog .prog-deck__text a.prog-cta {
  color: #fff
}

@media (max-width: 960px) {
  .lrn-prog .prog-deck {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .lrn-prog .prog-deck__text {
    padding: 80px 40px
  }

  .lrn-prog .prog-deck__text::after {
    display: none
  }

  .lrn-prog .prog-deck__img-zone {
    height: 360px
  }

  .lrn-prog .prog-deck__text h1 {
    font-size: 37px
  }

  .lrn-prog .modules-grid {
    grid-template-columns: 1fr 1fr
  }

  .lrn-prog .struct-area__top {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .lrn-prog .compare-cols {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .lrn-prog .compare-mid {
    display: none
  }

  .lrn-prog .compare-col.after h5,
  .lrn-prog .compare-col.after .compare-item {
    flex-direction: row
  }

  .lrn-prog .compare-col.after .compare-item span {
    text-align: left
  }

  .lrn-prog .steps-row {
    flex-direction: column;
    gap: 8px
  }

  .lrn-prog .step-connector {
    transform: rotate(90deg);
    width: auto;
    height: 20px
  }

  .lrn-prog .faq-area__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .lrn-prog .detail-band__row {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
  }

  .lrn-prog .band-divider {
    display: none
  }
}

@media (max-width: 480px) {
  .lrn-prog .prog-deck__text {
    padding: 40px 20px
  }

  .lrn-prog .prog-deck__text h1 {
    font-size: 27px
  }

  .lrn-prog .modules-grid {
    grid-template-columns: 1fr
  }

  .lrn-prog .struct-area {
    padding: 40px 20px
  }

  .lrn-prog .compare-strip {
    padding: 20px
  }

  .lrn-prog .faq-area__inner {
    padding: 0 20px
  }

  .lrn-prog .detail-band__row {
    padding: 0 20px
  }

  .lrn-prog .manifesto-pills {
    gap: 4px
  }
}

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

.frnt .pg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.frnt .accent-line {
  display: block;
  width: 40px;
  height: 3px;
  background: #B7223A;
  margin-bottom: 20px;
  border-radius: 6px
}

.frnt .accent-line--gold {
  background: #A98A41
}

.frnt .lead-blk {
  background: #1b1214;
  position: relative;
  padding: 80px 0
}

.frnt .lead-blk__geo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.frnt .lead-blk__geo-sq {
  position: absolute;
  border: 1px solid #b7223a21;
  border-radius: 18px
}

.frnt .lead-blk__geo-sq--a {
  width: 320px;
  height: 320px;
  top: -60px;
  right: 8%;
  transform: rotate(22deg);
  opacity: .5
}

.frnt .lead-blk__geo-sq--b {
  width: 180px;
  height: 180px;
  bottom: 40px;
  left: 4%;
  transform: rotate(-14deg);
  opacity: .35;
  border-color: #a98a412e
}

.frnt .lead-blk__geo-sq--c {
  width: 80px;
  height: 80px;
  top: 40px;
  left: 30%;
  transform: rotate(8deg);
  opacity: .25;
  border-radius: 6px
}

.frnt .lead-blk__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

.frnt .lead-blk__copy {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frnt .lead-blk__label {
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A98A41;
  line-height: 1.2
}

.frnt .lead-blk__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #f5ede8;
  font-weight: 800;
  margin: 0;
  overflow: hidden
}

.frnt .lead-blk__h1 .wd {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  animation: wrd-up .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.frnt .lead-blk__h1 .wd:nth-child(1) {
  animation-delay: .05s
}

.frnt .lead-blk__h1 .wd:nth-child(2) {
  animation-delay: .18s
}

.frnt .lead-blk__h1 .wd:nth-child(3) {
  animation-delay: .31s
}

.frnt .lead-blk__h1 .wd:nth-child(4) {
  animation-delay: .44s
}

.frnt .lead-blk__h1 .wd:nth-child(5) {
  animation-delay: .57s
}

.frnt .lead-blk__h1 .wd:nth-child(6) {
  animation-delay: .7s
}

.frnt .lead-blk__h1 .wd:nth-child(7) {
  animation-delay: .83s
}

@keyframes wrd-up {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.frnt .lead-blk__desc {
  font-size: 18px;
  line-height: 1.65;
  color: #c9b8b0;
  margin: 0;
  max-width: 480px
}

.frnt .lead-blk__acts {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px
}

.frnt .btn-prim {
  display: inline-block;
  background: #B7223A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 30px;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden
}

.frnt .btn-prim:hover {
  background: #93182e;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.frnt .btn-prim:focus-visible {
  outline: 3px solid #A98A41;
  outline-offset: 3px
}

.frnt .btn-sec {
  display: inline-block;
  background: transparent;
  color: #f5ede8;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 18px;
  text-decoration: none;
  border: 1.5px solid #f5ede84d;
  line-height: 1.45;
  transition: border-color .7s ease, color .5s ease
}

.frnt .btn-sec:hover {
  border-color: #A98A41;
  color: #A98A41
}

.frnt .btn-sec:focus-visible {
  outline: 3px solid #A98A41;
  outline-offset: 3px
}

.frnt .lead-blk__img-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.frnt .lead-blk__img-frame {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.frnt .lead-blk__img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) sepia(0.25) contrast(1.08);
  transition: filter .8s ease
}

.frnt .lead-blk__img-frame:hover img {
  filter: saturate(1) sepia(0) contrast(1)
}

.frnt .lead-blk__img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #1b1214d1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 20px;
  color: #f5ede8;
  font-size: 16px;
  line-height: 1.45;
  border: 1px solid #b7223a33;
  max-width: 220px
}

.frnt .lead-blk__img-badge strong {
  display: block;
  font-size: 37px;
  font-weight: 800;
  color: #B7223A;
  line-height: 1.2
}

.frnt .env-blk {
  padding: 80px 0;
  background: #fff
}

.frnt .env-blk__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.frnt .env-blk__header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start
}

.frnt .env-blk__hl {
  font-size: 37px;
  font-weight: 800;
  color: #1b1214;
  line-height: 1.2;
  margin: 0
}

.frnt .env-blk__desc {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2a2e;
  margin: 0
}

.frnt .env-blk__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 20px;
  align-items: start
}

.frnt .env-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  border: 1.5px solid #E8E0DE
}

.frnt .env-card:hover {
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.frnt .env-card--large {
  grid-row: span 2
}

.frnt .env-card__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block
}

.frnt .env-card--large .env-card__img {
  height: 340px
}

.frnt .env-card__body {
  padding: 20px
}

.frnt .env-card__tag {
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #A98A41;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px
}

.frnt .env-card__h {
  font-size: 21px;
  font-weight: 700;
  color: #1b1214;
  line-height: 1.45;
  margin: 0 0 8px
}

.frnt .env-card__p {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a2e;
  margin: 0
}

.frnt .env-blk__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px
}

.frnt .env-stat {
  text-align: center;
  padding: 20px;
  border-radius: 18px;
  background: #fdf7f5;
  border: 1.5px solid #E8E0DE;
  transition: border-color .7s ease
}

.frnt .env-stat:hover {
  border-color: #B7223A
}

.frnt .env-stat__num {
  font-size: 52px;
  font-weight: 800;
  color: #B7223A;
  line-height: 1.2;
  display: block
}

.frnt .env-stat__lbl {
  font-size: 16px;
  color: #3a2a2e;
  line-height: 1.45;
  margin-top: 4px;
  display: block
}

.frnt .inv-blk {
  padding: 80px 0;
  background: #fdf7f5
}

.frnt .inv-blk__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.frnt .inv-blk__left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frnt .inv-blk__hl {
  font-size: 37px;
  font-weight: 800;
  color: #1b1214;
  line-height: 1.2;
  margin: 0;
  text-align: center
}

.frnt .inv-blk__sub {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2a2e;
  margin: 0;
  text-align: center
}

.frnt .inv-tiers {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.frnt .inv-tier {
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  border: 1.5px solid #E8E0DE;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease
}

.frnt .inv-tier:hover {
  border-color: #B7223A;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.frnt .inv-tier__icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  background: linear-gradient(163deg, #B7223A 0%, #f5ede8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 4px #f5ede866
}

.frnt .inv-tier__icon svg {
  width: 22px;
  height: 22px
}

.frnt .inv-tier__copy {
  flex: 1
}

.frnt .inv-tier__name {
  font-size: 18px;
  font-weight: 700;
  color: #1b1214;
  line-height: 1.2;
  margin: 0 0 4px
}

.frnt .inv-tier__detail {
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a2e;
  margin: 0
}

.frnt .inv-blk__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center
}

.frnt .inv-img-wrap {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 6px 20px -2px #a98a4117
}

.frnt .inv-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block
}

.frnt .inv-note {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  border: 1.5px solid #E8E0DE;
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a2e;
  width: 100%;
  box-shadow: 2px 3px 4px -2px #a98a410f
}

.frnt .inv-note strong {
  color: #A98A41
}

.frnt .val-blk {
  padding: 80px 0;
  background: #1b1214
}

.frnt .val-blk__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.frnt .val-blk__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px
}

.frnt .val-blk__hl {
  font-size: 37px;
  font-weight: 800;
  color: #f5ede8;
  line-height: 1.2;
  margin: 0
}

.frnt .val-blk__desc {
  font-size: 18px;
  line-height: 1.65;
  color: #c9b8b0;
  margin: 0;
  text-align: right
}

.frnt .val-blk__anchor {
  font-size: 68px;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(163deg, #B7223A 0%, #f5ede8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 40px;
  text-align: center
}

.frnt .val-blk__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.frnt .val-card {
  border-radius: 18px;
  padding: 20px;
  background: #f5ede80d;
  border: 1.5px solid #f5ede81a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .7s ease, background .6s ease;
  box-shadow: 2px 3px 4px -2px #b7223a0f
}

.frnt .val-card:hover {
  border-color: #b7223a66;
  background: #b7223a0f
}

.frnt .val-card__num {
  font-size: 37px;
  font-weight: 800;
  color: #A98A41;
  line-height: 1.2
}

.frnt .val-card__lbl {
  font-size: 18px;
  font-weight: 700;
  color: #f5ede8;
  line-height: 1.45
}

.frnt .val-card__p {
  font-size: 16px;
  line-height: 1.65;
  color: #c9b8b0;
  margin: 0
}

.frnt .val-blk__img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px
}

.frnt .val-img-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.frnt .val-img-frame img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.frnt .val-img-frame:hover img {
  transform: scale(1.03)
}

.frnt .cond-blk {
  padding: 80px 0;
  background: #fff
}

.frnt .cond-blk__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.frnt .cond-blk__header {
  margin-bottom: 40px;
  text-align: center
}

.frnt .cond-blk__hl {
  font-size: 37px;
  font-weight: 800;
  color: #1b1214;
  line-height: 1.2;
  margin: 0 0 20px
}

.frnt .cond-blk__sub {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2a2e;
  max-width: 600px;
  margin: 0 auto
}

.frnt .cond-blk__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.frnt .cond-img-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.frnt .cond-img-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block
}

.frnt .cond-list-col {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.frnt .cond-item {
  border-radius: 18px;
  background: #fdf7f5;
  border: 1.5px solid #E8E0DE;
  overflow: hidden;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  transition: border-color .6s ease
}

.frnt .cond-item:hover {
  border-color: #A98A41
}

.frnt .cond-item__toggle {
  display: none
}

.frnt .cond-item__lbl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  gap: 20px;
  user-select: none
}

.frnt .cond-item__lbl-text {
  font-size: 18px;
  font-weight: 700;
  color: #1b1214;
  line-height: 1.45
}

.frnt .cond-item__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #E8E0DE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .5s ease, transform .5s ease
}

.frnt .cond-item__arrow svg {
  width: 14px;
  height: 14px;
  transition: transform .5s ease
}

.frnt .cond-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.frnt .cond-item__body-inner {
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 1.65;
  color: #3a2a2e
}

.frnt .cond-item--open .cond-item__body {
  max-height: 300px
}

.frnt .cond-item--open .cond-item__arrow {
  background: #B7223A;
  transform: rotate(180deg)
}

.frnt .cond-item--open .cond-item__arrow svg path {
  stroke: #fff
}

.frnt .cond-item__lbl:focus-visible {
  outline: 3px solid #A98A41;
  outline-offset: -3px;
  border-radius: 18px
}

@media (max-width: 960px) {
  .frnt .lead-blk__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .frnt .lead-blk__h1 {
    font-size: 37px
  }

  .frnt .env-blk__header {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .frnt .env-blk__grid {
    grid-template-columns: 1fr 1fr
  }

  .frnt .env-card--large {
    grid-row: auto;
    grid-column: span 2
  }

  .frnt .env-blk__stats {
    grid-template-columns: 1fr 1fr
  }

  .frnt .inv-blk__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .frnt .val-blk__top {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .frnt .val-blk__desc {
    text-align: left
  }

  .frnt .val-blk__grid {
    grid-template-columns: 1fr 1fr
  }

  .frnt .val-blk__img-row {
    grid-template-columns: 1fr
  }

  .frnt .cond-blk__layout {
    grid-template-columns: 1fr
  }

  .frnt .cond-img-wrap {
    display: none
  }
}

@media (max-width: 480px) {
  .frnt .lead-blk {
    padding: 40px 0
  }

  .frnt .lead-blk__h1 {
    font-size: 27px
  }

  .frnt .lead-blk__acts {
    flex-direction: column;
    align-items: flex-start
  }

  .frnt .env-blk__grid {
    grid-template-columns: 1fr
  }

  .frnt .env-card--large {
    grid-column: auto
  }

  .frnt .env-blk__stats {
    grid-template-columns: 1fr
  }

  .frnt .val-blk__grid {
    grid-template-columns: 1fr
  }

  .frnt .val-blk__anchor {
    font-size: 52px
  }

  .frnt .env-blk,
  .frnt .inv-blk,
  .frnt .val-blk,
  .frnt .cond-blk {
    padding: 40px 0
  }

  .frnt .inv-blk__hl,
  .frnt .val-blk__hl,
  .frnt .cond-blk__hl,
  .frnt .env-blk__hl {
    font-size: 27px
  }
}

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

.abt-us .pg-bound {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

.abt-us .accent-line {
  display: block;
  width: 40px;
  height: 3px;
  background: #B7223A;
  border-radius: 6px;
  margin-bottom: 20px
}

.abt-us .accent-line.gold {
  background: #A98A41
}

.abt-us .split-panel {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff
}

.abt-us .split-panel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(163deg, #E8E0DE 0%, #fff 100%);
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
  pointer-events: none
}

.abt-us .split-panel .pg-bound {
  position: relative;
  z-index: 1
}

.abt-us .split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.abt-us .split-text {
  padding-top: 40px
}

.abt-us .split-text .eyebrow {
  font-size: 16px;
  letter-spacing: .12em;
  color: #A98A41;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  display: block
}

.abt-us .split-text h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e1410;
  margin-bottom: 20px
}

.abt-us .split-text h1 em {
  font-style: normal;
  color: #B7223A
}

.abt-us .split-text .lead-para {
  font-size: 18px;
  line-height: 1.65;
  color: #3d2e28;
  margin-bottom: 20px
}

.abt-us .split-text .sub-para {
  font-size: 16px;
  line-height: 1.65;
  color: #5a4a42
}

.abt-us .split-img-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px
}

.abt-us .img-frame {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.abt-us .img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  opacity: .82;
  transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .img-frame img:hover {
  opacity: 1
}

.abt-us .geo-dot {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 46px;
  background: linear-gradient(163deg, #B7223A 0%, #A98A41 100%);
  opacity: .13;
  pointer-events: none
}

.abt-us .geo-square {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #A98A41;
  opacity: .1;
  pointer-events: none
}

.abt-us .dot-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  font-size: 16px;
  color: #1e1410;
  font-weight: 600;
  align-self: flex-start
}

.abt-us .dot-badge .dot-ind {
  width: 10px;
  height: 10px;
  border-radius: 46px;
  background: #B7223A;
  flex-shrink: 0;
  box-shadow: inset 0 1px 3px #ffffff80 0 0 0 3px #b7223a26
}

.abt-us .story-band {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f0ee
}

.abt-us .story-band .bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.abt-us .story-band .bg-pattern svg {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 480px;
  height: 480px;
  opacity: .04
}

.abt-us .story-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.abt-us .story-aside h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e1410;
  margin-bottom: 20px
}

.abt-us .story-aside .since-label {
  font-size: 16px;
  color: #A98A41;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px
}

.abt-us .story-body {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt-us .story-body p {
  font-size: 16px;
  line-height: 1.65;
  color: #3d2e28
}

.abt-us .story-body p.big-p {
  font-size: 18px;
  line-height: 1.65;
  color: #1e1410;
  font-weight: 500
}

.abt-us .story-img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px
}

.abt-us .story-img-pair .s-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 2px 3px 4px -2px #a98a410f
}

.abt-us .story-img-pair .s-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .story-img-pair .s-img img:hover {
  transform: scale(1.03)
}

.abt-us .pricing-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  position: relative
}

.abt-us .pricing-band .vignette-pulse {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, transparent 60%, #b7223a0a 100%);
  animation: vignette-breathe 5s ease-in-out infinite alternate
}

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

  100% {
    opacity: 1
  }
}

.abt-us .pricing-head {
  text-align: center;
  margin-bottom: 40px
}

.abt-us .pricing-head .accent-line {
  margin-left: auto;
  margin-right: auto
}

.abt-us .pricing-head h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e1410;
  margin-bottom: 8px
}

.abt-us .pricing-head p {
  font-size: 16px;
  line-height: 1.65;
  color: #5a4a42
}

.abt-us .price-table-wrap {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.abt-us .price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff
}

.abt-us .price-table thead tr {
  background: linear-gradient(163deg, #B7223A 0%, #8a1a2b 100%)
}

.abt-us .price-table thead th {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  letter-spacing: .04em
}

.abt-us .price-table thead th:not(:first-child) {
  text-align: center
}

.abt-us .price-table thead th.highlight-col {
  background: #ffffff1f
}

.abt-us .price-table tbody tr {
  border-bottom: 1px solid #ede6e2;
  transition: background .5s ease
}

.abt-us .price-table tbody tr:last-child {
  border-bottom: none
}

.abt-us .price-table tbody tr:hover {
  background: #fdf8f6
}

.abt-us .price-table tbody td {
  padding: 20px;
  font-size: 16px;
  color: #3d2e28;
  line-height: 1.45
}

.abt-us .price-table tbody td:not(:first-child) {
  text-align: center
}

.abt-us .price-table tbody td.feat-label {
  font-weight: 600;
  color: #1e1410
}

.abt-us .price-table tbody td .check-icon {
  display: inline-block;
  width: 20px;
  height: 20px
}

.abt-us .price-table tbody td .check-icon svg {
  width: 20px;
  height: 20px
}

.abt-us .price-table .col-mid {
  background: #a98a410d
}

.abt-us .price-table tfoot td {
  padding: 20px;
  font-size: 21px;
  font-weight: 800;
  color: #B7223A;
  text-align: center;
  background: #fdf8f6
}

.abt-us .price-table tfoot td:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #5a4a42;
  text-align: left
}

.abt-us .team-band {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(163deg, #E8E0DE 0%, #fff 100%);
  position: relative
}

.abt-us .team-band .curve-connector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-us .team-band .curve-connector svg {
  display: block;
  width: 100%
}

.abt-us .team-head {
  margin-bottom: 40px
}

.abt-us .team-head h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e1410;
  margin-bottom: 8px
}

.abt-us .team-head p {
  font-size: 16px;
  line-height: 1.65;
  color: #5a4a42;
  max-width: 560px
}

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

.abt-us .team-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 20px 20px;
  box-shadow: 2px 3px 4px -2px #b7223a0f;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .team-card:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c
}

.abt-us .team-card .tc-img {
  width: 100%;
  height: 200px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 8px
}

.abt-us .team-card .tc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-us .team-card:hover .tc-img img {
  transform: scale(1.04)
}

.abt-us .team-card .tc-name {
  font-size: 18px;
  font-weight: 700;
  color: #1e1410;
  line-height: 1.2
}

.abt-us .team-card .tc-role {
  font-size: 16px;
  color: #A98A41;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.abt-us .team-card .tc-bio {
  font-size: 16px;
  line-height: 1.65;
  color: #5a4a42;
  margin-top: 4px
}

.abt-us .team-card .tc-dot {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-radius: 46px;
  background: #B7223A;
  box-shadow: inset 0 1px 2px #fff6 0 0 0 3px #b7223a1f
}

.abt-us .team-cta-row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.abt-us .btn-primary {
  display: inline-block;
  background: linear-gradient(163deg, #B7223A 0%, #8a1a2b 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease;
  position: relative;
  overflow: hidden
}

.abt-us .btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff0;
  border-radius: 30px;
  transition: background .8s ease
}

.abt-us .btn-primary:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-2px)
}

.abt-us .btn-primary:active::after {
  background: #ffffff1f
}

.abt-us .btn-secondary {
  display: inline-block;
  background: transparent;
  color: #B7223A;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 18px;
  text-decoration: none;
  border: 2px solid #B7223A;
  cursor: pointer;
  transition: background .5s ease, color .5s ease
}

.abt-us .btn-secondary:hover {
  background: #B7223A;
  color: #fff
}

.abt-us .link-text {
  font-size: 16px;
  color: #B7223A;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .6s ease, text-shadow .6s ease
}

.abt-us .link-text:hover {
  text-decoration-color: #B7223A;
  text-shadow: 0 2px 8px #b7223a2e
}

@media (max-width: 960px) {
  .abt-us .split-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .abt-us .split-panel::before {
    display: none
  }

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

  .abt-us .story-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

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

  .abt-us .story-img-pair {
    grid-template-columns: 1fr
  }
}

@media (max-width: 480px) {
  .abt-us .pg-bound {
    padding-left: 20px;
    padding-right: 20px
  }

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

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

  .abt-us .pricing-head h2,
  .abt-us .story-aside h2,
  .abt-us .team-head h2 {
    font-size: 27px
  }

  .abt-us .price-table-wrap {
    overflow-x: auto
  }

  .abt-us .price-table {
    min-width: 560px
  }

  .abt-us .team-cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (min-width: 1440px) {
  .abt-us .split-text h1 {
    font-size: 68px
  }
}

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

.pg-success .success-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.pg-success .success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  background: linear-gradient(163deg, #B7223A 0%, #E8E0DE 100%);
  box-shadow: 2px 6px 20px -2px #b7223a17
}

.pg-success .success-icon svg {
  display: block
}

.pg-success .success-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A98A41;
  margin-bottom: 20px
}

.pg-success .success-heading {
  font-size: 37px;
  line-height: 1.2;
  color: #1b1414;
  margin: 0 0 20px;
  font-weight: 700
}

.pg-success .success-text {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e2e;
  margin: 0 0 40px
}

.pg-success .success-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(163deg, #B7223A 0%, #A98A41 100%);
  border-radius: 6px;
  margin: 0 auto 40px
}

.pg-success .success-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap
}

.pg-success .btn-primary {
  display: inline-block;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(163deg, #B7223A 0%, #8a1a2c 100%);
  border-radius: 18px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 6px 20px -2px #b7223a17;
  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);
  letter-spacing: .01em
}

.pg-success .btn-primary:hover {
  box-shadow: 2px 9px 40px -2px #b7223a1c;
  transform: translateY(-2px)
}

.pg-success .btn-primary:focus {
  outline: 3px solid #A98A41;
  outline-offset: 4px
}

.pg-success .btn-secondary {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #B7223A;
  background: transparent;
  border-radius: 18px;
  text-decoration: none;
  border: 2px solid #B7223A;
  cursor: pointer;
  transition: background .7s ease, color .7s ease;
  letter-spacing: .02em
}

.pg-success .btn-secondary:hover {
  background: #B7223A;
  color: #fff
}

.pg-success .btn-secondary:focus {
  outline: 3px solid #A98A41;
  outline-offset: 4px
}

.pg-success .success-note {
  margin-top: 40px;
  padding: 20px;
  background: #E8E0DE;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #3a2e2e;
  box-shadow: 2px 3px 4px -2px #b7223a0f
}

.pg-success .success-note strong {
  color: #1b1414
}

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

  .pg-success .success-heading {
    font-size: 27px
  }

  .pg-success .success-actions {
    flex-direction: column;
    gap: 20px
  }

  .pg-success .btn-primary {
    width: 100%;
    text-align: center;
    padding: 20px
  }

  .pg-success .btn-secondary {
    width: 100%;
    text-align: center
  }
}