@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/300-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/600-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cormorant@latest/700-italic.css";

* {
  box-sizing: border-box
}

body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: 'Cormorant', Georgia, serif
}

.pg-hd {
  position: relative;
  background: linear-gradient(135deg, #EBE6E2 0%, #fff 55%, #EBE6E2 100%);
  box-shadow: 0 1px 5px 1px #b54b370f 0 7px 18px 1px #b54b3714;
  z-index: 100
}

.pg-hd__band--top {
  background: linear-gradient(90deg, #B54B37 0%, #CDA190 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  padding: 8px 48px
}

.pg-hd__contact-lnk {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.35;
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.pg-hd__contact-lnk:hover {
  opacity: .75
}

.pg-hd__contact-lnk:focus {
  background-color: #cda19040;
  border-radius: 6px;
  outline: none
}

.pg-hd__contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.pg-hd__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 48px;
  max-width: 1200px;
  margin: 0 auto
}

.pg-hd__brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.pg-hd__logo-shell {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #b54b3759;
  box-shadow: 0 1px 5px 1px #b54b370f 0 7px 18px 1px #b54b3714;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden
}

.pg-hd__logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.pg-hd__brandname {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.1;
  color: #2a1410;
  font-style: italic
}

.pg-hd__nav-mount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end
}

.pg-hd__nav-item {
  position: relative
}

.pg-hd__nav-lnk {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #2a1410;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.35;
  border-radius: 6px;
  transition: color .4s cubic-bezier(0.16, 1, 0.3, 1), background-color .4s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  min-height: 44px
}

.pg-hd__nav-lnk:hover {
  color: #B54B37;
  background-color: #b54b3712
}

.pg-hd__nav-lnk:focus {
  background-color: #cda19033;
  outline: none
}

.pg-hd__nav-lnk--has-sub {
  padding-right: 12px
}

.pg-hd__sub-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  flex-shrink: 0
}

.pg-hd__sub-mount {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 18px 1px #b54b3714 0 10px 40px 1px #b54b371a;
  border: 1px solid #b54b371f;
  min-width: 220px;
  padding: 8px;
  display: none;
  z-index: 200
}

.pg-hd__nav-item:hover .pg-hd__sub-mount,
.pg-hd__sub-mount:hover {
  display: block
}

.pg-hd__sub-lnk {
  display: block;
  padding: 12px 16px;
  color: #2a1410;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.35;
  border-radius: 6px;
  white-space: nowrap;
  min-height: 44px;
  transition: color .4s cubic-bezier(0.16, 1, 0.3, 1), background-color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.pg-hd__sub-lnk:hover {
  color: #B54B37;
  background-color: #b54b3712
}

.pg-hd__sub-lnk:focus {
  background-color: #cda19033;
  outline: none
}

@media (max-width: 1280px) {
  .pg-hd__body {
    padding: 32px
  }

  .pg-hd__band--top {
    padding: 8px 32px
  }
}

@media (max-width: 768px) {
  .pg-hd__body {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px
  }

  .pg-hd__band--top {
    padding: 8px 16px;
    gap: 16px;
    flex-wrap: wrap
  }

  .pg-hd__nav-mount {
    justify-content: flex-start;
    gap: 8px
  }

  .pg-hd__brandname {
    font-size: 23px
  }
}

.pg-ft {
  background: linear-gradient(160deg, #2a1410 0%, #3d1e17 60%, #2a1410 100%);
  color: #EBE6E2;
  padding: 96px 48px 48px
}

.pg-ft__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.pg-ft__brand-block {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.pg-ft__logo-mount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px
}

.pg-ft__logo-shell {
  width: 75px;
  height: 75px;
  border-radius: 12px;
  border: 1px solid #cda19066;
  box-shadow: 0 1px 5px 1px #cda1900f 0 7px 18px 1px #cda1901a;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden
}

.pg-ft__logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.pg-ft__brandname {
  font-size: 31px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: .01em;
  line-height: 1.1;
  color: #EBE6E2
}

.pg-ft__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #ebe6e2bf;
  max-width: 380px
}

.pg-ft__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.pg-ft__contact-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pg-ft__contact-label {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.35;
  color: #cda190cc;
  text-transform: uppercase
}

.pg-ft__contact-val {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.35;
  color: #EBE6E2;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.pg-ft__contact-val:hover {
  color: #CDA190
}

.pg-ft__contact-val:focus {
  background-color: #cda19026;
  border-radius: 6px;
  outline: none
}

.pg-ft__contact-addr {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .015em;
  line-height: 1.6;
  color: #ebe6e2a6
}

.pg-ft__nav-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end
}

.pg-ft__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.pg-ft__nav-lnk {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.35;
  color: #ebe6e2cc;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.pg-ft__nav-lnk:hover {
  color: #CDA190
}

.pg-ft__nav-lnk:focus {
  background-color: #cda19026;
  padding: 8px 16px;
  outline: none
}

.pg-ft__copy-row {
  max-width: 1200px;
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid #cda19026;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.pg-ft__copy-txt {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .015em;
  line-height: 1.35;
  color: #ebe6e273
}

@media (max-width: 1280px) {
  .pg-ft {
    padding: 96px 32px 48px
  }

  .pg-ft__grid {
    gap: 48px
  }
}

@media (max-width: 768px) {
  .pg-ft {
    padding: 48px 16px 32px
  }

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

  .pg-ft__nav-block {
    align-items: flex-start
  }

  .pg-ft__nav-list {
    align-items: flex-start
  }

  .pg-ft__copy-row {
    flex-direction: column;
    align-items: flex-start
  }
}

.ck-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 680px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 7px 18px 1px #b54b3714 0 10px 40px 1px #b54b371a;
  border: 1px solid #b54b371f;
  border-top: none;
  padding: 16px 32px;
  z-index: 4000;
  display: none
}

.ck-strip__desc {
  font-family: 'Cormorant', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2a1410;
  margin: 0 0 8px
}

.ck-strip__hed {
  font-family: 'Cormorant', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.35;
  color: #2a1410;
  margin: 0 0 16px
}

.ck-strip__acts {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.ck-strip__btn--ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: linear-gradient(90deg, #B54B37 0%, #CDA190 100%);
  color: #fff;
  font-family: 'Cormorant', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.35;
  border: none;
  border-radius: 48px;
  cursor: pointer;
  min-height: 44px;
  box-shadow: 0 1px 5px 1px #b54b370f;
  outline: 2px solid transparent;
  outline-offset: 3px;
  transition: opacity .4s cubic-bezier(0.16, 1, 0.3, 1), outline-color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.ck-strip__btn--ok:hover {
  opacity: .82;
  outline-color: #b54b3759
}

.ck-strip__btn--ok:focus {
  background-color: #cda19033;
  outline-color: #b54b3780
}

.ck-strip__lnk--skip {
  font-family: 'Cormorant', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.35;
  color: #2a141099;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  transition: color .45s ease-in-out
}

.ck-strip__lnk--skip:hover {
  color: #B54B37
}

.ck-strip__lnk--skip:focus {
  background-color: #cda19033;
  outline: none
}

.terms-btln-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 48px;
  color: #2c2420;
  line-height: 1.8
}

.terms-btln-box h1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1a0f0c;
  margin-bottom: 48px;
  margin-top: 0;
  padding-bottom: 32px;
  border-bottom: 2px solid #EBE6E2
}

.terms-btln-box h2 {
  font-size: 43px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1a0f0c;
  margin-top: 96px;
  margin-bottom: 32px
}

.terms-btln-box h3 {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #2c1a14;
  margin-top: 48px;
  margin-bottom: 16px
}

.terms-btln-box h4 {
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #2c1a14;
  margin-top: 32px;
  margin-bottom: 16px
}

.terms-btln-box h5 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3a2018;
  margin-top: 32px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.terms-btln-box h6 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3a2018;
  margin-top: 32px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.terms-btln-box p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2c2420;
  margin-top: 0;
  margin-bottom: 16px
}

.terms-btln-box p:last-child {
  margin-bottom: 0
}

.terms-btln-box em,
.terms-btln-box i {
  font-style: italic;
  color: #B54B37
}

.terms-btln-box a {
  color: #B54B37;
  text-decoration: underline;
  text-decoration-color: #b54b3766;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.terms-btln-box a:hover {
  color: #8f3424;
  text-decoration-color: #8f3424b3
}

.terms-btln-box a:active {
  color: #7a2c1e;
  text-decoration-color: #7a2c1ee6
}

.terms-btln-box div {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .01em
}

.terms-btln-box div+div {
  margin-top: 16px
}

@media (max-width: 1280px) {
  .terms-btln-box {
    padding: 96px 32px
  }

  .terms-btln-box h1 {
    font-size: 43px
  }

  .terms-btln-box h2 {
    font-size: 31px
  }

  .terms-btln-box h3 {
    font-size: 23px
  }
}

@media (max-width: 768px) {
  .terms-btln-box {
    padding: 48px 16px
  }

  .terms-btln-box h1 {
    font-size: 31px;
    margin-bottom: 32px;
    padding-bottom: 16px
  }

  .terms-btln-box h2 {
    font-size: 23px;
    margin-top: 48px;
    margin-bottom: 16px
  }

  .terms-btln-box h3 {
    font-size: 18px;
    margin-top: 32px
  }

  .terms-btln-box h4 {
    font-size: 18px;
    margin-top: 32px
  }

  .terms-btln-box h5,
  .terms-btln-box h6 {
    font-size: 15px;
    margin-top: 32px
  }

  .terms-btln-box p {
    font-size: 15px
  }

  .terms-btln-box div {
    font-size: 15px
  }
}

.tstm {
  overflow-x: clip;
  position: relative
}

.tstm .pg-lead {
  background: #EBE6E2;
  padding: 96px 48px;
  position: relative;
  overflow: hidden
}

.tstm .pg-lead__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px
}

.tstm .pg-lead__copy {
  flex: 0 0 58%;
  position: relative;
  z-index: 2
}

.tstm .pg-lead__over {
  display: block;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  font-weight: 600
}

.tstm .pg-lead__over::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #B54B37;
  vertical-align: middle;
  margin-right: 8px
}

.tstm .pg-lead__h1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a14;
  margin: 0 0 32px;
  font-weight: 700
}

.tstm .pg-lead__h1 .ltr {
  display: inline-block;
  opacity: 0;
  transform: translateY(-28px);
  animation: ltr-drop .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

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

.tstm .pg-lead__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #4a2e24;
  max-width: 480px;
  margin: 0 0 32px
}

.tstm .pg-lead__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.tstm .btn-prim {
  display: inline-block;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
  background: linear-gradient(263deg, #B54B37, #CDA190);
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 18px 1px #b54b3714;
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), outline-offset .35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0
}

.tstm .btn-prim:hover {
  opacity: .85;
  box-shadow: 0 10px 40px 1px #b54b371a;
  outline: 2px solid #B54B37;
  outline-offset: 4px
}

.tstm .btn-prim:active {
  opacity: .7;
  transform: scale(0.98)
}

.tstm .btn-sec {
  display: inline-block;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #B54B37;
  background: transparent;
  border-radius: 6px;
  border: 2px solid #CDA190;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), outline-offset .35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0
}

.tstm .btn-sec:hover {
  border-color: #B54B37;
  color: #2a1a14;
  outline: 2px solid #CDA190;
  outline-offset: 4px
}

.tstm .pg-lead__deco {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  z-index: 2
}

.tstm .pg-lead__stat {
  background: #fff;
  border-radius: 12px;
  padding: 16px 32px;
  box-shadow: 0 7px 18px 1px #b54b3714;
  text-align: center
}

.tstm .pg-lead__stat-num {
  display: block;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.1;
  color: #B54B37;
  letter-spacing: .01em
}

.tstm .pg-lead__stat-lbl {
  display: block;
  font-size: 15px;
  color: #4a2e24;
  margin-top: 8px
}

.tstm .pg-lead__geo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 320px;
  background: linear-gradient(263deg, #cda1902e, transparent);
  border-radius: 48px;
  pointer-events: none
}

.tstm .rv-strip {
  background: #fff;
  padding: 96px 48px;
  position: relative
}

.tstm .rv-strip__inner {
  max-width: 1200px;
  margin: 0 auto
}

.tstm .rv-strip__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px
}

.tstm .rv-strip__over {
  display: block;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  font-weight: 600
}

.tstm .rv-strip__over::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #B54B37;
  vertical-align: middle;
  margin-right: 8px
}

.tstm .rv-strip__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a14;
  margin: 0;
  font-weight: 700
}

.tstm .rv-strip__note {
  flex: 0 0 340px;
  font-size: 18px;
  line-height: 1.6;
  color: #4a2e24;
  padding-top: 16px
}

.tstm .rv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.tstm .rv-card {
  background: #EBE6E2;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 5px 1px #b54b370f;
  position: relative;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  gap: 16px
}

.tstm .rv-card:hover {
  box-shadow: 0 10px 40px 1px #b54b371a;
  opacity: .92
}

.tstm .rv-card__quote {
  font-size: 23px;
  line-height: 1.35;
  color: #B54B37;
  font-weight: 700;
  opacity: .35;
  margin: 0;
  line-height: 1;
  user-select: none
}

.tstm .rv-card__txt {
  font-size: 15px;
  line-height: 1.6;
  color: #2a1a14;
  margin: 0;
  flex: 1
}

.tstm .rv-card__sep {
  width: 32px;
  height: 2px;
  background: #CDA190;
  display: block
}

.tstm .rv-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.tstm .rv-card__av {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: linear-gradient(263deg, #B54B37, #CDA190);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em
}

.tstm .rv-card__nm {
  font-size: 15px;
  font-weight: 700;
  color: #2a1a14;
  display: block;
  letter-spacing: .01em
}

.tstm .rv-card__role {
  font-size: 15px;
  color: #7a5245;
  display: block
}

.tstm .rv-card__stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 8px
}

.tstm .rv-card__star {
  width: 14px;
  height: 14px;
  background: #B54B37;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.tstm .rv-card--wide {
  grid-column: span 2
}

.tstm .img-band {
  padding: 96px 48px;
  background: linear-gradient(263deg, #EBE6E2, transparent), #fff;
  position: relative
}

.tstm .img-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 48px;
  align-items: center
}

.tstm .img-band__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  position: relative
}

.tstm .ih-rect {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 7px 18px 1px #b54b3714
}

.tstm .ih-rect--tall {
  grid-row: span 2
}

.tstm .ih-rect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 200px
}

.tstm .ih-rect:hover img {
  filter: saturate(0.1) brightness(0.6);
  transform: scale(1.03)
}

.tstm .ih-rect__cap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center
}

.tstm .ih-rect:hover .ih-rect__cap {
  opacity: 1
}

.tstm .ih-rect__cap-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  font-weight: 600
}

.tstm .img-band__copy {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.tstm .img-band__over {
  display: block;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  font-weight: 600
}

.tstm .img-band__over::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #B54B37;
  vertical-align: middle;
  margin-right: 8px
}

.tstm .img-band__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a14;
  margin: 0;
  font-weight: 700
}

.tstm .img-band__body {
  font-size: 18px;
  line-height: 1.6;
  color: #4a2e24;
  margin: 0
}

.tstm .img-band__items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.tstm .img-band__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.tstm .img-band__chk {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative
}

.tstm .img-band__chk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #B54B37, #CDA190);
  border-radius: 6px
}

.tstm .img-band__chk::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-2px)
}

.tstm .img-band__item-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #2a1a14
}

.tstm .dark-band {
  padding: 96px 48px 48px;
  background: linear-gradient(263deg, #4a2e24, #2a1a14);
  position: relative;
  overflow: hidden
}

.tstm .dark-band__geo {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 280px;
  height: 280px;
  border-radius: 48px;
  background: #b54b371f;
  pointer-events: none
}

.tstm .dark-band__geo2 {
  position: absolute;
  bottom: 48px;
  left: 96px;
  width: 120px;
  height: 120px;
  border-radius: 48px;
  background: #cda19014;
  pointer-events: none
}

.tstm .dark-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.tstm .dark-band__head {
  text-align: center;
  margin-bottom: 48px
}

.tstm .dark-band__over {
  display: block;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #CDA190;
  margin-bottom: 16px;
  font-weight: 600
}

.tstm .dark-band__over::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #CDA190;
  vertical-align: middle;
  margin-right: 8px
}

.tstm .dark-band__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #EBE6E2;
  margin: 0 0 16px;
  font-weight: 700
}

.tstm .dark-band__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #CDA190;
  max-width: 560px;
  margin: 0 auto
}

.tstm .feat-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px
}

.tstm .feat-itm {
  background: #ffffff0f;
  border-radius: 12px;
  padding: 32px 16px;
  text-align: center;
  box-shadow: 0 1px 5px 1px #b54b370f;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid #cda19026
}

.tstm .feat-itm:hover {
  background: #ffffff1c;
  box-shadow: 0 10px 40px 1px #b54b371a
}

.tstm .feat-itm__num {
  display: block;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.1;
  color: #CDA190;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.tstm .feat-itm__lbl {
  font-size: 15px;
  line-height: 1.6;
  color: #EBE6E2
}

.tstm .dark-band__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 48px;
  border-top: 1px solid #cda19033
}

.tstm .dark-band__cta-txt {
  font-size: 23px;
  line-height: 1.35;
  color: #EBE6E2;
  font-weight: 600;
  letter-spacing: .01em
}

.tstm .btn-light {
  display: inline-block;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #2a1a14;
  background: linear-gradient(263deg, #EBE6E2, #CDA190);
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 7px 18px 1px #b54b3714;
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), outline-offset .35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0;
  flex-shrink: 0
}

.tstm .btn-light:hover {
  opacity: .85;
  outline: 2px solid #CDA190;
  outline-offset: 4px
}

.tstm .btn-light:active {
  opacity: .7;
  transform: scale(0.98)
}

.tstm .rv-card__cross {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  opacity: .18
}

.tstm .rv-card__cross::before,
.tstm .rv-card__cross::after {
  content: '';
  position: absolute;
  background: #B54B37;
  border-radius: 2px
}

.tstm .rv-card__cross::before {
  width: 2px;
  height: 18px;
  left: 8px;
  top: 0
}

.tstm .rv-card__cross::after {
  width: 18px;
  height: 2px;
  left: 0;
  top: 8px
}

.tstm .rv-card--feat {
  background: linear-gradient(263deg, #b54b3714, #cda1901f)
}

.tstm .divider-svg {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 0
}

.tstm .divider-svg svg {
  width: 100%;
  height: 32px;
  display: block
}

@media (max-width: 1280px) {
  .tstm .pg-lead__h1 {
    font-size: 43px
  }

  .tstm .rv-grid {
    grid-template-columns: 1fr 1fr
  }

  .tstm .rv-card--wide {
    grid-column: span 2
  }

  .tstm .feat-row {
    grid-template-columns: 1fr 1fr
  }

  .tstm .img-band__h2 {
    font-size: 31px
  }

  .tstm .dark-band__h2 {
    font-size: 31px
  }
}

@media (max-width: 768px) {
  .tstm .pg-lead {
    padding: 48px 16px
  }

  .tstm .pg-lead__inner {
    flex-direction: column;
    gap: 32px
  }

  .tstm .pg-lead__copy {
    flex: none
  }

  .tstm .pg-lead__h1 {
    font-size: 31px
  }

  .tstm .pg-lead__deco {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap
  }

  .tstm .rv-strip {
    padding: 48px 16px
  }

  .tstm .rv-strip__head {
    flex-direction: column;
    gap: 16px
  }

  .tstm .rv-strip__note {
    flex: none
  }

  .tstm .rv-grid {
    grid-template-columns: 1fr
  }

  .tstm .rv-card--wide {
    grid-column: span 1
  }

  .tstm .rv-strip__h2 {
    font-size: 31px
  }

  .tstm .img-band {
    padding: 48px 16px
  }

  .tstm .img-band__inner {
    grid-template-columns: 1fr
  }

  .tstm .img-band__imgs {
    grid-template-columns: 1fr
  }

  .tstm .ih-rect--tall {
    grid-row: span 1
  }

  .tstm .img-band__h2 {
    font-size: 31px
  }

  .tstm .dark-band {
    padding: 48px 16px 32px
  }

  .tstm .feat-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .tstm .dark-band__h2 {
    font-size: 31px
  }

  .tstm .dark-band__cta {
    flex-direction: column;
    gap: 16px;
    text-align: center
  }

  .tstm .dark-band__cta-txt {
    font-size: 18px
  }

  .tstm .pg-lead__geo {
    display: none
  }
}

.abt-pg {
  overflow-x: clip
}

.abt-pg .rev-anim {
  opacity: 0;
  transform: rotate(-2.5deg) translateY(24px);
  transition: opacity .55s cubic-bezier(0.16, 1, 0.3, 1), transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .rev-anim.vis {
  opacity: 1;
  transform: rotate(0deg) translateY(0)
}

.abt-pg .rev-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .rev-up.vis {
  opacity: 1;
  transform: translateY(0)
}

.abt-pg .rev-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.abt-pg .rev-left.vis {
  opacity: 1;
  transform: translateX(0)
}

.abt-pg .rev-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.abt-pg .rev-right.vis {
  opacity: 1;
  transform: translateX(0)
}

.abt-pg .ident {
  background: linear-gradient(263deg, #EBE6E2 0%, #f5f1ef 40%, #fff 100%);
  position: relative;
  padding: 96px 32px 48px;
  overflow: hidden
}

.abt-pg .ident__bg-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.abt-pg .ident__bg-lines svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.abt-pg .ident__strip {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.abt-pg .ident__copy {
  flex: 1 1 0;
  min-width: 0
}

.abt-pg .ident__overline {
  display: block;
  font-size: 15px;
  letter-spacing: .02em;
  color: #B54B37;
  margin-bottom: 16px;
  line-height: 1.35;
  position: relative;
  padding-left: 32px
}

.abt-pg .ident__overline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #B54B37
}

.abt-pg .ident__h1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a16;
  margin: 0 0 16px
}

.abt-pg .ident__h1 em {
  font-style: normal;
  color: #B54B37
}

.abt-pg .ident__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3028;
  max-width: 480px;
  margin: 0
}

.abt-pg .ident__img-wrap {
  flex: 0 0 420px;
  position: relative
}

.abt-pg .ident__img-wrap::before {
  content: '';
  position: absolute;
  inset: -8px -8px -8px 8px;
  border: 1px solid #b54b372e;
  border-radius: 12px;
  pointer-events: none
}

.abt-pg .ident__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #b54b3714 0%, transparent 60%);
  border-radius: 12px;
  pointer-events: none
}

.abt-pg .ident__img {
  width: 420px;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 40px 1px #b54b371a;
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1);
  filter: saturate(0.92)
}

.abt-pg .ident__img:hover {
  filter: saturate(0.5)
}

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

.abt-pg .ident__yr-badge {
  position: absolute;
  bottom: 16px;
  left: -16px;
  background: #B54B37;
  color: #fff;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.35;
  box-shadow: 0 7px 18px 1px #b54b3714;
  z-index: 2
}

.abt-pg .ident__yr-badge strong {
  display: block;
  font-size: 23px;
  line-height: 1.1
}

.abt-pg .divider-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 8px
}

.abt-pg .divider-a__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #CDA190 20%, #CDA190 80%, transparent);
  position: relative
}

.abt-pg .divider-a__tick {
  width: 1px;
  height: 8px;
  background: #CDA190;
  flex-shrink: 0
}

.abt-pg .phil {
  padding: 96px 32px;
  background: #fff;
  position: relative
}

.abt-pg .phil__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.abt-pg .phil__col--dark {
  background: #2a1a16;
  border-radius: 12px;
  padding: 48px 32px;
  box-shadow: 0 10px 40px 1px #b54b371a
}

.abt-pg .phil__col--accent {
  background: linear-gradient(263deg, #B54B37 0%, #c9604a 100%);
  border-radius: 12px;
  padding: 48px 32px;
  box-shadow: 0 7px 18px 1px #b54b3714
}

.abt-pg .phil__col--light {
  background: #EBE6E2;
  border-radius: 12px;
  padding: 48px 32px;
  box-shadow: 0 1px 5px 1px #cda1900f
}

.abt-pg .phil__col-over {
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.35;
  margin-bottom: 16px;
  display: block
}

.abt-pg .phil__col--dark .phil__col-over {
  color: #CDA190
}

.abt-pg .phil__col--accent .phil__col-over {
  color: #ffffffbf
}

.abt-pg .phil__col--light .phil__col-over {
  color: #B54B37
}

.abt-pg .phil__col-h {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: .01em;
  margin: 0 0 16px
}

.abt-pg .phil__col--dark .phil__col-h {
  color: #fff
}

.abt-pg .phil__col--accent .phil__col-h {
  color: #fff
}

.abt-pg .phil__col--light .phil__col-h {
  color: #2a1a16
}

.abt-pg .phil__col-p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0
}

.abt-pg .phil__col--dark .phil__col-p {
  color: #ffffffb8
}

.abt-pg .phil__col--accent .phil__col-p {
  color: #ffffffd9
}

.abt-pg .phil__col--light .phil__col-p {
  color: #4a3028
}

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

.abt-pg .phil__check-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffd9
}

.abt-pg .phil__check-icon {
  flex-shrink: 0;
  margin-top: 2px
}

.abt-pg .divider-b {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.abt-pg .divider-b__dot {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #B54B37;
  flex-shrink: 0
}

.abt-pg .divider-b__seg {
  flex: 1;
  height: 1px;
  background: #EBE6E2
}

.abt-pg .divider-b__mid {
  width: 1px;
  height: 10px;
  background: #CDA190;
  flex-shrink: 0
}

.abt-pg .team {
  padding: 96px 32px;
  background: linear-gradient(263deg, #EBE6E2 0%, #f0ebe7 50%, #fff 100%);
  position: relative
}

.abt-pg .team__bg-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.abt-pg .team__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .07;
  filter: saturate(0)
}

.abt-pg .team__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-pg .team__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px
}

.abt-pg .team__over {
  display: block;
  font-size: 15px;
  letter-spacing: .02em;
  color: #B54B37;
  margin-bottom: 16px;
  line-height: 1.35;
  padding-left: 32px;
  position: relative
}

.abt-pg .team__over::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #B54B37
}

.abt-pg .team__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a16;
  margin: 0
}

.abt-pg .team__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3028;
  max-width: 380px;
  margin: 0;
  flex-shrink: 0
}

.abt-pg .team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.abt-pg .team__feat {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start
}

.abt-pg .team__img-wrap {
  position: relative;
  flex-shrink: 0
}

.abt-pg .team__img {
  width: 280px;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 10px 40px 1px #b54b371a;
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .team__img:hover {
  filter: saturate(0.35)
}

.abt-pg .team__img-badge {
  position: absolute;
  top: 16px;
  right: -16px;
  width: 12px;
  height: 12px;
  border-radius: 48px;
  background: #B54B37;
  box-shadow: 0 1px 5px 1px #b54b370f
}

.abt-pg .team__feat-copy {
  padding-top: 32px
}

.abt-pg .team__feat-h {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2a1a16;
  margin: 0 0 8px
}

.abt-pg .team__feat-role {
  font-size: 15px;
  letter-spacing: .02em;
  color: #B54B37;
  line-height: 1.35;
  margin: 0 0 16px
}

.abt-pg .team__feat-p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3028;
  margin: 0 0 16px
}

.abt-pg .team__feat-p:last-child {
  margin-bottom: 0
}

.abt-pg .team__stats {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center
}

.abt-pg .team__stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 7px 18px 1px #b54b3714;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .team__stat-card:hover {
  box-shadow: 0 10px 40px 1px #b54b371a;
  transform: translateY(-3px)
}

.abt-pg .team__stat-num {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #B54B37
}

.abt-pg .team__stat-lbl {
  font-size: 15px;
  line-height: 1.35;
  color: #4a3028
}

.abt-pg .team__stat-bar {
  height: 3px;
  border-radius: 48px;
  background: #EBE6E2;
  margin-top: 8px;
  overflow: hidden
}

.abt-pg .team__stat-fill {
  height: 100%;
  border-radius: 48px;
  background: linear-gradient(90deg, #B54B37, #CDA190);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-pg .team__stat-fill.vis {
  transform: scaleX(1)
}

.abt-pg .team__conn-line {
  position: absolute;
  top: 48px;
  left: 280px;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #CDA190, transparent);
  pointer-events: none
}

@media (max-width: 1280px) {
  .abt-pg .ident__h1 {
    font-size: 43px
  }

  .abt-pg .ident__img-wrap {
    flex: 0 0 340px
  }

  .abt-pg .ident__img {
    width: 340px;
    height: 260px
  }

  .abt-pg .team__h2 {
    font-size: 31px
  }

  .abt-pg .team__img {
    width: 220px;
    height: 300px
  }
}

@media (max-width: 768px) {
  .abt-pg .ident {
    padding: 48px 16px 32px
  }

  .abt-pg .ident__strip {
    flex-direction: column;
    gap: 32px
  }

  .abt-pg .ident__h1 {
    font-size: 31px
  }

  .abt-pg .ident__img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-pg .ident__img {
    width: 100%;
    height: 240px
  }

  .abt-pg .ident__yr-badge {
    left: 8px
  }

  .abt-pg .phil {
    padding: 48px 16px
  }

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

  .abt-pg .team {
    padding: 48px 16px
  }

  .abt-pg .team__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px
  }

  .abt-pg .team__h2 {
    font-size: 23px
  }

  .abt-pg .team__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-pg .team__feat {
    flex-direction: column;
    gap: 16px
  }

  .abt-pg .team__img {
    width: 100%;
    height: 280px
  }

  .abt-pg .team__feat-copy {
    padding-top: 0
  }

  .abt-pg .team__stats {
    gap: 16px
  }

  .abt-pg .divider-a,
  .abt-pg .divider-b {
    padding: 0 16px
  }
}

.ptl {
  overflow-x: hidden
}

.ptl .pg-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px
}

.ptl .ttl-blk {
  position: relative;
  background: linear-gradient(263deg, #EBE6E2 0%, #CDA190 38%, #B54B37 72%, #EBE6E2 100%);
  padding: 96px 0 80px;
  overflow: hidden
}

.ptl .ttl-blk__stripe {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, #ffffff0a 0px, #ffffff0a 1px, transparent 1px, transparent 28px);
  pointer-events: none
}

.ptl .ttl-blk__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  position: relative;
  z-index: 1
}

.ptl .ttl-blk__copy {
  flex: 1 1 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px
}

.ptl .ttl-blk__overline {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ffffffbf;
  line-height: 1.35
}

.ptl .ttl-blk__h1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.ptl .ttl-blk__h1 em {
  font-style: normal;
  font-size: 72px;
  display: block;
  color: #EBE6E2
}

.ptl .ttl-blk__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffe0;
  max-width: 480px;
  margin: 0
}

.ptl .ttl-blk__divider {
  width: 56px;
  height: 2px;
  background: #fff6
}

.ptl .ttl-blk__img-col {
  flex: 0 0 420px;
  position: relative
}

.ptl .ttl-blk__img-wrap {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px #b54b371a
}

.ptl .ttl-blk__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88);
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptl .ttl-blk__img-wrap img:hover {
  filter: saturate(0.55)
}

.ptl .ttl-blk__blur-fg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, #b54b3740 0%, transparent 100%);
  border-radius: 0 0 12px 12px;
  pointer-events: none
}

.ptl .wave-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -2px
}

.ptl .wave-div svg {
  display: block;
  width: 100%;
  height: 40px
}

.ptl .rel-blk {
  background: #fff;
  padding: 96px 0
}

.ptl .rel-blk__inner {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.ptl .rel-blk__aside {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.ptl .rel-blk__num {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #EBE6E2;
  font-weight: 700
}

.ptl .rel-blk__label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B54B37;
  line-height: 1.35
}

.ptl .rel-blk__body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ptl .rel-blk__overline {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CDA190;
  line-height: 1.35
}

.ptl .rel-blk__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c1a14;
  margin: 0
}

.ptl .rel-blk__text {
  font-size: 18px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .rel-blk__text--narrow {
  max-width: 440px
}

.ptl .rel-blk__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.ptl .rel-blk__step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.ptl .rel-blk__step-dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #B54B37;
  flex-shrink: 0;
  margin-top: 7px
}

.ptl .rel-blk__step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .dash-div {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #CDA190 0px, #CDA190 6px, transparent 6px, transparent 10px, #B54B37 10px, #B54B37 12px, transparent 12px, transparent 18px);
  opacity: .35
}

.ptl .fit-blk {
  background: linear-gradient(263deg, #EBE6E2 0%, #cda1902e 100%);
  padding: 80px 0
}

.ptl .fit-blk__inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: stretch
}

.ptl .fit-blk__img-col {
  flex: 0 0 380px
}

.ptl .fit-blk__img-wrap {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px #b54b3714
}

.ptl .fit-blk__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptl .fit-blk__img-wrap img:hover {
  filter: saturate(0.45)
}

.ptl .fit-blk__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center
}

.ptl .fit-blk__overline {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B54B37;
  line-height: 1.35
}

.ptl .fit-blk__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c1a14;
  margin: 0
}

.ptl .fit-blk__text {
  font-size: 18px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .fit-blk__profiles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.ptl .fit-blk__prof {
  background: #ffffffb8;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 5px 1px #b54b370f;
  transition: box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), background .4s ease-in-out
}

.ptl .fit-blk__prof:hover {
  background: #fffffff2;
  box-shadow: 0 7px 18px 1px #b54b3714
}

.ptl .fit-blk__prof-name {
  font-size: 15px;
  font-weight: 600;
  color: #B54B37;
  line-height: 1.35;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.ptl .fit-blk__prof-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .rec-blk {
  background: #fff;
  padding: 96px 0;
  position: relative
}

.ptl .rec-blk__bg-hex {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(60deg, #b54b3708 0px, #b54b3708 1px, transparent 1px, transparent 30px), repeating-linear-gradient(-60deg, #b54b3708 0px, #b54b3708 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, #b54b3708 0px, #b54b3708 1px, transparent 1px, transparent 30px);
  pointer-events: none
}

.ptl .rec-blk__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ptl .rec-blk__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px
}

.ptl .rec-blk__overline {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CDA190;
  line-height: 1.35
}

.ptl .rec-blk__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c1a14;
  margin: 0
}

.ptl .rec-blk__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.ptl .rec-blk__card {
  background: linear-gradient(263deg, #EBE6E2 0%, #fff9 100%);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 5px 1px #b54b370f;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptl .rec-blk__card:hover {
  box-shadow: 0 10px 40px 1px #b54b371a;
  transform: translateY(-4px)
}

.ptl .rec-blk__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #B54B37;
  display: flex;
  align-items: center;
  justify-content: center
}

.ptl .rec-blk__card-icon svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ptl .rec-blk__card-h {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2c1a14;
  font-weight: 600;
  margin: 0
}

.ptl .rec-blk__card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .adp-blk {
  background: linear-gradient(263deg, #b54b3712 0%, #EBE6E2 100%);
  padding: 96px 0
}

.ptl .adp-blk__inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.ptl .adp-blk__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ptl .adp-blk__overline {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B54B37;
  line-height: 1.35
}

.ptl .adp-blk__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c1a14;
  margin: 0
}

.ptl .adp-blk__text {
  font-size: 18px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .adp-blk__text--narrow {
  max-width: 400px
}

.ptl .adp-blk__process {
  flex: 0 0 460px;
  display: flex;
  flex-direction: column;
  gap: 0
}

.ptl .adp-blk__step {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #b54b371f;
  transition: background .4s ease-in-out
}

.ptl .adp-blk__step:last-child {
  border-bottom: none
}

.ptl .adp-blk__step:hover {
  background: #ffffff80
}

.ptl .adp-blk__step-num {
  font-size: 31px;
  line-height: 1.1;
  color: #CDA190;
  font-weight: 700;
  letter-spacing: .01em;
  flex-shrink: 0;
  width: 48px
}

.ptl .adp-blk__step-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ptl .adp-blk__step-h {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #2c1a14;
  font-weight: 600;
  margin: 0
}

.ptl .adp-blk__step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .adp-blk__result {
  margin-top: 32px;
  background: #B54B37;
  border-radius: 12px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 7px 18px 1px #b54b3714
}

.ptl .adp-blk__result-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ebe6e2bf;
  line-height: 1.35
}

.ptl .adp-blk__result-text {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin: 0
}

.ptl .ctx-blk {
  background: #fff;
  padding: 96px 0
}

.ptl .ctx-blk__inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ptl .ctx-blk__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end
}

.ptl .ctx-blk__head-copy {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ptl .ctx-blk__overline {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CDA190;
  line-height: 1.35
}

.ptl .ctx-blk__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c1a14;
  margin: 0
}

.ptl .ctx-blk__head-text {
  font-size: 18px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0;
  align-self: center
}

.ptl .ctx-blk__img-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch
}

.ptl .ctx-blk__img-main {
  flex: 0 0 520px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 7px 18px 1px #b54b3714;
  min-height: 360px
}

.ptl .ctx-blk__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptl .ctx-blk__img-main img:hover {
  filter: saturate(0.4)
}

.ptl .ctx-blk__side-facts {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center
}

.ptl .ctx-blk__fact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 12px;
  background: linear-gradient(263deg, #EBE6E2 0%, #cda1901f 100%);
  box-shadow: 0 1px 5px 1px #b54b370f;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptl .ctx-blk__fact:hover {
  box-shadow: 0 7px 18px 1px #b54b3714
}

.ptl .ctx-blk__fact-val {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #B54B37;
  font-weight: 700
}

.ptl .ctx-blk__fact-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .ex-blk {
  background: linear-gradient(263deg, #EBE6E2 0%, #b54b370f 100%);
  padding: 96px 0 80px
}

.ptl .ex-blk__inner {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.ptl .ex-blk__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 640px
}

.ptl .ex-blk__overline {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B54B37;
  line-height: 1.35
}

.ptl .ex-blk__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c1a14;
  margin: 0
}

.ptl .ex-blk__body {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.ptl .ex-blk__narrative {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ptl .ex-blk__text {
  font-size: 18px;
  line-height: 1.6;
  color: #3d2820;
  margin: 0
}

.ptl .ex-blk__text--narrow {
  max-width: 420px
}

.ptl .ex-blk__quote {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 7px 18px 1px #b54b3714;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ptl .ex-blk__quote-mark {
  width: 32px;
  height: 32px
}

.ptl .ex-blk__quote-mark svg {
  width: 32px;
  height: 32px;
  fill: #CDA190
}

.ptl .ex-blk__quote-text {
  font-size: 18px;
  line-height: 1.6;
  color: #2c1a14;
  margin: 0;
  font-style: italic
}

.ptl .ex-blk__quote-attr {
  font-size: 15px;
  line-height: 1.35;
  color: #B54B37;
  letter-spacing: .01em
}

.ptl .ex-blk__quote-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
  color: #B54B37;
  text-decoration: none;
  letter-spacing: .01em;
  padding: 12px 24px;
  border-radius: 48px;
  border: 1.5px solid #B54B37;
  align-self: flex-start;
  background: transparent;
  transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), outline-offset .35s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0
}

.ptl .ex-blk__quote-link:hover {
  background: #B54B37;
  color: #fff;
  box-shadow: 0 7px 18px 1px #b54b3714;
  outline: 2px solid #B54B37;
  outline-offset: 4px
}

.ptl .ex-blk__img-col {
  flex: 0 0 360px
}

.ptl .ex-blk__img-wrap {
  width: 100%;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px #b54b371a
}

.ptl .ex-blk__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88);
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptl .ex-blk__img-wrap img:hover {
  filter: saturate(0.45)
}

@keyframes clip-reveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: .6
  }

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

.ptl .ttl-blk__copy {
  animation: clip-reveal .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.ptl .ttl-blk__img-col {
  animation: clip-reveal .55s cubic-bezier(0.16, 1, 0.3, 1) .12s both
}

@media (max-width: 1280px) {
  .ptl .ttl-blk__h1 {
    font-size: 43px
  }

  .ptl .ttl-blk__h1 em {
    font-size: 60px
  }

  .ptl .ttl-blk__img-col {
    flex: 0 0 340px
  }

  .ptl .adp-blk__inner {
    gap: 48px
  }

  .ptl .adp-blk__process {
    flex: 0 0 380px
  }

  .ptl .ctx-blk__img-main {
    flex: 0 0 400px
  }
}

@media (max-width: 768px) {
  .ptl .pg-wrap {
    padding: 0 16px
  }

  .ptl .ttl-blk {
    padding: 48px 0
  }

  .ptl .ttl-blk__grid {
    flex-direction: column;
    gap: 32px
  }

  .ptl .ttl-blk__img-col {
    flex: none;
    width: 100%
  }

  .ptl .ttl-blk__img-wrap {
    min-height: 280px
  }

  .ptl .ttl-blk__h1 {
    font-size: 31px
  }

  .ptl .ttl-blk__h1 em {
    font-size: 43px
  }

  .ptl .rel-blk {
    padding: 48px 0
  }

  .ptl .rel-blk__inner {
    flex-direction: column;
    gap: 32px
  }

  .ptl .rel-blk__aside {
    flex: none
  }

  .ptl .fit-blk {
    padding: 48px 0
  }

  .ptl .fit-blk__inner {
    flex-direction: column;
    gap: 32px
  }

  .ptl .fit-blk__img-col {
    flex: none;
    width: 100%
  }

  .ptl .fit-blk__img-wrap {
    min-height: 260px
  }

  .ptl .rec-blk {
    padding: 48px 0
  }

  .ptl .rec-blk__cards {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ptl .adp-blk {
    padding: 48px 0
  }

  .ptl .adp-blk__inner {
    flex-direction: column;
    gap: 32px
  }

  .ptl .adp-blk__process {
    flex: none;
    width: 100%
  }

  .ptl .ctx-blk {
    padding: 48px 0
  }

  .ptl .ctx-blk__head {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .ptl .ctx-blk__img-row {
    flex-direction: column;
    gap: 16px
  }

  .ptl .ctx-blk__img-main {
    flex: none;
    width: 100%;
    min-height: 240px
  }

  .ptl .ex-blk {
    padding: 48px 0
  }

  .ptl .ex-blk__body {
    flex-direction: column;
    gap: 32px
  }

  .ptl .ex-blk__img-col {
    flex: none;
    width: 100%
  }

  .ptl .ex-blk__img-wrap {
    height: 280px
  }

  .ptl .rel-blk__h2,
  .ptl .fit-blk__h2,
  .ptl .rec-blk__h2,
  .ptl .adp-blk__h2,
  .ptl .ctx-blk__h2,
  .ptl .ex-blk__h2 {
    font-size: 31px
  }
}

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

.ctus .pg-band {
  width: 100%;
  background: linear-gradient(263deg, #EBE6E2, #fff 60%, #cda1902e);
  padding: 96px 32px 80px;
  position: relative;
  overflow: hidden
}

.ctus .pg-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, #b54b371a 0%, transparent 50%), radial-gradient(circle at 80% 70%, #cda1902e 0%, transparent 50%), radial-gradient(circle at 55% 15%, #ebe6e299 0%, transparent 40%);
  pointer-events: none
}

.ctus .pg-band__dots {
  position: absolute;
  top: 48px;
  right: 96px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.ctus .pg-band__dot-row {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.ctus .pg-band__dot {
  width: 5px;
  height: 5px;
  border-radius: 48px;
  background: #b54b3738
}

.ctus .pg-band__dot--dim {
  background: #cda1904d
}

.ctus .pg-band__lines {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.ctus .pg-band__line {
  height: 1px;
  background: #b54b3726;
  border-radius: 6px
}

.ctus .pg-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.ctus .pg-band__kicker {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B54B37;
  font-weight: 600;
  margin-bottom: 16px;
  display: block
}

.ctus .pg-band__h1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1e1512;
  margin: 0 0 32px
}

.ctus .pg-band__h1 em {
  font-style: normal;
  color: #B54B37;
  background: linear-gradient(263deg, #B54B37, #CDA190);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus .pg-band__sub {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3428;
  max-width: 480px;
  margin: 0;
  letter-spacing: .01em
}

.ctus .pg-band__img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px #b54b371a
}

.ctus .pg-band__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #b54b3714, transparent 70%);
  pointer-events: none
}

.ctus .pg-band__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.82);
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus .pg-band__img-wrap:hover .pg-band__img {
  filter: saturate(1)
}

.ctus .pg-band__glow {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 220px;
  height: 220px;
  border-radius: 48px;
  background: radial-gradient(circle at 50% 50%, #cda19061 0%, transparent 70%);
  pointer-events: none;
  filter: blur(32px)
}

.ctus .svg-div {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden
}

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

.ctus .form-band {
  background: #EBE6E2;
  padding: 96px 32px;
  position: relative
}

.ctus .form-band::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(263deg, #b54b370d, transparent 60%);
  pointer-events: none
}

.ctus .form-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 96px;
  align-items: start;
  position: relative;
  z-index: 1
}

.ctus .form-band__aside {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .form-band__overline {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B54B37;
  font-weight: 600;
  display: block;
  margin-bottom: 16px
}

.ctus .form-band__h2 {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1e1512;
  margin: 0
}

.ctus .form-band__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3428;
  margin: 0;
  letter-spacing: .01em
}

.ctus .form-band__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px
}

.ctus .ctc-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 5px 1px #b54b370f;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus .ctc-item:hover {
  box-shadow: 0 7px 18px 1px #b54b3714;
  transform: translateY(-2px)
}

.ctus .ctc-item__label {
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B54B37;
  font-weight: 600
}

.ctus .ctc-item__val {
  font-size: 18px;
  line-height: 1.35;
  color: #1e1512;
  letter-spacing: .01em;
  text-decoration: none;
  display: block;
  transition: color .4s ease-in-out
}

.ctus .ctc-item__val:hover {
  color: #B54B37
}

.ctus .form-band__lines {
  position: absolute;
  top: 32px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.ctus .form-band__line {
  height: 1px;
  background: #b54b3724;
  border-radius: 6px
}

.ctus .frm {
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 7px 18px 1px #b54b3714;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.ctus .frm__row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .frm__lbl {
  font-size: 15px;
  letter-spacing: .06em;
  color: #4a3428;
  font-weight: 600;
  text-transform: uppercase
}

.ctus .frm__inp {
  font-size: 18px;
  line-height: 1.6;
  color: #1e1512;
  background: #EBE6E2;
  border: 1.5px solid transparent;
  border-radius: 6px;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color .4s ease-in-out, background .4s ease-in-out, box-shadow .4s ease-in-out;
  letter-spacing: .01em
}

.ctus .frm__inp::placeholder {
  color: #4a34286b
}

.ctus .frm__inp:focus {
  border-color: #B54B37;
  background: #fff;
  box-shadow: 0 1px 5px 1px #b54b370f
}

.ctus .frm__radio-grp {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.ctus .frm__radio-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 16px;
  border-radius: 6px;
  background: #EBE6E2;
  flex: 1;
  min-width: 120px;
  transition: background .4s ease-in-out, box-shadow .4s ease-in-out;
  position: relative
}

.ctus .frm__radio-opt:hover {
  background: #cda19059;
  box-shadow: 0 1px 5px 1px #b54b370f
}

.ctus .frm__radio-inp {
  width: 18px;
  height: 18px;
  accent-color: #B54B37;
  cursor: pointer;
  flex-shrink: 0
}

.ctus .frm__radio-lbl {
  font-size: 15px;
  color: #1e1512;
  letter-spacing: .01em;
  cursor: pointer;
  line-height: 1.35
}

.ctus .frm__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.ctus .frm__chk {
  width: 20px;
  height: 20px;
  accent-color: #B54B37;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus .frm__privacy-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3428;
  letter-spacing: .01em
}

.ctus .frm__privacy-txt a {
  color: #B54B37;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .4s ease-in-out
}

.ctus .frm__privacy-txt a:hover {
  color: #8a3220
}

.ctus .frm__submit {
  font-size: 18px;
  letter-spacing: .04em;
  color: #fff;
  background: linear-gradient(263deg, #B54B37, #CDA190);
  border: none;
  border-radius: 6px;
  padding: 16px 48px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 7px 18px 1px #b54b3714;
  outline-offset: 3px;
  align-self: flex-start
}

.ctus .frm__submit::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), inset .45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none
}

.ctus .frm__submit:hover {
  filter: brightness(0.90);
  box-shadow: 0 10px 40px 1px #b54b371a
}

.ctus .frm__submit:hover::after {
  border-color: #B54B37;
  inset: -7px
}

.ctus .frm__submit:active {
  filter: brightness(0.82);
  transform: scale(0.98)
}

.ctus .frm__submit:focus-visible {
  outline: 2px solid #B54B37
}

.ctus .inf-band {
  background: #fff;
  padding: 96px 32px;
  position: relative;
  overflow: hidden
}

.ctus .inf-band__bg-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(263deg, #ebe6e28c, transparent 50%);
  pointer-events: none
}

.ctus .inf-band__corner-lines {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none
}

.ctus .inf-band__corner-line {
  height: 1px;
  background: #b54b3721;
  border-radius: 6px
}

.ctus .inf-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.ctus .inf-band__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px
}

.ctus .inf-card {
  background: #EBE6E2;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  box-shadow: 0 1px 5px 1px #b54b370f;
  transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden
}

.ctus .inf-card::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 3px 8px 0 #b54b370d;
  border-radius: 12px;
  pointer-events: none
}

.ctus .inf-card:hover {
  box-shadow: 0 7px 18px 1px #b54b3714;
  transform: translateY(-4px)
}

.ctus .inf-card__num {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #B54B37;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px
}

.ctus .inf-card__sup {
  font-size: 23px;
  line-height: 1.35;
  color: #CDA190;
  font-weight: 400;
  margin-top: 8px
}

.ctus .inf-card__label {
  font-size: 18px;
  line-height: 1.35;
  color: #1e1512;
  letter-spacing: .01em;
  font-weight: 600
}

.ctus .inf-card__note {
  font-size: 15px;
  line-height: 1.6;
  color: #4a3428;
  letter-spacing: .01em;
  margin: 0
}

.ctus .inf-band__bottom {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: center;
  padding-top: 48px;
  border-top: 1px solid #b54b371f
}

.ctus .inf-band__txt-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .inf-band__overline {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B54B37;
  font-weight: 600;
  display: block
}

.ctus .inf-band__h3 {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1e1512;
  margin: 0
}

.ctus .inf-band__p {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3428;
  margin: 0;
  letter-spacing: .01em
}

.ctus .inf-band__p--narrow {
  max-width: 420px
}

.ctus .inf-band__addr-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .addr-card {
  background: linear-gradient(263deg, #EBE6E2, #cda19038);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 5px 1px #b54b370f;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .addr-card__label {
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B54B37;
  font-weight: 600
}

.ctus .addr-card__val {
  font-size: 18px;
  line-height: 1.6;
  color: #1e1512;
  letter-spacing: .01em
}

.ctus .cascade-item {
  opacity: 0;
  transform: translateY(24px);
  animation: cascadeIn .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.ctus .cascade-item:nth-child(1) {
  animation-delay: .05s
}

.ctus .cascade-item:nth-child(2) {
  animation-delay: .18s
}

.ctus .cascade-item:nth-child(3) {
  animation-delay: .31s
}

.ctus .cascade-item:nth-child(4) {
  animation-delay: .44s
}

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

.ctus .expand-h {
  display: inline-block;
  transform-origin: center;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus .ctc-item:hover .expand-h {
  transform: scaleX(1.04)
}

@media (max-width: 1280px) {
  .ctus .pg-band__h1 {
    font-size: 43px
  }

  .ctus .pg-band__inner {
    gap: 32px
  }

  .ctus .form-band__inner {
    gap: 48px
  }

  .ctus .inf-band__top {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .ctus .pg-band {
    padding: 48px 16px
  }

  .ctus .pg-band__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ctus .pg-band__h1 {
    font-size: 43px
  }

  .ctus .pg-band__dots {
    right: 16px;
    top: 16px
  }

  .ctus .pg-band__img {
    height: 260px
  }

  .ctus .form-band {
    padding: 48px 16px
  }

  .ctus .form-band__inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .ctus .frm {
    padding: 32px 16px
  }

  .ctus .frm__radio-grp {
    flex-direction: column
  }

  .ctus .frm__radio-opt {
    flex: none;
    min-width: 0
  }

  .ctus .frm__submit {
    width: 100%;
    text-align: center;
    align-self: stretch
  }

  .ctus .inf-band {
    padding: 48px 16px
  }

  .ctus .inf-band__top {
    grid-template-columns: 1fr
  }

  .ctus .inf-band__bottom {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ctus .inf-card__num {
    font-size: 60px
  }

  .ctus .form-band__lines {
    display: none
  }

  .ctus .inf-band__corner-lines {
    display: none
  }
}

.msn-pg {
  display: block;
  width: 100%;
  overflow-x: hidden;
  background: #fff
}

.msn-pg .bd-top {
  height: 3px;
  background: linear-gradient(263deg, #EBE6E2, #B54B37);
  width: 100%
}

.msn-pg .bd-bot {
  height: 3px;
  background: linear-gradient(263deg, #EBE6E2, #B54B37);
  width: 100%
}

.msn-pg .ttl-blk {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 48px;
  gap: 48px
}

.msn-pg .ttl-blk__blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 12px
}

.msn-pg .ttl-blk__blob::before {
  content: "";
  position: absolute;
  top: -48px;
  left: -32px;
  width: 420px;
  height: 420px;
  background: linear-gradient(263deg, #b54b371a, #cda19014);
  border-radius: 48px;
  filter: blur(64px)
}

.msn-pg .ttl-blk__blob::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: 80px;
  width: 280px;
  height: 280px;
  background: linear-gradient(263deg, #ebe6e22e, #cda1901a);
  border-radius: 48px;
  filter: blur(48px)
}

.msn-pg .ttl-blk__img-z {
  flex: 0 0 420px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px #b54b371a
}

.msn-pg .ttl-blk__img-z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.82) brightness(0.94);
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .ttl-blk__img-z:hover img {
  filter: saturate(0.55) brightness(0.88)
}

.msn-pg .ttl-blk__img-z::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(263deg, #b54b3738, #cda1901a);
  border-radius: 12px;
  pointer-events: none
}

.msn-pg .ttl-blk__txt-z {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0 32px 16px
}

.msn-pg .ttl-blk__over {
  display: block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  line-height: 1.35;
  font-weight: 600
}

.msn-pg .ttl-blk__over::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #B54B37;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 6px
}

.msn-pg .ttl-blk__h {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1410;
  margin: 0 0 32px;
  font-weight: 700
}

.msn-pg .ttl-blk__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #3a2a22;
  max-width: 420px;
  margin: 0
}

.msn-pg .div-svg {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0
}

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

.msn-pg .val-blk {
  background: linear-gradient(263deg, #EBE6E2 0%, #ebe6e261 100%);
  position: relative;
  padding: 96px 0
}

.msn-pg .val-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px
}

.msn-pg .val-blk__head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 48px
}

.msn-pg .val-blk__head-txt {
  flex: 0 0 auto
}

.msn-pg .val-blk__over {
  display: block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  font-weight: 600
}

.msn-pg .val-blk__over::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #B54B37;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 6px
}

.msn-pg .val-blk__h {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1410;
  margin: 0;
  font-weight: 700
}

.msn-pg .val-blk__sub {
  flex: 1 1 0;
  font-size: 18px;
  line-height: 1.6;
  color: #3a2a22;
  margin: 0;
  padding-bottom: 6px
}

.msn-pg .val-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 2fr;
  gap: 32px;
  align-items: stretch
}

.msn-pg .val-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 7px 18px 1px #b54b3714;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden
}

.msn-pg .val-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(263deg, #EBE6E2, #B54B37);
  border-radius: 12px 12px 0 0
}

.msn-pg .val-card:hover {
  box-shadow: 0 10px 40px 1px #b54b3721;
  transform: translateY(-3px)
}

.msn-pg .val-card__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(263deg, #EBE6E2, #b54b371f);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.msn-pg .val-card__ico svg {
  width: 24px;
  height: 24px;
  stroke: #B54B37;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.msn-pg .val-card__h {
  font-size: 23px;
  line-height: 1.35;
  color: #1b1410;
  margin: 0;
  font-weight: 600;
  letter-spacing: .01em
}

.msn-pg .val-card__p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a2a22;
  margin: 0
}

.msn-pg .appr-blk {
  background: #fff;
  padding: 96px 0;
  position: relative
}

.msn-pg .appr-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px
}

.msn-pg .appr-blk__over {
  display: block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  font-weight: 600
}

.msn-pg .appr-blk__over::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #B54B37;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 6px
}

.msn-pg .appr-blk__h {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1410;
  margin: 0 0 48px;
  font-weight: 700;
  max-width: 560px
}

.msn-pg .appr-layout {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.msn-pg .appr-layout__img {
  flex: 0 0 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px #b54b371a;
  position: relative
}

.msn-pg .appr-layout__img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  filter: saturate(0.88);
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .appr-layout__img:hover img {
  filter: saturate(0.45)
}

.msn-pg .appr-layout__grid-z {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.msn-pg .appr-ico-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative
}

.msn-pg .appr-ico-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 48px);
  background: linear-gradient(to bottom, transparent, #CDA190 30%, #CDA190 70%, transparent);
  pointer-events: none
}

.msn-pg .appr-ico-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  height: 1px;
  background: linear-gradient(to right, transparent, #CDA190 30%, #CDA190 70%, transparent);
  pointer-events: none
}

.msn-pg .appr-item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 0;
  transition: background .4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default
}

.msn-pg .appr-item:hover {
  background: #ebe6e273;
  border-radius: 12px
}

.msn-pg .appr-item:hover .appr-item__ico {
  background: #B54B37
}

.msn-pg .appr-item:hover .appr-item__ico svg {
  stroke: #fff
}

.msn-pg .appr-item__ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(263deg, #EBE6E2, #b54b3724);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .4s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0
}

.msn-pg .appr-item__ico svg {
  width: 24px;
  height: 24px;
  stroke: #B54B37;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .appr-item__h {
  font-size: 18px;
  line-height: 1.35;
  color: #1b1410;
  margin: 0;
  font-weight: 600;
  letter-spacing: .01em
}

.msn-pg .appr-item__p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a2a22;
  margin: 0
}

.msn-pg .met-blk {
  background: linear-gradient(263deg, #1b1410 0%, #2e1c14 100%);
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.msn-pg .met-blk::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -64px;
  width: 360px;
  height: 360px;
  background: #b54b371a;
  border-radius: 48px;
  filter: blur(72px);
  pointer-events: none
}

.msn-pg .met-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.msn-pg .met-blk__left {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.msn-pg .met-blk__over {
  display: block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #CDA190;
  font-weight: 600
}

.msn-pg .met-blk__over::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #CDA190;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 6px
}

.msn-pg .met-blk__h {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #EBE6E2;
  margin: 0;
  font-weight: 700
}

.msn-pg .met-blk__p {
  font-size: 18px;
  line-height: 1.6;
  color: #ebe6e2b8;
  margin: 0
}

.msn-pg .met-blk__img-z {
  flex: 0 0 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px #b54b372e;
  align-self: stretch
}

.msn-pg .met-blk__img-z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75) brightness(0.88);
  transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .met-blk__img-z:hover img {
  filter: saturate(0.38) brightness(0.80)
}

.msn-pg .met-blk__right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center
}

.msn-pg .met-row {
  display: flex;
  flex-direction: row;
  gap: 32px
}

.msn-pg .met-stat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  border-radius: 12px;
  background: #ffffff0d;
  box-shadow: inset 0 1px 0 #ebe6e214;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.msn-pg .met-stat:hover {
  background: #b54b3724
}

.msn-pg .met-stat__num {
  font-size: 60px;
  line-height: 1.1;
  color: #B54B37;
  font-weight: 700;
  letter-spacing: .01em
}

.msn-pg .met-stat__lbl {
  font-size: 15px;
  line-height: 1.35;
  color: #ebe6e2b8;
  letter-spacing: .02em
}

.msn-pg .met-blk__sep {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #cda19040, transparent)
}

.msn-pg .met-blk__quote {
  font-size: 18px;
  line-height: 1.6;
  color: #ebe6e299;
  margin: 0;
  font-style: italic;
  letter-spacing: .01em
}

@keyframes msn-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.97)
  }

  65% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01)
  }

  82% {
    transform: translateY(3px) scale(0.995)
  }

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

.msn-pg .val-card {
  animation: msn-bounce-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.msn-pg .val-card:nth-child(1) {
  animation-delay: .08s
}

.msn-pg .val-card:nth-child(2) {
  animation-delay: .18s
}

.msn-pg .val-card:nth-child(3) {
  animation-delay: .28s
}

.msn-pg .appr-item {
  animation: msn-bounce-in .5s cubic-bezier(0.16, 1, 0.3, 1) both
}

.msn-pg .appr-item:nth-child(1) {
  animation-delay: .1s
}

.msn-pg .appr-item:nth-child(2) {
  animation-delay: .2s
}

.msn-pg .appr-item:nth-child(3) {
  animation-delay: .3s
}

.msn-pg .appr-item:nth-child(4) {
  animation-delay: .4s
}

@media (max-width: 1280px) {
  .msn-pg .ttl-blk {
    padding: 96px 32px;
    gap: 32px
  }

  .msn-pg .ttl-blk__img-z {
    flex: 0 0 340px
  }

  .msn-pg .ttl-blk__h {
    font-size: 43px
  }

  .msn-pg .val-blk__inner,
  .msn-pg .appr-blk__inner,
  .msn-pg .met-blk__inner {
    padding: 0 32px
  }

  .msn-pg .met-blk__inner {
    gap: 48px
  }

  .msn-pg .met-blk__left {
    flex: 0 0 320px
  }

  .msn-pg .met-blk__img-z {
    flex: 0 0 220px
  }
}

@media (max-width: 768px) {
  .msn-pg .ttl-blk {
    flex-direction: column;
    padding: 48px 16px;
    gap: 32px
  }

  .msn-pg .ttl-blk__img-z {
    flex: 0 0 auto;
    width: 100%;
    height: 260px
  }

  .msn-pg .ttl-blk__txt-z {
    padding: 0
  }

  .msn-pg .ttl-blk__h {
    font-size: 31px
  }

  .msn-pg .val-blk {
    padding: 48px 0
  }

  .msn-pg .val-blk__inner {
    padding: 0 16px
  }

  .msn-pg .val-blk__head {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

  .msn-pg .val-blk__h {
    font-size: 31px
  }

  .msn-pg .val-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .msn-pg .appr-blk {
    padding: 48px 0
  }

  .msn-pg .appr-blk__inner {
    padding: 0 16px
  }

  .msn-pg .appr-blk__h {
    font-size: 31px;
    margin-bottom: 32px
  }

  .msn-pg .appr-layout {
    flex-direction: column;
    gap: 32px
  }

  .msn-pg .appr-layout__img {
    flex: 0 0 auto;
    width: 100%
  }

  .msn-pg .appr-layout__img img {
    height: 240px
  }

  .msn-pg .appr-ico-grid {
    grid-template-columns: 1fr
  }

  .msn-pg .appr-ico-grid::before,
  .msn-pg .appr-ico-grid::after {
    display: none
  }

  .msn-pg .appr-item {
    padding: 16px 0
  }

  .msn-pg .met-blk {
    padding: 48px 0
  }

  .msn-pg .met-blk__inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px
  }

  .msn-pg .met-blk__left {
    flex: 0 0 auto;
    gap: 16px
  }

  .msn-pg .met-blk__h {
    font-size: 31px
  }

  .msn-pg .met-blk__img-z {
    flex: 0 0 auto;
    width: 100%;
    height: 220px
  }

  .msn-pg .met-blk__right {
    gap: 16px
  }

  .msn-pg .met-row {
    flex-direction: row;
    gap: 16px
  }

  .msn-pg .met-stat__num {
    font-size: 43px
  }
}

.succ-pg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: linear-gradient(263deg, #EBE6E2, #fff)
}

.succ-pg .succ-card {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 7px 18px 1px #b54b3714;
  text-align: center
}

.succ-pg .succ-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  display: block
}

.succ-pg .succ-card__overline {
  display: block;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B54B37;
  margin-bottom: 16px;
  line-height: 1.35
}

.succ-pg .succ-card__title {
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2a1a14;
  margin: 0 0 16px
}

.succ-pg .succ-card__body {
  font-size: 18px;
  line-height: 1.6;
  color: #4a3028;
  margin: 0 0 48px;
  letter-spacing: .01em
}

.succ-pg .succ-card__divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(263deg, #CDA190, #B54B37);
  border-radius: 6px;
  margin: 0 auto 32px
}

.succ-pg .succ-card__meta {
  font-size: 15px;
  line-height: 1.6;
  color: #7a5548;
  margin: 0 0 48px;
  letter-spacing: .01em
}

.succ-pg .succ-card__meta strong {
  color: #B54B37;
  font-weight: 600
}

.succ-pg .succ-btn {
  display: inline-block;
  padding: 16px 48px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(263deg, #CDA190, #B54B37);
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 1px 5px 1px #b54b370f 0 7px 18px 1px #b54b3714;
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), outline-offset .4s ease-in-out;
  outline: 2px solid transparent;
  outline-offset: 0;
  cursor: pointer
}

.succ-pg .succ-btn:hover {
  opacity: .88;
  box-shadow: 0 10px 40px 1px #b54b371a;
  outline: 2px solid #B54B37;
  outline-offset: 4px
}

.succ-pg .succ-btn:active {
  opacity: .75;
  box-shadow: 0 1px 5px 1px #b54b370f
}

.succ-pg .succ-btn:focus-visible {
  outline: 2px solid #B54B37;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .succ-pg {
    padding: 48px 16px
  }

  .succ-pg .succ-card {
    padding: 32px 16px
  }

  .succ-pg .succ-card__title {
    font-size: 31px
  }

  .succ-pg .succ-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 32px
  }
}