html {
  box-sizing: border-box
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh
}

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

.zq-header {
  position: relative;
  background: linear-gradient(160deg, #fff 0%, #D3DFC3 60%, #9BBC22 100%);
  border-bottom: 3px solid #9BBC22;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  padding: 24px 24px 0;
  font-family: 'Lora', Georgia, serif;
  overflow: hidden
}

.zq-header__decor {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 180px;
  height: 180px;
  border-radius: 0 0 0 36px;
  background: #9bbc221f;
  pointer-events: none
}

.zq-header__decor-two {
  position: absolute;
  bottom: 0;
  left: -12px;
  width: 90px;
  height: 90px;
  border-radius: 0 36px 0 0;
  background: #d3dfc359;
  pointer-events: none
}

.zq-header__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.zq-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 8px 0
}

.zq-brand__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #D3DFC3;
  box-shadow: -1px 3px 6px 1px #9bbc220d -1px 4px 14px 1px #9bbc2214;
  flex-shrink: 0
}

.zq-brand__card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.zq-brand__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.zq-brand__name {
  font-family: 'Lora', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a2800;
  text-decoration: none;
  border-bottom: 3px solid #9BBC22;
  padding-bottom: 4px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.zq-brand__name:hover {
  color: #5a7200;
  border-color: #D3DFC3;
  border-radius: 0 0 4px 4px
}

.zq-brand__tagline {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #3d4a20;
  line-height: 1.6;
  letter-spacing: .01em
}

.zq-nav {
  width: 100%
}

.zq-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border-top: 2px solid #9bbc2240;
  padding-top: 12px;
  padding-bottom: 12px
}

.zq-nav__item {
  display: flex
}

.zq-nav__link {
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2c3a10;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid transparent;
  background: #ffffff8c;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1), border-radius .25s cubic-bezier(0.0, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.zq-nav__link:hover {
  background: #fff;
  border-color: #9BBC22;
  border-radius: 4px;
  color: #3d5500
}

.zq-nav__link:focus-visible {
  outline: 2px solid #9BBC22;
  outline-offset: 3px
}

@media (max-width: 768px) {
  .zq-header {
    padding: 24px 12px 0
  }

  .zq-nav__link {
    font-size: 15px;
    padding: 8px 12px
  }
}

@media (max-width: 320px) {
  .zq-brand__name {
    font-size: 20px
  }

  .zq-nav__list {
    gap: 4px
  }

  .zq-nav__link {
    padding: 8px
  }
}

.zq-footer {
  font-family: 'Lora', Georgia, serif;
  background: #E5E5CE;
  border-top: 3px solid #9BBC22;
  padding: 72px 24px 36px;
  box-shadow: -1px 8px 52px 1px #9bbc221c inset
}

.zq-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px
}

.zq-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.zq-footer__logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #9BBC22;
  box-shadow: -1px 3px 6px 1px #9bbc220d -1px 4px 14px 1px #9bbc2214;
  display: flex;
  align-items: center;
  justify-content: center
}

.zq-footer__logo-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.zq-footer__brand-name {
  font-size: 20px;
  font-weight: 700;
  color: #2c3a10;
  letter-spacing: -.01em;
  line-height: 1.1
}

.zq-footer__frame {
  border: 3px solid #9BBC22;
  border-radius: 12px;
  padding: 24px 36px;
  background: #fff9;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 640px
}

.zq-footer__nav-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #5a7200;
  text-transform: uppercase;
  line-height: 1.1;
  border-bottom: 2px solid #D3DFC3;
  padding-bottom: 8px;
  width: 100%;
  text-align: center
}

.zq-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px
}

.zq-footer__links li {
  display: flex
}

.zq-footer__link {
  font-size: 15px;
  font-weight: 600;
  color: #2c3a10;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  border: 2px solid #D3DFC3;
  background: #ffffffb3;
  min-height: 44px;
  display: flex;
  align-items: center;
  line-height: 1.6;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), border-radius .28s cubic-bezier(0.0, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.zq-footer__link:hover {
  border-color: #9BBC22;
  border-radius: 20px;
  background: #fff;
  color: #3d5500
}

.zq-footer__link:focus-visible {
  outline: 2px solid #9BBC22;
  outline-offset: 3px
}

.zq-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.zq-footer__contact-item {
  font-size: 15px;
  color: #3d4a20;
  line-height: 1.6;
  text-align: center
}

.zq-footer__contact-item a {
  color: #3d5500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.zq-footer__contact-item a:hover {
  color: #9BBC22
}

.zq-footer__contact-item a:focus-visible {
  outline: 2px solid #9BBC22;
  outline-offset: 2px;
  border-radius: 4px
}

.zq-footer__divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #D3DFC3, #9BBC22, #D3DFC3);
  border-radius: 4px
}

.zq-footer__copy {
  font-size: 15px;
  color: #4a5a28;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .01em
}

@media (max-width: 768px) {
  .zq-footer {
    padding: 36px 12px 24px
  }

  .zq-footer__frame {
    padding: 24px 12px
  }
}

@media (max-width: 320px) {
  .zq-footer__link {
    font-size: 15px;
    padding: 8px 12px
  }
}

.ck-popup {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 2000;
  width: 320px;
  max-width: calc(100vw - 48px);
  background: #fff;
  border: 3px solid #9BBC22;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 8px 52px 1px #9bbc221c;
  font-family: 'Lora', Georgia, serif;
  display: none;
  transform: translateY(32px);
  opacity: 0;
  transition: transform .38s cubic-bezier(0.0, 0, 0.2, 1), opacity .38s cubic-bezier(0.0, 0, 0.2, 1)
}

.ck-popup.visible {
  transform: translateY(0);
  opacity: 1
}

.ck-popup__head {
  font-size: 17px;
  font-weight: 700;
  color: #2c3a10;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -.01em
}

.ck-popup__body {
  font-size: 15px;
  color: #3d4a20;
  line-height: 1.6;
  margin-bottom: 24px
}

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

.ck-popup__btn {
  flex: 1;
  min-width: 100px;
  min-height: 44px;
  font-family: 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  background: transparent;
  padding: 8px 12px;
  line-height: 1.6;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1), border-radius .25s cubic-bezier(0.0, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-popup__btn--accept {
  border: 2px solid #9BBC22;
  color: #3d5500
}

.ck-popup__btn--accept:hover {
  background: #9BBC22;
  color: #fff;
  border-radius: 20px
}

.ck-popup__btn--accept:focus-visible {
  outline: 2px solid #9BBC22;
  outline-offset: 3px
}

.ck-popup__btn--decline {
  border: 2px solid #D3DFC3;
  color: #4a5a28
}

.ck-popup__btn--decline:hover {
  background: #E5E5CE;
  border-color: #9BBC22;
  border-radius: 20px
}

.ck-popup__btn--decline:focus-visible {
  outline: 2px solid #9BBC22;
  outline-offset: 3px
}

.policy-data {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 36px
}

.policy-data h1 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2000;
  margin-bottom: 36px;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 3px solid #9BBC22
}

.policy-data h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: #1b2000;
  margin-top: 72px;
  margin-bottom: 24px
}

.policy-data h3 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b2000;
  margin-top: 36px;
  margin-bottom: 12px
}

.policy-data h4 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #1b2000;
  margin-top: 24px;
  margin-bottom: 8px
}

.policy-data h5 {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2a3300;
  margin-top: 24px;
  margin-bottom: 8px
}

.policy-data h6 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2a3300;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.policy-data p {
  font-size: 17px;
  line-height: 1.6;
  color: #2a3300;
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 72ch
}

.policy-data ul,
.policy-data ol {
  font-size: 17px;
  line-height: 1.6;
  color: #2a3300;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 36px;
  max-width: 72ch
}

.policy-data ul {
  list-style-type: disc
}

.policy-data ol {
  list-style-type: decimal
}

.policy-data li {
  margin-bottom: 8px;
  padding-left: 4px
}

.policy-data li:last-child {
  margin-bottom: 0
}

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

.policy-data em,
.policy-data i {
  font-style: italic;
  color: inherit
}

.policy-data a {
  color: #5a7200;
  text-decoration: underline;
  text-decoration-color: #9BBC22;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .25s cubic-bezier(0.0, 0, 0.2, 1);
  border-radius: 4px
}

.policy-data a:hover {
  color: #3d5000;
  text-decoration-color: #3d5000;
  border-radius: 0
}

.policy-data a:focus-visible {
  outline: 2px solid #9BBC22;
  outline-offset: 2px;
  border-radius: 4px
}

.policy-data table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  border-radius: 12px;
  overflow: hidden
}

.policy-data thead {
  background-color: #D3DFC3
}

.policy-data thead th {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .03em;
  color: #1b2000;
  text-align: left;
  padding: 12px 24px;
  font-weight: 700;
  border-bottom: 2px solid #9BBC22
}

.policy-data tbody tr {
  border-bottom: 1px solid #D3DFC3;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.policy-data tbody tr:hover {
  background-color: #E5E5CE
}

.policy-data td {
  padding: 12px 24px;
  color: #2a3300;
  vertical-align: top
}

.policy-data hr {
  border: none;
  border-top: 2px solid #D3DFC3;
  margin-top: 36px;
  margin-bottom: 36px;
  max-width: 100%
}

@media (max-width: 768px) {
  .policy-data {
    padding: 36px 24px
  }

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

  .policy-data h2 {
    font-size: 26px;
    margin-top: 36px
  }

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

  .policy-data table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0
  }

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

@media (max-width: 320px) {
  .policy-data {
    padding: 24px 12px
  }

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

  .policy-data h2 {
    font-size: 20px
  }

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

  .policy-data thead th,
  .policy-data td {
    padding: 8px 12px
  }
}

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

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

@keyframes desat-cycle {
  0% {
    filter: saturate(1)
  }

  50% {
    filter: saturate(0.15)
  }

  100% {
    filter: saturate(1)
  }
}

.strt .tb {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #fff;
  position: relative
}

.strt .tb-strip {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 36px;
  border-radius: 12px;
  position: relative
}

.strt .tb-strip img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  mix-blend-mode: multiply;
  filter: saturate(0.7) brightness(1.05)
}

.strt .tb-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, #9bbc222e 0%, #d3dfc347 60%, transparent 100%);
  pointer-events: none
}

.strt .tb-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  align-items: start;
  position: relative
}

.strt .tb-dot-bg {
  position: absolute;
  inset: -24px -24px -24px -24px;
  background-image: radial-gradient(circle, #9BBC22 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: .12;
  pointer-events: none;
  border-radius: 12px;
  z-index: 0
}

.strt .tb-left {
  position: relative;
  z-index: 1
}

.strt .tb-right {
  position: relative;
  z-index: 1
}

.strt .tb-tag {
  display: inline-block;
  border: 1.5px solid #9BBC22;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 15px;
  color: #3a4a10;
  letter-spacing: .04em;
  margin-bottom: 24px
}

.strt .tb-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #1a2800;
  font-weight: 900;
  margin-bottom: 0
}

.strt .tb-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #3d4f1a;
  margin-bottom: 36px;
  margin-top: 0
}

.strt .tb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #3a4a10;
  text-decoration: none;
  border-bottom: 2px solid #9BBC22;
  padding-bottom: 4px;
  transition: border-radius .18s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.strt .tb-link:hover {
  border-radius: 4px;
  color: #9BBC22
}

.strt .tb-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

@media (max-width: 768px) {
  .strt .tb-body {
    grid-template-columns: 1fr
  }

  .strt .tb-h1 {
    font-size: 36px
  }

  .strt .tb-strip {
    height: 120px
  }
}

.strt .div-tri {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
  background: #fff
}

.strt .div-tri svg {
  width: 14px;
  height: 14px
}

.strt .ltv {
  background: linear-gradient(173deg, #f4f7ee 0%, #eef2e4 55%, #f9faf5 100%);
  padding-top: 72px;
  padding-bottom: 72px;
  animation: desat-cycle 14s ease-in-out infinite
}

.strt .ltv-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 72px;
  align-items: center
}

.strt .ltv-text h2 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #1a2800;
  font-weight: 900;
  margin-bottom: 24px;
  text-align: center
}

.strt .ltv-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #3d4f1a;
  margin-bottom: 24px;
  text-align: left
}

.strt .ltv-metrics {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.strt .ltv-metric {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  position: relative;
  overflow: hidden;
  transition: border-radius .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .ltv-metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #9BBC22, #D3DFC3);
  border-radius: 20px 20px 0 0
}

.strt .ltv-metric:hover {
  border-radius: 4px;
  box-shadow: -1px 8px 52px 1px #9bbc221c
}

.strt .ltv-metric-num {
  font-size: 36px;
  font-weight: 900;
  color: #9BBC22;
  line-height: 1.1;
  letter-spacing: -.02em
}

.strt .ltv-metric-label {
  font-size: 15px;
  color: #4a5f1e;
  line-height: 1.6;
  margin-top: 4px
}

.strt .ltv-img-wrap {
  display: none
}

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

  .strt .ltv-metrics {
    flex-direction: row;
    flex-wrap: wrap
  }

  .strt .ltv-metric {
    flex: 1 1 160px
  }
}

@media (max-width: 768px) {
  .strt .ltv-text h2 {
    font-size: 36px
  }

  .strt .ltv-metrics {
    flex-direction: column
  }
}

.strt .div-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #D3DFC3 30%, #9BBC22 50%, #D3DFC3 70%, transparent)
}

.strt .env {
  background-color: #1e2d06;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden
}

.strt .env::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 2px solid #9bbc2226;
  border-radius: 20px;
  pointer-events: none
}

.strt .env::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 320px;
  height: 320px;
  border: 2px solid #9bbc2214;
  border-radius: 20px;
  pointer-events: none
}

.strt .env-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 48px
}

.strt .env-head {
  text-align: center;
  margin-bottom: 12px
}

.strt .env-head h2 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #D3DFC3;
  font-weight: 900;
  margin-bottom: 12px
}

.strt .env-head p {
  font-size: 17px;
  line-height: 1.6;
  color: #9BBC22;
  max-width: 560px;
  margin: 0 auto
}

.strt .env-card {
  background: #9bbc2212;
  border: 1px solid #9bbc2233;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), border-radius .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .env-card:hover {
  background: #9bbc2224;
  border-radius: 36px
}

.strt .env-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 24px;
  display: block;
  filter: saturate(0.75) brightness(0.9)
}

.strt .env-card h4 {
  font-size: 20px;
  font-weight: 900;
  color: #D3DFC3;
  letter-spacing: -.01em;
  line-height: 1.1;
  margin-bottom: 12px
}

.strt .env-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #a8bc7a
}

.strt .env-card-stripe {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: repeating-linear-gradient(173deg, #9bbc2200 0px, #9bbc2200 18px, #9bbc2212 18px, #9bbc2212 20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .env-card:hover .env-card-stripe {
  opacity: 1
}

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

@media (max-width: 768px) {
  .strt .env-grid {
    grid-template-columns: 1fr
  }

  .strt .env-head h2 {
    font-size: 36px
  }
}

.strt .div-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
  background: #fff
}

.strt .div-dots span {
  display: block;
  border-radius: 0
}

.strt .div-dots span:nth-child(1) {
  width: 6px;
  height: 6px;
  background: #D3DFC3
}

.strt .div-dots span:nth-child(2) {
  width: 10px;
  height: 10px;
  background: #9BBC22
}

.strt .div-dots span:nth-child(3) {
  width: 6px;
  height: 6px;
  background: #D3DFC3
}

.strt .gap-sec {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px
}

.strt .gap-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start
}

.strt .gap-visual {
  position: relative
}

.strt .gap-img-a {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  filter: saturate(0.8)
}

.strt .gap-img-b {
  width: 70%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: -1px 8px 52px 1px #9bbc221c;
  filter: saturate(0.65);
  position: absolute;
  bottom: -36px;
  right: -12px;
  border: 4px solid #fff
}

.strt .gap-text {
  padding-top: 12px
}

.strt .gap-text h2 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #1a2800;
  font-weight: 900;
  margin-bottom: 24px;
  text-align: center
}

.strt .gap-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #3d4f1a;
  margin-bottom: 24px
}

.strt .gap-trail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px
}

.strt .gap-step {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.strt .gap-dot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding-top: 4px
}

.strt .gap-dot {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #D3DFC3;
  border: 2px solid #9BBC22;
  flex-shrink: 0;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .gap-step:hover .gap-dot {
  background: #9BBC22
}

.strt .gap-dot-line {
  width: 2px;
  height: 24px;
  background: linear-gradient(to bottom, #9BBC22, #D3DFC3);
  margin-top: 4px
}

.strt .gap-step:last-child .gap-dot-line {
  display: none
}

.strt .gap-step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3d4f1a
}

.strt .gap-step-text strong {
  color: #1a2800;
  font-weight: 700
}

@media (max-width: 1024px) {
  .strt .gap-inner {
    grid-template-columns: 1fr;
    gap: 72px
  }

  .strt .gap-visual {
    padding-bottom: 36px
  }
}

@media (max-width: 768px) {
  .strt .gap-text h2 {
    font-size: 36px
  }

  .strt .gap-img-b {
    position: static;
    width: 100%;
    height: 160px;
    margin-top: 12px;
    border-radius: 12px
  }
}

@media (max-width: 320px) {
  .strt .tb-h1 {
    font-size: 26px
  }

  .strt .pg-bound {
    padding-left: 12px;
    padding-right: 12px
  }
}

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

.abt-us .pg-bound {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-us .divider-tick {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  max-width: 1320px;
  margin: 0 auto
}

.abt-us .divider-tick::before,
.abt-us .divider-tick::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #9BBC22;
  position: relative
}

.abt-us .tick-group {
  display: flex;
  gap: 24px;
  align-items: center
}

.abt-us .tick-group span {
  display: block;
  width: 1px;
  height: 8px;
  background: #9BBC22;
  opacity: .5
}

.abt-us .panoramic {
  padding: 72px 0 36px;
  background: #fff;
  position: relative
}

.abt-us .panoramic__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-us .panoramic__deco::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 40px;
  width: 180px;
  height: 1px;
  background: #9BBC22;
  opacity: .18;
  transform: rotate(173deg);
  transform-origin: right center
}

.abt-us .panoramic__deco::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 20px;
  width: 120px;
  height: 1px;
  background: #9BBC22;
  opacity: .12;
  transform: rotate(173deg);
  transform-origin: right center
}

.abt-us .pano-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end
}

.abt-us .pano-text {
  padding-bottom: 12px
}

.abt-us .pano-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .08em;
  color: #9BBC22;
  border: 1px solid #9BBC22;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 24px;
  line-height: 1.6
}

.abt-us .pano-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #1a1200;
  font-weight: 900;
  margin: 0 0 24px
}

.abt-us .pano-h1 em {
  font-style: normal;
  background: linear-gradient(173deg, #9BBC22 30%, #D3DFC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.abt-us .pano-sub {
  font-size: 20px;
  line-height: 1.6;
  color: #2e2e1a;
  max-width: 480px
}

.abt-us .pano-img-col {
  position: relative
}

.abt-us .pano-img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 52px 1px #9bbc221c;
  position: relative
}

.abt-us .pano-img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .pano-img-frame:hover img {
  transform: scale(1.03)
}

.abt-us .pano-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, #9bbc222e 0%, #ffffff14 60%);
  border-radius: 20px;
  pointer-events: none
}

.abt-us .pano-stat-row {
  display: flex;
  gap: 24px;
  margin-top: 36px
}

.abt-us .pano-stat {
  border-top: 2px solid #9BBC22;
  padding-top: 12px;
  flex: 1
}

.abt-us .pano-stat__num {
  font-size: 36px;
  font-weight: 900;
  color: #1a1200;
  line-height: 1.1;
  letter-spacing: -.02em
}

.abt-us .pano-stat__lbl {
  font-size: 15px;
  color: #5a5a3a;
  line-height: 1.6;
  margin-top: 4px
}

.abt-us .team-section {
  padding: 72px 0;
  background: linear-gradient(173deg, #E5E5CE 0%, #f7f7ee 55%, #D3DFC3 100%);
  position: relative
}

.abt-us .team-section .geo-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.abt-us .team-section .geo-bg::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 60px;
  width: 18px;
  height: 18px;
  border: 1px solid #9BBC22;
  opacity: .15;
  transform: rotate(30deg);
  border-radius: 4px
}

.abt-us .team-section .geo-bg::after {
  content: '';
  position: absolute;
  bottom: 80px;
  right: 120px;
  width: 12px;
  height: 12px;
  background: #9BBC22;
  opacity: .1;
  border-radius: 0
}

.abt-us .geo-dot1 {
  position: absolute;
  top: 160px;
  right: 60px;
  width: 8px;
  height: 8px;
  border: 1px solid #9BBC22;
  opacity: .13;
  border-radius: 0;
  pointer-events: none
}

.abt-us .geo-dot2 {
  position: absolute;
  bottom: 40px;
  left: 200px;
  width: 14px;
  height: 14px;
  border: 1px solid #9BBC22;
  opacity: .1;
  border-radius: 4px;
  transform: rotate(45deg);
  pointer-events: none
}

.abt-us .team-top {
  text-align: center;
  margin-bottom: 72px
}

.abt-us .team-top h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #1a1200;
  margin: 0 0 12px
}

.abt-us .team-top p {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a1e;
  max-width: 560px;
  margin: 0 auto;
  text-align: left
}

.abt-us .team-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: start
}

.abt-us .team-featured {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .member-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), border-radius .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt-us .member-card:hover {
  box-shadow: -1px 8px 52px 1px #9bbc221c;
  border-radius: 12px
}

.abt-us .member-card.tall {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr
}

.abt-us .member-img {
  position: relative;
  overflow: hidden
}

.abt-us .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .member-card.tall .member-img img {
  height: 320px;
  min-height: unset
}

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

.abt-us .member-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.abt-us .member-body h4 {
  font-size: 20px;
  font-weight: 900;
  color: #1a1200;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 4px
}

.abt-us .member-role {
  font-size: 15px;
  color: #9BBC22;
  line-height: 1.6;
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid #D3DFC3;
  padding-bottom: 8px;
  width: 100%
}

.abt-us .member-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a1e;
  margin: 0
}

.abt-us .team-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 36px
}

.abt-us .aside-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 3px 6px 1px #9bbc220d;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1), border-radius .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt-us .aside-card:hover {
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  border-radius: 20px
}

.abt-us .aside-card h5 {
  font-size: 17px;
  font-weight: 900;
  color: #1a1200;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.abt-us .aside-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a1e;
  margin: 0
}

.abt-us .trail-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .trail-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a1e
}

.abt-us .trail-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #9BBC22;
  margin-top: 6px;
  position: relative
}

.abt-us .trail-dot::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  width: 1px;
  height: 20px;
  background: #D3DFC3
}

.abt-us .trail-list li:last-child .trail-dot::after {
  display: none
}

.abt-us .float-icon {
  display: inline-block;
  animation: floatUpDown 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-7px)
  }
}

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

.abt-us .aside-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(173deg, #9BBC22, #D3DFC3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-us .aside-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

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

  .abt-us .pano-h1 {
    font-size: 50px
  }

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

@media (max-width: 768px) {
  .abt-us .pano-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .abt-us .pano-h1 {
    font-size: 36px
  }

  .abt-us .pano-img-frame img {
    height: 280px
  }

  .abt-us .pano-stat-row {
    gap: 12px
  }

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

  .abt-us .team-aside {
    padding-top: 0
  }

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

  .abt-us .member-img img {
    min-height: 220px
  }

  .abt-us .team-top h2 {
    font-size: 36px
  }

  .abt-us .panoramic {
    padding: 36px 0 24px
  }

  .abt-us .team-section {
    padding: 36px 0
  }

  .abt-us .team-top {
    margin-bottom: 36px
  }
}

@media (max-width: 320px) {
  .abt-us .pano-h1 {
    font-size: 26px
  }

  .abt-us .pg-bound {
    padding: 0 12px
  }

  .abt-us .pano-stat-row {
    flex-direction: column
  }
}

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

.ctus-pg .pg-bound {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.ctus-pg .dot-scatter {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.ctus-pg .dot-scatter span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: #9BBC22;
  opacity: .18
}

.ctus-pg .dot-scatter span:nth-child(1) {
  top: 8%;
  left: 12%
}

.ctus-pg .dot-scatter span:nth-child(2) {
  top: 22%;
  left: 78%
}

.ctus-pg .dot-scatter span:nth-child(3) {
  top: 55%;
  left: 6%
}

.ctus-pg .dot-scatter span:nth-child(4) {
  top: 70%;
  left: 88%
}

.ctus-pg .dot-scatter span:nth-child(5) {
  top: 38%;
  left: 93%
}

.ctus-pg .dot-scatter span:nth-child(6) {
  top: 85%;
  left: 34%
}

.ctus-pg .dot-scatter span:nth-child(7) {
  top: 14%;
  left: 52%
}

.ctus-pg .dot-scatter span:nth-child(8) {
  top: 62%;
  left: 61%
}

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

.ctus-pg .reach-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, transparent 60%, #9bbc220f 100%);
  pointer-events: none
}

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

.ctus-pg .reach-left {
  flex: 1 1 0;
  min-width: 0
}

.ctus-pg .reach-right {
  flex: 0 0 340px;
  max-width: 340px
}

.ctus-pg .bracket-box {
  position: relative;
  padding: 24px;
  border: 2px solid #9BBC22;
  border-radius: 4px;
  background: #fff;
  box-shadow: -1px 4px 14px 1px #9bbc2214
}

.ctus-pg .bracket-box::before,
.ctus-pg .bracket-box::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: #9BBC22;
  border-style: solid
}

.ctus-pg .bracket-box::before {
  top: -4px;
  left: -4px;
  border-width: 2px 0 0 2px;
  border-radius: 4px 0 0 0
}

.ctus-pg .bracket-box::after {
  bottom: -4px;
  right: -4px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 4px 0
}

.ctus-pg .lbl-tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .06em;
  color: #9BBC22;
  border: 1px solid #9BBC22;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 24px;
  text-transform: uppercase
}

.ctus-pg .reach-h1 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 900;
  color: #1b1b1b;
  margin: 0 0 24px
}

.ctus-pg .reach-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 36px;
  max-width: 520px
}

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

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

.ctus-pg .detail-icon {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 12px;
  background: #9BBC22;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 3px 6px 1px #9bbc220d
}

.ctus-pg .detail-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.ctus-pg .detail-body {
  flex: 1 1 0
}

.ctus-pg .detail-label {
  font-size: 15px;
  line-height: 1.6;
  color: #7a7a6a;
  display: block;
  letter-spacing: .03em
}

.ctus-pg .detail-val {
  font-size: 17px;
  line-height: 1.6;
  color: #1b1b1b;
  font-weight: 700;
  display: block
}

.ctus-pg .detail-val a {
  color: #1b1b1b;
  text-decoration: underline;
  text-decoration-color: #9BBC22;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .detail-val a:hover {
  color: #6a8a10
}

.ctus-pg .img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1px 8px 52px 1px #9bbc221c
}

.ctus-pg .img-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: sepia(0.18) saturate(1.2) brightness(0.97);
  transition: filter .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .img-card:hover img {
  filter: sepia(0.08) saturate(1.35) brightness(1.02)
}

.ctus-pg .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(0deg, #1b1b1bb8 0%, transparent 100%);
  border-radius: 0 0 20px 20px
}

.ctus-pg .img-caption {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  font-weight: 600
}

.ctus-pg .avail-strip {
  margin-top: 24px;
  padding: 12px 24px;
  background: #D3DFC3;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ctus-pg .avail-dot {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #5a8a00;
  flex-shrink: 0
}

.ctus-pg .avail-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2a3a10;
  font-weight: 600
}

.ctus-pg .form-band {
  position: relative;
  padding: 72px 0;
  background: #E5E5CE
}

.ctus-pg .form-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, #9bbc220a 0%, transparent 55%);
  pointer-events: none
}

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

.ctus-pg .form-aside {
  position: sticky;
  top: 24px
}

.ctus-pg .aside-h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.015em;
  color: #1b1b1b;
  margin: 0 0 12px
}

.ctus-pg .aside-note {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 36px
}

.ctus-pg .trail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 20px
}

.ctus-pg .trail-list::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #9BBC22 0%, #D3DFC3 100%);
  border-radius: 4px
}

.ctus-pg .trail-item {
  position: relative;
  padding: 8px 0 8px 24px
}

.ctus-pg .trail-item::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #9BBC22;
  border: 2px solid #fff;
  box-shadow: -1px 3px 6px 1px #9bbc220d
}

.ctus-pg .trail-item.active::before {
  background: #5a8a00;
  width: 14px;
  height: 14px;
  left: -15px
}

.ctus-pg .trail-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a
}

.ctus-pg .trail-item.active .trail-text {
  font-weight: 700;
  color: #1b1b1b
}

.ctus-pg .form-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  position: relative
}

.ctus-pg .form-card::before,
.ctus-pg .form-card::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #9BBC22;
  border-style: solid
}

.ctus-pg .form-card::before {
  top: -4px;
  left: -4px;
  border-width: 2px 0 0 2px;
  border-radius: 4px 0 0 0
}

.ctus-pg .form-card::after {
  bottom: -4px;
  right: -4px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 4px 0
}

.ctus-pg .f-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px
}

.ctus-pg .f-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0
}

.ctus-pg .f-group.full {
  flex: 0 0 100%
}

.ctus-pg .f-label {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  color: #1b1b1b;
  letter-spacing: .02em
}

.ctus-pg .f-label .req {
  color: #9BBC22;
  margin-left: 2px
}

.ctus-pg .f-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 17px;
  line-height: 1.6;
  color: #1b1b1b;
  background: #fff;
  border: 2px solid #D3DFC3;
  border-radius: 12px;
  box-sizing: border-box;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  outline: none;
  appearance: none;
  -webkit-appearance: none
}

.ctus-pg .f-input::placeholder {
  color: #9a9a8a
}

.ctus-pg .f-input:focus {
  border-color: #9BBC22;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  border-radius: 4px
}

.ctus-pg select.f-input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%239BBC22' d='M8 11L2 5h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px
}

.ctus-pg textarea.f-input {
  resize: vertical;
  min-height: 120px
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 12px;
  background: #E5E5CE;
  border-radius: 12px
}

.ctus-pg .privacy-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #9BBC22;
  cursor: pointer
}

.ctus-pg .privacy-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a
}

.ctus-pg .privacy-text a {
  color: #5a8a00;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .privacy-text a:hover {
  color: #9BBC22
}

.ctus-pg .submit-btn {
  display: block !important;
  width: 100%;
  padding: 16px 36px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.01em;
  color: #fff;
  background: #9BBC22;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 4px 14px 1px #9bbc2214;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-radius .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.ctus-pg .submit-btn:hover {
  background: #7a9c10;
  border-radius: 36px;
  box-shadow: -1px 8px 52px 1px #9bbc221c
}

.ctus-pg .submit-btn:active {
  background: #5a8a00;
  border-radius: 4px
}

.ctus-pg .submit-btn:focus-visible {
  outline: 3px solid #1b1b1b;
  outline-offset: 3px
}

.ctus-pg .word-reveal span {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  animation: word-in .28s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.ctus-pg .word-reveal span:nth-child(1) {
  animation-delay: .05s
}

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

.ctus-pg .word-reveal span:nth-child(3) {
  animation-delay: .19s
}

.ctus-pg .word-reveal span:nth-child(4) {
  animation-delay: .26s
}

.ctus-pg .word-reveal span:nth-child(5) {
  animation-delay: .33s
}

.ctus-pg .word-reveal span:nth-child(6) {
  animation-delay: .4s
}

@keyframes word-in {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width: 1024px) {
  .ctus-pg .reach-split {
    gap: 36px
  }

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

  .ctus-pg .form-aside {
    position: static
  }

  .ctus-pg .reach-right {
    flex: 0 0 280px;
    max-width: 280px
  }
}

@media (max-width: 768px) {
  .ctus-pg .reach-band {
    padding: 36px 0 24px
  }

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

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

  .ctus-pg .reach-h1 {
    font-size: 36px
  }

  .ctus-pg .f-row {
    flex-direction: column;
    gap: 12px
  }

  .ctus-pg .form-band {
    padding: 36px 0
  }

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

  .ctus-pg .aside-h2 {
    font-size: 26px
  }
}

@media (max-width: 320px) {
  .ctus-pg .reach-h1 {
    font-size: 26px
  }

  .ctus-pg .pg-bound {
    padding: 0 12px
  }

  .ctus-pg .form-card {
    padding: 12px
  }
}

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

.ltips .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.ltips .divider-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(173deg, transparent 0%, #9BBC22 50%, transparent 100%);
  border: none;
  margin: 0
}

.ltips .tb-outer {
  background: linear-gradient(173deg, #fff 0%, #fff 45%, #D3DFC3 45%, #E5E5CE 100%);
  padding: 72px 0 0;
  position: relative
}

.ltips .tb-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.ltips .tb-text-zone {
  flex: 0 0 55%;
  padding: 36px 36px 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ltips .tb-img-zone {
  flex: 0 0 45%;
  position: relative;
  padding: 24px 0 0 24px;
  display: flex;
  align-items: flex-end
}

.ltips .tb-img-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 80% 20%, #9bbc2221 0%, transparent 70%);
  pointer-events: none
}

.ltips .tb-pre-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #3a4a00;
  border: 1.5px solid #9BBC22;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 24px;
  text-transform: uppercase
}

.ltips .tb-h1 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b2200;
  font-weight: 900;
  margin: 0 0 24px
}

.ltips .tb-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #2e3a00;
  max-width: 480px;
  margin: 0
}

.ltips .tb-img-frame {
  width: 100%;
  max-width: 480px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  box-shadow: -1px 8px 52px 1px #9bbc221c;
  position: relative
}

.ltips .tb-img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
  filter: blur(0px);
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ltips .tb-img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px 20px 0 0;
  box-shadow: inset 0 0 40px 12px #d3dfc359;
  pointer-events: none
}

.ltips .steps-outer {
  background: #fff;
  padding: 72px 0
}

.ltips .steps-top {
  text-align: center;
  margin-bottom: 72px
}

.ltips .steps-h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.015em;
  font-weight: 900;
  color: #1b2200;
  margin: 0 0 12px
}

.ltips .steps-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a4a00;
  max-width: 560px;
  margin: 0 auto;
  text-align: left
}

.ltips .steps-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px
}

.ltips .steps-sidebar {
  flex: 0 0 33.333%;
  position: sticky;
  top: 24px
}

.ltips .steps-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 4px 14px 1px #9bbc2214
}

.ltips .steps-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: border-radius .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.ltips .steps-img-wrap:hover img {
  border-radius: 0
}

.ltips .sidebar-note {
  margin-top: 24px;
  padding: 12px 24px;
  background: #E5E5CE;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e3a00;
  box-shadow: -1px 3px 6px 1px #9bbc220d
}

.ltips .steps-list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.ltips .step-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: -1px 3px 6px 1px #9bbc220d;
  border: 1.5px solid #D3DFC3;
  transition: border-radius .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ltips .step-item:hover {
  border-radius: 20px;
  box-shadow: -1px 4px 14px 1px #9bbc2214
}

.ltips .step-num {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #9BBC22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
  box-shadow: -1px 3px 6px 1px #9bbc220d;
  animation: border-glow 3s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes border-glow {

  0%,
  100% {
    box-shadow: 0 0 0 2px #9bbc2226 -1px 3px 6px 1px #9bbc220d
  }

  50% {
    box-shadow: 0 0 0 5px #9bbc2252 -1px 4px 14px 1px #9bbc221c
  }
}

.ltips .step-txt {
  flex: 1 1 0
}

.ltips .step-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  color: #1b2200;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.ltips .step-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a4a00;
  margin: 0
}

.ltips .step-tag {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #9BBC22;
  border-radius: 4px;
  padding: 4px 8px;
  color: #3a4a00;
  margin-top: 8px
}

@media (max-width: 1024px) {
  .ltips .tb-h1 {
    font-size: 36px
  }

  .ltips .steps-body {
    flex-direction: column
  }

  .ltips .steps-sidebar {
    position: static;
    flex: none;
    width: 100%
  }

  .ltips .steps-img-wrap img {
    height: 220px
  }
}

@media (max-width: 768px) {
  .ltips .tb-grid {
    flex-direction: column
  }

  .ltips .tb-text-zone {
    padding: 36px 0 24px;
    flex: none
  }

  .ltips .tb-img-zone {
    flex: none;
    padding: 0
  }

  .ltips .tb-img-frame img {
    height: 260px
  }

  .ltips .tb-h1 {
    font-size: 36px
  }

  .ltips .steps-outer {
    padding: 36px 0
  }

  .ltips .steps-top {
    margin-bottom: 36px
  }

  .ltips .step-item {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 320px) {
  .ltips .tb-h1 {
    font-size: 26px
  }

  .ltips .steps-h2 {
    font-size: 26px
  }

  .ltips .pg-wrap {
    padding: 0 12px
  }
}

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

.success-pg .success-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 3px solid #9BBC22;
  border-radius: 12px;
  padding: 36px;
  box-shadow: -1px 8px 52px 1px #9bbc221c;
  text-align: center
}

.success-pg .success-card .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 20px;
  background: #D3DFC3;
  display: flex;
  align-items: center;
  justify-content: center
}

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

.success-pg .success-card .success-heading {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a2a2a;
  margin: 0 0 12px;
  font-weight: 900
}

.success-pg .success-card .success-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 36px
}

.success-pg .success-card .divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(173deg, #9BBC22 0%, #D3DFC3 100%);
  border-radius: 4px;
  margin: 0 auto 36px
}

.success-pg .success-card .back-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  text-decoration: none;
  border: 2px solid #9BBC22;
  border-radius: 12px;
  padding: 12px 36px;
  transition: border-radius .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.0, 0, 0.2, 1), color .18s cubic-bezier(0.0, 0, 0.2, 1);
  font-weight: 700
}

.success-pg .success-card .back-link:hover {
  border-radius: 36px;
  background: #9BBC22;
  color: #fff
}

.success-pg .success-card .back-link:focus-visible {
  outline: 3px solid #9BBC22;
  outline-offset: 3px
}

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

  .success-pg .success-card {
    padding: 24px
  }

  .success-pg .success-card .success-heading {
    font-size: 26px
  }
}