* {
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  margin: 0
}

.hd {
  position: relative;
  background-color: #f2f5ee;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden
}

.hd::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 12% 30%, #85944b14 0%, transparent 55%), radial-gradient(circle at 88% 70%, #abcea51a 0%, transparent 50%);
  pointer-events: none;
  z-index: 0
}

.hd__top {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 36px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap
}

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

.brand__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 30px;
  background-color: #fff;
  border: 1.5px solid #85944b40;
  box-shadow: 0 3px 6px 1px #85944b0d inset 0 0 0 2px #abcea52e;
  padding: 4px;
  flex-shrink: 0
}

.brand__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.brand__name {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2f1c;
  letter-spacing: 0
}

.hd__proof {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border: 1px solid #85944b2e;
  border-radius: 46px;
  padding: 8px 16px;
  box-shadow: 0 3px 6px 1px #85944b0d;
  flex-shrink: 0
}

.hd__proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #85944B;
  flex-shrink: 0
}

.hd__proof-text {
  font-size: 14px;
  line-height: 1.3;
  color: #3a4020;
  font-weight: 400
}

.hd__proof-text strong {
  font-weight: 700;
  color: #85944B
}

.hd__bar {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #85944B 0%, #6e7b3a 100%);
  border-radius: 0
}

.hd__bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0
}

.hd__bar-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #f2f5ee;
  text-decoration: none;
  padding: 16px;
  border-radius: 0;
  min-height: 44px;
  transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap
}

.hd__bar-inner a:hover {
  background-color: #ffffff1f;
  color: #fff
}

.hd__bar-inner a:focus {
  background-color: #e8eee633;
  outline: none;
  color: #fff
}

.hd__bar-inner a.active--pg {
  color: #fff;
  background-color: #ffffff2e
}

.hd__bar-inner a i {
  font-size: 14px;
  opacity: .75
}

.hd__strip {
  position: relative;
  z-index: 1;
  border-top: 1px solid #85944b26;
  background: linear-gradient(90deg, #abcea52e 0%, #e8eee659 100%)
}

.hd__strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.hd__strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #3a4020
}

.hd__strip-item i {
  color: #85944B;
  font-size: 14px
}

.hd__strip-sep {
  width: 4px;
  height: 4px;
  border-radius: 30px;
  background-color: #85944b59;
  flex-shrink: 0
}

.ft {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #2a2f1c;
  color: #c8d4b0
}

.ft__main {
  border-bottom: 1px solid #abcea526;
  padding: 72px 0 36px
}

.ft__main-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: flex-start;
  gap: 72px;
  flex-wrap: wrap
}

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

.ft__brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #ffffff14;
  border: 1px solid #abcea540;
  box-shadow: 0 3px 6px 1px #abcea50d;
  padding: 4px;
  flex-shrink: 0
}

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

.ft__brand-name {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #e8eee6
}

.ft__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px
}

.ft__links-label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px
}

.ft__links a {
  font-size: 14px;
  line-height: 1.6;
  color: #c8d4b0;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px
}

.ft__links a:hover {
  color: #ABCEA5
}

.ft__links a:focus {
  color: #ABCEA5;
  background-color: #abcea514;
  border-radius: 6px;
  outline: none
}

.ft__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px
}

.ft__contact-label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #85944B;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ft__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #c8d4b0
}

.ft__contact-item i {
  color: #ABCEA5;
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0
}

.ft__contact-item a {
  color: #c8d4b0;
  text-decoration: none;
  transition: color .4s ease-in-out
}

.ft__contact-item a:hover {
  color: #ABCEA5
}

.ft__contact-item a:focus {
  color: #ABCEA5;
  background-color: #abcea514;
  border-radius: 6px;
  outline: none
}

.ft__meta {
  background-color: #1e2212;
  padding: 16px 0
}

.ft__meta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.ft__copy {
  font-size: 14px;
  line-height: 1.3;
  color: #c8d4b08c
}

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

.ft__legal a {
  font-size: 14px;
  line-height: 1.3;
  color: #c8d4b08c;
  text-decoration: none;
  transition: color .5s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.ft__legal a:hover {
  color: #ABCEA5
}

.ft__legal a:focus {
  color: #ABCEA5;
  background-color: #abcea514;
  border-radius: 6px;
  outline: none
}

.ft__legal-dot {
  width: 3px;
  height: 3px;
  border-radius: 30px;
  background-color: #c8d4b040;
  flex-shrink: 0
}

.ck-card {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 320px;
  max-width: calc(100vw - 32px);
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 9px 40px 1px #85944b1a 0 4px 20px 1px #85944b14;
  border: 1px solid #85944b26;
  z-index: 1200;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden
}

.ck-card__body {
  padding: 16px
}

.ck-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4020;
  margin-bottom: 8px
}

.ck-card__hdl {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a2f1c;
  margin-bottom: 8px
}

.ck-card__expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 16px;
  min-height: 44px;
  transition: color .35s ease-in-out
}

.ck-card__expand-btn:hover {
  color: #6e7b3a
}

.ck-card__expand-btn:focus {
  background-color: #85944b14;
  border-radius: 6px;
  outline: none;
  color: #6e7b3a
}

.ck-card__panel {
  border-top: 1px solid #85944b1f;
  padding-top: 16px;
  margin-bottom: 16px
}

.ck-card__toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.ck-card__toggle-label {
  font-size: 14px;
  line-height: 1.3;
  color: #3a4020
}

.ck-card__toggle {
  position: relative;
  width: 36px;
  height: 20px;
  flex-shrink: 0
}

.ck-card__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.ck-card__toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background-color: #E8EEE6;
  border: 1px solid #85944b40;
  cursor: pointer;
  transition: background-color .4s ease-in-out
}

.ck-card__toggle input:checked+.ck-card__toggle-track {
  background-color: #85944B
}

.ck-card__toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px 1px #85944b0d;
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none
}

.ck-card__toggle input:checked~.ck-card__toggle-thumb {
  transform: translateX(16px)
}

.ck-card__btns {
  display: flex;
  gap: 8px
}

.ck-card__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  min-height: 44px;
  border-radius: 11px;
  border: 1.5px solid #85944B;
  cursor: pointer;
  transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ck-card__btn--accept {
  background-color: #85944B;
  color: #fff
}

.ck-card__btn--accept:hover {
  background-color: #6e7b3a;
  border-color: #6e7b3a
}

.ck-card__btn--accept:focus {
  background-color: #E8EEE6;
  color: #2a2f1c;
  outline: none
}

.ck-card__btn--decline {
  background-color: transparent;
  color: #85944B
}

.ck-card__btn--decline:hover {
  background-color: #85944b14
}

.ck-card__btn--decline:focus {
  background-color: #85944b1f;
  outline: none
}

@media (max-width: 1024px) {
  .hd__top {
    padding: 36px 36px 16px
  }

  .hd__bar-inner {
    padding: 0 36px
  }

  .hd__strip-inner {
    padding: 8px 36px
  }

  .ft__main-inner {
    gap: 36px
  }
}

@media (max-width: 640px) {
  .hd__top {
    padding: 16px;
    gap: 16px
  }

  .hd__bar-inner {
    padding: 0 8px
  }

  .hd__bar-inner a {
    padding: 16px 8px;
    font-size: 14px
  }

  .hd__strip-inner {
    padding: 8px 16px
  }

  .ft__main-inner {
    padding: 0 16px;
    gap: 36px
  }

  .ft__meta-inner {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .ft__legal {
    gap: 8px
  }
}

@media (max-width: 360px) {
  .hd__bar-inner a {
    padding: 16px 4px;
    font-size: 14px
  }

  .hd__proof {
    display: none
  }

  .ft__main-inner {
    padding: 0 16px
  }
}

.doc-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 36px;
  color: #2c2c2c;
  line-height: 1.9
}

.doc-area h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #2c2c2c;
  margin-bottom: 36px;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #E8EEE6
}

.doc-area h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #2c2c2c;
  margin-top: 72px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E8EEE6
}

.doc-area h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #85944B;
  margin-top: 36px;
  margin-bottom: 16px
}

.doc-area h4 {
  font-size: 14px;
  line-height: 1.6;
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 36px;
  margin-bottom: 8px
}

.doc-area h5 {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  margin-top: 16px;
  margin-bottom: 8px
}

.doc-area h6 {
  font-size: 14px;
  line-height: 1.6;
  color: #5a6a30;
  margin-top: 16px;
  margin-bottom: 8px;
  font-style: italic
}

.doc-area p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 16px;
  color: #2c2c2c
}

.doc-area ul {
  margin: 16px 0 36px;
  padding-left: 0;
  list-style: none
}

.doc-area ol {
  margin: 16px 0 36px;
  padding-left: 0;
  list-style: none;
  counter-reset: policy-counter
}

.doc-area ul li {
  font-size: 14px;
  line-height: 1.9;
  color: #2c2c2c;
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative
}

.doc-area ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ABCEA5;
  position: absolute;
  left: 0;
  top: 11px
}

.doc-area ul ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.doc-area ul ul li::before {
  background-color: #85944B;
  width: 5px;
  height: 5px;
  top: 12px
}

.doc-area ol li {
  font-size: 14px;
  line-height: 1.9;
  color: #2c2c2c;
  padding-left: 36px;
  margin-bottom: 8px;
  position: relative;
  counter-increment: policy-counter
}

.doc-area ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #85944B;
  font-weight: 700;
  min-width: 28px
}

.doc-area ol ol {
  margin-top: 8px;
  margin-bottom: 8px;
  counter-reset: policy-counter-nested
}

.doc-area ol ol li {
  counter-increment: policy-counter-nested
}

.doc-area ol ol li::before {
  content: counter(policy-counter-nested, lower-alpha) ".";
  color: #ABCEA5
}

.doc-area strong,
.doc-area b {
  font-weight: 700;
  color: #2c2c2c
}

.doc-area em,
.doc-area i {
  font-style: italic;
  color: #4a5a28
}

.doc-area a {
  color: #85944B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  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)
}

.doc-area a:hover {
  color: #5a6a30;
  text-decoration-color: #ABCEA5
}

.doc-area a:visited {
  color: #6b7a3c
}

.doc-area table {
  width: 100%;
  border-collapse: collapse;
  margin: 36px 0;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 3px 6px 1px #85944b0d;
  border-radius: 11px;
  overflow: hidden
}

.doc-area thead {
  background-color: #E8EEE6
}

.doc-area thead tr {
  border-bottom: 2px solid #ABCEA5
}

.doc-area tbody tr {
  border-bottom: 1px solid #E8EEE6;
  transition: background-color .4s ease-in-out
}

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

.doc-area tbody tr:hover {
  background-color: #f4f7f2
}

.doc-area th {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #2c2c2c;
  background-color: #E8EEE6
}

.doc-area td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #2c2c2c;
  vertical-align: top
}

.doc-area hr {
  border: none;
  border-top: 1px solid #E8EEE6;
  margin: 72px 0;
  position: relative
}

.doc-area hr::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: #ABCEA5;
  border-radius: 6px;
  position: absolute;
  top: -2px;
  left: 0
}

@media (max-width: 1024px) {
  .doc-area {
    padding: 72px 36px
  }

  .doc-area h1 {
    font-size: 52px
  }
}

@media (max-width: 640px) {
  .doc-area {
    padding: 36px 16px
  }

  .doc-area h1 {
    font-size: 24px;
    line-height: 1.3
  }

  .doc-area h2 {
    font-size: 24px;
    margin-top: 36px
  }

  .doc-area h3 {
    font-size: 14px;
    margin-top: 36px
  }

  .doc-area table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px
  }

  .doc-area th,
  .doc-area td {
    padding: 8px 16px;
    min-width: 120px
  }

  .doc-area hr {
    margin: 36px 0
  }
}

@media (max-width: 360px) {
  .doc-area {
    padding: 36px 8px
  }

  .doc-area h1 {
    font-size: 24px
  }

  .doc-area ul li,
  .doc-area ol li {
    padding-left: 16px
  }
}

.lpd {
  background: #f2f4ee;
  overflow-x: clip;
  position: relative
}

.lpd__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px
}

.lpd__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  position: relative
}

.lpd__split-left {
  background: #85944B;
  padding: 72px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.lpd__split-left::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  border: 2px solid #abcea52e;
  border-radius: 6px;
  pointer-events: none
}

.lpd__split-left::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  border: 2px solid #abcea51f;
  border-radius: 6px;
  pointer-events: none
}

.lpd__split-left-rect {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border: 2px solid #abcea514;
  border-radius: 6px;
  pointer-events: none
}

.lpd__eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #ABCEA5;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.lpd__h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #f2f4ee;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 16px
}

.lpd__h1 mark {
  background: none;
  color: #ABCEA5;
  font-weight: 700
}

.lpd__meta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap
}

.lpd__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8eee61f;
  border: 1px solid #abcea54d;
  border-radius: 11px;
  padding: 8px 16px;
  font-size: 14px;
  color: #E8EEE6;
  line-height: 1.3
}

.lpd__badge .fi {
  color: #ABCEA5;
  font-size: 14px
}

.lpd__split-right {
  position: relative;
  overflow: hidden;
  background: #2d3220
}

.lpd__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .55s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1
}

.lpd__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #85944bb8 0%, #2d32202e 60%, transparent 100%);
  pointer-events: none
}

.lpd__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 2
}

.lpd__wave svg {
  display: block;
  width: 100%
}

.lpd__thick-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #ABCEA5;
  border-radius: 0 6px 6px 0
}

.lpd__body {
  padding: 72px 0 36px
}

.lpd__body-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: start
}

.lpd__desc-block {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 4px 20px 1px #85944b14;
  position: relative
}

.lpd__desc-block .lpd__thick-accent {
  border-radius: 18px 0 0 18px;
  width: 5px
}

.lpd__desc-h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #2d3220;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px
}

.lpd__desc-text {
  font-size: 14px;
  line-height: 1.9;
  color: #3a3f28
}

.lpd__desc-text p {
  margin: 0 0 16px
}

.lpd__desc-text p:last-child {
  margin-bottom: 0
}

.lpd__desc-text h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #2d3220;
  font-weight: 700;
  text-transform: uppercase;
  margin: 36px 0 16px
}

.lpd__desc-text ul,
.lpd__desc-text ol {
  padding-left: 16px;
  margin: 0 0 16px
}

.lpd__desc-text li {
  font-size: 14px;
  line-height: 1.9;
  color: #3a3f28;
  margin-bottom: 8px
}

.lpd__desc-text li:nth-child(odd) {
  color: #3a3f28
}

.lpd__desc-text li:nth-child(even) {
  color: #4a5230
}

.lpd__desc-text dl {
  margin: 0 0 16px
}

.lpd__desc-text dt {
  font-size: 14px;
  font-weight: 700;
  color: #85944B;
  line-height: 1.6
}

.lpd__desc-text dd {
  font-size: 14px;
  line-height: 1.9;
  color: #3a3f28;
  margin: 0 0 8px
}

.lpd__desc-text figure {
  margin: 16px 0
}

.lpd__desc-text figcaption {
  font-size: 14px;
  color: #85944B;
  line-height: 1.6;
  margin-top: 8px
}

.lpd__desc-text abbr {
  text-decoration: underline dotted;
  cursor: help;
  color: #85944B
}

.lpd__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 36px
}

.lpd__price-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 9px 40px 1px #85944b1a;
  position: relative
}

.lpd__price-card .lpd__thick-accent {
  border-radius: 18px 0 0 18px;
  width: 5px
}

.lpd__price-label {
  font-size: 14px;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.6;
  margin-bottom: 8px;
  display: block
}

.lpd__price-val {
  font-size: 52px;
  line-height: 1.1;
  color: #2d3220;
  font-weight: 700;
  margin-bottom: 4px;
  display: block
}

.lpd__price-des {
  font-size: 14px;
  color: #5a6235;
  line-height: 1.6;
  margin-bottom: 16px;
  display: block
}

.lpd__price-note {
  font-size: 14px;
  color: #85944B;
  line-height: 1.6;
  background: #E8EEE6;
  border-radius: 11px;
  padding: 8px 16px;
  margin-bottom: 16px;
  display: block
}

.lpd__seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.lpd__seats-num {
  font-size: 24px;
  font-weight: 700;
  color: #85944B;
  line-height: 1.1
}

.lpd__seats-txt {
  font-size: 14px;
  color: #5a6235;
  line-height: 1.3
}

.lpd__seats-bar {
  width: 100%;
  height: 6px;
  background: #E8EEE6;
  border-radius: 30px;
  margin-bottom: 16px;
  overflow: hidden
}

.lpd__seats-fill {
  height: 100%;
  background: linear-gradient(90deg, #85944B 0%, #ABCEA5 100%);
  border-radius: 30px;
  width: 40%;
  transition: width .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.lpd__btn {
  display: block;
  width: 100%;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  border: none;
  border-radius: 11px;
  padding: 16px 36px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .35s ease-in-out;
  box-shadow: 0 4px 20px 1px #85944b14
}

.lpd__btn:hover {
  background: #6e7b3d;
  box-shadow: 0 9px 40px 1px #85944b1a;
  transform: translateY(-2px)
}

.lpd__btn:focus {
  outline: 3px solid #ABCEA5;
  outline-offset: 3px
}

.lpd__btn:active {
  transform: translateY(0)
}

.lpd__btn--ghost {
  background: transparent;
  color: #85944B;
  border: 2px solid #85944B;
  margin-top: 8px;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lpd__btn--ghost:hover {
  background: #85944B;
  color: #fff;
  box-shadow: 0 4px 20px 1px #85944b14
}

.lpd__stats-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px
}

.lpd__stat {
  flex: 1;
  background: #E8EEE6;
  border-radius: 11px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.lpd__stat-num {
  font-size: 24px;
  font-weight: 700;
  color: #85944B;
  line-height: 1.1
}

.lpd__stat-lbl {
  font-size: 14px;
  color: #5a6235;
  line-height: 1.3;
  text-align: center
}

.lpd__prog {
  padding: 72px 0
}

.lpd__prog-wrap {
  background: #2d3220;
  border-radius: 18px;
  padding: 36px;
  position: relative;
  overflow: hidden
}

.lpd__prog-wrap::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  border: 2px solid #abcea51a;
  border-radius: 6px;
  pointer-events: none
}

.lpd__prog-wrap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 120px;
  height: 120px;
  border: 2px solid #abcea512;
  border-radius: 6px;
  pointer-events: none
}

.lpd__prog-rect {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  border: 2px solid #abcea50d;
  border-radius: 6px;
  pointer-events: none
}

.lpd__prog-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #85944B;
  border-radius: 18px 0 0 18px
}

.lpd__prog-h {
  font-size: 24px;
  line-height: 1.3;
  color: #E8EEE6;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 36px
}

.lpd__prog-body {
  font-size: 14px;
  line-height: 1.9;
  color: #c8d4b8
}

.lpd__prog-body p {
  margin: 0 0 16px;
  color: #c8d4b8
}

.lpd__prog-body h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #E8EEE6;
  font-weight: 300;
  text-transform: uppercase;
  margin: 36px 0 16px
}

.lpd__prog-body mark {
  background: #85944b40;
  color: #ABCEA5;
  border-radius: 6px;
  padding: 0 4px
}

.lpd__prog-body small {
  font-size: 14px;
  color: #8a9e7a;
  line-height: 1.6
}

.lpd__prog-body ul {
  padding-left: 16px;
  margin: 0 0 16px
}

.lpd__prog-body li {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 8px
}

.lpd__prog-body li:nth-child(odd) {
  color: #ABCEA5
}

.lpd__prog-body li:nth-child(even) {
  color: #c8d4b8
}

.lpd__prog-body dl {
  margin: 0 0 16px
}

.lpd__prog-body dt {
  font-size: 14px;
  font-weight: 700;
  color: #ABCEA5;
  line-height: 1.6
}

.lpd__prog-body dd {
  font-size: 14px;
  line-height: 1.9;
  color: #c8d4b8;
  margin: 0 0 8px
}

.lpd__pan-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: radial-gradient(ellipse at 20% 30%, #85944b0f 0%, transparent 55%), radial-gradient(ellipse at 80% 70%, #abcea50d 0%, transparent 50%), radial-gradient(ellipse at 55% 10%, #e8eee612 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
  animation: lpd-pan 18s ease-in-out infinite alternate
}

@keyframes lpd-pan {
  0% {
    transform: translateY(0)
  }

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

.lpd__split,
.lpd__body,
.lpd__prog {
  position: relative;
  z-index: 1
}

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

  .lpd__split-right {
    min-height: 320px
  }

  .lpd__body-grid {
    grid-template-columns: 1fr
  }

  .lpd__aside {
    position: static
  }

  .lpd__h1 {
    font-size: 52px
  }
}

@media (max-width: 640px) {
  .lpd__inner {
    padding: 0 16px
  }

  .lpd__split-left {
    padding: 36px 16px
  }

  .lpd__h1 {
    font-size: 24px
  }

  .lpd__price-val {
    font-size: 52px
  }

  .lpd__meta-row {
    gap: 8px
  }

  .lpd__prog-wrap {
    padding: 36px 16px
  }

  .lpd__desc-block {
    padding: 36px 16px
  }

  .lpd__price-card {
    padding: 36px 16px
  }

  .lpd__stats-row {
    flex-direction: column
  }
}

@media (max-width: 360px) {
  .lpd__h1 {
    font-size: 24px
  }

  .lpd__inner {
    padding: 0 8px
  }
}

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

.ab-us .pg-reveal {
  animation: pgReveal .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes pgReveal {
  from {
    opacity: 0;
    transform: scale(0.97)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.ab-us .fade-up {
  animation: fadeUp .45s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.ab-us .fade-up--d1 {
  animation-delay: .1s
}

.ab-us .fade-up--d2 {
  animation-delay: .2s
}

.ab-us .fade-up--d3 {
  animation-delay: .32s
}

.ab-us .fade-up--d4 {
  animation-delay: .44s
}

.ab-us .ttl-blk {
  position: relative;
  padding: 72px 36px;
  background: linear-gradient(170deg, #abcea514 0%, #85944b2e 40%, #85944b61 100%);
  overflow: hidden
}

.ab-us .ttl-blk__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.ab-us .ttl-blk__dots::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #85944b2e 1.5px, transparent 1.5px), radial-gradient(circle, #abcea51f 1px, transparent 1px);
  background-size: 38px 38px, 19px 19px;
  background-position: 0 0, 9px 9px
}

.ab-us .ttl-blk__geo {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 46px;
  background: #abcea521;
  right: -80px;
  top: -120px;
  transform: rotate(22deg);
  pointer-events: none
}

.ab-us .ttl-blk__geo--sm {
  width: 180px;
  height: 180px;
  border-radius: 30px;
  background: #85944b17;
  right: 160px;
  top: 40px;
  transform: rotate(-12deg)
}

.ab-us .ttl-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 72px;
  position: relative;
  z-index: 1
}

.ab-us .ttl-blk__copy {
  flex: 1 1 0;
  min-width: 0
}

.ab-us .ttl-blk__eyebrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #85944B;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 4px 16px;
  border: 1.5px solid #85944b59;
  border-radius: 6px;
  background: #e8eee680
}

.ab-us .ttl-blk__h1 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 800;
  color: #1e2410;
  margin: 0 0 8px
}

.ab-us .ttl-blk__h1 span {
  color: #85944B
}

.ab-us .ttl-blk__sub {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  color: #3a4220;
  margin: 16px 0 36px
}

.ab-us .ttl-blk__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  max-width: 520px
}

.ab-us .ttl-blk__img-col {
  flex: 0 0 360px;
  position: relative
}

.ab-us .ttl-blk__img-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 40px 1px #85944b1a;
  aspect-ratio: 4/5;
  position: relative
}

.ab-us .ttl-blk__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ab-us .ttl-blk__img-badge {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: #85944B;
  color: #fff;
  border-radius: 11px;
  padding: 16px;
  box-shadow: 0 4px 20px 1px #85944b14;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px
}

.ab-us .ttl-blk__img-badge .stat-num {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800
}

.ab-us .ttl-blk__img-badge .stat-lbl {
  font-size: 14px;
  line-height: 1.3;
  opacity: .88
}

.ab-us .team-blk {
  padding: 72px 36px;
  background: #E8EEE6;
  position: relative;
  clip-path: polygon(0 0, 100% 36px, 100% 100%, 0 100%);
  margin-top: -1px
}

.ab-us .team-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 36px
}

.ab-us .team-blk__top {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  margin-bottom: 72px
}

.ab-us .team-blk__mission {
  flex: 1 1 0;
  min-width: 0
}

.ab-us .team-blk__lbl {
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  color: #85944B;
  margin-bottom: 16px
}

.ab-us .team-blk__h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e2410;
  margin: 0 0 16px
}

.ab-us .team-blk__body {
  font-size: 14px;
  line-height: 1.9;
  color: #2d3318;
  margin: 0 0 36px
}

.ab-us .team-blk__progress-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-us .team-blk__prog-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ab-us .team-blk__prog-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.ab-us .team-blk__prog-name {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #2d3318
}

.ab-us .team-blk__prog-val {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  font-weight: 700
}

.ab-us .team-blk__prog-bar {
  height: 8px;
  background: #85944b26;
  border-radius: 6px;
  overflow: hidden
}

.ab-us .team-blk__prog-fill {
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #85944B 0%, #ABCEA5 100%);
  transition: width .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ab-us .team-blk__stats-col {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ab-us .stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px 16px;
  box-shadow: 0 4px 20px 1px #85944b14;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ab-us .stat-card:hover {
  box-shadow: 0 9px 40px 1px #85944b1a;
  transform: translateY(-4px)
}

.ab-us .stat-card__icon {
  width: 40px;
  height: 40px;
  border: 1.5px solid #85944b66;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #85944B;
  font-size: 20px;
  margin-bottom: 4px
}

.ab-us .stat-card__num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  color: #85944B
}

.ab-us .stat-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4220
}

.ab-us .team-blk__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}

.ab-us .person-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 3px 6px 1px #85944b0d;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow .5s ease-in-out, transform .5s ease-in-out;
  cursor: default
}

.ab-us .person-card:hover {
  box-shadow: 0 9px 40px 1px #85944b1a;
  transform: translateY(-3px)
}

.ab-us .person-card--active {
  border-left: 3px solid #85944B !important
}

.ab-us .person-card__portrait {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 20px 1px #85944b14
}

.ab-us .person-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ab-us .person-card__no-portrait {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8EEE6 0%, #ABCEA5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #85944B;
  font-size: 24px;
  font-weight: 700
}

.ab-us .person-card__info {
  flex: 1 1 0;
  min-width: 0
}

.ab-us .person-card__name {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #1e2410;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ab-us .person-card__role {
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  font-weight: 600;
  margin: 0 0 8px
}

.ab-us .person-card__bio {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  margin: 0
}

.ab-us .val-blk {
  position: relative;
  padding: 72px 36px;
  overflow: hidden
}

.ab-us .val-blk__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

.ab-us .val-blk__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(14px) brightness(0.38) saturate(0.7);
  transform: scale(1.06)
}

.ab-us .val-blk__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1e2410d1 0%, #85944b8c 100%)
}

.ab-us .val-blk__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.ab-us .val-blk__hd {
  text-align: center;
  margin-bottom: 72px
}

.ab-us .val-blk__h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px
}

.ab-us .val-blk__sub {
  font-size: 14px;
  line-height: 1.9;
  color: #e8eee6d1;
  max-width: 560px;
  margin: 0 auto
}

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

.ab-us .val-card {
  background: #e8eee614;
  border: 1px solid #abcea538;
  border-radius: 18px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .45s ease-in-out, border-color .45s ease-in-out
}

.ab-us .val-card:hover {
  background: #e8eee629;
  border-color: #abcea580
}

.ab-us .val-card__icon-box {
  width: 48px;
  height: 48px;
  border: 1.5px solid #abcea580;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ABCEA5;
  font-size: 22px
}

.ab-us .val-card__h {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #E8EEE6;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0
}

.ab-us .val-card__p {
  font-size: 14px;
  line-height: 1.9;
  color: #e8eee6c7;
  margin: 0
}

.ab-us .val-blk__bottom {
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: stretch
}

.ab-us .val-blk__img-panel {
  flex: 0 0 380px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 40px 1px #85944b1a;
  aspect-ratio: 4/3
}

.ab-us .val-blk__img-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ab-us .val-blk__list-panel {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.ab-us .val-blk__list-h {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px
}

.ab-us .val-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ab-us .val-list li {
  font-size: 14px;
  line-height: 1.9;
  padding: 8px 16px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.ab-us .val-list li:nth-child(odd) {
  background: #85944b2e;
  color: #E8EEE6
}

.ab-us .val-list li:nth-child(even) {
  background: #abcea51f;
  color: #e8eee6e0
}

.ab-us .val-list__dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 7px
}

.ab-us .val-list li:nth-child(odd) .val-list__dot {
  background: #ABCEA5
}

.ab-us .val-list li:nth-child(even) .val-list__dot {
  background: #85944B
}

.ab-us .val-blk__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-width: 180px
}

.ab-us .val-blk__note {
  font-size: 14px;
  line-height: 1.9;
  color: #e8eee6a6;
  font-style: italic;
  border-top: 1px solid #abcea540;
  padding-top: 16px;
  margin-top: 16px
}

@media (max-width: 1024px) {
  .ab-us .ttl-blk__inner {
    gap: 36px
  }

  .ab-us .ttl-blk__img-col {
    flex: 0 0 280px
  }

  .ab-us .ttl-blk__h1 {
    font-size: 52px
  }

  .ab-us .team-blk__top {
    flex-direction: column;
    gap: 36px
  }

  .ab-us .team-blk__stats-col {
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px
  }

  .ab-us .stat-card {
    flex: 1 1 140px
  }

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

  .ab-us .val-blk__bottom {
    flex-direction: column
  }

  .ab-us .val-blk__img-panel {
    flex: none;
    width: 100%
  }
}

@media (max-width: 640px) {
  .ab-us .ttl-blk {
    padding: 36px 16px
  }

  .ab-us .ttl-blk__inner {
    flex-direction: column;
    gap: 36px
  }

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

  .ab-us .ttl-blk__h1 {
    font-size: 52px
  }

  .ab-us .team-blk {
    padding: 36px 16px;
    clip-path: polygon(0 0, 100% 16px, 100% 100%, 0 100%)
  }

  .ab-us .team-blk__h2 {
    font-size: 24px
  }

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

  .ab-us .val-blk {
    padding: 36px 16px
  }

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

  .ab-us .val-blk__h2 {
    font-size: 24px
  }
}

@media (max-width: 360px) {
  .ab-us .ttl-blk__h1 {
    font-size: 24px
  }

  .ab-us .ttl-blk__sub {
    font-size: 14px
  }
}

.lp-prog {
  display: block;
  overflow-x: hidden
}

.lp-prog .pg-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative
}

.lp-prog .pg-head__img-side {
  position: relative;
  overflow: hidden
}

.lp-prog .pg-head__img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.lp-prog .pg-head__img-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1e260fb8 0%, #1e260f2e 55%, transparent 100%);
  pointer-events: none
}

.lp-prog .pg-head__img-side .noise-layer {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='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.09'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .55
}

.lp-prog .pg-head__txt {
  background: #E8EEE6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px
}

.lp-prog .pg-head__label {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.lp-prog .pg-head__label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #85944B;
  flex-shrink: 0
}

.lp-prog .pg-head__h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #232b12;
  margin: 0 0 16px;
  font-weight: 700
}

.lp-prog .pg-head__h1 span {
  color: #85944B
}

.lp-prog .pg-head__sub {
  font-size: 14px;
  line-height: 1.9;
  color: #3d4a22;
  max-width: 420px;
  margin: 0
}

.lp-prog .pg-head__deco {
  position: absolute;
  bottom: 36px;
  left: 36px;
  border: 1.5px dashed #85944b59;
  border-radius: 11px;
  width: 180px;
  height: 80px;
  pointer-events: none;
  z-index: 1
}

.lp-prog .scanline-strip {
  position: relative;
  background: #232b12;
  overflow: hidden;
  padding: 8px 0
}

.lp-prog .scanline-strip__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.lp-prog .scanline-strip__lines::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  height: 300%;
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 5px, #abcea50f 5px, #abcea50f 6px);
  animation: scanDrift 7s linear infinite
}

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

  100% {
    transform: translateY(33.33%)
  }
}

.lp-prog .scanline-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  position: relative;
  z-index: 1
}

.lp-prog .scanline-strip__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.lp-prog .scanline-strip__num {
  font-size: 24px;
  line-height: 1.1;
  color: #ABCEA5;
  font-weight: 700
}

.lp-prog .scanline-strip__desc {
  font-size: 14px;
  line-height: 1.3;
  color: #e8eee6b3
}

.lp-prog .scanline-strip__div {
  width: 1px;
  height: 36px;
  background: #abcea533;
  flex-shrink: 0
}

.lp-prog .cards-band {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 36px
}

.lp-prog .cards-band__top {
  margin-bottom: 36px
}

.lp-prog .cards-band__eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: .07em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.lp-prog .cards-band__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #85944B
}

.lp-prog .cards-band__h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #232b12;
  font-weight: 700;
  margin: 0
}

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

.lp-prog .prog-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px 1px #85944b14;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lp-prog .prog-card:hover {
  box-shadow: 0 9px 40px 1px #85944b1a;
  transform: translateY(-4px)
}

.lp-prog .prog-card__img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden
}

.lp-prog .prog-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

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

.lp-prog .prog-card__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1e260f73 0%, transparent 60%);
  pointer-events: none
}

.lp-prog .prog-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 16px;
  border-radius: 30px;
  font-weight: 600;
  z-index: 2
}

.lp-prog .prog-card__meta-row {
  position: absolute;
  bottom: 8px;
  right: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  z-index: 2
}

.lp-prog .prog-card__meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #e8eee6eb;
  font-size: 14px;
  line-height: 1.3
}

.lp-prog .prog-card__meta-item i {
  font-size: 14px
}

.lp-prog .prog-card__body {
  padding: 16px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.lp-prog .prog-card__h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #232b12;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .03em
}

.lp-prog .prog-card__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5630;
  margin: 0;
  flex: 1
}

.lp-prog .prog-card__seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  font-weight: 600
}

.lp-prog .prog-card__seats i {
  font-size: 14px
}

.lp-prog .prog-card__footer {
  padding: 8px 16px 16px;
  border-top: 1px solid #E8EEE6;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px
}

.lp-prog .prog-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lp-prog .prog-card__price {
  font-size: 24px;
  line-height: 1.1;
  color: #232b12;
  font-weight: 700
}

.lp-prog .prog-card__pricedes {
  font-size: 14px;
  line-height: 1.3;
  color: #6a7a40
}

.lp-prog .prog-card__note {
  font-size: 14px;
  line-height: 1.3;
  color: #8a9a60;
  font-style: italic
}

.lp-prog .prog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 16px;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 600;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0
}

.lp-prog .prog-card__cta:hover {
  background: #6e7c3c;
  box-shadow: 0 4px 20px 1px #85944b2e
}

.lp-prog .prog-card__cta:focus {
  outline: 2px solid #232b12;
  outline-offset: 2px
}

.lp-prog .how-band {
  background: linear-gradient(to top, #E8EEE6 0%, #fff 100%);
  padding: 72px 0;
  position: relative
}

.lp-prog .how-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start
}

.lp-prog .how-band__left {
  position: sticky;
  top: 36px
}

.lp-prog .how-band__eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: .07em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.lp-prog .how-band__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #85944B
}

.lp-prog .how-band__h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #232b12;
  font-weight: 700;
  margin: 0 0 16px
}

.lp-prog .how-band__intro {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5630;
  margin: 0
}

.lp-prog .how-steps {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.lp-prog .how-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 3px 6px 1px #85944b0d;
  transition: box-shadow .45s ease-in-out, background .4s ease-in-out
}

.lp-prog .how-step:hover {
  box-shadow: 0 4px 20px 1px #85944b14;
  background: #f7faf5
}

.lp-prog .how-step:nth-child(odd) .how-step__num {
  background: #85944B;
  color: #fff
}

.lp-prog .how-step:nth-child(even) .how-step__num {
  background: #ABCEA5;
  color: #232b12
}

.lp-prog .how-step__num {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  flex-shrink: 0
}

.lp-prog .how-step__content {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lp-prog .how-step__h4 {
  font-size: 14px;
  line-height: 1.3;
  color: #232b12;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em
}

.lp-prog .how-step__p {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5630;
  margin: 0
}

.lp-prog .experts-band {
  background: #232b12;
  padding: 72px 0;
  position: relative;
  overflow: hidden
}

.lp-prog .experts-band__bg {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.lp-prog .experts-band__bg::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 46px;
  background: radial-gradient(ellipse at 30% 60%, #85944b2e 0%, transparent 70%), radial-gradient(ellipse at 80% 20%, #abcea51a 0%, transparent 60%);
  top: -100px;
  right: -100px;
  pointer-events: none
}

.lp-prog .experts-band__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1
}

.lp-prog .experts-band__top {
  margin-bottom: 36px
}

.lp-prog .experts-band__eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #ABCEA5;
  text-transform: uppercase;
  letter-spacing: .07em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.lp-prog .experts-band__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ABCEA5
}

.lp-prog .experts-band__h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #E8EEE6;
  font-weight: 700;
  margin: 0
}

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

.lp-prog .expert-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #abcea514;
  border: 1px solid #abcea51f;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lp-prog .expert-card:hover {
  border-color: #abcea54d;
  background: #abcea521
}

.lp-prog .expert-card__img-wrap {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative
}

.lp-prog .expert-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .5s ease-in-out;
  filter: grayscale(20%)
}

.lp-prog .expert-card:hover .expert-card__img-wrap img {
  filter: grayscale(0%) blur(2px)
}

.lp-prog .expert-card__overlay {
  position: absolute;
  inset: 0;
  background: #232b1200;
  transition: background .5s ease-in-out;
  pointer-events: none
}

.lp-prog .expert-card:hover .expert-card__overlay {
  background: #232b1273
}

.lp-prog .expert-card__info {
  padding: 16px
}

.lp-prog .expert-card__name {
  font-size: 14px;
  line-height: 1.3;
  color: #E8EEE6;
  font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.lp-prog .expert-card__role {
  font-size: 14px;
  line-height: 1.6;
  color: #ABCEA5;
  margin: 0
}

.lp-prog .faq-band {
  padding: 72px 0;
  background: #fff
}

.lp-prog .faq-band__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 36px
}

.lp-prog .faq-band__eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: .07em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.lp-prog .faq-band__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #85944B
}

.lp-prog .faq-band__h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #232b12;
  font-weight: 700;
  margin: 0 0 36px
}

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

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

.lp-prog .faq-item__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  transition: background .45s ease-in-out
}

.lp-prog .faq-item__toggle:hover {
  background: #E8EEE6
}

.lp-prog .faq-item__toggle:focus {
  outline: 2px solid #85944B;
  outline-offset: -2px
}

.lp-prog .faq-item__q {
  font-size: 14px;
  line-height: 1.6;
  color: #232b12;
  font-weight: 600;
  flex: 1
}

.lp-prog .faq-item__icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #85944B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .45s ease-in-out, transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lp-prog .faq-item__icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lp-prog .faq-item__body {
  display: none;
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.9;
  color: #4a5630
}

.lp-prog .faq-item.open .faq-item__body {
  display: block
}

.lp-prog .faq-item.open .faq-item__icon {
  background: #6e7c3c;
  transform: rotate(45deg)
}

.lp-prog .cta-band {
  background: linear-gradient(to top, #232b12 0%, #3d4a22 100%);
  padding: 72px 0;
  position: relative
}

.lp-prog .cta-band__deco {
  position: absolute;
  top: 36px;
  right: 36px;
  border: 1.5px dashed #abcea540;
  border-radius: 18px;
  width: 220px;
  height: 110px;
  pointer-events: none
}

.lp-prog .cta-band__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 36px;
  text-align: center;
  position: relative;
  z-index: 1
}

.lp-prog .cta-band__h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #E8EEE6;
  font-weight: 700;
  margin: 0 0 16px
}

.lp-prog .cta-band__h2 span {
  color: #ABCEA5
}

.lp-prog .cta-band__p {
  font-size: 14px;
  line-height: 1.9;
  color: #e8eee6c7;
  margin: 0 0 36px
}

.lp-prog .cta-band__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ABCEA5;
  color: #232b12;
  font-size: 14px;
  line-height: 1.3;
  padding: 16px 36px;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 700;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lp-prog .cta-band__btn:hover {
  background: #E8EEE6;
  box-shadow: 0 9px 40px 1px #abcea52e
}

.lp-prog .cta-band__btn:focus {
  outline: 2px solid #ABCEA5;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .lp-prog .pg-head {
    grid-template-columns: 1fr
  }

  .lp-prog .pg-head__img-side {
    min-height: 320px
  }

  .lp-prog .pg-head__txt {
    padding: 36px
  }

  .lp-prog .pg-head__h1 {
    font-size: 52px
  }

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

  .lp-prog .experts-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .lp-prog .how-band__inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .lp-prog .how-band__left {
    position: static
  }
}

@media (max-width: 640px) {
  .lp-prog .pg-head__h1 {
    font-size: 52px
  }

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

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

  .lp-prog .cards-band {
    padding: 36px 16px
  }

  .lp-prog .how-band__inner {
    padding: 0 16px
  }

  .lp-prog .experts-band__inner {
    padding: 0 16px
  }

  .lp-prog .faq-band__inner {
    padding: 0 16px
  }

  .lp-prog .cta-band__inner {
    padding: 0 16px
  }

  .lp-prog .scanline-strip__inner {
    flex-wrap: wrap;
    padding: 0 16px;
    gap: 16px
  }

  .lp-prog .cta-band__h2 {
    font-size: 52px
  }
}

@media (max-width: 360px) {
  .lp-prog .pg-head__txt {
    padding: 36px 16px
  }

  .lp-prog .pg-head__h1 {
    font-size: 52px
  }

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

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

.tech-pg .ldjson-holder {
  display: none
}

.tech-pg .pg-hero {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 36px;
  align-items: start;
  position: relative
}

.tech-pg .pg-hero__bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.tech-pg .pg-hero__bg-grid svg {
  width: 100%;
  height: 100%;
  opacity: .045
}

.tech-pg .pg-hero__geo {
  position: absolute;
  width: 340px;
  height: 340px;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  pointer-events: none;
  animation: tech-geo-spin 28s linear infinite;
  opacity: .07;
  z-index: 0
}

@keyframes tech-geo-spin {
  from {
    transform: translateY(-50%) rotate(0deg)
  }

  to {
    transform: translateY(-50%) rotate(360deg)
  }
}

.tech-pg .pg-hero__text {
  position: relative;
  z-index: 1;
  padding: 36px 36px 36px 0
}

.tech-pg .pg-hero__eyebrow {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  display: block
}

.tech-pg .pg-hero__h1 {
  font-size: 70px;
  line-height: 1.1;
  color: #1e2a0e;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 36px
}

.tech-pg .pg-hero__h1 span {
  color: #85944B;
  font-weight: 700
}

.tech-pg .pg-hero__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  max-width: 560px;
  margin: 0 0 36px
}

.tech-pg .pg-hero__desc em {
  font-style: normal;
  font-weight: 600;
  color: #85944B
}

.tech-pg .pg-hero__stat-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  margin-top: 8px
}

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

.tech-pg .stat-item__num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #85944B
}

.tech-pg .stat-item__lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #5a6830
}

.tech-pg .pg-hero__img-col {
  position: relative;
  z-index: 1;
  padding: 36px 0 36px 36px
}

.tech-pg .img-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 40px 1px #85944b1a
}

.tech-pg .img-frame::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #abcea538 0%, #85944b2e 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 18px
}

.tech-pg .img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 18px;
  filter: saturate(0.72) contrast(1.06);
  transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.tech-pg .img-frame:hover img {
  filter: saturate(0.88) contrast(1.04)
}

.tech-pg .img-frame__border {
  position: absolute;
  inset: 8px;
  border: 1.5px solid #85944b47;
  border-radius: 11px;
  z-index: 2;
  pointer-events: none
}

.tech-pg .pg-hero__sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px
}

.tech-pg .side-note {
  background: #E8EEE6;
  border-radius: 11px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4220;
  box-shadow: 0 3px 6px 1px #85944b0d
}

.tech-pg .side-note strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #85944B;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.tech-pg .side-note--accent {
  background: linear-gradient(135deg, #85944b1f 0%, #abcea52e 100%);
  border: 1px solid #85944b33
}

.tech-pg .color-wash-bg {
  animation: color-wash 14s ease-in-out infinite alternate
}

@keyframes color-wash {
  0% {
    background-color: #E8EEE6
  }

  40% {
    background-color: #d6e5d0
  }

  70% {
    background-color: #e4ecdf
  }

  100% {
    background-color: #cddbc7
  }
}

.tech-pg .stack-sec {
  position: relative;
  padding: 72px 0;
  overflow: hidden
}

.tech-pg .stack-sec__radial {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 55% at 50% 50%, #abcea538 0%, #e8eee60a 80%)
}

.tech-pg .stack-sec__moroccan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0 L60 15 L60 45 L30 60 L0 45 L0 15 Z' fill='none' stroke='%2385944B' stroke-width='1.2'/%3E%3Cpath d='M30 10 L50 20 L50 40 L30 50 L10 40 L10 20 Z' fill='none' stroke='%2385944B' stroke-width='0.8'/%3E%3Ccircle cx='30' cy='30' r='6' fill='none' stroke='%2385944B' stroke-width='0.8'/%3E%3C/svg%3E");
  background-size: 60px 60px
}

.tech-pg .stack-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1
}

.tech-pg .stack-sec__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 72px
}

.tech-pg .stack-sec__lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  margin-bottom: 16px;
  display: block
}

.tech-pg .stack-sec__h2 {
  font-size: 52px;
  line-height: 1.1;
  color: #1e2a0e;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 16px
}

.tech-pg .stack-sec__h2 strong {
  font-weight: 700;
  color: #85944B
}

.tech-pg .stack-sec__left-body {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  margin: 0
}

.tech-pg .stack-sec__right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.tech-pg .stack-sec__right-body {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  margin: 0
}

.tech-pg .stack-sec__right-aside {
  background: #85944b14;
  border-radius: 11px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4220;
  box-shadow: inset 0 1px 4px #85944b1f
}

.tech-pg .stack-sec__right-aside p {
  margin: 0
}

.tech-pg .icon-strip {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 72px
}

.tech-pg .icon-strip__item {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 11px;
  padding: 16px 8px;
  box-shadow: 0 4px 20px 1px #85944b14;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  min-width: 0
}

.tech-pg .icon-strip__item:hover {
  box-shadow: 0 9px 40px 1px #85944b1a;
  transform: translateY(-4px)
}

.tech-pg .icon-strip__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #E8EEE6 0%, #d6e5d0 100%);
  border-radius: 11px;
  flex-shrink: 0
}

.tech-pg .icon-strip__icon i {
  font-size: 18px;
  color: #85944B
}

.tech-pg .icon-strip__lbl {
  font-size: 14px;
  line-height: 1.3;
  color: #3a4220;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em
}

.tech-pg .icon-strip__sub {
  font-size: 14px;
  line-height: 1.3;
  color: #5a6830;
  text-align: center
}

.tech-pg .stepped-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: end
}

.tech-pg .step-card {
  border-radius: 18px;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.tech-pg .step-card:hover {
  transform: translateY(-6px)
}

.tech-pg .step-card--a {
  background: #fff;
  box-shadow: 0 4px 20px 1px #85944b14;
  padding-top: 72px
}

.tech-pg .step-card--b {
  background: linear-gradient(160deg, #85944B 0%, #6b7a38 100%);
  box-shadow: 0 9px 40px 1px #85944b1a;
  padding-top: 36px
}

.tech-pg .step-card--c {
  background: #E8EEE6;
  box-shadow: 0 3px 6px 1px #85944b0d;
  padding-top: 52px
}

.tech-pg .step-card--a:hover {
  box-shadow: 0 9px 40px 1px #85944b1a
}

.tech-pg .step-card--b:hover {
  box-shadow: 0 9px 40px 1px #85944b24
}

.tech-pg .step-card--c:hover {
  box-shadow: 0 4px 20px 1px #85944b14
}

.tech-pg .step-card__num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #85944B;
  opacity: .18;
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none
}

.tech-pg .step-card--b .step-card__num {
  color: #fff;
  opacity: .2
}

.tech-pg .step-card__h {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #1e2a0e;
  margin: 0
}

.tech-pg .step-card--b .step-card__h {
  color: #fff
}

.tech-pg .step-card__body {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  margin: 0
}

.tech-pg .step-card--b .step-card__body {
  color: #e8eee6eb
}

.tech-pg .step-card--c .step-card__body {
  color: #3a4220
}

.tech-pg .step-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

.tech-pg .step-card__tag {
  font-size: 14px;
  line-height: 1.3;
  padding: 4px 8px;
  border-radius: 6px;
  background: #E8EEE6;
  color: #3a4220;
  font-weight: 600
}

.tech-pg .step-card--b .step-card__tag {
  background: #ffffff2e;
  color: #fff
}

.tech-pg .step-card--c .step-card__tag {
  background: #85944b1f;
  color: #3a4220
}

.tech-pg .team-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: stretch
}

.tech-pg .team-card {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 20px 1px #85944b14;
  transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.tech-pg .team-card:hover {
  box-shadow: 0 9px 40px 1px #85944b1a
}

.tech-pg .team-card__portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #E8EEE6;
  box-shadow: 0 3px 6px 1px #85944b0d
}

.tech-pg .team-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.tech-pg .team-card__name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a0e;
  margin: 0
}

.tech-pg .team-card__role {
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0
}

.tech-pg .team-card__quote {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  margin: 0;
  flex: 1
}

.tech-pg .team-card__quote::before {
  content: open-quote;
  color: #85944B;
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 4px
}

.tech-pg .team-card__quote::after {
  content: close-quote;
  color: #85944B;
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-top: 4px
}

.tech-pg .word-hover-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.tech-pg .word-hl {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4220;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background .38s ease-in-out, color .38s ease-in-out;
  cursor: default
}

.tech-pg .word-hl:hover {
  background: #85944b24;
  color: #1e2a0e
}

.tech-pg .list-alt li:nth-child(odd) {
  background: #abcea52e;
  border-radius: 6px;
  padding: 4px 8px
}

.tech-pg .list-alt li:nth-child(even) {
  background: #85944b17;
  border-radius: 6px;
  padding: 4px 8px
}

.tech-pg .list-alt {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4220
}

.tech-pg .list-alt li {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.tech-pg .list-alt li i {
  color: #85944B;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0
}

.tech-pg .geo-deco {
  position: absolute;
  pointer-events: none
}

@media (max-width: 1024px) {
  .tech-pg .pg-hero {
    grid-template-columns: 1fr;
    padding: 36px
  }

  .tech-pg .pg-hero__img-col {
    padding: 0
  }

  .tech-pg .pg-hero__text {
    padding: 0
  }

  .tech-pg .pg-hero__h1 {
    font-size: 52px
  }

  .tech-pg .pg-hero__geo {
    display: none
  }

  .tech-pg .stack-sec__top {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 36px
  }

  .tech-pg .stack-sec__h2 {
    font-size: 52px
  }

  .tech-pg .stepped-grid {
    grid-template-columns: 1fr
  }

  .tech-pg .team-strip {
    flex-direction: column;
    gap: 16px
  }

  .tech-pg .pg-hero__stat-row {
    flex-wrap: wrap;
    gap: 16px
  }
}

@media (max-width: 640px) {
  .tech-pg .pg-hero {
    padding: 36px 16px
  }

  .tech-pg .pg-hero__h1 {
    font-size: 52px
  }

  .tech-pg .stack-sec__inner {
    padding: 0 16px
  }

  .tech-pg .stack-sec__h2 {
    font-size: 24px
  }

  .tech-pg .icon-strip {
    gap: 8px
  }

  .tech-pg .icon-strip__item {
    flex: 1 1 80px
  }

  .tech-pg .team-strip {
    padding: 0 16px
  }

  .tech-pg .stat-item__num {
    font-size: 24px
  }
}

@media (max-width: 360px) {
  .tech-pg .pg-hero__h1 {
    font-size: 24px
  }

  .tech-pg .stack-sec__h2 {
    font-size: 24px
  }

  .tech-pg .stepped-grid {
    gap: 8px
  }

  .tech-pg .step-card {
    padding: 16px
  }

  .tech-pg .step-card--a {
    padding-top: 36px
  }
}

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

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

.ctus .reach-blk {
  padding: 72px 0 36px;
  background: #fff;
  position: relative
}

.ctus .reach-blk::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E8EEE6
}

.ctus .reach-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start
}

.ctus .reach-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus .reach-label {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #85944B;
  font-weight: 600
}

.ctus .reach-heading {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e2a14;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .02em
}

.ctus .reach-sub {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4a2e;
  margin: 0
}

.ctus .reach-aside {
  font-size: 14px;
  line-height: 1.6;
  color: #6a7a5a;
  border-top: 2px solid #ABCEA5;
  padding-top: 16px
}

.ctus .info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

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

.ctus .info-row:nth-child(odd) .info-val {
  color: #85944B
}

.ctus .info-row:nth-child(even) .info-val {
  color: #3a5a2e
}

.ctus .info-ico {
  width: 36px;
  height: 36px;
  background: #E8EEE6;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 6px 1px #85944b0d
}

.ctus .info-ico svg {
  width: 18px;
  height: 18px
}

.ctus .info-meta {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .info-lbl {
  font-size: 14px;
  line-height: 1.3;
  color: #8a9a7a;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600
}

.ctus .info-val {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500
}

.ctus .info-val a {
  color: inherit;
  text-decoration: none;
  transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus .info-val a:hover {
  opacity: .7
}

.ctus .reach-right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus .form-card {
  background: #E8EEE6;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 4px 20px 1px #85944b14;
  position: relative;
  overflow: hidden
}

.ctus .form-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 48%, #85944b2e 49%, #85944b2e 51%, transparent 52%), linear-gradient(0deg, transparent 48%, #85944b2e 49%, #85944b2e 51%, transparent 52%), linear-gradient(90deg, transparent 68%, #85944b1a 69%, #85944b1a 71%, transparent 72%), linear-gradient(0deg, transparent 68%, #85944b1a 69%, #85944b1a 71%, transparent 72%);
  border-radius: 0 18px 0 0
}

.ctus .form-ttl {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a14;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.ctus .form-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a3a;
  margin: 0 0 36px
}

.ctus .form-body {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

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

.ctus .fld-lbl {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #2a3a1e;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ctus .fld input,
.ctus .fld select,
.ctus .fld textarea {
  font-size: 14px;
  line-height: 1.6;
  color: #1e2a14;
  background: #fff;
  border: 1.5px solid #ABCEA5;
  border-radius: 11px;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  box-shadow: inset 0 2px 4px #85944b0f;
  appearance: none;
  -webkit-appearance: none
}

.ctus .fld input::placeholder,
.ctus .fld textarea::placeholder {
  font-style: italic;
  opacity: .55;
  color: #4a5a3a
}

.ctus .fld input:focus,
.ctus .fld select:focus,
.ctus .fld textarea:focus {
  border-color: #85944B;
  box-shadow: inset 0 2px 4px #85944b0f 0 0 0 3px #85944b1f
}

.ctus .fld select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2385944B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 36px
}

.ctus .fld textarea {
  resize: vertical;
  min-height: 100px
}

.ctus .fld--full {
  grid-column: 1 / -1
}

.ctus .consent-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px
}

.ctus .consent-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #85944B;
  margin-top: 2px;
  cursor: pointer
}

.ctus .consent-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a3a
}

.ctus .consent-txt a {
  color: #85944B;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .4s ease-in-out
}

.ctus .consent-txt a:hover {
  opacity: .7
}

.ctus .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px 1px #85944b14;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  align-self: flex-start
}

.ctus .submit-btn:hover {
  background: #6b7a3a;
  box-shadow: 0 9px 40px 1px #85944b1a;
  transform: translateY(-2px)
}

.ctus .submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px 1px #85944b0d
}

.ctus .submit-btn:focus-visible {
  outline: 3px solid #85944B;
  outline-offset: 3px
}

.ctus .btn-check {
  display: none;
  width: 16px;
  height: 16px
}

.ctus .submit-btn:focus .btn-check {
  display: block
}

.ctus .method-blk {
  padding: 72px 0;
  background: #E8EEE6;
  position: relative
}

.ctus .method-blk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(120deg, #85944B 0%, #ABCEA5 55%, #E8EEE6 100%)
}

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

.ctus .method-right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ctus .method-ttl {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a14;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.ctus .method-body {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4a2e;
  margin: 0
}

.ctus .channel-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ch-count
}

.ctus .channel-list li {
  counter-increment: ch-count;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 3px 6px 1px #85944b0d;
  position: relative;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .4s ease-in-out
}

.ctus .channel-list li:nth-child(odd) {
  background: #fff
}

.ctus .channel-list li:nth-child(even) {
  background: #abcea526
}

.ctus .channel-list li:hover {
  box-shadow: 0 4px 20px 1px #85944b14;
  transform: translateX(4px)
}

.ctus .ch-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px
}

.ctus .ch-ico {
  width: 36px;
  height: 36px;
  background: #E8EEE6;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctus .ch-ico svg {
  width: 18px;
  height: 18px
}

.ctus .ch-meta {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .ch-name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a14;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ctus .ch-detail {
  font-size: 14px;
  line-height: 1.6;
  color: #5a6a4a
}

.ctus .ch-detail a {
  color: #85944B;
  text-decoration: none;
  transition: opacity .4s ease-in-out
}

.ctus .ch-detail a:hover {
  opacity: .7
}

.ctus .addr-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 4px 20px 1px #85944b14;
  position: relative;
  overflow: hidden
}

.ctus .addr-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 28%, #abcea533 29%, #abcea533 31%, transparent 32%), linear-gradient(0deg, transparent 28%, #abcea533 29%, #abcea533 31%, transparent 32%), linear-gradient(90deg, transparent 48%, #abcea51f 49%, #abcea51f 51%, transparent 52%), linear-gradient(0deg, transparent 48%, #abcea51f 49%, #abcea51f 51%, transparent 52%);
  border-radius: 0 0 0 18px
}

.ctus .addr-ttl {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #85944B;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0 0 16px
}

.ctus .addr-name {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a14;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .03em
}

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

.ctus .addr-line {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a3a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.ctus .addr-dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: #ABCEA5;
  border-radius: 6px;
  margin-top: 8px
}

.ctus .img-tex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .04;
  filter: grayscale(1);
  pointer-events: none;
  border-radius: 18px
}

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

.ctus .col-anim--1 {
  animation-delay: .1s
}

.ctus .col-anim--2 {
  animation-delay: .28s
}

.ctus .col-anim--3 {
  animation-delay: .46s
}

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

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

  .ctus .method-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ctus .method-right {
    order: -1
  }

  .ctus .reach-heading {
    font-size: 52px
  }
}

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

  .ctus .reach-blk {
    padding: 36px 0
  }

  .ctus .method-blk {
    padding: 36px 0
  }

  .ctus .reach-heading {
    font-size: 24px;
    line-height: 1.3
  }

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

  .ctus .form-card {
    padding: 16px
  }

  .ctus .addr-card {
    padding: 16px
  }
}

@media (max-width: 360px) {
  .ctus .reach-heading {
    font-size: 24px
  }

  .ctus .submit-btn {
    padding: 16px;
    width: 100%;
    justify-content: center
  }
}

.bse {
  display: block;
  width: 100%;
  overflow-x: clip
}

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

@keyframes riseUp {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

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

.bse .anim-rise {
  animation: riseUp .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.bse .anim-rise--d1 {
  animation-delay: .08s
}

.bse .anim-rise--d2 {
  animation-delay: .18s
}

.bse .anim-rise--d3 {
  animation-delay: .28s
}

.bse .anim-rise--d4 {
  animation-delay: .38s
}

.bse .ttl {
  background: #fff;
  padding: 72px 0 36px;
  position: relative
}

.bse .ttl__frame {
  position: relative;
  border: 1px solid #ABCEA5;
  border-radius: 18px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 36px;
  align-items: stretch
}

.bse .ttl__frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px dashed #ABCEA5;
  border-radius: 11px;
  pointer-events: none
}

.bse .ttl__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding-right: 16px
}

.bse .ttl__eyebrow {
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.bse .ttl__h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e2a12;
  margin: 0
}

.bse .ttl__h1 span {
  display: block;
  color: #85944B
}

.bse .ttl__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4228;
  max-width: 560px;
  margin: 0
}

.bse .ttl__meta {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  margin-top: 8px
}

.bse .ttl__stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.bse .ttl__stat-num {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #85944B
}

.bse .ttl__stat-lbl {
  font-size: 14px;
  line-height: 1.3;
  color: #5a6a35
}

.bse .ttl__img-col {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  min-height: 320px
}

.bse .ttl__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 11px
}

.bse .ttl__leak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 10% 10%, #abcea573 0%, transparent 55%);
  pointer-events: none;
  border-radius: 11px
}

.bse .val {
  background: linear-gradient(158deg, #E8EEE6 0%, #f5f8f0 40%, #edf3e8 100%);
  padding: 72px 0;
  position: relative
}

.bse .val__top {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 36px
}

.bse .val__hdg {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a12;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 16px
}

.bse .val__lead {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4228;
  margin: 0
}

.bse .val__aside {
  background: #85944B;
  border-radius: 18px;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  box-shadow: 0 9px 40px 1px #85944b1a
}

.bse .val__aside-num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff
}

.bse .val__aside-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #E8EEE6
}

.bse .val__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.bse .val__card {
  background: #fff;
  border-radius: 18px;
  padding: 36px 16px;
  box-shadow: 0 4px 20px 1px #85944b14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .val__card:hover {
  box-shadow: 0 9px 40px 1px #85944b1a
}

.bse .val__card-idx {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #ABCEA5
}

.bse .val__card:nth-child(even) .val__card-idx {
  color: #85944B
}

.bse .val__card-hdg {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a12;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0
}

.bse .val__card-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4228;
  margin: 0
}

.bse .val__img-row {
  margin-top: 36px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/6;
  box-shadow: 0 3px 6px 1px #85944b0d
}

.bse .val__img-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

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

.bse .sup {
  background: #fff;
  padding: 72px 0
}

.bse .sup__layout {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 36px;
  align-items: start
}

.bse .sup__left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .sup__img {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 20px 1px #85944b14
}

.bse .sup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.bse .sup__person {
  background: #E8EEE6;
  border-radius: 11px;
  padding: 16px
}

.bse .sup__person-name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a12;
  margin: 0 0 4px
}

.bse .sup__person-role {
  font-size: 14px;
  line-height: 1.3;
  color: #5a6a35;
  margin: 0
}

.bse .sup__right {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.bse .sup__hdg {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a12;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0
}

.bse .sup__body {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4228;
  margin: 0
}

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

.bse .sup__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 11px;
  background: #E8EEE6;
  transition: background .45s ease-in-out;
  position: relative;
  overflow: hidden
}

.bse .sup__item:nth-child(even) {
  background: #f0f5ee
}

.bse .sup__item-lbl {
  position: absolute;
  left: -120px;
  top: 0;
  bottom: 0;
  width: 110px;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 11px 11px 0;
  transition: left .45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none
}

.bse .sup__item:hover .sup__item-lbl {
  left: 0
}

.bse .sup__item:hover {
  background: #dde8d7
}

.bse .sup__item-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.bse .sup__item-icon i {
  font-size: 24px;
  color: #85944B
}

.bse .sup__item-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.bse .sup__item-title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2a12
}

.bse .sup__item-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4228;
  margin: 0
}

.bse .rep {
  background: linear-gradient(172deg, #1e2a12 0%, #2e3d1a 55%, #3a4d20 100%);
  padding: 72px 0;
  position: relative
}

.bse .rep__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 340px;
  background: radial-gradient(ellipse at 80% 20%, #abcea51f 0%, transparent 65%), radial-gradient(ellipse at 20% 80%, #85944b1a 0%, transparent 55%);
  pointer-events: none;
  border-radius: 0 0 0 46px
}

.bse .rep__hdg {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #E8EEE6;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 16px
}

.bse .rep__sub {
  font-size: 14px;
  line-height: 1.6;
  color: #ABCEA5;
  max-width: 640px;
  margin: 0 0 36px
}

.bse .rep__cols {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 36px;
  align-items: start
}

.bse .rep__refs {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .rep__ref {
  border-radius: 18px;
  background: #e8eee612;
  border: 1px solid #abcea52e;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .rep__ref:hover {
  background: #e8eee61f
}

.bse .rep__ref-quote {
  font-size: 14px;
  line-height: 1.9;
  color: #E8EEE6;
  margin: 0
}

.bse .rep__ref-who {
  font-size: 14px;
  line-height: 1.3;
  color: #ABCEA5;
  font-weight: 600
}

.bse .rep__aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .rep__badge {
  background: #85944b40;
  border: 1px solid #85944b66;
  border-radius: 18px;
  padding: 36px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center
}

.bse .rep__badge-val {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #ABCEA5
}

.bse .rep__badge-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #E8EEE6
}

.bse .rep__img {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 9px 40px 1px #85944b1a
}

.bse .rep__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.bse .rep__assoc {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px
}

.bse .rep__tag {
  background: #abcea51f;
  border: 1px solid #abcea547;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.3;
  color: #ABCEA5;
  white-space: nowrap
}

@media (max-width: 1024px) {
  .bse .ttl__frame {
    grid-template-columns: 1fr 180px
  }

  .bse .ttl__h1 {
    font-size: 52px
  }

  .bse .val__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bse .rep__cols {
    grid-template-columns: 1fr
  }

  .bse .rep__aside {
    flex-direction: row;
    flex-wrap: wrap
  }

  .bse .rep__badge {
    flex: 1;
    min-width: 140px
  }

  .bse .rep__img {
    flex: 1;
    min-width: 200px
  }
}

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

  .bse .ttl {
    padding: 36px 0 16px
  }

  .bse .ttl__frame {
    grid-template-columns: 1fr;
    padding: 16px
  }

  .bse .ttl__img-col {
    min-height: 200px
  }

  .bse .ttl__h1 {
    font-size: 52px
  }

  .bse .ttl__meta {
    gap: 16px
  }

  .bse .val {
    padding: 36px 0
  }

  .bse .val__top {
    grid-template-columns: 1fr
  }

  .bse .val__grid {
    grid-template-columns: 1fr
  }

  .bse .sup {
    padding: 36px 0
  }

  .bse .sup__layout {
    grid-template-columns: 1fr
  }

  .bse .sup__left {
    flex-direction: row;
    align-items: center
  }

  .bse .sup__img {
    width: 120px;
    flex-shrink: 0
  }

  .bse .rep {
    padding: 36px 0
  }

  .bse .rep__cols {
    grid-template-columns: 1fr
  }

  .bse .rep__assoc {
    gap: 8px
  }
}

@media (max-width: 360px) {
  .bse .ttl__h1 {
    font-size: 24px
  }

  .bse .ttl__frame {
    grid-template-columns: 1fr
  }

  .bse .val__aside-num {
    font-size: 24px
  }
}

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

.gds__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px
}

@keyframes diagSlideIn {
  from {
    opacity: 0;
    transform: translate(-28px, 28px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

@keyframes diagSlideInRight {
  from {
    opacity: 0;
    transform: translate(28px, -28px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.gds__band {
  position: relative;
  background: #fff;
  padding: 72px 0 36px;
  border-top: 4px solid #85944B
}

.gds__band-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px
}

.gds__band-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  animation: diagSlideIn .5s cubic-bezier(0.16, 1, 0.3, 1) both
}

.gds__band-img {
  flex: 0 0 48%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  animation: diagSlideInRight .55s cubic-bezier(0.16, 1, 0.3, 1) .1s both;
  box-shadow: 0 9px 40px 1px #85944b1a
}

.gds__band-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3
}

.gds__band-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #1e230f61 0%, transparent 55%);
  pointer-events: none
}

.gds__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  pointer-events: none;
  overflow: hidden
}

.gds__deco svg {
  display: block;
  width: 100%;
  height: 18px
}

.gds__kicker {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #85944B
}

.gds__h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e2310;
  margin: 0
}

.gds__h1 span {
  font-weight: 700;
  color: #85944B
}

.gds__sub {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4020;
  max-width: 440px
}

.gds__metrics {
  display: flex;
  flex-direction: row;
  gap: 36px;
  margin-top: 8px
}

.gds__metric {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.gds__metric-num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #85944B
}

.gds__metric-lbl {
  font-size: 14px;
  line-height: 1.3;
  color: #3a4020;
  font-weight: 500
}

.gds__body {
  background: #E8EEE6;
  position: relative;
  padding: 72px 0
}

.gds__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #85944B 0%, #ABCEA5 100%);
  pointer-events: none
}

.gds__body-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.gds__body-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 36px
}

.gds__body-htxt {
  flex: 1 1 0
}

.gds__h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e2310;
  margin: 0 0 8px
}

.gds__h2 strong {
  font-weight: 700
}

.gds__body-note {
  flex: 0 0 260px;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4020;
  padding: 16px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 3px 6px 1px #85944b0d
}

.gds__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0
}

.gds__list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 3px 6px 1px #85944b0d;
  transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), background .38s ease-in-out;
  position: relative
}

.gds__list li:hover {
  box-shadow: 0 4px 20px 1px #85944b14;
  background: #f5f8f2
}

.gds__list li:nth-child(odd) .gds__num {
  background: #85944B;
  color: #fff
}

.gds__list li:nth-child(even) .gds__num {
  background: #ABCEA5;
  color: #1e2310
}

.gds__num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1
}

.gds__item-body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.gds__item-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.gds__item-tag {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  color: #85944B;
  letter-spacing: .06em
}

.gds__item-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #1e2310;
  margin: 0;
  position: relative;
  display: inline
}

.gds__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #85944B;
  border-radius: 6px;
  transition: width .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.gds__list li:hover .gds__item-title::after {
  width: 100%
}

.gds__item-p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4020;
  margin: 0
}

.gds__item-aside {
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  font-weight: 600;
  flex: 0 0 auto;
  align-self: center;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1.5px solid #ABCEA5;
  background: #E8EEE6;
  white-space: nowrap;
  transition: background .42s ease-in-out, border-color .42s ease-in-out
}

.gds__list li:hover .gds__item-aside {
  background: #ABCEA5;
  border-color: #85944B
}

.gds__mesh {
  position: relative;
  padding: 72px 0;
  background: #fff;
  overflow: hidden
}

.gds__mesh-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.gds__mesh-bg::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 20%;
  width: 420px;
  height: 420px;
  background: radial-gradient(ellipse at 30% 40%, #abcea538 0%, transparent 70%);
  border-radius: 46px
}

.gds__mesh-bg::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 10%;
  width: 340px;
  height: 340px;
  background: radial-gradient(ellipse at 70% 60%, #85944b1f 0%, transparent 68%);
  border-radius: 46px
}

.gds__mesh-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.gds__proof-row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.gds__proof-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.gds__proof-right {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.gds__h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e2310;
  margin: 0
}

.gds__h3 strong {
  font-weight: 700
}

.gds__proof-p {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4020;
  margin: 0
}

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

.gds__card {
  background: #E8EEE6;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 3px 6px 1px #85944b0d;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .48s cubic-bezier(0.16, 1, 0.3, 1)
}

.gds__card:hover {
  box-shadow: 0 4px 20px 1px #85944b14
}

.gds__card-name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2310
}

.gds__card-role {
  font-size: 14px;
  line-height: 1.3;
  color: #85944B;
  font-weight: 500
}

.gds__card-q {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4020;
  margin: 0
}

.gds__trust-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.gds__trust-item {
  flex: 1 1 160px;
  background: #E8EEE6;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 3px 6px 1px #85944b0d;
  transition: background .4s ease-in-out
}

.gds__trust-item:hover {
  background: #ABCEA5
}

.gds__trust-num {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #85944B
}

.gds__trust-lbl {
  font-size: 14px;
  line-height: 1.3;
  color: #1e2310;
  font-weight: 500
}

.gds__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  pointer-events: none;
  overflow: hidden
}

.gds__deco-top svg {
  display: block;
  width: 100%;
  height: 18px
}

@media (max-width: 1024px) {
  .gds__band-inner {
    flex-direction: column;
    gap: 36px
  }

  .gds__band-img {
    flex: 0 0 auto;
    height: 280px
  }

  .gds__band-img img {
    height: 280px;
    aspect-ratio: unset
  }

  .gds__proof-row {
    flex-direction: column
  }

  .gds__proof-right {
    flex: 0 0 auto;
    width: 100%
  }

  .gds__body-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .gds__body-note {
    flex: 0 0 auto;
    width: 100%
  }

  .gds__h1 {
    font-size: 52px
  }
}

@media (max-width: 640px) {
  .gds__band {
    padding: 36px 0
  }

  .gds__band-inner {
    padding: 0 16px;
    gap: 16px
  }

  .gds__h1 {
    font-size: 24px
  }

  .gds__metrics {
    gap: 16px
  }

  .gds__metric-num {
    font-size: 24px
  }

  .gds__body {
    padding: 36px 0
  }

  .gds__body-inner {
    padding: 0 16px
  }

  .gds__mesh {
    padding: 36px 0
  }

  .gds__mesh-inner {
    padding: 0 16px
  }

  .gds__list li {
    flex-direction: column;
    gap: 8px
  }

  .gds__item-aside {
    align-self: flex-start
  }

  .gds__trust-row {
    flex-direction: column
  }

  .gds__trust-num {
    font-size: 24px
  }
}

@media (max-width: 360px) {
  .gds__band-inner {
    padding: 0 8px
  }

  .gds__body-inner {
    padding: 0 8px
  }

  .gds__mesh-inner {
    padding: 0 8px
  }

  .gds__h1 {
    font-size: 24px
  }
}

.suc-pg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 36px;
  background: #E8EEE6
}

.suc-pg .suc-card {
  background: #fff;
  max-width: 640px;
  width: 100%;
  padding: 72px;
  border-radius: 18px;
  box-shadow: 0 9px 40px 1px #85944b1a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px
}

.suc-pg .suc-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.suc-pg .suc-icon .icon-circle {
  fill: none;
  stroke: #85944B;
  stroke-width: 2.5;
  stroke-dasharray: 226;
  stroke-dashoffset: 0;
  animation: suc-draw-circle .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.suc-pg .suc-icon .icon-check {
  fill: none;
  stroke: #85944B;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: suc-draw-check .45s cubic-bezier(0.16, 1, 0.3, 1) .4s forwards
}

@keyframes suc-draw-circle {
  from {
    stroke-dashoffset: 226
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes suc-draw-check {
  from {
    stroke-dashoffset: 60
  }

  to {
    stroke-dashoffset: 0
  }
}

.suc-pg .suc-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.suc-pg .suc-body .suc-title {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #2b2f1e;
  margin: 0;
  letter-spacing: -.5px
}

.suc-pg .suc-body .suc-sub {
  font-size: 24px;
  line-height: 1.6;
  color: #85944B;
  font-weight: 500;
  margin: 0
}

.suc-pg .suc-body .suc-note {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5030;
  margin: 0;
  max-width: 480px
}

.suc-pg .suc-divider {
  width: 48px;
  height: 2px;
  background: #ABCEA5;
  border-radius: 6px;
  flex-shrink: 0
}

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

.suc-pg .suc-actions .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #85944B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 16px 36px;
  border-radius: 11px;
  text-decoration: none;
  border: 2px solid #85944B;
  transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .5s ease-in-out;
  box-shadow: 0 4px 20px 1px #85944b14;
  cursor: pointer
}

.suc-pg .suc-actions .btn-prim:hover {
  background: #6e7b3c;
  border-color: #6e7b3c;
  box-shadow: 0 9px 40px 1px #85944b1a
}

.suc-pg .suc-actions .btn-prim:focus-visible {
  outline: 3px solid #ABCEA5;
  outline-offset: 3px
}

.suc-pg .suc-actions .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #85944B;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 16px 36px;
  border-radius: 11px;
  text-decoration: none;
  border: 2px solid #ABCEA5;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
  cursor: pointer
}

.suc-pg .suc-actions .btn-ghost:hover {
  background: #E8EEE6;
  border-color: #85944B
}

.suc-pg .suc-actions .btn-ghost:focus-visible {
  outline: 3px solid #85944B;
  outline-offset: 3px
}

.suc-pg .suc-meta {
  font-size: 14px;
  line-height: 1.6;
  color: #7a8555;
  margin: 0
}

.suc-pg .suc-meta a {
  color: #85944B;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.suc-pg .suc-meta a:hover {
  color: #6e7b3c
}

@media (max-width: 640px) {
  .suc-pg {
    padding: 36px 16px
  }

  .suc-pg .suc-card {
    padding: 36px 16px;
    gap: 16px;
    border-radius: 11px
  }

  .suc-pg .suc-body .suc-title {
    font-size: 24px
  }

  .suc-pg .suc-body .suc-sub {
    font-size: 14px
  }

  .suc-pg .suc-actions {
    flex-direction: column;
    width: 100%
  }

  .suc-pg .suc-actions .btn-prim,
  .suc-pg .suc-actions .btn-ghost {
    width: 100%;
    justify-content: center
  }
}

@media (max-width: 360px) {
  .suc-pg .suc-card {
    padding: 36px 8px
  }
}