::before,
::after {
  content: none;
  box-sizing: inherit
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word
}

.site_head {
  position: relative;
  background: transparent;
  font-family: 'IBM Plex Mono', monospace;
  z-index: 100
}

.site_head::before {
  content: none
}

.head_shell {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 40px 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px
}

.brand_mount {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.brand_img_hold {
  width: 48px;
  height: 48px;
  border-radius: 38px;
  border: 1px solid #2a3518;
  background: #fff;
  box-shadow: 2px 6px 22px 0 #6a864017;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.brand_img_hold img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.brand_name_label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #2a3518;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap
}

.head_rule {
  width: 1px;
  background: linear-gradient(to bottom, transparent, #B3BFA0 40%, #B3BFA0 60%, transparent);
  align-self: stretch;
  flex-shrink: 0;
  min-height: 72px
}

.primary_nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px
}

.nav_link_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px
}

.nav_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #3a4a20;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .28s ease-in-out, background .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s ease-in-out;
  min-height: 44px;
  white-space: nowrap
}

.nav_link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: currentColor
}

.nav_link:hover {
  color: #2a3518;
  background: #E9EDE5;
  border-color: #B3BFA0
}

.nav_link:focus {
  outline: 2px solid #6A8640;
  outline-offset: 2px;
  transform: scale(1.02)
}

.nav_link[aria-current="page"] {
  background: linear-gradient(135deg, #6A8640 0%, #8aaa52 100%);
  color: #fff;
  border-color: transparent;
  font-weight: 700
}

.head_accent_bar {
  height: 3px;
  background: linear-gradient(90deg, #6A8640 0%, #B3BFA0 60%, transparent 100%);
  border-radius: 0;
  max-width: 1024px;
  margin: 0 auto
}

.site_foot {
  background: #B3BFA0;
  font-family: 'IBM Plex Mono', monospace
}

.foot_top_rule {
  height: 4px;
  background: linear-gradient(90deg, #6A8640 0%, #B3BFA0 50%, #E9EDE5 100%)
}

.foot_shell {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.foot_brand_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px
}

.foot_logo_hold {
  width: 48px;
  height: 48px;
  border-radius: 38px;
  border: 1px solid #2a3518;
  background: #fff;
  box-shadow: 2px 6px 22px 0 #6a864017;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.foot_logo_hold img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.foot_brand_name {
  font-size: 15px;
  font-weight: 700;
  color: #2a3518;
  letter-spacing: .06em;
  line-height: 1.2
}

.foot_desc {
  font-size: 13px;
  color: #3a4a20;
  line-height: 1.9;
  letter-spacing: .04em;
  max-width: 320px
}

.foot_contact_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.foot_contact_label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #2a3518;
  text-transform: uppercase;
  line-height: 1.2
}

.foot_contact_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #2a3518;
  line-height: 1.6;
  letter-spacing: .03em;
  text-decoration: none
}

.foot_contact_item svg {
  width: 15px;
  height: 15px;
  fill: #6A8640;
  flex-shrink: 0;
  margin-top: 2px
}

.foot_contact_item:hover {
  color: #6A8640;
  transition: color .25s ease-in-out
}

.foot_contact_item:focus {
  outline: 2px solid #2a3518;
  outline-offset: 2px;
  transform: scale(1.02);
  border-radius: 4px
}

.foot_bottom {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #6a864040
}

.foot_copy {
  font-size: 13px;
  color: #3a4a20;
  letter-spacing: .04em;
  line-height: 1.6
}

.foot_legal_nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.foot_legal_link {
  font-size: 13px;
  color: #2a3518;
  text-decoration: none;
  letter-spacing: .04em;
  line-height: 1.6;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease-in-out, color .25s ease-in-out
}

.foot_legal_link:hover {
  color: #6A8640;
  border-color: #6A8640
}

.foot_legal_link:focus {
  outline: 2px solid #2a3518;
  outline-offset: 2px;
  transform: scale(1.02);
  border-radius: 4px
}

@media (max-width: 1024px) {
  .head_shell {
    padding: 24px 24px 16px;
    gap: 24px
  }

  .foot_shell {
    padding: 40px 24px 24px;
    grid-template-columns: 1fr;
    gap: 24px
  }

  .foot_bottom {
    padding: 16px 24px 24px
  }
}

@media (max-width: 640px) {
  .head_shell {
    padding: 16px;
    flex-direction: column;
    gap: 16px
  }

  .brand_mount {
    flex-direction: row;
    align-items: center;
    gap: 16px
  }

  .head_rule {
    display: none
  }

  .primary_nav {
    padding-top: 0
  }

  .nav_link_row {
    gap: 8px
  }

  .nav_link {
    font-size: 13px;
    padding: 8px 12px
  }

  .foot_shell {
    padding: 40px 16px 16px
  }

  .foot_bottom {
    padding: 16px 16px 24px;
    flex-direction: column;
    align-items: flex-start
  }

  .foot_legal_nav {
    gap: 16px
  }
}

.agreement-text {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 40px;
  color: #2c3320
}

@media (max-width: 1024px) {
  .agreement-text {
    padding: 40px 24px
  }
}

@media (max-width: 640px) {
  .agreement-text {
    padding: 40px 16px
  }
}

.agreement-text ul,
.agreement-text ol {
  padding-left: 24px;
  margin-top: 16px;
  margin-bottom: 24px
}

.agreement-text ul {
  list-style: none;
  padding-left: 16px
}

.agreement-text ul li {
  position: relative;
  padding-left: 24px
}

.agreement-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #6A8640;
  transform: rotate(45deg)
}

.agreement-text ol {
  list-style: none;
  counter-reset: policy-counter;
  padding-left: 16px
}

.agreement-text ol li {
  counter-increment: policy-counter;
  position: relative;
  padding-left: 32px
}

.agreement-text ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 700;
  color: #6A8640;
  line-height: 1.6
}

.agreement-text li {
  font-size: 15px;
  line-height: 1.9;
  color: #2c3320;
  margin-bottom: 8px
}

.agreement-text ul ul,
.agreement-text ol ol,
.agreement-text ul ol,
.agreement-text ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.agreement-text ul ul li::before {
  background-color: #B3BFA0;
  width: 6px;
  height: 6px;
  top: 10px;
  transform: none;
  border-radius: 0
}

.agreement-text strong,
.agreement-text b {
  font-weight: 700;
  color: #3a4a22
}

.agreement-text em,
.agreement-text i {
  font-style: italic;
  color: #4e5e38
}

.agreement-text table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 6px 22px 0 #6a864017
}

.agreement-text thead {
  background-color: #6A8640
}

.agreement-text thead th {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left
}

.agreement-text tbody tr {
  background-color: #fff;
  transition: background-color .25s ease-in-out
}

.agreement-text tbody tr:nth-child(even) {
  background-color: #E9EDE5
}

.agreement-text tbody tr:hover {
  background-color: #d8e0cc
}

.agreement-text td {
  padding: 16px 24px;
  font-size: 15px;
  color: #2c3320;
  vertical-align: top
}

.agreement-text th,
.agreement-text td {
  border-bottom: 1px solid #B3BFA0
}

.agreement-text tbody tr:last-child td {
  border-bottom: none
}

@media (max-width: 640px) {
  .agreement-text table {
    display: block;
    overflow-x: auto
  }

  .agreement-text thead th,
  .agreement-text td {
    padding: 16px;
    white-space: nowrap
  }
}

.agreement-text hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #6A8640 0%, #B3BFA0 60%, #E9EDE5 100%);
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 4px
}

.agreement-text div {
  font-size: 15px;
  line-height: 1.9;
  color: #2c3320
}

.agreement-text div+div {
  margin-top: 16px
}

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

.lpd .pg_wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.lpd a {
  color: #6A8640;
  text-decoration: underline;
  transition: text-decoration-color .28s ease-in-out
}

.lpd a:hover {
  text-decoration-color: transparent
}

.lpd .tb {
  padding: 40px 0
}

.lpd .tb_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.lpd .tb_img_col {
  position: relative
}

.lpd .tb_img_frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.lpd .tb_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px
}

.lpd .tb_img_frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #b3bfa052, transparent);
  border-radius: 10px;
  pointer-events: none
}

.lpd .tb_corner_tl {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  border-top: 2px solid #6A8640;
  border-left: 2px solid #6A8640;
  border-radius: 4px 0 0 0;
  pointer-events: none
}

.lpd .tb_corner_br {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-bottom: 2px solid #B3BFA0;
  border-right: 2px solid #B3BFA0;
  border-radius: 0 0 4px 0;
  pointer-events: none
}

.lpd .tb_text_col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lpd .tb_label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #6A8640;
  text-transform: uppercase;
  font-weight: 600
}

.lpd .tb_h1 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #232e18;
  margin: 0
}

.lpd .tb_divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(to left, transparent, #6A8640);
  border-radius: 0
}

.lpd .tb_desc {
  font-size: 17px;
  line-height: 1.6;
  color: #3a4a28;
  margin: 0
}

.lpd .tb_meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.lpd .tb_views {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5a6e3a
}

.lpd .tb_views svg {
  flex-shrink: 0
}

.lpd .sec_div {
  border: none;
  border-top: 1px dashed #B3BFA0;
  margin: 0
}

.lpd .prog_sec {
  background: #E9EDE5;
  padding: 72px 0 40px;
  position: relative
}

.lpd .prog_sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to left, transparent, #6A8640 60%, transparent);
  pointer-events: none
}

.lpd .prog_grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

.lpd .prog_h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  font-weight: 700;
  color: #232e18;
  margin: 0 0 24px
}

.lpd .prog_body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a4a28
}

.lpd .prog_body p {
  margin: 0 0 16px
}

.lpd .prog_body h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #232e18;
  margin: 24px 0 8px;
  letter-spacing: -.01em
}

.lpd .prog_body h3 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  color: #3a4a28;
  margin: 16px 0 8px
}

.lpd .prog_body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px
}

.lpd .prog_body ul li {
  padding: 8px 0;
  border-bottom: 1px solid #B3BFA0;
  font-size: 15px;
  line-height: 1.6;
  color: #3a4a28
}

.lpd .prog_body ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #6A8640;
  margin-right: 8px;
  vertical-align: middle
}

.lpd .prog_body dl {
  margin: 0 0 16px
}

.lpd .prog_body dt {
  font-weight: 600;
  color: #232e18;
  font-size: 15px;
  margin-top: 8px
}

.lpd .prog_body dd {
  margin-left: 16px;
  color: #3a4a28;
  font-size: 15px;
  line-height: 1.6
}

.lpd .prog_body blockquote {
  border-left: 3px solid #6A8640;
  padding: 8px 16px;
  margin: 16px 0;
  background: #6a864012;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #3a4a28
}

.lpd .prog_body details {
  margin: 8px 0
}

.lpd .prog_body summary {
  cursor: pointer;
  font-weight: 600;
  color: #6A8640;
  font-size: 15px;
  padding: 8px 0
}

.lpd .price_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 6px 22px 0 #6a864017;
  padding: 24px;
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lpd .price_card_status {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.lpd .status_dot {
  width: 8px;
  height: 8px;
  border-radius: 38px;
  background: #6A8640;
  flex-shrink: 0
}

.lpd .status_label {
  font-size: 13px;
  color: #6A8640;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.lpd .price_val {
  font-size: 38px;
  font-weight: 700;
  color: #232e18;
  line-height: 1.2;
  letter-spacing: -.02em
}

.lpd .price_des {
  font-size: 13px;
  color: #5a6e3a;
  line-height: 1.6
}

.lpd .price_rows {
  display: flex;
  flex-direction: column;
  gap: 0
}

.lpd .price_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #E9EDE5;
  font-size: 13px;
  color: #3a4a28
}

.lpd .price_row_key {
  color: #5a6e3a
}

.lpd .price_note {
  font-size: 13px;
  color: #5a6e3a;
  line-height: 1.6;
  background: #E9EDE5;
  border-radius: 4px;
  padding: 8px
}

.lpd .enroll_btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to left, #B3BFA0, #6A8640);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s ease-in-out;
  box-shadow: 2px 6px 22px 0 #6a864017
}

.lpd .enroll_btn:hover {
  background: linear-gradient(to right, #B3BFA0, #6A8640);
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.lpd .enroll_btn:focus {
  outline: 2px solid #6A8640;
  outline-offset: 2px
}

.lpd .wavy_bottom {
  display: block;
  width: 100%;
  height: 18px;
  overflow: hidden;
  line-height: 0
}

.lpd .desc_sec {
  padding: 72px 0 40px;
  background: #fff;
  position: relative
}

.lpd .desc_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.lpd .desc_pull {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  color: #6A8640;
  letter-spacing: -.01em;
  margin: 0 0 16px
}

.lpd .desc_body {
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a28
}

.lpd .desc_body p {
  margin: 0 0 16px
}

.lpd .desc_body h2 {
  font-size: 21px;
  font-weight: 700;
  color: #232e18;
  margin: 24px 0 8px;
  line-height: 1.2
}

.lpd .desc_body strong {
  color: #232e18;
  font-weight: 700
}

.lpd .desc_body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px
}

.lpd .desc_body ul li {
  padding: 8px 0;
  border-bottom: 1px solid #E9EDE5;
  font-size: 15px;
  line-height: 1.6;
  color: #3a4a28
}

.lpd .desc_body ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #B3BFA0;
  margin-right: 8px;
  vertical-align: middle
}

.lpd .desc_body blockquote {
  border-left: 3px solid #B3BFA0;
  padding: 8px 16px;
  margin: 16px 0;
  font-size: 17px;
  font-style: italic;
  color: #5a6e3a;
  line-height: 1.6
}

.lpd .desc_body figure {
  margin: 16px 0
}

.lpd .desc_body figcaption {
  font-size: 13px;
  color: #5a6e3a;
  margin-top: 8px
}

.lpd .desc_body details {
  margin: 8px 0
}

.lpd .desc_body summary {
  cursor: pointer;
  font-weight: 600;
  color: #6A8640;
  font-size: 15px
}

.lpd .desc_icons_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 24px 0
}

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

.lpd .desc_icon_circle {
  width: 48px;
  height: 48px;
  border-radius: 38px;
  background: #E9EDE5;
  display: flex;
  align-items: center;
  justify-content: center
}

.lpd .desc_icon_label {
  font-size: 13px;
  color: #5a6e3a;
  text-align: center
}

.lpd .dashed_connect {
  flex: 1;
  border-top: 2px dashed #B3BFA0;
  margin-bottom: 24px
}

.lpd .poll_sec {
  background: #dce3d3;
  padding: 40px 0 72px;
  position: relative
}

.lpd .poll_sec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to left, transparent, #B3BFA0 60%, transparent);
  pointer-events: none
}

.lpd .poll_inner {
  max-width: 640px
}

.lpd .poll_h3 {
  font-size: 21px;
  font-weight: 700;
  color: #232e18;
  margin: 0 0 8px;
  line-height: 1.2;
  letter-spacing: -.01em
}

.lpd .poll_sub {
  font-size: 15px;
  color: #5a6e3a;
  margin: 0 0 24px;
  line-height: 1.6
}

.lpd .poll_options {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lpd .poll_opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer
}

.lpd .poll_opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.lpd .poll_radio_vis {
  width: 20px;
  height: 20px;
  border-radius: 38px;
  border: 2px solid #B3BFA0;
  background: #fff;
  flex-shrink: 0;
  transition: border-color .25s ease-in-out, background .25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center
}

.lpd .poll_opt input[type="radio"]:checked+.poll_radio_vis {
  border-color: #6A8640;
  background: #6A8640
}

.lpd .poll_opt input[type="radio"]:checked+.poll_radio_vis::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 38px;
  background: #fff
}

.lpd .poll_opt_text {
  font-size: 15px;
  color: #3a4a28;
  line-height: 1.6;
  padding: 8px 0;
  border-bottom: 1px solid #B3BFA0;
  flex: 1;
  transition: color .28s ease-in-out
}

.lpd .poll_opt:has(input[type="radio"]:checked) .poll_opt_text {
  color: #232e18;
  font-weight: 600
}

.lpd .poll_submit {
  margin-top: 24px;
  padding: 16px 40px;
  background: linear-gradient(to left, #B3BFA0, #6A8640);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s ease-in-out;
  box-shadow: 2px 2px 4px 0 #6a86400f
}

.lpd .poll_submit:hover {
  background: linear-gradient(to right, #B3BFA0, #6A8640);
  box-shadow: 2px 6px 22px 0 #6a864017
}

.lpd .poll_submit:focus {
  outline: 2px solid #6A8640;
  outline-offset: 2px
}

@keyframes settle_in {
  0% {
    opacity: 0;
    transform: rotate(-3deg) translateY(16px)
  }

  70% {
    transform: rotate(1deg) translateY(-4px)
  }

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

.lpd .tb_img_frame {
  animation: settle_in .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.lpd .price_card {
  animation: settle_in .45s .15s cubic-bezier(0.4, 0, 0.2, 1) both
}

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

  .lpd .price_card {
    position: static
  }

  .lpd .desc_grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .lpd .tb_grid {
    grid-template-columns: 1fr
  }

  .lpd .tb_h1 {
    font-size: 28px
  }

  .lpd .price_val {
    font-size: 28px
  }

  .lpd .prog_h2 {
    font-size: 21px
  }

  .lpd .desc_icons_row {
    flex-wrap: wrap
  }
}

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

.lrn-prog .pg-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

@keyframes letter-drop {
  0% {
    opacity: 0;
    transform: translateY(-32px)
  }

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

.lrn-prog .drop-letter {
  display: inline-block;
  opacity: 0;
  animation: letter-drop .38s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.lrn-prog .top-band {
  padding: 72px 24px 40px;
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center
}

.lrn-prog .top-img-col {
  position: relative;
  padding: 16px
}

.lrn-prog .top-img-col::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px dashed #B3BFA0;
  border-radius: 10px;
  pointer-events: none
}

.lrn-prog .top-img-col .depth-char {
  position: absolute;
  top: -16px;
  right: 8px;
  font-size: 120px;
  font-weight: 900;
  color: #B3BFA0;
  opacity: .13;
  line-height: 1.2;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.lrn-prog .top-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1
}

.lrn-prog .top-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 10px
}

.lrn-prog .top-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #ffffff61 0%, transparent 70%);
  border-radius: 10px 0 0 0;
  pointer-events: none
}

.lrn-prog .top-text-col {
  padding: 40px 8px 40px 24px
}

.lrn-prog .top-text-col .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #6A8640;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px
}

.lrn-prog .top-text-col .eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 38px;
  background: #6A8640;
  display: inline-block;
  flex-shrink: 0
}

.lrn-prog .top-text-col h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 900;
  color: #1e2a10;
  margin: 0 0 24px
}

.lrn-prog .top-text-col .sub-p {
  font-size: 17px;
  line-height: 1.6;
  color: #3a4a28;
  margin: 0 0 24px
}

.lrn-prog .top-text-col .stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .stat-item .stat-num {
  font-size: 28px;
  font-weight: 800;
  color: #6A8640;
  line-height: 1.2;
  letter-spacing: -.02em
}

.lrn-prog .stat-item .stat-label {
  font-size: 13px;
  color: #5a6a48;
  letter-spacing: .06em
}

.lrn-prog .programs-sec {
  background: #E9EDE5;
  padding: 72px 0
}

.lrn-prog .programs-sec .sec-head {
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 0 24px
}

.lrn-prog .programs-sec .sec-head h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1e2a10;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.lrn-prog .programs-sec .sec-head p {
  font-size: 17px;
  line-height: 1.6;
  color: #3a4a28;
  max-width: 600px;
  margin: 0
}

.lrn-prog .card-grid {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.lrn-prog .prog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 6px 22px 0 #6a864017;
  display: flex;
  flex-direction: column;
  transition: box-shadow .38s cubic-bezier(0.4, 0, 0.2, 1), transform .28s ease-in-out;
  overflow: hidden
}

.lrn-prog .prog-card:hover {
  box-shadow: 2px 8px 48px 0 #6a86401f;
  transform: translateY(-4px)
}

.lrn-prog .prog-card .card-img-wrap {
  position: relative;
  overflow: hidden
}

.lrn-prog .prog-card .card-img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform .38s ease-in-out
}

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

.lrn-prog .prog-card .card-img-wrap .views-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffffe0;
  border-radius: 38px;
  padding: 4px 10px;
  font-size: 13px;
  color: #3a4a28;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px)
}

.lrn-prog .prog-card .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px
}

.lrn-prog .prog-card .card-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a10;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0
}

.lrn-prog .prog-card .card-body .card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5a38;
  margin: 0;
  flex: 1
}

.lrn-prog .prog-card .card-price-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #E9EDE5;
  padding-top: 16px
}

.lrn-prog .prog-card .price-main {
  font-size: 21px;
  font-weight: 800;
  color: #6A8640;
  line-height: 1.2
}

.lrn-prog .prog-card .price-terms {
  font-size: 13px;
  color: #5a6a48;
  line-height: 1.6
}

.lrn-prog .prog-card .price-note {
  font-size: 13px;
  color: #7a8a68;
  line-height: 1.6;
  border-left: 3px solid #B3BFA0;
  border-top: 1px solid #E9EDE5;
  border-right: none;
  border-bottom: none;
  padding: 8px 8px 0
}

.lrn-prog .prog-card .card-link {
  display: inline-block;
  background: linear-gradient(to left, #B3BFA0, #6A8640);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 4px;
  text-align: center;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s ease-in-out;
  box-shadow: 2px 2px 4px 0 #6a86400f
}

.lrn-prog .prog-card .card-link:hover {
  background: linear-gradient(to right, #B3BFA0, #6A8640);
  box-shadow: 2px 6px 22px 0 #6a864017
}

.lrn-prog .how-sec {
  padding: 72px 0 40px;
  background: #fff
}

.lrn-prog .how-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: start
}

.lrn-prog .how-text h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1e2a10;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 24px
}

.lrn-prog .how-text .pull-quote {
  font-size: 21px;
  font-weight: 700;
  color: #6A8640;
  line-height: 1.6;
  margin: 0 0 24px;
  border-top: 3px solid #6A8640;
  border-bottom: 1px solid #E9EDE5;
  padding: 16px 0
}

.lrn-prog .how-text .body-p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a28;
  margin: 0 0 16px
}

.lrn-prog .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.lrn-prog .steps-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #E9EDE5
}

.lrn-prog .steps-list li:last-child {
  border-bottom: none
}

.lrn-prog .step-num {
  font-size: 28px;
  font-weight: 900;
  color: #B3BFA0;
  line-height: 1.2;
  flex-shrink: 0;
  width: 40px
}

.lrn-prog .step-text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .step-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #1e2a10;
  line-height: 1.2
}

.lrn-prog .step-text span {
  font-size: 13px;
  color: #5a6a48;
  line-height: 1.6
}

.lrn-prog .glass-sec {
  padding: 40px 0 72px;
  background: #E9EDE5;
  position: relative
}

.lrn-prog .glass-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center
}

.lrn-prog .glass-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.lrn-prog .glass-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 10px
}

.lrn-prog .glass-card {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #e9ede5b8;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.lrn-prog .glass-card .gc-icon {
  width: 40px;
  height: 40px;
  background: #6A8640;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrn-prog .glass-card .gc-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #1e2a10;
  display: block;
  line-height: 1.2
}

.lrn-prog .glass-card .gc-text span {
  font-size: 13px;
  color: #3a4a28;
  line-height: 1.6
}

.lrn-prog .glass-text h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1e2a10;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin: 0 0 24px
}

.lrn-prog .glass-text .body-p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a28;
  margin: 0 0 16px
}

.lrn-prog .tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.lrn-prog .tag {
  background: #fff;
  color: #6A8640;
  border: 1px solid #B3BFA0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  letter-spacing: .06em
}

.lrn-prog .cta-strip {
  background: #6A8640;
  padding: 72px 24px
}

.lrn-prog .cta-strip-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px;
  align-items: center
}

.lrn-prog .cta-strip .metric-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .cta-strip .metric-block .m-num {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.02em
}

.lrn-prog .cta-strip .metric-block .m-label {
  font-size: 13px;
  color: #E9EDE5;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.6
}

.lrn-prog .cta-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lrn-prog .cta-text-col h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin: 0
}

.lrn-prog .cta-text-col p {
  font-size: 15px;
  line-height: 1.6;
  color: #E9EDE5;
  margin: 0
}

.lrn-prog .cta-text-col .cta-btn {
  display: inline-block;
  background: #fff;
  color: #6A8640;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  align-self: flex-start;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), color .28s ease-in-out;
  box-shadow: 2px 6px 22px 0 #6a864017
}

.lrn-prog .cta-text-col .cta-btn:hover {
  background: #E9EDE5;
  color: #1e2a10
}

.lrn-prog .char-hover span.ch {
  display: inline-block;
  transition: color .25s ease-in-out
}

.lrn-prog .char-hover:hover span.ch:nth-child(1) {
  color: #6A8640
}

.lrn-prog .char-hover:hover span.ch:nth-child(2) {
  color: #7a9650
}

.lrn-prog .char-hover:hover span.ch:nth-child(3) {
  color: #8aaa60
}

.lrn-prog .char-hover:hover span.ch:nth-child(4) {
  color: #6A8640
}

.lrn-prog .char-hover:hover span.ch:nth-child(5) {
  color: #5a7630
}

.lrn-prog .char-hover:hover span.ch:nth-child(6) {
  color: #6A8640
}

.lrn-prog .char-hover:hover span.ch:nth-child(7) {
  color: #7a9650
}

.lrn-prog .char-hover:hover span.ch:nth-child(8) {
  color: #8aaa60
}

.lrn-prog .char-hover:hover span.ch:nth-child(n+9) {
  color: #6A8640
}

.lrn-prog a.txt-link {
  color: #6A8640;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-color .25s ease-in-out
}

.lrn-prog a.txt-link:hover {
  text-decoration-color: transparent
}

@media (max-width: 1024px) {
  .lrn-prog .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .lrn-prog .cta-strip-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto
  }

  .lrn-prog .cta-text-col {
    grid-column: 1 / -1
  }
}

@media (max-width: 640px) {
  .lrn-prog .top-band {
    grid-template-columns: 1fr;
    padding: 40px 16px 24px;
    gap: 24px
  }

  .lrn-prog .top-text-col {
    padding: 0
  }

  .lrn-prog .top-text-col h1 {
    font-size: 38px
  }

  .lrn-prog .card-grid {
    grid-template-columns: 1fr;
    padding: 0 16px
  }

  .lrn-prog .how-inner {
    grid-template-columns: 1fr;
    padding: 0 16px
  }

  .lrn-prog .glass-inner {
    grid-template-columns: 1fr;
    padding: 0 16px
  }

  .lrn-prog .cta-strip {
    padding: 40px 16px
  }

  .lrn-prog .cta-strip-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lrn-prog .programs-sec .sec-head {
    padding: 0 16px
  }

  .lrn-prog .programs-sec .sec-head h2 {
    font-size: 28px
  }

  .lrn-prog .how-text h2 {
    font-size: 28px
  }
}

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

.opn .pg_wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.opn .t_block {
  padding: 72px 0 40px;
  position: relative
}

.opn .t_block .pg_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px
}

.opn .t_txt {
  flex: 0 0 50%;
  padding-top: 40px
}

.opn .t_txt h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 700;
  color: #1b2a0d;
  margin: 0 0 24px
}

.opn .t_img_col {
  flex: 1 1 auto;
  position: relative
}

.opn .t_img_col .geo_bg {
  position: absolute;
  top: -24px;
  right: -16px;
  width: 220px;
  height: 220px;
  border-radius: 10px;
  background: linear-gradient(170deg, #B3BFA0 0%, transparent 100%);
  animation: geo_spin 18s linear infinite;
  z-index: 0;
  pointer-events: none
}

@keyframes geo_spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.opn .t_img_wrap {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  animation: img_fadein .9s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes img_fadein {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.opn .t_img_wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  box-shadow: 2px 8px 48px 0 #6a86401f;
  border-radius: 10px
}

.opn .dot_row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px
}

.opn .dot_row span {
  width: 8px;
  height: 8px;
  border-radius: 38px;
  background: #6A8640;
  display: block
}

.opn .dot_row span:nth-child(2) {
  background: #B3BFA0
}

.opn .dot_row span:nth-child(3) {
  background: #E9EDE5;
  border: 1px solid #B3BFA0
}

.opn .div_band {
  height: 48px;
  background: linear-gradient(180deg, #fff 0%, #E9EDE5 50%, #fff 100%);
  filter: blur(2px);
  margin: 0
}

.opn .invest {
  background: #fff;
  padding: 72px 0 40px
}

.opn .invest .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.opn .invest_left h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #1b2a0d;
  margin: 0 0 16px
}

.opn .invest_left p {
  font-size: 17px;
  line-height: 1.6;
  color: #2e3d1e;
  margin: 0 0 16px
}

.opn .invest_right {
  border-left: 3px solid #E9EDE5;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.opn .invest_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9EDE5
}

.opn .invest_item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.opn .invest_item .i_label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #6A8640;
  font-weight: 600;
  text-transform: uppercase
}

.opn .invest_item .i_val {
  font-size: 21px;
  font-weight: 700;
  color: #1b2a0d;
  line-height: 1.2
}

.opn .invest_item .i_note {
  font-size: 15px;
  color: #4a5e30;
  line-height: 1.6
}

.opn .pull_q {
  font-size: 21px;
  font-weight: 700;
  color: #6A8640;
  line-height: 1.6;
  border-left: 4px solid #6A8640;
  padding: 8px 16px;
  margin: 24px 0 0;
  background: #E9EDE5;
  border-radius: 0 4px 4px 0
}

.opn .div_line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #B3BFA0 40%, transparent 100%);
  margin: 0 24px
}

.opn .longval {
  background: #E9EDE5;
  padding: 72px 0 40px
}

.opn .longval .pg_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px
}

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

.opn .longval_top h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #1b2a0d;
  flex: 0 0 45%;
  margin: 0
}

.opn .longval_body {
  flex: 1 1 auto
}

.opn .longval_body p {
  font-size: 17px;
  line-height: 1.6;
  color: #2e3d1e;
  margin: 0 0 16px
}

.opn .longval_cards {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.opn .lv_card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 2px 6px 22px 0 #6a864017;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: card_wave .6s cubic-bezier(0.4, 0, 0.2, 1) both
}

.opn .lv_card:nth-child(1) {
  animation-delay: .1s
}

.opn .lv_card:nth-child(2) {
  animation-delay: .22s
}

.opn .lv_card:nth-child(3) {
  animation-delay: .34s
}

@keyframes card_wave {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

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

.opn .lv_card .lvc_num {
  font-size: 38px;
  font-weight: 700;
  color: #6A8640;
  line-height: 1.2;
  letter-spacing: -.02em
}

.opn .lv_card .lvc_label {
  font-size: 15px;
  color: #1b2a0d;
  font-weight: 600;
  line-height: 1.6
}

.opn .lv_card .lvc_desc {
  font-size: 13px;
  color: #4a5e30;
  line-height: 1.9
}

.opn .longval_img_wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 6px 22px 0 #6a864017;
  transition: box-shadow .35s ease-in-out
}

.opn .longval_img_wrap:hover {
  box-shadow: 2px 8px 48px 0 #6a86402e
}

.opn .longval_img_wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block
}

.opn .div_thick {
  height: 6px;
  background: linear-gradient(90deg, #6A8640, #B3BFA0 60%, transparent 100%);
  border-radius: 4px;
  margin: 0
}

.opn .hesit {
  background: #1b2a0d;
  padding: 72px 0 40px;
  position: relative
}

.opn .hesit .pg_wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.opn .hesit_img {
  flex: 0 0 42%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 8px 48px 0 #b3bfa01f;
  transition: box-shadow .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .hesit_img:hover {
  box-shadow: 2px 8px 48px 0 #b3bfa047
}

.opn .hesit_img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block
}

.opn .hesit_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .hesit_text h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  font-weight: 700;
  color: #E9EDE5;
  margin: 0
}

.opn .hesit_text p {
  font-size: 17px;
  line-height: 1.6;
  color: #B3BFA0;
  margin: 0
}

.opn .hesit_faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.opn .faq_item {
  border-bottom: 1px solid #b3bfa033;
  padding-bottom: 16px
}

.opn .faq_item:last-child {
  border-bottom: none
}

.opn .faq_q {
  font-size: 15px;
  font-weight: 700;
  color: #E9EDE5;
  margin: 0 0 8px;
  line-height: 1.6
}

.opn .faq_a {
  font-size: 15px;
  color: #B3BFA0;
  line-height: 1.9;
  margin: 0
}

.opn .hesit .dot_row span {
  background: #6A8640
}

.opn .hesit .dot_row span:nth-child(2) {
  background: #B3BFA0
}

.opn .hesit .dot_row span:nth-child(3) {
  background: #e9ede54d;
  border: 1px solid #B3BFA0
}

.opn .div_fade {
  height: 40px;
  background: linear-gradient(180deg, #1b2a0d 0%, #fff 100%)
}

.opn .scale_sec {
  background: #fff;
  padding: 40px 0 72px
}

.opn .scale_sec .pg_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.opn .scale_head {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end
}

.opn .scale_head h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #1b2a0d;
  margin: 0;
  flex: 0 0 55%
}

.opn .scale_head p {
  font-size: 17px;
  line-height: 1.6;
  color: #2e3d1e;
  margin: 0
}

.opn .skill_bars {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .skill_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.opn .skill_lbl {
  font-size: 15px;
  color: #1b2a0d;
  font-weight: 600;
  flex: 0 0 200px;
  line-height: 1.6
}

.opn .skill_track {
  flex: 1 1 auto;
  height: 10px;
  background: #E9EDE5;
  border-radius: 4px;
  overflow: hidden
}

.opn .skill_fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #B3BFA0, #6A8640);
  animation: bar_grow 1.1s cubic-bezier(0.4, 0, 0.2, 1) both
}

.opn .skill_fill.d1 {
  animation-delay: .1s
}

.opn .skill_fill.d2 {
  animation-delay: .22s
}

.opn .skill_fill.d3 {
  animation-delay: .34s
}

.opn .skill_fill.d4 {
  animation-delay: .46s
}

.opn .skill_fill.d5 {
  animation-delay: .58s
}

@keyframes bar_grow {
  from {
    width: 0
  }
}

.opn .skill_pct {
  font-size: 13px;
  font-weight: 700;
  color: #6A8640;
  flex: 0 0 40px;
  text-align: right;
  letter-spacing: .04em
}

.opn .scale_stats {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.opn .stat_box {
  flex: 1 1 0;
  background: #E9EDE5;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 2px 4px 0 #6a86400f;
  animation: card_wave .6s cubic-bezier(0.4, 0, 0.2, 1) both
}

.opn .stat_box:nth-child(1) {
  animation-delay: .08s
}

.opn .stat_box:nth-child(2) {
  animation-delay: .2s
}

.opn .stat_box:nth-child(3) {
  animation-delay: .32s
}

.opn .stat_box:nth-child(4) {
  animation-delay: .44s
}

.opn .stat_box .sb_num {
  font-size: 38px;
  font-weight: 700;
  color: #6A8640;
  line-height: 1.2;
  letter-spacing: -.02em
}

.opn .stat_box .sb_label {
  font-size: 13px;
  color: #2e3d1e;
  line-height: 1.6;
  font-weight: 600
}

.opn .div_dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  background: #fff
}

.opn .div_dots span {
  width: 6px;
  height: 6px;
  border-radius: 38px;
  background: #B3BFA0;
  display: block
}

.opn .div_dots span:nth-child(3) {
  background: #6A8640
}

.opn .belong {
  background: #E9EDE5;
  padding: 72px 0
}

.opn .belong .pg_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.opn .belong_top h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #1b2a0d;
  margin: 0 0 16px
}

.opn .belong_top p {
  font-size: 17px;
  line-height: 1.6;
  color: #2e3d1e;
  margin: 0;
  max-width: 640px
}

.opn .belong_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.opn .bg_col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .bg_col_head {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6A8640;
  padding-bottom: 8px;
  border-bottom: 2px solid #6A8640
}

.opn .bg_col.no_col .bg_col_head {
  color: #4a5e30;
  border-bottom-color: #B3BFA0
}

.opn .bg_item {
  font-size: 15px;
  color: #2e3d1e;
  line-height: 1.9;
  padding-bottom: 16px;
  border-bottom: 1px solid #B3BFA0
}

.opn .bg_item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.opn .belong_note {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6;
  color: #2e3d1e;
  box-shadow: 2px 6px 22px 0 #6a864017;
  max-width: 640px
}

.opn .invest_item {
  transition: background .28s ease-in-out;
  border-radius: 4px;
  padding: 8px;
  margin: -8px
}

.opn .invest_item:hover {
  background: #E9EDE5
}

.opn a {
  color: #6A8640;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-color .25s ease-in-out
}

.opn a:hover {
  text-decoration-color: transparent
}

@media (max-width: 1024px) {
  .opn .t_block .pg_wrap {
    flex-direction: column
  }

  .opn .t_txt {
    flex: none
  }

  .opn .invest .pg_wrap {
    grid-template-columns: 1fr
  }

  .opn .invest_right {
    border-left: none;
    padding-left: 0;
    border-top: 3px solid #E9EDE5;
    padding-top: 24px
  }

  .opn .longval_top {
    flex-direction: column
  }

  .opn .longval_top h2 {
    flex: none
  }

  .opn .longval_cards {
    flex-direction: column
  }

  .opn .hesit .pg_wrap {
    flex-direction: column
  }

  .opn .hesit_img {
    flex: none;
    width: 100%
  }

  .opn .scale_head {
    flex-direction: column;
    align-items: flex-start
  }

  .opn .scale_head h2 {
    flex: none
  }

  .opn .scale_stats {
    flex-wrap: wrap
  }

  .opn .stat_box {
    flex: 0 0 calc(50% - 12px)
  }

  .opn .belong_grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .opn .t_txt h1 {
    font-size: 38px
  }

  .opn .invest_left h2,
  .opn .longval_top h2,
  .opn .scale_head h2,
  .opn .belong_top h2 {
    font-size: 28px
  }

  .opn .hesit_text h2 {
    font-size: 21px
  }

  .opn .scale_stats {
    flex-direction: column
  }

  .opn .stat_box {
    flex: none
  }

  .opn .skill_lbl {
    flex: 0 0 140px;
    font-size: 13px
  }

  .opn .lv_card .lvc_num {
    font-size: 28px
  }
}

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

.cu_pg a {
  color: #6A8640;
  text-decoration: underline;
  transition: text-decoration-color .28s ease-in-out
}

.cu_pg a:hover {
  text-decoration-color: transparent
}

.cu_pg .reach_strip {
  position: relative;
  background: #6A8640;
  padding: 72px 40px;
  overflow: hidden
}

.cu_pg .reach_strip::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 1px solid #b3bfa02e;
  border-radius: 38px;
  transform: rotate(18deg);
  pointer-events: none
}

.cu_pg .reach_strip::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 80px;
  width: 180px;
  height: 180px;
  border: 1px solid #e9ede51f;
  border-radius: 38px;
  transform: rotate(-12deg);
  pointer-events: none
}

.cu_pg .reach_inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px
}

.cu_pg .reach_label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #B3BFA0;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.2
}

.cu_pg .reach_heading {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 24px
}

.cu_pg .reach_desc {
  font-size: 17px;
  line-height: 1.6;
  color: #E9EDE5;
  max-width: 380px;
  margin: 0
}

.cu_pg .reach_left {
  flex: 1 1 0;
  min-width: 0
}

.cu_pg .reach_right {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px
}

.cu_pg .detail_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b3bfa038
}

.cu_pg .detail_item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.cu_pg .detail_key {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B3BFA0;
  line-height: 1.2
}

.cu_pg .detail_val {
  font-size: 15px;
  line-height: 1.6;
  color: #fff
}

.cu_pg .detail_val a {
  color: #E9EDE5;
  text-decoration: underline;
  transition: color .25s ease-in-out, text-decoration-color .25s ease-in-out
}

.cu_pg .detail_val a:hover {
  color: #fff;
  text-decoration-color: transparent
}

.cu_pg .divider_tick {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 8px
}

.cu_pg .divider_tick .tick_line {
  flex: 1 1 0;
  height: 1px;
  background: #B3BFA0
}

.cu_pg .divider_tick .tick_mark {
  width: 1px;
  height: 8px;
  background: #B3BFA0;
  flex-shrink: 0
}

.cu_pg .form_band {
  background: #E9EDE5;
  padding: 72px 40px;
  position: relative
}

.cu_pg .form_band_inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start
}

.cu_pg .form_aside {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu_pg .form_aside_head {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a3318;
  margin: 0
}

.cu_pg .form_aside_body {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5535;
  margin: 0
}

.cu_pg .form_aside_pull {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
  color: #6A8640;
  border-left: 3px solid #6A8640;
  border-top: 1px solid #B3BFA0;
  padding: 16px;
  border-radius: 4px
}

.cu_pg .form_wrap {
  flex: 1 1 0;
  min-width: 0
}

.cu_pg .contact_form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu_pg .field_row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.cu_pg .field_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0
}

.cu_pg .field_group.full {
  flex: 1 1 100%
}

.cu_pg .field_label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4a5535;
  line-height: 1.2;
  font-weight: 600
}

.cu_pg .field_input {
  background: #fff;
  border: 1px solid #B3BFA0;
  border-radius: 4px;
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #2a3318;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color .26s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 2px 4px 0 #6a86400f
}

.cu_pg .field_input::placeholder {
  color: #4a553561
}

.cu_pg .field_input:focus {
  border-color: #6A8640;
  box-shadow: 2px 6px 22px 0 #6a864017
}

.cu_pg .field_input:invalid:not(:placeholder-shown) {
  border-color: #b04040
}

.cu_pg .topic_toggle_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cu_pg .topic_label_head {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4a5535;
  line-height: 1.2;
  font-weight: 600
}

.cu_pg .topic_options {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.cu_pg .topic_opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cu_pg .topic_opt input[type="radio"] {
  accent-color: #6A8640;
  width: 18px;
  height: 18px;
  cursor: pointer
}

.cu_pg .topic_opt_label {
  font-size: 15px;
  color: #2a3318;
  line-height: 1.6;
  cursor: pointer
}

.cu_pg .cond_field {
  display: none;
  flex-direction: column;
  gap: 8px
}

.cu_pg #topic_collab:checked~.form_cond_wrap .cond_collab {
  display: flex
}

.cu_pg #topic_tech:checked~.form_cond_wrap .cond_tech {
  display: flex
}

.cu_pg .topic_radio_group {
  display: flex;
  flex-direction: column;
  gap: 16px
}

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

.cu_pg .privacy_check {
  accent-color: #6A8640;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer
}

.cu_pg .privacy_text {
  font-size: 13px;
  line-height: 1.9;
  color: #4a5535;
  margin: 0
}

.cu_pg .submit_btn {
  background: linear-gradient(to left, #6A8640, #4d6230);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px 40px;
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 2px 6px 22px 0 #6a864017;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu_pg .submit_btn:hover {
  background: linear-gradient(to right, #6A8640, #4d6230);
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.cu_pg .submit_btn:focus {
  outline: 2px solid #6A8640;
  outline-offset: 3px
}

.cu_pg .submit_btn:active {
  box-shadow: 2px 2px 4px 0 #6a86400f
}

.cu_pg .bg_blur_band {
  position: relative;
  padding: 72px 40px;
  overflow: hidden
}

.cu_pg .bg_blur_band .bg_img_layer {
  position: absolute;
  inset: 0;
  background-image: url(./webinar_visuals/content-image-7.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(6px) brightness(0.55);
  transform: scale(1.06);
  pointer-events: none
}

.cu_pg .bg_blur_band .bg_tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #6a86408c, transparent);
  pointer-events: none
}

.cu_pg .bg_blur_inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: center
}

.cu_pg .bg_text_col {
  flex: 1 1 0;
  min-width: 0
}

.cu_pg .bg_heading {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #fff;
  margin: 0 0 16px
}

.cu_pg .bg_body {
  font-size: 17px;
  line-height: 1.6;
  color: #E9EDE5;
  margin: 0 0 24px
}

.cu_pg .bg_body_two {
  font-size: 15px;
  line-height: 1.9;
  color: #B3BFA0;
  margin: 0
}

.cu_pg .bg_stat_col {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cu_pg .stat_card {
  background: #e9ede51a;
  border: 1px solid #b3bfa047;
  border-radius: 10px;
  padding: 24px;
  backdrop-filter: blur(4px)
}

.cu_pg .stat_num {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 8px
}

.cu_pg .stat_desc {
  font-size: 13px;
  line-height: 1.6;
  color: #B3BFA0;
  letter-spacing: .04em;
  margin: 0
}

@keyframes bg_shift {
  0% {
    background-color: #6A8640
  }

  50% {
    background-color: #4d6230
  }

  100% {
    background-color: #6A8640
  }
}

.cu_pg .reach_strip {
  animation: bg_shift 15s linear infinite
}

@media (max-width: 1024px) {
  .cu_pg .reach_inner {
    gap: 40px
  }

  .cu_pg .form_band_inner {
    gap: 40px
  }

  .cu_pg .bg_blur_inner {
    gap: 40px
  }
}

@media (max-width: 640px) {
  .cu_pg .reach_inner {
    flex-direction: column;
    gap: 40px
  }

  .cu_pg .reach_right {
    flex: none;
    width: 100%
  }

  .cu_pg .reach_heading {
    font-size: 38px
  }

  .cu_pg .form_band_inner {
    flex-direction: column;
    gap: 40px
  }

  .cu_pg .form_aside {
    flex: none;
    width: 100%
  }

  .cu_pg .field_row {
    flex-direction: column
  }

  .cu_pg .bg_blur_inner {
    flex-direction: column;
    gap: 40px
  }

  .cu_pg .bg_stat_col {
    flex: none;
    width: 100%
  }

  .cu_pg .bg_heading {
    font-size: 28px
  }

  .cu_pg .reach_strip {
    padding: 40px 24px
  }

  .cu_pg .form_band {
    padding: 40px 24px
  }

  .cu_pg .bg_blur_band {
    padding: 40px 24px
  }

  .cu_pg .divider_tick {
    padding: 0 24px
  }

  .cu_pg .topic_options {
    flex-direction: column
  }
}

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

.abt_us .au_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px
}

.abt_us .reveal_clip {
  animation: clip_reveal .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes clip_reveal {
  from {
    clip-path: inset(0 48% 0 48%);
    opacity: .4
  }

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

.abt_us .gentle_shake {
  animation: shake_soft 6s ease-in-out 3s infinite
}

@keyframes shake_soft {

  0%,
  88%,
  100% {
    transform: translateX(0)
  }

  90% {
    transform: translateX(-4px)
  }

  93% {
    transform: translateX(4px)
  }

  96% {
    transform: translateX(-2px)
  }

  98% {
    transform: translateX(2px)
  }
}

.abt_us .title_band {
  background: #fff;
  padding: 72px 0 40px;
  text-align: center;
  position: relative
}

.abt_us .title_band .bg_num {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  font-weight: 900;
  color: #B3BFA0;
  opacity: .13;
  line-height: 1.2;
  letter-spacing: -8px;
  pointer-events: none;
  user-select: none;
  white-space: nowrap
}

.abt_us .title_band .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #6A8640;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt_us .title_band h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1e2a12;
  margin: 0 auto 16px;
  max-width: 720px
}

.abt_us .title_band .sub_line {
  font-size: 17px;
  line-height: 1.6;
  color: #4a5c30;
  max-width: 540px;
  margin: 0 auto 40px
}

.abt_us .title_img_wrap {
  position: relative;
  display: inline-block;
  max-width: 860px;
  width: 100%;
  margin: 0 auto
}

.abt_us .title_img_wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.abt_us .title_img_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: radial-gradient(ellipse at 50% 100%, #ffffff8c 0%, transparent 60%);
  pointer-events: none;
  z-index: 1
}

.abt_us .title_band .curve_bot {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none
}

.abt_us .who_band {
  background: #E9EDE5;
  padding: 72px 0 40px;
  position: relative
}

.abt_us .who_band .geo_circle {
  position: absolute;
  border-radius: 38px;
  border: 2px solid #6A8640;
  opacity: .07;
  pointer-events: none
}

.abt_us .who_band .geo_circle.c1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -60px;
  border-radius: 50%
}

.abt_us .who_band .geo_circle.c2 {
  width: 160px;
  height: 160px;
  bottom: 40px;
  left: -40px;
  border-radius: 50%
}

.abt_us .who_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.abt_us .who_text h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #1e2a12;
  margin: 0 0 16px
}

.abt_us .who_text .pull_quote {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  color: #6A8640;
  border-left: 4px solid #B3BFA0;
  border-top: 1px solid #B3BFA0;
  padding: 16px 16px 16px 24px;
  margin: 24px 0;
  border-radius: 0 10px 10px 0
}

.abt_us .who_text p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a28;
  margin: 0 0 16px
}

.abt_us .who_img_col img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 6px 22px 0 #6a864017;
  display: block
}

.abt_us .stat_row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px
}

.abt_us .stat_item {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 2px 2px 4px 0 #6a86400f
}

.abt_us .stat_item .num_int {
  font-size: 38px;
  font-weight: 900;
  color: #1e2a12;
  letter-spacing: -.03em;
  line-height: 1.2
}

.abt_us .stat_item .num_frac {
  font-size: 21px;
  font-weight: 700;
  color: #6A8640;
  letter-spacing: -.01em
}

.abt_us .stat_item .stat_label {
  font-size: 13px;
  color: #5a6e44;
  line-height: 1.6;
  margin-top: 8px;
  letter-spacing: .04em
}

.abt_us .who_band .curve_bot {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none
}

.abt_us .method_band {
  background: #fff;
  padding: 72px 0;
  position: relative
}

.abt_us .method_band .geo_circ_bg {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #B3BFA0;
  opacity: .09;
  pointer-events: none
}

.abt_us .method_band .geo_circ_bg.m1 {
  width: 260px;
  height: 260px;
  top: 40px;
  left: -80px
}

.abt_us .method_band .geo_circ_bg.m2 {
  width: 180px;
  height: 180px;
  bottom: 24px;
  right: -50px
}

.abt_us .method_head {
  text-align: center;
  margin-bottom: 40px
}

.abt_us .method_head h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #1e2a12;
  margin: 0 0 16px
}

.abt_us .method_head p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a28;
  max-width: 560px;
  margin: 0 auto
}

.abt_us .method_asym {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
  align-items: start
}

.abt_us .method_rich {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt_us .method_step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 10px;
  background: #E9EDE5;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .method_step:hover {
  box-shadow: 2px 6px 22px 0 #6a864017;
  transform: translateY(-2px)
}

.abt_us .method_step .step_num {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.04em;
  color: #B3BFA0;
  min-width: 40px;
  flex-shrink: 0
}

.abt_us .method_step .step_body h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a12;
  line-height: 1.2;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.abt_us .method_step .step_body p {
  font-size: 13px;
  line-height: 1.9;
  color: #4a5c30;
  margin: 0
}

.abt_us .method_minimal {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt_us .method_img_wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 6px 22px 0 #6a864017;
  display: block
}

.abt_us .method_aside_text {
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a28
}

.abt_us .method_aside_text strong {
  display: block;
  font-size: 21px;
  font-weight: 800;
  color: #6A8640;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 8px
}

.abt_us .method_band .curve_bot {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none
}

.abt_us .team_band {
  background: linear-gradient(180deg, #6A8640 0%, #B3BFA0 100%);
  padding: 72px 0;
  position: relative
}

.abt_us .team_band .geo_circ_t {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffffff26;
  pointer-events: none
}

.abt_us .team_band .geo_circ_t.t1 {
  width: 400px;
  height: 400px;
  top: -120px;
  right: -100px
}

.abt_us .team_band .geo_circ_t.t2 {
  width: 200px;
  height: 200px;
  bottom: 40px;
  left: -60px
}

.abt_us .team_head {
  text-align: center;
  margin-bottom: 40px
}

.abt_us .team_head h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #fff;
  margin: 0 0 16px
}

.abt_us .team_head p {
  font-size: 15px;
  line-height: 1.9;
  color: #E9EDE5;
  max-width: 520px;
  margin: 0 auto
}

.abt_us .team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.abt_us .team_card {
  background: #ffffff21;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ffffff38;
  transition: background .35s ease-in-out, box-shadow .35s ease-in-out
}

.abt_us .team_card:hover {
  background: #ffffff38;
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.abt_us .team_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block
}

.abt_us .team_card .card_info {
  padding: 16px
}

.abt_us .team_card .card_info h5 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
  letter-spacing: -.01em
}

.abt_us .team_card .card_info .role_tag {
  font-size: 13px;
  color: #E9EDE5;
  letter-spacing: .07em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px
}

.abt_us .team_card .card_info p {
  font-size: 13px;
  line-height: 1.9;
  color: #e9ede5e0;
  margin: 0
}

.abt_us .team_cta_row {
  text-align: center;
  margin-top: 40px
}

.abt_us .btn_primary {
  display: inline-block;
  background: #fff;
  color: #1e2a12;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 6px 22px 0 #6a864017;
  background-image: linear-gradient(to left, #b3bfa04d, transparent);
  transition: background-image .38s ease-in-out, box-shadow .38s ease-in-out, color .25s ease-in-out
}

.abt_us .btn_primary:hover {
  background-image: linear-gradient(to right, #6a86402e, transparent);
  box-shadow: 2px 8px 48px 0 #6a86401f;
  color: #6A8640
}

.abt_us .btn_primary:focus {
  outline: 3px solid #6A8640;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .abt_us .who_grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .abt_us .method_asym {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .abt_us .team_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }
}

@media (max-width: 640px) {
  .abt_us .title_band h1 {
    font-size: 38px
  }

  .abt_us .title_img_wrap img {
    height: 220px
  }

  .abt_us .who_grid {
    grid-template-columns: 1fr
  }

  .abt_us .who_img_col img {
    height: 220px
  }

  .abt_us .stat_row {
    flex-direction: column
  }

  .abt_us .method_asym {
    grid-template-columns: 1fr
  }

  .abt_us .method_img_wrap img {
    height: 180px
  }

  .abt_us .team_grid {
    grid-template-columns: 1fr
  }

  .abt_us .title_band .bg_num {
    font-size: 100px
  }

  .abt_us .who_text h2,
  .abt_us .method_head h2,
  .abt_us .team_head h2 {
    font-size: 28px
  }
}

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

.qz_pg * {
  box-sizing: border-box
}

.qz_pg a {
  color: #6A8640;
  text-decoration: underline;
  transition: text-decoration-color .28s ease-in-out
}

.qz_pg a:hover {
  text-decoration-color: transparent
}

.qz_pg .qz_hero {
  position: relative;
  padding: 72px 24px;
  background: linear-gradient(to bottom, #6A8640 0%, #6a86402e 70%, transparent 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.qz_pg .qz_hero_inner {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.qz_pg .qz_hero h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  font-weight: 800;
  margin: 0;
  max-width: 720px
}

.qz_pg .qz_hero_sub {
  font-size: 17px;
  line-height: 1.6;
  color: #ffffffe0;
  max-width: 560px;
  margin: 0
}

.qz_pg .qz_hero_meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px
}

.qz_pg .qz_hero_badge {
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 38px;
  padding: 8px 16px;
  font-size: 13px;
  color: #fff;
  letter-spacing: .04em
}

.qz_pg .qz_divider_dash {
  border: none;
  border-top: 1px dashed #B3BFA0;
  margin: 0
}

.qz_pg .qz_about {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  align-items: start
}

.qz_pg .qz_about_left h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a3518;
  font-weight: 700;
  margin: 0 0 16px
}

.qz_pg .qz_about_left p {
  font-size: 15px;
  line-height: 1.6;
  color: #3d4a28;
  margin: 0 0 16px
}

.qz_pg .qz_about_right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.qz_pg .qz_about_pull {
  font-size: 21px;
  line-height: 1.6;
  color: #6A8640;
  font-weight: 600;
  border-left: 3px solid #6A8640;
  border-top: 1px solid #B3BFA0;
  border-right: none;
  border-bottom: none;
  padding: 16px 16px 16px 24px;
  margin: 0
}

.qz_pg .qz_about_body {
  font-size: 15px;
  line-height: 1.9;
  color: #3d4a28;
  margin: 0
}

.qz_pg .qz_about_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column
}

.qz_pg .qz_about_list li {
  font-size: 15px;
  line-height: 1.6;
  color: #3d4a28;
  padding: 8px 0;
  border-bottom: 1px solid #B3BFA0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.qz_pg .qz_about_list li:last-child {
  border-bottom: none
}

.qz_pg .qz_about_list li .li_dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #6A8640;
  flex-shrink: 0;
  margin-top: 6px;
  transform: rotate(45deg)
}

.qz_pg .qz_quiz_wrap {
  background: #2a3518;
  padding: 72px 24px;
  position: relative;
  overflow: hidden
}

.qz_pg .qz_quiz_wrap .qz_circles {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 280px;
  height: 280px;
  pointer-events: none;
  overflow: hidden
}

.qz_pg .qz_quiz_wrap .qz_circles svg {
  width: 100%;
  height: 100%;
  opacity: .07
}

.qz_pg .qz_quiz_inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.qz_pg .qz_quiz_head {
  margin-bottom: 40px
}

.qz_pg .qz_quiz_head h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #E9EDE5;
  font-weight: 700;
  margin: 0 0 16px
}

.qz_pg .qz_quiz_head p {
  font-size: 17px;
  line-height: 1.6;
  color: #B3BFA0;
  margin: 0;
  max-width: 560px
}

.qz_pg .qz_progress_bar {
  width: 100%;
  height: 4px;
  background: #b3bfa033;
  border-radius: 4px;
  margin-bottom: 40px;
  overflow: hidden
}

.qz_pg .qz_progress_fill {
  height: 100%;
  background: linear-gradient(to left, #6A8640, #B3BFA0);
  border-radius: 4px;
  width: 10%;
  transition: width .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.qz_pg .qz_q_block {
  display: none;
  flex-direction: column;
  gap: 24px;
  animation: qz_fadein .32s ease-in-out
}

.qz_pg .qz_q_block.active {
  display: flex
}

@keyframes qz_fadein {
  from {
    opacity: 0;
    transform: translateY(12px) rotate(-0.5deg)
  }

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

.qz_pg .qz_q_label {
  font-size: 13px;
  letter-spacing: .08em;
  color: #B3BFA0;
  text-transform: uppercase;
  font-weight: 600
}

.qz_pg .qz_q_text {
  font-size: 21px;
  line-height: 1.6;
  color: #E9EDE5;
  font-weight: 600;
  margin: 0
}

.qz_pg .qz_options {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.qz_pg .qz_opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #e9ede50f;
  border: 1px solid #b3bfa033;
  border-radius: 10px;
  cursor: pointer;
  transition: background .28s ease-in-out, border-color .28s ease-in-out;
  text-align: left;
  width: 100%;
  color: #E9EDE5;
  font-size: 15px;
  line-height: 1.6
}

.qz_pg .qz_opt:hover {
  background: #6a86402e;
  border-color: #6A8640
}

.qz_pg .qz_opt.selected {
  background: #6a864047;
  border-color: #6A8640
}

.qz_pg .qz_opt.correct {
  background: #6a864059;
  border-color: #6A8640
}

.qz_pg .qz_opt.wrong {
  background: #b43c3c33;
  border-color: #b43c3c99
}

.qz_pg .qz_opt_letter {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #b3bfa026;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #B3BFA0;
  flex-shrink: 0;
  transition: background .25s ease-in-out, color .25s ease-in-out
}

.qz_pg .qz_opt.selected .qz_opt_letter,
.qz_pg .qz_opt.correct .qz_opt_letter {
  background: #6A8640;
  color: #fff
}

.qz_pg .qz_opt.wrong .qz_opt_letter {
  background: #b43c3c80;
  color: #fff
}

.qz_pg .qz_feedback {
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 24px;
  border-radius: 10px;
  display: none
}

.qz_pg .qz_feedback.show {
  display: block
}

.qz_pg .qz_feedback.fb_correct {
  background: #6a864026;
  color: #b8d48a;
  border-left: 3px solid #6A8640;
  border-top: 1px solid #6a86404d;
  border-right: none;
  border-bottom: none
}

.qz_pg .qz_feedback.fb_wrong {
  background: #b43c3c1a;
  color: #e8a0a0;
  border-left: 3px solid #b43c3c99;
  border-top: 1px solid #b43c3c33;
  border-right: none;
  border-bottom: none
}

.qz_pg .qz_nav_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px
}

.qz_pg .qz_counter {
  font-size: 13px;
  color: #B3BFA0;
  letter-spacing: .05em
}

.qz_pg .qz_btn {
  padding: 16px 40px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.qz_pg .qz_btn_primary {
  background: linear-gradient(to left, #6A8640, #8aab52);
  color: #fff;
  box-shadow: 2px 6px 22px 0 #6a864017
}

.qz_pg .qz_btn_primary:hover {
  background: linear-gradient(to right, #6A8640, #8aab52);
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.qz_pg .qz_btn_primary:focus {
  outline: 2px solid #B3BFA0;
  outline-offset: 3px
}

.qz_pg .qz_btn_ghost {
  background: transparent;
  color: #B3BFA0;
  border: 1px solid #b3bfa04d
}

.qz_pg .qz_btn_ghost:hover {
  border-color: #B3BFA0;
  color: #E9EDE5
}

.qz_pg .qz_btn_ghost:focus {
  outline: 2px solid #B3BFA0;
  outline-offset: 3px
}

.qz_pg .qz_result_block {
  display: none;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start
}

.qz_pg .qz_result_block.active {
  display: flex
}

.qz_pg .qz_score_row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center
}

.qz_pg .qz_score_num {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #6A8640;
  letter-spacing: -.03em
}

.qz_pg .qz_score_label {
  font-size: 17px;
  line-height: 1.6;
  color: #B3BFA0
}

.qz_pg .qz_score_msg {
  font-size: 21px;
  line-height: 1.6;
  color: #E9EDE5;
  font-weight: 600;
  margin: 0
}

.qz_pg .qz_score_detail {
  font-size: 15px;
  line-height: 1.9;
  color: #B3BFA0;
  margin: 0
}

.qz_pg .qz_tips_wrap {
  background: #E9EDE5;
  padding: 72px 24px 40px
}

.qz_pg .qz_tips_inner {
  max-width: 1024px;
  margin: 0 auto
}

.qz_pg .qz_tips_head {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px
}

.qz_pg .qz_tips_head h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #2a3518;
  font-weight: 700;
  margin: 0 0 16px
}

.qz_pg .qz_tips_head p {
  font-size: 15px;
  line-height: 1.9;
  color: #3d4a28;
  margin: 0
}

.qz_pg .qz_tips_img_wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 8px 48px 0 #6a86401f;
  position: relative
}

.qz_pg .qz_tips_img_wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, #2a3518b3, transparent);
  pointer-events: none
}

.qz_pg .qz_tips_img_wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.qz_pg .qz_tips_img_wrap:hover img {
  transform: scale(1.03)
}

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

.qz_pg .qz_tip_card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 2px 2px 4px 0 #b3bfa00f;
  position: relative;
  transition: box-shadow .28s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.qz_pg .qz_tip_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to left, #6A8640, transparent)
}

.qz_pg .qz_tips_grid:hover .qz_tip_card:not(:hover) {
  opacity: .6
}

.qz_pg .qz_tip_card {
  transition: box-shadow .28s ease-in-out, opacity .28s ease-in-out
}

.qz_pg .qz_tip_card:hover {
  box-shadow: 2px 6px 22px 0 #6a864017
}

.qz_pg .qz_tip_num {
  font-size: 28px;
  font-weight: 800;
  color: #B3BFA0;
  line-height: 1.2;
  letter-spacing: -.02em
}

.qz_pg .qz_tip_card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #2a3518;
  margin: 0;
  line-height: 1.2
}

.qz_pg .qz_tip_card p {
  font-size: 13px;
  line-height: 1.6;
  color: #4a5c2e;
  margin: 0
}

.qz_pg .qz_cta_strip {
  background: linear-gradient(to left, #6A8640, #4d6228);
  padding: 72px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  position: relative;
  overflow: hidden
}

.qz_pg .qz_cta_strip .qz_corner_circles {
  position: absolute;
  bottom: -60px;
  left: -60px;
  pointer-events: none;
  overflow: hidden;
  width: 240px;
  height: 240px
}

.qz_pg .qz_cta_strip .qz_corner_circles svg {
  opacity: .08
}

.qz_pg .qz_cta_inner {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1
}

.qz_pg .qz_cta_inner h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #fff;
  font-weight: 700;
  margin: 0
}

.qz_pg .qz_cta_inner p {
  font-size: 17px;
  line-height: 1.6;
  color: #e9ede5d9;
  margin: 0
}

.qz_pg .qz_cta_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px
}

.qz_pg .qz_cta_btn {
  padding: 16px 40px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.qz_pg .qz_cta_btn.solid {
  background: #fff;
  color: #2a3518;
  box-shadow: 2px 6px 22px 0 #6a864017
}

.qz_pg .qz_cta_btn.solid:hover {
  background: #E9EDE5;
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.qz_pg .qz_cta_btn.outline {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff80
}

.qz_pg .qz_cta_btn.outline:hover {
  border-color: #fff;
  background: #ffffff14
}

@media (max-width: 1024px) {
  .qz_pg .qz_about {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .qz_pg .qz_tips_head {
    grid-template-columns: 1fr
  }

  .qz_pg .qz_tips_grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .qz_pg .qz_hero h1 {
    font-size: 38px
  }

  .qz_pg .qz_about_left h2 {
    font-size: 28px
  }

  .qz_pg .qz_quiz_head h2 {
    font-size: 28px
  }

  .qz_pg .qz_tips_grid {
    grid-template-columns: 1fr
  }

  .qz_pg .qz_cta_inner h2 {
    font-size: 28px
  }

  .qz_pg .qz_score_row {
    gap: 16px
  }

  .qz_pg .qz_nav_row {
    flex-direction: column;
    align-items: flex-start
  }
}

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

.success_page .success_card {
  max-width: 1024px;
  width: 100%;
  background: #E9EDE5;
  border-radius: 10px;
  padding: 72px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 8px 48px 0 #6a86401f;
  text-align: center
}

.success_page .icon_wrap {
  width: 72px;
  height: 72px;
  margin-bottom: 40px;
  flex-shrink: 0
}

.success_page .icon_wrap svg {
  width: 100%;
  height: 100%
}

.success_page .success_heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2c3a1a;
  margin: 0 0 16px
}

.success_page .success_sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3d4d28;
  margin: 0 0 40px;
  max-width: 520px
}

.success_page .divider_line {
  width: 64px;
  height: 3px;
  background: linear-gradient(to left, #B3BFA0, transparent);
  border-radius: 4px;
  margin-bottom: 40px
}

.success_page .success_note {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5c30;
  max-width: 460px;
  margin: 0 0 40px
}

.success_page .btn_home {
  display: inline-block;
  padding: 16px 40px;
  background: #6A8640;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background .28s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 6px 22px 0 #6a864017
}

.success_page .btn_home:hover {
  background: linear-gradient(to left, #6A8640, #4f6530);
  box-shadow: 2px 8px 48px 0 #6a86401f
}

.success_page .btn_home:focus {
  outline: 2px solid #2c3a1a;
  outline-offset: 3px
}

@media (max-width: 640px) {
  .success_page {
    padding: 40px 16px
  }

  .success_page .success_card {
    padding: 40px 24px
  }

  .success_page .success_heading {
    font-size: 28px
  }
}