@import "https://cdn.jsdelivr.net/npm/@fontsource/spectral@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/spectral@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/700.css";

html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

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

body {
  margin: 0;
  min-height: 100dvh
}

.pg-head {
  background: linear-gradient(175deg, #0d1a0a 0%, #111d0d 55%, #162110 100%);
  border-bottom: 2px solid #649251;
  position: relative
}

.pg-head::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #649251 30%, #B1BE9D 70%, transparent 100%);
  pointer-events: none
}

.nav-strip {
  background: #0a1408;
  border-bottom: 1px solid #64925147;
  padding: 0 20px
}

.nav-strip-hold {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px
}

.nav-links {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0
}

.nav-links li {
  display: flex;
  align-items: stretch
}

.nav-links a {
  display: flex;
  align-items: center;
  padding: 20px;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #B1BE9D;
  text-decoration: none;
  border-right: 1px solid #64925126;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.nav-links li:first-child a {
  border-left: 1px solid #64925126
}

.nav-links a:hover,
.nav-links a:focus {
  color: #F2F4F0;
  background: #6492511f;
  outline: none
}

.nav-links a:focus-visible {
  outline: 2px solid #649251;
  outline-offset: 2px
}

.nav-contact-strip {
  display: flex;
  align-items: center;
  gap: 20px
}

.nav-phone {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  letter-spacing: .01em;
  color: #649251;
  text-decoration: none;
  font-weight: 700;
  transition: color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.nav-phone:hover {
  color: #B1BE9D
}

.brand-row {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.logo-mount {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F4F0;
  border: 2px solid #649251;
  box-shadow: 0 1px 6px 0 #64925112 0 7px 22px 0 #64925114;
  border-radius: 0;
  flex-shrink: 0
}

.logo-mount img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block
}

.brand-name-hold {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.brand-nm {
  font-family: 'Spectral', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.brand-tag {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #B1BE9D;
  line-height: 1.45
}

.brand-addr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  color: #b1be9dbf;
  letter-spacing: .01em;
  border-top: 1px solid #64925133;
  padding-top: 20px;
  width: 100%;
  max-width: 480px;
  justify-content: center
}

.addr-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.pg-foot {
  background: #0a1408;
  border-top: 2px solid #64925159
}

.foot-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start
}

.foot-about {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.foot-about-label {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  border-bottom: 1px solid #64925140;
  padding-bottom: 8px
}

.foot-desc {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #b1be9dcc;
  margin: 0
}

.foot-contact {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-contact-item {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  letter-spacing: .01em;
  color: #b1be9dbf;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.foot-contact-item:hover {
  color: #F2F4F0
}

.foot-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.foot-logo-mount {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F4F0;
  border: 2px solid #64925180;
  box-shadow: 0 7px 22px 0 #64925114;
  border-radius: 0
}

.foot-logo-mount img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block
}

.foot-links-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end
}

.foot-links-label {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  border-bottom: 1px solid #64925140;
  padding-bottom: 8px;
  width: 100%;
  text-align: right
}

.foot-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0
}

.foot-nav a {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  letter-spacing: .01em;
  color: #b1be9dbf;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.foot-nav a:hover {
  color: #F2F4F0
}

.foot-nav a:focus-visible {
  outline: 2px solid #649251;
  outline-offset: 2px
}

.foot-bar {
  border-top: 1px solid #6492512e;
  padding: 20px
}

.foot-bar-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.foot-copy {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  letter-spacing: .01em;
  color: #b1be9d73
}

.ck-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4000;
  background: #0d1a0a;
  border-top: 2px solid #649251;
  box-shadow: 0 -7px 22px 0 #64925114
}

.ck-bar-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.ck-text {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B1BE9D;
  flex: 1;
  min-width: 200px
}

.ck-text a {
  color: #649251;
  text-decoration: underline;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-text a:hover {
  color: #B1BE9D
}

.ck-msg {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #F2F4F0;
  display: block;
  margin-bottom: 8px
}

.ck-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap
}

.ck-btn {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  min-width: 44px
}

.ck-btn:focus-visible {
  outline: 2px solid #649251;
  outline-offset: 2px
}

.ck-btn.accept {
  border: 2px solid #649251;
  color: #649251
}

.ck-btn.accept:hover {
  background: #649251;
  color: #0d1a0a
}

.ck-btn.decline {
  border: 2px solid #b1be9d66;
  color: #b1be9dbf
}

.ck-btn.decline:hover {
  background: #b1be9d1a;
  color: #F2F4F0
}

.pref-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 3999;
  display: none
}

.pref-btn {
  width: 44px;
  height: 44px;
  border-radius: 7px;
  border: 2px solid #64925180;
  background: #0d1a0a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 22px 0 #64925114;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.pref-btn:hover {
  border-color: #649251;
  background: #6492511f
}

.pref-btn:focus-visible {
  outline: 2px solid #649251;
  outline-offset: 2px
}

.pref-btn svg {
  pointer-events: none
}

@media (max-width: 720px) {
  .foot-main {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .foot-links-col {
    align-items: flex-start
  }

  .foot-links-label {
    text-align: left
  }

  .foot-nav {
    align-items: flex-start
  }

  .foot-logo-col {
    order: -1
  }

  .nav-contact-strip {
    display: none
  }
}

.j-doc-block {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #111a0e;
  color: #F2F4F0;
  line-height: 1.7
}

.j-doc-block h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin-bottom: 40px;
  margin-top: 0
}

.j-doc-block h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #B1BE9D;
  margin-top: 80px;
  margin-bottom: 20px
}

.j-doc-block h3 {
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #9aae82;
  margin-top: 40px;
  margin-bottom: 20px
}

.j-doc-block h4 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #B1BE9D;
  margin-top: 40px;
  margin-bottom: 8px
}

.j-doc-block h5 {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #B1BE9D;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 8px
}

.j-doc-block h6 {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px
}

.j-doc-block ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none
}

.j-doc-block ol {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  counter-reset: policy-counter
}

.j-doc-block ul li {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #d8ddd2;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative
}

.j-doc-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #649251
}

.j-doc-block ol li {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #d8ddd2;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  counter-increment: policy-counter
}

.j-doc-block ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  color: #649251;
  font-size: 14px;
  line-height: 1.7
}

.j-doc-block em,
.j-doc-block i {
  color: #B1BE9D;
  font-style: italic
}

.j-doc-block table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.45;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 7px 22px 0 #64925114
}

.j-doc-block thead {
  background: #1e2e18
}

.j-doc-block tbody tr {
  border-bottom: 1px solid #2a3d22;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.j-doc-block tbody tr:last-child {
  border-bottom: none
}

.j-doc-block tbody tr:hover {
  background: #1a2914
}

.j-doc-block th {
  padding: 20px;
  text-align: left;
  color: #B1BE9D;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-bottom: 2px solid #649251
}

.j-doc-block td {
  padding: 20px;
  color: #d8ddd2;
  letter-spacing: .01em;
  vertical-align: top
}

.j-doc-block tbody tr:nth-child(even) {
  background: #162110
}

.j-doc-block hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #649251, transparent);
  margin-top: 80px;
  margin-bottom: 80px;
  opacity: .4
}

@media (max-width: 768px) {
  .j-doc-block {
    padding: 40px 20px
  }

  .j-doc-block h1 {
    font-size: 36px
  }

  .j-doc-block h2 {
    font-size: 26px;
    margin-top: 40px
  }

  .j-doc-block h3 {
    font-size: 20px
  }

  .j-doc-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .j-doc-block th,
  .j-doc-block td {
    padding: 8px 20px;
    min-width: 120px
  }

  .j-doc-block hr {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.lpd {
  background: #0e1209;
  color: #F2F4F0;
  overflow-x: clip
}

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

.lpd .meta-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: wrap
}

.lpd .tag-cat {
  font-size: 14px;
  letter-spacing: .02em;
  color: #0e1209;
  background: #649251;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600
}

.lpd .tag-fmt {
  font-size: 14px;
  letter-spacing: .02em;
  color: #B1BE9D;
  border: 1.5px solid #649251;
  padding: 4px 8px;
  border-radius: 4px
}

.lpd .tag-read {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .01em;
  margin-left: auto
}

.lpd .ttl-blk {
  padding: 40px 0 80px;
  text-align: center;
  position: relative
}

.lpd .ttl-blk .bg-pan-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 13px;
  z-index: 0
}

.lpd .ttl-blk .bg-pan {
  position: absolute;
  inset: -20px -40px;
  background: linear-gradient(277deg, #649251 0%, #0e1209 100%);
  opacity: .18;
  animation: panBg 18s linear infinite alternate
}

@keyframes panBg {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(40px)
  }
}

.lpd .ttl-blk .dec-circles {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 120px;
  z-index: 0;
  pointer-events: none
}

.lpd .ttl-blk .dec-circles span {
  position: absolute;
  border-radius: 36px;
  border: 1.5px solid #649251;
  opacity: .09
}

.lpd .ttl-blk .dec-circles span:nth-child(1) {
  width: 180px;
  height: 180px;
  left: 60px;
  top: -60px
}

.lpd .ttl-blk .dec-circles span:nth-child(2) {
  width: 130px;
  height: 130px;
  left: 120px;
  top: -30px
}

.lpd .ttl-blk .dec-circles span:nth-child(3) {
  width: 90px;
  height: 90px;
  left: 160px;
  top: -10px
}

.lpd .ttl-blk .img-frame {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 40px
}

.lpd .ttl-blk .img-frame img {
  width: 100%;
  max-width: 680px;
  height: 340px;
  object-fit: cover;
  border-radius: 13px;
  border: 1.5px solid #64925159;
  box-shadow: 0 12px 60px 0 #6492511a;
  display: block;
  filter: brightness(0.88) contrast(1.05)
}

.lpd .ttl-blk .img-grain {
  position: absolute;
  inset: 0;
  border-radius: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .45
}

.lpd .ttl-txt {
  position: relative;
  z-index: 1
}

.lpd .ttl-txt .geo-anchor {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #649251;
  border-radius: 4px;
  margin-bottom: 20px;
  transform: rotate(45deg)
}

.lpd .ttl-txt h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.lpd .ttl-txt .sub-line {
  font-size: 20px;
  line-height: 1.7;
  color: #B1BE9D;
  max-width: 560px;
  margin: 0 auto 40px;
  font-style: italic;
  letter-spacing: .01em
}

.lpd .ttl-txt .stat-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap
}

.lpd .ttl-txt .stat-item {
  background: #6492511a;
  border: 1.5px solid #64925147;
  border-radius: 7px;
  padding: 8px 20px;
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em
}

.lpd .ttl-txt .stat-item strong {
  color: #F2F4F0;
  font-size: 14px
}

.lpd .body-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  padding: 80px 0;
  align-items: start
}

.lpd .prog-blk {
  background: #141a0e;
  border-radius: 13px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #b1be9d1f;
  box-shadow: 0 7px 22px 0 #64925114
}

.lpd .prog-blk .blk-hd {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px
}

.lpd .prog-blk .blk-hd .geo-sq {
  width: 14px;
  height: 14px;
  background: #649251;
  border-radius: 4px;
  flex-shrink: 0
}

.lpd .prog-blk .blk-hd h2 {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lpd .prog-blk .prog-body h2 {
  font-size: 26px;
  line-height: 1.15;
  color: #F2F4F0;
  margin: 20px 0 8px;
  letter-spacing: .01em
}

.lpd .prog-blk .prog-body h3 {
  font-size: 20px;
  line-height: 1.45;
  color: #B1BE9D;
  margin: 20px 0 8px;
  letter-spacing: .01em
}

.lpd .prog-blk .prog-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #c8d4b8;
  margin: 0 0 8px;
  letter-spacing: .01em
}

.lpd .prog-blk .prog-body ul {
  margin: 8px 0;
  padding: 0;
  list-style: none
}

.lpd .prog-blk .prog-body ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #c8d4b8;
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: .01em;
  border-bottom: 1px solid #b1be9d14
}

.lpd .prog-blk .prog-body dl {
  margin: 8px 0
}

.lpd .prog-blk .prog-body dt {
  font-size: 14px;
  font-weight: 600;
  color: #B1BE9D;
  letter-spacing: .02em;
  margin-top: 8px
}

.lpd .prog-blk .prog-body dd {
  font-size: 14px;
  line-height: 1.7;
  color: #c8d4b8;
  margin: 0 0 4px 20px
}

.lpd .prog-blk .prog-body blockquote {
  border-top: 2px solid #649251;
  border-bottom: 2px solid #649251;
  padding: 20px;
  margin: 20px 0;
  background: #64925112;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  font-style: italic;
  letter-spacing: .01em
}

.lpd .prog-blk .prog-body abbr {
  text-decoration: underline dotted #649251;
  color: #B1BE9D
}

.lpd .prog-blk .prog-body mark {
  background: #64925140;
  color: #F2F4F0;
  border-radius: 4px;
  padding: 0 4px
}

.lpd .desc-blk {
  background: #111508;
  border-radius: 13px;
  padding: 40px;
  border: 1px solid #b1be9d1a;
  box-shadow: 0 1px 6px 0 #64925112
}

.lpd .desc-blk .blk-hd {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px
}

.lpd .desc-blk .blk-hd .geo-tri {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #649251;
  flex-shrink: 0
}

.lpd .desc-blk .blk-hd h2 {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lpd .desc-blk .desc-body h2 {
  font-size: 26px;
  line-height: 1.15;
  color: #F2F4F0;
  margin: 20px 0 8px;
  letter-spacing: .01em
}

.lpd .desc-body em {
  color: #B1BE9D;
  font-style: italic
}

.lpd .desc-body strong {
  color: #F2F4F0;
  font-weight: 600
}

.lpd .desc-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #c8d4b8;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.lpd .desc-body ul,
.lpd .desc-body ol {
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: desc-ol
}

.lpd .desc-body ol li {
  counter-increment: desc-ol;
  font-size: 14px;
  line-height: 1.7;
  color: #c8d4b8;
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  letter-spacing: .01em
}

.lpd .desc-body ol li::after {
  content: counter(desc-ol);
  color: #649251;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 20px
}

.lpd .desc-body ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #c8d4b8;
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  letter-spacing: .01em;
  border-bottom: 1px solid #b1be9d14
}

.lpd .desc-body figure {
  margin: 20px 0;
  border-radius: 7px;
  overflow: hidden
}

.lpd .desc-body figure img {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #64925138;
  display: block
}

.lpd .desc-body figcaption {
  font-size: 14px;
  color: #B1BE9D;
  font-style: italic;
  margin-top: 8px;
  letter-spacing: .01em
}

.lpd .price-card {
  background: #141a0e;
  border-radius: 13px;
  border: 2px solid #649251;
  padding: 40px 20px;
  box-shadow: 0 12px 60px 0 #6492511a;
  position: sticky;
  top: 20px
}

.lpd .price-card .pc-geo {
  width: 18px;
  height: 18px;
  background: linear-gradient(277deg, #649251, #B1BE9D);
  border-radius: 4px;
  margin-bottom: 20px
}

.lpd .price-card .pc-price {
  font-size: 36px;
  line-height: 1.15;
  color: #F2F4F0;
  letter-spacing: .01em;
  margin-bottom: 4px
}

.lpd .price-card .pc-note {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-style: italic
}

.lpd .price-card .pc-pricedes {
  font-size: 14px;
  color: #c8d4b8;
  line-height: 1.7;
  letter-spacing: .01em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1be9d26
}

.lpd .price-card .pc-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px
}

.lpd .price-card .pc-meta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: .01em
}

.lpd .price-card .pc-meta-row .pm-label {
  color: #B1BE9D
}

.lpd .price-card .pc-meta-row .pm-val {
  color: #F2F4F0;
  font-weight: 600
}

.lpd .price-card .seats-warn {
  font-size: 14px;
  color: #649251;
  letter-spacing: .02em;
  margin-bottom: 20px;
  padding: 8px;
  background: #6492511a;
  border-radius: 7px;
  text-align: center
}

.lpd .price-card .btn-enroll {
  display: block;
  width: 100%;
  padding: 20px;
  background: transparent;
  border: 3px solid #649251;
  border-radius: 7px;
  color: #F2F4F0;
  font-size: 20px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  text-decoration: none;
  margin-bottom: 8px
}

.lpd .price-card .btn-enroll:hover {
  background: #649251;
  color: #0e1209
}

.lpd .price-card .btn-enroll:focus {
  outline: 2px solid #B1BE9D;
  outline-offset: 2px
}

.lpd .price-card .btn-enroll:active {
  background: #4e7340;
  border-color: #4e7340
}

.lpd .price-card .btn-print {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background: transparent;
  border: 2px solid #b1be9d59;
  border-radius: 7px;
  color: #B1BE9D;
  font-size: 14px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1), color .25s cubic-bezier(0.0, 0, 0.2, 1);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.lpd .price-card .btn-print:hover {
  border-color: #B1BE9D;
  color: #F2F4F0
}

.lpd .price-card .btn-print:focus {
  outline: 2px solid #649251;
  outline-offset: 2px
}

.lpd .price-card .btn-print svg {
  flex-shrink: 0
}

.lpd .radar-blk {
  background: #131b0c;
  border-radius: 22px;
  padding: 40px;
  margin-top: 40px;
  border: 1px solid #6492512e;
  box-shadow: 0 7px 22px 0 #64925114;
  position: relative;
  overflow: hidden
}

.lpd .radar-blk .fade-pat {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #6492510a 28px, #6492510a 29px);
  pointer-events: none;
  border-radius: 22px
}

.lpd .radar-blk .blk-hd {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1
}

.lpd .radar-blk .blk-hd .geo-dia {
  width: 14px;
  height: 14px;
  background: #B1BE9D;
  border-radius: 4px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.lpd .radar-blk .blk-hd h3 {
  font-size: 20px;
  line-height: 1.45;
  color: #F2F4F0;
  margin: 0;
  letter-spacing: .01em
}

.lpd .radar-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center
}

.lpd .radar-wrap svg {
  max-width: 320px;
  width: 100%
}

@media (max-width: 768px) {
  .lpd .body-grid {
    grid-template-columns: 1fr;
    padding: 40px 0
  }

  .lpd .col-side {
    order: -1
  }

  .lpd .price-card {
    position: static
  }

  .lpd .ttl-txt h1 {
    font-size: 36px
  }

  .lpd .prog-blk,
  .lpd .desc-blk,
  .lpd .radar-blk {
    padding: 20px
  }

  .lpd .ttl-blk .img-frame img {
    height: 220px
  }

  .lpd .radar-blk {
    margin-top: 20px
  }
}

@media (max-width: 480px) {
  .lpd .meta-bar {
    gap: 8px
  }

  .lpd .ttl-txt .stat-row {
    gap: 8px
  }

  .lpd .ttl-txt .stat-item {
    padding: 4px 8px
  }
}

@media print {
  .lpd {
    background: #fff;
    color: #111
  }

  .lpd .ttl-blk .bg-pan-wrap,
  .lpd .ttl-blk .dec-circles,
  .lpd .radar-blk .fade-pat {
    display: none
  }

  .lpd .ttl-blk .img-frame img {
    filter: none;
    border: 1px solid #ccc;
    box-shadow: none;
    max-height: 240px
  }

  .lpd .body-grid {
    grid-template-columns: 1fr;
    padding: 20px 0;
    gap: 20px
  }

  .lpd .price-card {
    border: 2px solid #649251;
    background: #f6f8f4;
    box-shadow: none;
    page-break-inside: avoid
  }

  .lpd .price-card .btn-enroll,
  .lpd .price-card .btn-print {
    display: none
  }

  .lpd .prog-blk,
  .lpd .desc-blk,
  .lpd .radar-blk {
    background: #f9faf7;
    border: 1px solid #ccc;
    box-shadow: none;
    page-break-inside: avoid
  }

  .lpd .prog-blk .prog-body p,
  .lpd .desc-body p,
  .lpd .prog-blk .prog-body ul li,
  .lpd .desc-body ul li,
  .lpd .desc-body ol li {
    color: #222
  }

  .lpd .price-card .pc-price,
  .lpd .ttl-txt h1,
  .lpd .prog-blk .blk-hd h2,
  .lpd .desc-blk .blk-hd h2 {
    color: #111
  }

  .lpd .tag-cat {
    background: #649251;
    color: #fff
  }

  .lpd .tag-fmt,
  .lpd .tag-read {
    color: #444
  }

  .lpd .ttl-txt .sub-line,
  .lpd .price-card .pc-note,
  .lpd .price-card .pc-pricedes,
  .lpd .price-card .pm-label {
    color: #555
  }

  .lpd .price-card .pm-val {
    color: #111
  }

  .lpd .prog-blk .prog-body h2,
  .lpd .prog-blk .prog-body h3,
  .lpd .desc-blk .blk-hd h2 {
    color: #111
  }

  .lpd .prog-blk .prog-body blockquote {
    border-color: #649251;
    background: #f0f5ec;
    color: #333
  }

  .lpd .prog-blk .prog-body mark {
    background: #d4e8c8;
    color: #111
  }

  .lpd .ttl-txt .stat-item {
    background: #f0f5ec;
    border-color: #649251;
    color: #333
  }

  .lpd .ttl-txt .stat-item strong {
    color: #111
  }

  .lpd .seats-warn {
    background: #f0f5ec;
    color: #3a6030
  }

  .lpd .radar-blk {
    background: #f6f8f4
  }

  .lpd .radar-blk .blk-hd h3 {
    color: #111
  }
}

.bse {
  background: #0d1109;
  color: #F2F4F0;
  overflow-x: clip
}

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

.bse ::selection {
  background: #64925147;
  color: #F2F4F0
}

.bse .ttl-band {
  background: linear-gradient(277deg, #649251 0%, #111a0c 55%, #0d1109 100%);
  padding: 40px 0 0;
  position: relative
}

.bse .ttl-band .pg-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px
}

.bse .ttl-txt {
  flex: 3;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.bse .ttl-txt h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.bse .ttl-txt h1 em {
  font-style: italic;
  color: #B1BE9D;
  display: block
}

.bse .ttl-sub {
  font-size: 20px;
  line-height: 1.45;
  color: #B1BE9D;
  max-width: 480px;
  margin: 0 0 20px
}

.bse .ttl-img {
  flex: 2;
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end
}

.bse .ttl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #b1be9d2e;
  border-radius: 13px 13px 0 0;
  filter: saturate(0.7) brightness(0.8);
  mix-blend-mode: luminosity
}

.bse .ttl-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(277deg, #64925161 0%, #0d11092e 100%);
  pointer-events: none
}

.bse .ttl-wave {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px
}

.bse .ttl-wave svg {
  display: block;
  width: 100%;
  height: 48px
}

.bse .val-sec {
  padding: 80px 0;
  background: #111a0c;
  position: relative
}

.bse .val-sec .diag-lines {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  overflow: hidden
}

.bse .val-sec .diag-lines svg {
  width: 100%;
  height: 100%;
  opacity: .07
}

.bse .val-sec .pg-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: start
}

.bse .val-lbl {
  font-size: 14px;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.bse .val-lbl .geo-sq {
  width: 10px;
  height: 10px;
  background: #649251;
  border-radius: 4px;
  flex-shrink: 0
}

.bse .val-sec h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.bse .val-body p {
  font-size: 20px;
  line-height: 1.7;
  color: #B1BE9D;
  margin: 0 0 20px
}

.bse .val-body p:last-child {
  margin-bottom: 0
}

.bse .val-img-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .val-img-col img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid #64925138;
  box-shadow: 0 7px 22px 0 #64925114
}

.bse .hes-sec {
  padding: 80px 0;
  background: #0d1109
}

.bse .hes-sec .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.bse .hes-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.bse .hes-top img {
  width: 340px;
  height: 240px;
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid #b1be9d26;
  flex-shrink: 0;
  box-shadow: 0 12px 60px 0 #6492511a
}

.bse .hes-txt {
  flex: 1
}

.bse .hes-txt .geo-tri {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #649251;
  margin-bottom: 20px
}

.bse .hes-sec h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.bse .hes-txt p {
  font-size: 20px;
  line-height: 1.7;
  color: #B1BE9D;
  margin: 0 0 20px
}

.bse .hes-txt p:last-child {
  margin-bottom: 0
}

.bse .hes-note {
  border-top: 1px solid #b1be9d1f;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #649251;
  font-style: italic;
  letter-spacing: .01em
}

.bse .grad-sec {
  padding: 80px 0;
  background: linear-gradient(277deg, #1c2b14 0%, #131d0e 100%);
  position: relative
}

.bse .grad-sec .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: start
}

.bse .grad-head {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px
}

.bse .grad-head h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0;
  flex: 1
}

.bse .grad-head .geo-circ {
  width: 48px;
  height: 48px;
  border-radius: 36px;
  border: 3px solid #649251;
  flex-shrink: 0;
  margin-bottom: 4px
}

.bse .grad-card {
  background: #0d1109;
  border-radius: 13px;
  padding: 20px;
  border: 1px solid #6492512e;
  box-shadow: 0 1px 6px 0 #64925112;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bse .grad-card .num {
  font-size: 36px;
  line-height: 1.15;
  color: #649251;
  letter-spacing: .01em;
  text-align: right
}

.bse .grad-card h4 {
  font-size: 20px;
  line-height: 1.45;
  color: #F2F4F0;
  margin: 0;
  letter-spacing: .01em
}

.bse .grad-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  margin: 0
}

.bse .grad-img-row {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px
}

.bse .grad-img-row img {
  flex: 1;
  height: 180px;
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid #b1be9d24
}

.bse .env-sec {
  padding: 80px 0;
  background: #F2F4F0;
  color: #0d1109;
  position: relative
}

.bse .env-sec .pg-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.bse .env-col-img {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .env-col-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid #64925147;
  box-shadow: 0 7px 22px 0 #64925114
}

.bse .env-col-txt {
  flex: 2
}

.bse .env-col-txt .geo-bar {
  width: 36px;
  height: 5px;
  background: #649251;
  border-radius: 4px;
  margin-bottom: 20px
}

.bse .env-sec h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #111a0c;
  margin: 0 0 20px
}

.bse .env-col-txt p {
  font-size: 20px;
  line-height: 1.7;
  color: #2a3a20;
  margin: 0 0 20px
}

.bse .env-col-txt p:last-child {
  margin-bottom: 0
}

.bse .env-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bse .env-list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  line-height: 1.7;
  color: #2a3a20;
  border-bottom: 1px solid #64925133;
  padding-bottom: 8px
}

.bse .env-list li .li-num {
  font-size: 20px;
  color: #649251;
  letter-spacing: .02em;
  text-align: right
}

.bse .sup-sec {
  padding: 80px 0;
  background: #0d1109;
  position: relative
}

.bse .sup-sec .diag-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 160px;
  pointer-events: none;
  overflow: hidden
}

.bse .sup-sec .diag-lines svg {
  width: 100%;
  height: 100%;
  opacity: .06
}

.bse .sup-sec .pg-wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
  align-items: center
}

.bse .sup-txt .geo-diam {
  width: 14px;
  height: 14px;
  background: #649251;
  border-radius: 4px;
  transform: rotate(45deg);
  margin-bottom: 20px
}

.bse .sup-sec h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.bse .sup-txt p {
  font-size: 20px;
  line-height: 1.7;
  color: #B1BE9D;
  margin: 0 0 20px
}

.bse .sup-txt p:last-child {
  margin-bottom: 0
}

.bse .sup-img {
  position: relative
}

.bse .sup-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid #b1be9d29;
  box-shadow: 0 12px 60px 0 #6492511a
}

.bse .gap-sec {
  padding: 80px 0;
  background: #111a0c;
  position: relative
}

.bse .gap-sec .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.bse .gap-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.bse .gap-top-txt {
  flex: 2
}

.bse .gap-top-txt .geo-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(277deg, #649251, transparent);
  margin-bottom: 20px
}

.bse .gap-sec h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.bse .gap-top-txt p {
  font-size: 20px;
  line-height: 1.7;
  color: #B1BE9D;
  margin: 0 0 20px
}

.bse .gap-top-txt p:last-child {
  margin-bottom: 0
}

.bse .gap-top-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.bse .gap-stat {
  background: #0d1109;
  border-radius: 13px;
  padding: 20px;
  border: 1px solid #64925133;
  box-shadow: 0 7px 22px 0 #64925114
}

.bse .gap-stat .s-val {
  font-size: 36px;
  line-height: 1.15;
  color: #649251;
  letter-spacing: .01em;
  text-align: right
}

.bse .gap-stat .s-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  text-align: right
}

.bse .gap-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #b1be9d1f
}

.bse .btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 40px;
  border: 3px solid #649251;
  border-radius: 7px;
  background: transparent;
  color: #649251;
  font-size: 20px;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.bse .btn-main:hover {
  background: #649251;
  color: #0d1109
}

.bse .btn-main:focus {
  outline: 2px solid #B1BE9D;
  outline-offset: 3px
}

.bse .btn-main .chk {
  display: none;
  width: 18px;
  height: 18px
}

.bse .btn-main.done .chk {
  display: inline-block
}

.bse .gap-cta-note {
  font-size: 14px;
  line-height: 1.7;
  color: #649251;
  font-style: italic
}

.bse .val-lbl-link {
  font-size: 14px;
  color: #649251;
  text-decoration: none;
  letter-spacing: .02em;
  position: relative;
  display: inline-block
}

.bse .val-lbl-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 1px;
  background: #649251;
  transition: left .25s cubic-bezier(0.4, 0, 0.2, 1), right .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .val-lbl-link:hover::after {
  left: 0;
  right: 0
}

.bse .glow-anim {
  animation: innerGlow 4.5s ease-in-out infinite alternate
}

@keyframes innerGlow {
  0% {
    box-shadow: 0 0 0 0 #64925100
  }

  100% {
    box-shadow: inset 0 0 60px 0 #64925112
  }
}

@media (max-width: 768px) {
  .bse .ttl-band .pg-wrap {
    flex-direction: column;
    gap: 20px
  }

  .bse .ttl-txt h1 {
    font-size: 36px
  }

  .bse .ttl-img {
    min-height: 200px
  }

  .bse .val-sec .pg-wrap {
    grid-template-columns: 1fr
  }

  .bse .val-img-col {
    flex-direction: row
  }

  .bse .val-img-col img {
    height: 140px
  }

  .bse .hes-top {
    flex-direction: column
  }

  .bse .hes-top img {
    width: 100%;
    height: 200px
  }

  .bse .grad-sec .pg-wrap {
    grid-template-columns: 1fr
  }

  .bse .grad-head {
    flex-direction: column;
    gap: 20px
  }

  .bse .grad-img-row {
    flex-direction: column
  }

  .bse .grad-img-row img {
    height: 160px
  }

  .bse .env-sec .pg-wrap {
    flex-direction: column
  }

  .bse .sup-sec .pg-wrap {
    grid-template-columns: 1fr
  }

  .bse .gap-top {
    flex-direction: column
  }

  .bse .gap-cta {
    flex-direction: column;
    align-items: flex-start
  }
}

.ct-us {
  background-color: #0e1209;
  min-height: 100vh;
  overflow: hidden
}

.ct-us .pg-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px
}

.ct-us .spot-bg {
  position: relative;
  overflow: hidden
}

.ct-us .spot-bg::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at 30% 60%, #64925117 0%, transparent 70%);
  top: -40px;
  right: -60px;
  animation: spotdrift 9s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  pointer-events: none;
  z-index: 0
}

@keyframes spotdrift {
  0% {
    transform: translate(0, 0);
    opacity: .7
  }

  100% {
    transform: translate(-40px, 30px);
    opacity: 1
  }
}

.ct-us .lede {
  padding: 80px 0 40px;
  position: relative;
  z-index: 1
}

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

.ct-us .lede-left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ct-us .lede-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end
}

.ct-us .shape-anchor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.ct-us .shape-anchor .dot-ring {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #649251;
  border: 2px solid #b1be9d73;
  outline: 2px solid #64925138;
  outline-offset: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ct-us .shape-anchor .dot-ring svg {
  display: block
}

.ct-us .shape-anchor .lbl {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em;
  line-height: 1.45;
  text-transform: uppercase
}

.ct-us .h1-main {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.ct-us .h1-main em {
  font-style: italic;
  color: #B1BE9D
}

.ct-us .lede-desc {
  font-size: 20px;
  line-height: 1.7;
  color: #a8b594;
  letter-spacing: .01em;
  max-width: 420px
}

.ct-us .quote-mark {
  font-size: 200px;
  line-height: 1;
  color: #64925112;
  position: absolute;
  right: 0;
  top: -20px;
  pointer-events: none;
  font-style: italic;
  letter-spacing: -.05em;
  z-index: 0
}

.ct-us .lede-right {
  position: relative
}

.ct-us .addr-card {
  background: linear-gradient(277deg, #649251 0%, #1a2612 100%);
  border-radius: 22px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 12px 60px 0 #6492511a;
  border: 1.5px solid #b1be9d2e;
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 1
}

.ct-us .addr-card::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 18px;
  border: 1px solid #b1be9d17;
  pointer-events: none
}

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

.ct-us .addr-row .ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #64925138;
  border: 1.5px solid #b1be9d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ct-us .addr-row .ic svg {
  display: block
}

.ct-us .addr-row .ad-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .addr-row .ad-text .ad-lbl {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em;
  line-height: 1.45;
  text-transform: uppercase
}

.ct-us .addr-row .ad-text .ad-val {
  font-size: 14px;
  color: #F2F4F0;
  line-height: 1.7;
  letter-spacing: .01em
}

.ct-us .addr-row .ad-text .ad-val a {
  color: #F2F4F0;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .addr-row .ad-text .ad-val a:hover {
  color: #B1BE9D
}

.ct-us .divider-dash {
  border: none;
  border-top: 1px dashed #b1be9d33;
  margin: 0
}

.ct-us .form-blk {
  padding: 40px 0 80px;
  background-color: #111a0b;
  position: relative
}

.ct-us .form-blk::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(277deg, #6492510a 0%, transparent 60%);
  pointer-events: none
}

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

.ct-us .form-hd {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px
}

.ct-us .form-hd .shape-anchor {
  margin-bottom: 0
}

.ct-us .h2-form {
  font-size: 36px;
  line-height: 1.15;
  color: #F2F4F0;
  letter-spacing: .01em;
  margin: 0
}

.ct-us .form-sub {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em;
  line-height: 1.45;
  max-width: 500px
}

.ct-us .cf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.ct-us .cf .f-full {
  grid-column: 1 / -1
}

.ct-us .f-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .f-grp label {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em;
  line-height: 1.45;
  text-transform: uppercase
}

.ct-us .f-grp input[type="text"],
.ct-us .f-grp input[type="email"],
.ct-us .f-grp input[type="tel"] {
  background-color: #0e1209;
  border: 1.5px solid #b1be9d38;
  border-radius: 7px;
  padding: 20px;
  color: #F2F4F0;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .01em;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 6px 0 #64925112;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  outline: none
}

.ct-us .f-grp input::placeholder {
  color: #b1be9d73;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .02em
}

.ct-us .f-grp input[type="text"]:focus,
.ct-us .f-grp input[type="email"]:focus,
.ct-us .f-grp input[type="tel"]:focus {
  border-color: #649251;
  box-shadow: inset 0 1px 6px 0 #6492511f 0 0 0 2px #64925126
}

.ct-us .budget-grp {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .budget-grp .bg-lbl {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .02em;
  line-height: 1.45;
  text-transform: uppercase
}

.ct-us .budget-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.ct-us .budget-opts .b-opt {
  position: relative
}

.ct-us .budget-opts .b-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.ct-us .budget-opts .b-opt label {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 13px;
  border: 2px solid #b1be9d40;
  color: #B1BE9D;
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 1.45;
  cursor: pointer;
  background-color: transparent;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase
}

.ct-us .budget-opts .b-opt input[type="radio"]:checked+label {
  border-color: #649251;
  background-color: #6492512e;
  color: #F2F4F0
}

.ct-us .budget-opts .b-opt label:hover {
  border-color: #649251;
  color: #F2F4F0
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  grid-column: 1 / -1
}

.ct-us .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #649251;
  cursor: pointer;
  margin-top: 2px
}

.ct-us .privacy-row .prv-txt {
  font-size: 14px;
  color: #B1BE9D;
  line-height: 1.7;
  letter-spacing: .01em
}

.ct-us .privacy-row .prv-txt a {
  color: #649251;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .privacy-row .prv-txt a:hover {
  color: #B1BE9D
}

.ct-us .submit-row {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.ct-us .btn-send {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  border-radius: 4px;
  border: 2.5px solid #649251;
  background-color: transparent;
  color: #F2F4F0;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.45;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color .25s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 7px 22px 0 #64925114
}

.ct-us .btn-send:hover {
  background-color: #6492512e;
  color: #F2F4F0
}

.ct-us .btn-send:focus {
  outline: 2px solid #B1BE9D;
  outline-offset: 3px
}

.ct-us .btn-send:active {
  background-color: #6492514d
}

.ct-us .btn-send svg {
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .btn-send:hover svg {
  transform: translateX(4px)
}

.ct-us .send-note {
  font-size: 14px;
  color: #b1be9d8c;
  line-height: 1.45;
  letter-spacing: .01em;
  font-style: italic
}

@media (max-width: 768px) {
  .ct-us .lede-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ct-us .lede-right {
    align-items: flex-start
  }

  .ct-us .addr-card {
    max-width: 100%
  }

  .ct-us .h1-main {
    font-size: 36px
  }

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

  .ct-us .budget-opts {
    flex-direction: column
  }

  .ct-us .submit-row {
    flex-direction: column;
    align-items: flex-start
  }

  .ct-us .lede {
    padding: 40px 0 20px
  }

  .ct-us .form-blk {
    padding: 40px 0
  }
}

.ab-us {
  background: #0e1209;
  color: #F2F4F0;
  overflow-x: clip
}

.ab-us .ld-schema {
  display: none
}

.ab-us .pg-top {
  background: #111a0a;
  padding: 80px 20px;
  position: relative
}

.ab-us .pg-top__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.ab-us .pg-top__txt {
  flex: 1 1 0;
  position: relative;
  z-index: 1
}

.ab-us .pg-top__mark {
  position: absolute;
  top: -20px;
  left: -8px;
  font-size: 160px;
  line-height: 1.15;
  color: #649251;
  opacity: .07;
  pointer-events: none;
  user-select: none;
  font-style: normal;
  z-index: 0
}

.ab-us .pg-top__h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
  animation: elastic-in .6s cubic-bezier(0.0, 0, 0.2, 1) both
}

@keyframes elastic-in {
  0% {
    opacity: 0;
    transform: scale(0.88) translateY(24px)
  }

  60% {
    opacity: 1;
    transform: scale(1.03) translateY(-4px)
  }

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

.ab-us .pg-top__sub {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #B1BE9D;
  font-style: italic;
  margin: 0
}

.ab-us .pg-top__img-col {
  flex: 0 0 320px;
  max-width: 320px
}

.ab-us .pg-top__img-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1.5px solid #649251;
  box-shadow: 0 7px 22px 0 #64925114;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%)
}

.ab-us .pg-top__img-frame img {
  width: 320px;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: brightness(0.82) saturate(0.7);
  mix-blend-mode: luminosity;
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .pg-top__img-frame:hover img {
  filter: brightness(0.92) saturate(1.1)
}

.ab-us .divider-a {
  width: 100%;
  height: 2px;
  background: linear-gradient(277deg, #649251 0%, transparent 100%);
  border: none;
  margin: 0
}

.ab-us .story {
  background: #152010;
  padding: 80px 20px
}

.ab-us .story__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start
}

.ab-us .story__sidebar {
  position: sticky;
  top: 40px
}

.ab-us .story__sidebar-label {
  font-size: 14px;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1.45
}

.ab-us .story__img-wrap {
  border-radius: 13px;
  overflow: hidden;
  border: 1.5px solid #6492514d;
  box-shadow: 0 12px 60px 0 #6492511a
}

.ab-us .story__img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: brightness(0.75) saturate(0.6)
}

.ab-us .story__anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #649251;
  border-radius: 4px;
  margin-bottom: 20px;
  transform: rotate(45deg)
}

.ab-us .story__h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.ab-us .story__p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B1BE9D;
  margin: 0 0 20px
}

.ab-us .story__p:last-child {
  margin-bottom: 0
}

.ab-us .divider-b {
  width: 100%;
  height: 2px;
  background: linear-gradient(277deg, transparent 0%, #B1BE9D 60%, transparent 100%);
  border: none;
  margin: 0
}

.ab-us .team {
  background: #0e1209;
  padding: 80px 20px
}

.ab-us .team__inner {
  max-width: 1024px;
  margin: 0 auto
}

.ab-us .team__hd {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

.ab-us .team__hd-txt {
  flex: 1 1 0
}

.ab-us .team__anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #B1BE9D;
  border-radius: 4px;
  margin-bottom: 20px
}

.ab-us .team__h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 8px
}

.ab-us .team__lead {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #B1BE9D;
  font-style: italic;
  margin: 0
}

.ab-us .team__img-side {
  flex: 0 0 260px;
  max-width: 260px
}

.ab-us .team__img-frame {
  border-radius: 13px;
  overflow: hidden;
  border: 1.5px solid #b1be9d40;
  box-shadow: 0 7px 22px 0 #b1be9d14
}

.ab-us .team__img-frame img {
  width: 260px;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) saturate(0.55);
  mix-blend-mode: luminosity
}

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

.ab-us .team__card {
  background: #152010;
  border-radius: 13px;
  padding: 20px;
  border: 1.5px solid #6492512e;
  box-shadow: 0 1px 6px 0 #64925112;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .team__card:hover {
  border-color: #649251;
  box-shadow: 0 7px 22px 0 #64925114
}

.ab-us .team__card-name {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 4px
}

.ab-us .team__card-role {
  font-size: 14px;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.45
}

.ab-us .team__card-bio {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B1BE9D;
  margin: 0
}

.ab-us .divider-c {
  width: 100%;
  height: 2px;
  background: linear-gradient(277deg, #649251 30%, #B1BE9D 100%);
  border: none;
  margin: 0
}

.ab-us .steps-blk {
  background: #192b10;
  padding: 80px 20px;
  position: relative
}

.ab-us .steps-blk__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0
}

.ab-us .steps-blk__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.22) saturate(0.4);
  mix-blend-mode: multiply;
  opacity: .55
}

.ab-us .steps-blk__inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

.ab-us .steps-blk__anchor {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #F2F4F0;
  border-radius: 4px;
  margin-bottom: 20px;
  transform: rotate(45deg)
}

.ab-us .steps-blk__h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.ab-us .steps-blk__desc {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B1BE9D;
  margin: 0 0 40px
}

.ab-us .steps-blk__entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px
}

.ab-us .steps-blk__entry-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #649251;
  flex-shrink: 0
}

.ab-us .steps-blk__entry-lbl {
  font-size: 14px;
  letter-spacing: .02em;
  color: #649251;
  text-transform: uppercase;
  line-height: 1.45
}

.ab-us .steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.ab-us .steps-list::before {
  content: '';
  position: absolute;
  left: auto;
  right: calc(100% - 2px);
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #649251 0%, #B1BE9D 100%);
  border-radius: 4px;
  display: none
}

.ab-us .steps-list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  position: relative
}

.ab-us .steps-list__item:last-child {
  margin-bottom: 0
}

.ab-us .steps-list__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: #64925126;
  border: 1.5px solid #649251;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #649251;
  font-weight: 700
}

.ab-us .steps-list__label {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 4px
}

.ab-us .steps-list__txt {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #B1BE9D;
  margin: 0
}

.ab-us .steps-blk__exit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 20px
}

.ab-us .steps-blk__exit-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B1BE9D;
  flex-shrink: 0
}

.ab-us .steps-blk__exit-lbl {
  font-size: 14px;
  letter-spacing: .02em;
  color: #B1BE9D;
  text-transform: uppercase;
  line-height: 1.45
}

.ab-us .steps-blk__aside-card {
  background: #152010d9;
  border-radius: 13px;
  padding: 20px;
  border: 1.5px solid #6492514d;
  box-shadow: 0 12px 60px 0 #6492511a
}

.ab-us .steps-blk__aside-h {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.ab-us .steps-blk__stat-row {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ab-us .steps-blk__stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ab-us .steps-blk__stat-val {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #649251
}

.ab-us .steps-blk__stat-desc {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #B1BE9D
}

.ab-us .steps-blk__cta-wrap {
  margin-top: 20px
}

.ab-us .steps-blk__cta {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .02em;
  color: #F2F4F0;
  text-decoration: none;
  border: 2.5px solid #649251;
  border-radius: 7px;
  padding: 8px 20px;
  background: transparent;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase
}

.ab-us .steps-blk__cta:hover {
  background: #649251;
  color: #0e1209
}

.ab-us .steps-blk__cta:focus {
  outline: 2px solid #B1BE9D;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .ab-us .pg-top__inner {
    flex-direction: column
  }

  .ab-us .pg-top__h1 {
    font-size: 36px
  }

  .ab-us .pg-top__img-col {
    flex: none;
    max-width: 100%;
    width: 100%
  }

  .ab-us .pg-top__img-frame img {
    width: 100%;
    height: 200px
  }

  .ab-us .story__inner {
    grid-template-columns: 1fr
  }

  .ab-us .story__sidebar {
    position: static
  }

  .ab-us .team__hd {
    flex-direction: column
  }

  .ab-us .team__img-side {
    flex: none;
    max-width: 100%
  }

  .ab-us .team__img-frame img {
    width: 100%;
    height: 180px
  }

  .ab-us .team__list {
    grid-template-columns: 1fr
  }

  .ab-us .steps-blk__inner {
    grid-template-columns: 1fr
  }
}

.lp-prog {
  background: #0e1209;
  color: #F2F4F0;
  overflow-x: hidden
}

.lp-prog ::selection {
  background: #64925147;
  color: #F2F4F0
}

.lp-prog .pg-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px
}

.lp-prog .tb {
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden
}

.lp-prog .tb-blob1,
.lp-prog .tb-blob2 {
  position: absolute;
  border-radius: 36px;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0
}

.lp-prog .tb-blob1 {
  width: 320px;
  height: 220px;
  background: #6492512e;
  top: -40px;
  left: -80px
}

.lp-prog .tb-blob2 {
  width: 280px;
  height: 200px;
  background: #b1be9d1f;
  bottom: 0;
  right: -60px
}

.lp-prog .tb-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.lp-prog .tb-img {
  flex: 0 0 200px;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid #b1be9d38;
  box-shadow: 0 7px 22px 0 #64925114;
  opacity: 0;
  animation: tb-fadein .72s cubic-bezier(0.0, 0, 0.2, 1) .1s forwards
}

.lp-prog .tb-img img {
  width: 200px;
  height: 160px;
  object-fit: cover;
  display: block
}

.lp-prog .tb-img.right {
  animation-delay: .22s
}

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

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

.lp-prog .tb-text {
  flex: 1 1 0;
  text-align: center
}

.lp-prog .tb-kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .02em;
  color: #B1BE9D;
  border: 2px solid #b1be9d4d;
  border-radius: 4px;
  padding: 4px 20px;
  margin-bottom: 20px;
  font-style: italic
}

.lp-prog .tb-h1 {
  font-size: 66px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.lp-prog .tb-h1 em {
  font-style: normal;
  color: #649251
}

.lp-prog .tb-manifesto {
  font-size: 20px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  max-width: 480px;
  margin: 0 auto
}

@keyframes warmcool {
  0% {
    background: #0e1209
  }

  40% {
    background: #111408
  }

  70% {
    background: #0d120b
  }

  100% {
    background: #0e1209
  }
}

.lp-prog .prog-grid-sec {
  padding: 80px 0;
  animation: warmcool 18s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.lp-prog .sec-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.lp-prog .sec-label .shape {
  width: 10px;
  height: 10px;
  background: #649251;
  border-radius: 4px;
  flex-shrink: 0
}

.lp-prog .sec-label h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lp-prog .sec-label h2 em {
  font-style: normal;
  color: #649251
}

.lp-prog .prog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.lp-prog .prog-card {
  background: #161c0f;
  border-radius: 13px;
  border: 1px solid #b1be9d24;
  box-shadow: 0 7px 22px 0 #64925114;
  display: flex;
  flex-direction: column;
  transition: border-color .24s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.lp-prog .prog-card:hover {
  border-color: #64925173;
  box-shadow: 0 12px 60px 0 #6492511a
}

.lp-prog .prog-card .card-img-wrap {
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #b1be9d1a;
  flex-shrink: 0
}

.lp-prog .prog-card .card-img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .prog-card:hover .card-img-wrap img {
  transform: scale(1.03)
}

.lp-prog .prog-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0
}

.lp-prog .prog-card .card-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.lp-prog .prog-card .c-tag {
  font-size: 14px;
  letter-spacing: .02em;
  color: #B1BE9D;
  background: #b1be9d17;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.45
}

.lp-prog .prog-card .c-lvl {
  font-size: 14px;
  letter-spacing: .02em;
  color: #649251;
  background: #6492511a;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.45
}

.lp-prog .prog-card h3 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lp-prog .prog-card .c-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  margin: 0;
  flex: 1 1 0
}

.lp-prog .prog-card .card-meta {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 8px
}

.lp-prog .prog-card .c-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-prog .prog-card .c-meta-lbl {
  font-size: 14px;
  color: #b1be9d99;
  letter-spacing: .02em;
  line-height: 1.45
}

.lp-prog .prog-card .c-meta-val {
  font-size: 14px;
  color: #F2F4F0;
  letter-spacing: .01em;
  line-height: 1.45
}

.lp-prog .prog-card .card-foot {
  padding: 20px;
  border-top: 1px solid #b1be9d1a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.lp-prog .prog-card .c-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-prog .prog-card .c-price {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #649251
}

.lp-prog .prog-card .c-price-des {
  font-size: 14px;
  color: #b1be9db3;
  letter-spacing: .01em;
  line-height: 1.45
}

.lp-prog .prog-card .c-price-note {
  font-size: 14px;
  color: #b1be9d8c;
  letter-spacing: .01em;
  line-height: 1.45;
  font-style: italic
}

.lp-prog .prog-card .c-seats {
  font-size: 14px;
  color: #B1BE9D;
  letter-spacing: .01em;
  line-height: 1.45;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.lp-prog .prog-card .seats-dot {
  width: 7px;
  height: 7px;
  border-radius: 36px;
  background: #649251;
  flex-shrink: 0
}

.lp-prog .prog-card .c-btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .02em;
  color: #F2F4F0;
  border: 2px solid #649251;
  border-radius: 7px;
  padding: 8px 20px;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.lp-prog .prog-card .c-btn:hover,
.lp-prog .prog-card .c-btn:focus {
  background: #649251;
  color: #0e1209;
  outline: none
}

.lp-prog .tl-sec {
  padding: 80px 0;
  background: #131a0c;
  border-top: 1px solid #b1be9d17;
  border-bottom: 1px solid #b1be9d17
}

.lp-prog .tl-layout {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.lp-prog .tl-left {
  flex: 0 0 320px
}

.lp-prog .tl-left h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 20px
}

.lp-prog .tl-left h2 em {
  font-style: normal;
  color: #649251
}

.lp-prog .tl-left p {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  margin: 0
}

.lp-prog .tl-right {
  flex: 1 1 0;
  position: relative
}

.lp-prog .tl-line {
  position: absolute;
  left: 13px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(277deg, #649251, #F2F4F0);
  border-radius: 4px
}

.lp-prog .tl-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 40px
}

.lp-prog .tl-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-prog .tl-dot {
  position: absolute;
  left: -34px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 36px;
  background: #649251;
  border: 2px solid #131a0c;
  box-shadow: 0 1px 6px 0 #64925112
}

.lp-prog .tl-dot.done {
  background: #B1BE9D
}

.lp-prog .tl-dot.active {
  background: #649251;
  box-shadow: 0 0 0 4px #6492512e
}

.lp-prog .tl-step-lbl {
  font-size: 14px;
  color: #b1be9d99;
  letter-spacing: .02em;
  line-height: 1.45
}

.lp-prog .tl-step-h {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lp-prog .tl-step-p {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  margin: 0
}

.lp-prog .how-sec {
  padding: 80px 0 40px
}

.lp-prog .how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.lp-prog .how-main {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lp-prog .how-h {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lp-prog .how-h em {
  font-style: normal;
  color: #649251
}

.lp-prog .how-p {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  margin: 0
}

.lp-prog .how-nums {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: how-c
}

.lp-prog .how-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px solid #b1be9d1a;
  padding-top: 20px
}

.lp-prog .how-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  border: 2px solid #649251;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #649251;
  letter-spacing: .01em;
  line-height: 1.15
}

.lp-prog .how-row-text h4 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0 0 4px
}

.lp-prog .how-row-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  margin: 0
}

.lp-prog .how-aside {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.lp-prog .how-mini-card {
  background: linear-gradient(277deg, #649251, #1e2b14);
  border-radius: 13px;
  padding: 20px;
  box-shadow: 0 12px 60px 0 #6492511a;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lp-prog .how-mini-card .mc-tag {
  font-size: 14px;
  letter-spacing: .02em;
  color: #f2f4f0b3;
  font-style: italic;
  line-height: 1.45
}

.lp-prog .how-mini-card h5 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lp-prog .how-mini-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #f2f4f0cc;
  letter-spacing: .01em;
  margin: 0
}

.lp-prog .how-mini-card .mc-stat {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 8px
}

.lp-prog .how-mini-card .mc-s-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-prog .how-mini-card .mc-s-val {
  font-size: 26px;
  line-height: 1.15;
  color: #F2F4F0;
  letter-spacing: .01em
}

.lp-prog .how-mini-card .mc-s-lbl {
  font-size: 14px;
  color: #f2f4f0a6;
  letter-spacing: .02em;
  line-height: 1.45
}

.lp-prog .how-img-wrap {
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid #b1be9d2e;
  box-shadow: 0 7px 22px 0 #64925114
}

.lp-prog .how-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block
}

.lp-prog .faq-sec {
  padding: 80px 0;
  background: #111609;
  border-top: 1px solid #b1be9d14
}

.lp-prog .faq-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px
}

.lp-prog .faq-header .shape-tri {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #649251;
  flex-shrink: 0
}

.lp-prog .faq-header h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.lp-prog .faq-header h2 em {
  font-style: normal;
  color: #649251
}

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

.lp-prog .faq-item {
  border: 1px solid #b1be9d21;
  border-radius: 7px;
  overflow: hidden
}

.lp-prog .faq-item summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  line-height: 1.45;
  color: #F2F4F0;
  letter-spacing: .01em;
  background: #161c0f;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .faq-item summary::-webkit-details-marker {
  display: none
}

.lp-prog .faq-item summary:hover {
  background: #1a2211
}

.lp-prog .faq-item[open] summary {
  background: #1a2211;
  border-bottom: 1px solid #b1be9d1a
}

.lp-prog .faq-arr {
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.lp-prog .faq-item[open] .faq-arr {
  transform: rotate(180deg)
}

.lp-prog .faq-arr {
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .faq-body {
  padding: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #B1BE9D;
  letter-spacing: .01em;
  background: #131a0c
}

.lp-prog .c-readtime {
  font-size: 14px;
  color: #b1be9d8c;
  letter-spacing: .02em;
  line-height: 1.45
}

@media (max-width: 768px) {
  .lp-prog .tb-inner {
    flex-direction: column;
    gap: 20px
  }

  .lp-prog .tb-img {
    flex: 0 0 auto;
    width: 100%
  }

  .lp-prog .tb-img img {
    width: 100%;
    height: 140px
  }

  .lp-prog .tb-h1 {
    font-size: 36px
  }

  .lp-prog .prog-grid {
    grid-template-columns: 1fr
  }

  .lp-prog .tl-layout {
    flex-direction: column;
    gap: 40px
  }

  .lp-prog .tl-left {
    flex: 0 0 auto;
    width: 100%
  }

  .lp-prog .how-layout {
    grid-template-columns: 1fr
  }

  .lp-prog .card-meta {
    flex-wrap: wrap
  }
}

@media (max-width: 480px) {
  .lp-prog .prog-card .card-foot {
    flex-direction: column;
    align-items: flex-start
  }
}

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

.pg-ok .ok-wrap {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.pg-ok .ok-icon {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(277deg, #649251, #F2F4F0);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 22px 0 #64925114 0 12px 60px 0 #6492511a;
  flex-shrink: 0
}

.pg-ok .ok-icon svg {
  width: 36px;
  height: 36px
}

.pg-ok .ok-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center
}

.pg-ok .ok-title {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #F2F4F0;
  margin: 0
}

.pg-ok .ok-sub {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #B1BE9D;
  margin: 0;
  max-width: 520px
}

.pg-ok .ok-note {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #7a8a6e;
  margin: 0;
  max-width: 440px
}

.pg-ok .ok-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(277deg, #649251, #B1BE9D);
  border-radius: 4px
}

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

.pg-ok .btn-back {
  display: inline-block;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #F2F4F0;
  background: transparent;
  border: 2px solid #649251;
  border-radius: 7px;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer
}

.pg-ok .btn-back:hover,
.pg-ok .btn-back:focus {
  background: #649251;
  color: #0d1209;
  outline: none
}

.pg-ok .btn-back:active {
  background: #4e7340;
  border-color: #4e7340;
  color: #0d1209
}

.pg-ok .btn-home {
  display: inline-block;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .02em;
  color: #0d1209;
  background: #B1BE9D;
  border: 2px solid #B1BE9D;
  border-radius: 7px;
  text-decoration: none;
  transition: background .26s cubic-bezier(0.0, 0, 0.2, 1), border-color .26s cubic-bezier(0.0, 0, 0.2, 1), color .26s cubic-bezier(0.0, 0, 0.2, 1);
  cursor: pointer
}

.pg-ok .btn-home:hover,
.pg-ok .btn-home:focus {
  background: #F2F4F0;
  border-color: #F2F4F0;
  color: #0d1209;
  outline: none
}

.pg-ok .btn-home:active {
  background: #9aaa84;
  border-color: #9aaa84
}

.pg-ok .ok-frame {
  border: 1px solid #2a3322;
  border-radius: 13px;
  padding: 40px;
  background: #111a0d;
  box-shadow: 0 1px 6px 0 #64925112;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 560px
}

@media (max-width: 600px) {
  .pg-ok .ok-frame {
    padding: 40px 20px
  }

  .pg-ok .ok-title {
    font-size: 26px
  }

  .pg-ok .ok-actions {
    flex-direction: column;
    align-items: stretch
  }

  .pg-ok .btn-back,
  .pg-ok .btn-home {
    text-align: center
  }
}