body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-family: "Lora", Georgia, serif;
}

*:focus {
  outline: 3px solid #43806D;
  outline-offset: 2px;
  filter: invert(1);
}

.pg_head {
  background: #FCFEFC;
  border-bottom: 2px solid #A5C5AB;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  position: relative;
}

.pg_head_top {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.brand_shell {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo_frame {
  border: 2px dashed #43806D;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06), 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 72px;
}

.logo_frame img {
  width: 100px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.brand_name_lk {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand_nm {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #43806D;
  font-family: "Lora", Georgia, serif;
}

.brand_prop {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: #2a5c4e;
  letter-spacing: 0.04em;
  border-top: 1px solid #A5C5AB;
  padding-top: 8px;
}

.pg_head_nav_row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.main_nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(165, 197, 171, 0.5);
}

.nav_item {
  position: relative;
}

.nav_lk {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Lora", Georgia, serif;
  letter-spacing: 0.05em;
  color: #2a5c4e;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.25s ease-out, border-color 0.18s ease-out;
  white-space: nowrap;
  min-height: 44px;
}

.nav_lk:hover,
.nav_lk:focus {
  color: #43806D;
  border-bottom-color: #43806D;
  filter: none;
  outline: none;
}

.nav_lk:focus-visible {
  outline: 3px solid #43806D;
  outline-offset: -2px;
  filter: none;
}

.nav_item_has_sub:hover .sub_menu_hold,
.nav_item_has_sub:focus-within .sub_menu_hold {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub_menu_hold {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 2px solid #A5C5AB;
  border-radius: 12px;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.22s ease-out, transform 0.28s ease-out;
  z-index: 200;
  padding: 8px;
}

.sub_menu_hold::before {
  content: "";
  display: block;
  height: 8px;
  margin-top: -8px;
}

.sub_lk {
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
  color: #2a5c4e;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  white-space: normal;
  line-height: 1.65;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.sub_lk:hover,
.sub_lk:focus {
  background: rgba(165, 197, 171, 0.25);
  color: #43806D;
  filter: none;
  outline: none;
}

.sub_lk:focus-visible {
  outline: 3px solid #43806D;
  outline-offset: -2px;
  filter: none;
}

.nav_chevron {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
}

.pg_foot {
  background: #43806D;
  color: #FCFEFC;
  padding: 48px 24px;
}

.foot_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

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

.foot_logo_frame {
  border: 2px dashed rgba(252, 254, 252, 0.5);
  border-radius: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 72px;
}

.foot_logo_frame img {
  width: 100px;
  height: 56px;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 6px;
  padding: 4px;
}

.foot_tagline {
  font-size: 17px;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  line-height: 1.65;
  color: #A5C5AB;
  letter-spacing: 0.02em;
}

.foot_big_nm {
  font-size: 54px;
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: rgba(252, 254, 252, 0.12);
  pointer-events: none;
  user-select: none;
}

.foot_col_head {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A5C5AB;
  margin-bottom: 24px;
}

.foot_addr {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(252, 254, 252, 0.85);
}

.foot_addr_line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.foot_addr_line a {
  color: rgba(252, 254, 252, 0.85);
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.foot_addr_line a:hover {
  color: #FCFEFC;
}

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

.foot_lnk_list li a {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  color: rgba(252, 254, 252, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(165, 197, 171, 0.4);
  padding-bottom: 8px;
  display: block;
  transition: color 0.18s ease-out, border-color 0.22s ease-out;
}

.foot_lnk_list li a:hover {
  color: #FCFEFC;
  border-bottom-color: #A5C5AB;
}

.foot_contact_lk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 24px;
  border: 2px solid rgba(252, 254, 252, 0.5);
  border-radius: 20px;
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  color: #FCFEFC;
  text-decoration: none;
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
  min-height: 44px;
}

.foot_contact_lk:hover {
  background: rgba(252, 254, 252, 0.1);
  border-color: #FCFEFC;
}

.foot_bottom {
  max-width: 1100px;
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(165, 197, 171, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.foot_copy {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  color: rgba(252, 254, 252, 0.55);
  line-height: 1.65;
}

@media (max-width: 768px) {
  .foot_inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .foot_big_nm {
    font-size: 38px;
  }

  .brand_nm {
    font-size: 28px;
  }

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

.ck_bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  justify-content: center;
  padding: 8px 24px;
  background: transparent;
}

.ck_card {
  background: #fff;
  border: 2px solid #A5C5AB;
  border-radius: 20px;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  padding: 24px;
  max-width: 640px;
  width: 100%;
  transform: translateX(-110%);
  transition: transform 0.22s ease-out;
}

.ck_card.sliding_in {
  transform: translateX(0);
}

.ck_hdl {
  font-size: 17px;
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  color: #2a5c4e;
  margin-bottom: 8px;
  line-height: 1.15;
}

.ck_desc {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  color: #3a5a50;
  line-height: 1.65;
  margin-bottom: 8px;
}

.ck_desc a {
  color: #43806D;
  text-decoration: underline;
}

.ck_uses {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  color: #3a5a50;
  line-height: 1.65;
  padding-left: 24px;
  margin: 0 0 8px;
}

.ck_sale_row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 0;
  border-top: 1px solid rgba(165, 197, 171, 0.4);
  border-bottom: 1px solid rgba(165, 197, 171, 0.4);
}

.ck_sale_lbl {
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  color: #2a5c4e;
  font-weight: 500;
  flex: 1;
  line-height: 1.65;
}

.ck_toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.ck_toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.ck_tog_track {
  position: absolute;
  inset: 0;
  background: #A5C5AB;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.18s ease-out;
}

.ck_tog_track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 48px;
  background: #fff;
  transition: transform 0.18s ease-out;
}

.ck_toggle input:checked+.ck_tog_track {
  background: #43806D;
}

.ck_toggle input:checked+.ck_tog_track::after {
  transform: translateX(20px);
}

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

.ck_btn {
  flex: 1;
  min-width: 120px;
  padding: 12px 24px;
  font-size: 14px;
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid #43806D;
  min-height: 44px;
  transition: filter 0.18s ease-out, background 0.18s ease-out;
}

.ck_btn_ok {
  background: #43806D;
  color: #FCFEFC;
}

.ck_btn_ok:hover,
.ck_btn_ok:focus {
  filter: brightness(1.12);
}

.ck_btn_no {
  background: transparent;
  color: #43806D;
}

.ck_btn_no:hover,
.ck_btn_no:focus {
  background: rgba(67, 128, 109, 0.08);
  filter: brightness(1.05);
}

.legal-zaqp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 48px;
}

.legal-zaqp-container h1 {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1b2e28;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 3px solid #43806D;
}

.legal-zaqp-container h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
  margin-top: 96px;
  margin-bottom: 24px;
}

.legal-zaqp-container h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #243d36;
  margin-top: 48px;
  margin-bottom: 24px;
}

.legal-zaqp-container h4 {
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.005em;
  color: #2e4a41;
  margin-top: 48px;
  margin-bottom: 8px;
}

.legal-zaqp-container h5 {
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #2e4a41;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.legal-zaqp-container h6 {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: #43806D;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.legal-zaqp-container p {
  font-size: 17px;
  line-height: 1.65;
  color: #2a3a35;
  margin-bottom: 24px;
}

.legal-zaqp-container ul,
.legal-zaqp-container ol {
  font-size: 17px;
  line-height: 1.65;
  color: #2a3a35;
  margin-bottom: 24px;
  padding-left: 48px;
}

.legal-zaqp-container ul {
  list-style: none;
  padding-left: 24px;
}

.legal-zaqp-container ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.legal-zaqp-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #43806D;
}

.legal-zaqp-container ol {
  list-style: decimal;
}

.legal-zaqp-container ol li {
  margin-bottom: 8px;
  padding-left: 8px;
}

.legal-zaqp-container ol li::marker {
  color: #43806D;
  font-size: 17px;
}

.legal-zaqp-container ul ul,
.legal-zaqp-container ol ol,
.legal-zaqp-container ul ol,
.legal-zaqp-container ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

.legal-zaqp-container ul ul li::before {
  width: 5px;
  height: 5px;
  background-color: #A5C5AB;
  top: 12px;
}

.legal-zaqp-container strong,
.legal-zaqp-container b {
  font-weight: 700;
  color: #1b2e28;
}

.legal-zaqp-container em,
.legal-zaqp-container i {
  font-style: italic;
  color: #3a5c52;
}

.legal-zaqp-container hr {
  border: none;
  border-top: 1px solid #A5C5AB;
  margin-top: 48px;
  margin-bottom: 48px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .legal-zaqp-container {
    padding: 48px 24px;
  }

  .legal-zaqp-container h1 {
    font-size: 38px;
  }

  .legal-zaqp-container h2 {
    font-size: 28px;
    margin-top: 48px;
  }

  .legal-zaqp-container h3 {
    font-size: 21px;
  }

  .legal-zaqp-container h4 {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .legal-zaqp-container {
    padding: 48px 24px;
  }

  .legal-zaqp-container h1 {
    font-size: 28px;
  }

  .legal-zaqp-container h2 {
    font-size: 21px;
  }

  .legal-zaqp-container ul,
  .legal-zaqp-container ol {
    padding-left: 24px;
  }
}

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

.bys-pg .bys-lim {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.bys-pg .grad-band {
  background: linear-gradient(118deg, #43806D 0%, #A5C5AB 55%, transparent 100%);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.bys-pg .grad-band::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #43806D;
}

.bys-pg .grad-band::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #A5C5AB;
}

.bys-pg .hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}

.bys-pg .hero-txt-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bys-pg .eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 8px 24px;
  width: fit-content;
  opacity: 0.9;
}

.bys-pg .hero-h1 {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.bys-pg .hero-h1 .acc {
  color: #FCFEFC;
  font-weight: 700;
}

.bys-pg .hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 480px;
}

.bys-pg .hero-img-wrap {
  position: relative;
  flex-shrink: 0;
}

.bys-pg .hero-img-clip {
  overflow: hidden;
  border-radius: 20px 48px 20px 48px;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  transition: box-shadow 0.25s ease-out;
}

.bys-pg .hero-img-clip img {
  width: 420px;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-out;
}

.bys-pg .hero-img-clip:hover img {
  transform: scale(1.05);
}

.bys-pg .hero-deco-arrow {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: #43806D;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.bys-pg .hero-deco-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
}

.bys-pg .metrics-strip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 8px;
}

.bys-pg .met-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  flex: 1;
  backdrop-filter: blur(4px);
  transform: scale(0.95);
  animation: zoom-settle 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.bys-pg .met-item:nth-child(2) {
  animation-delay: 0.1s;
}

.bys-pg .met-item:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes zoom-settle {
  from {
    transform: scale(0.95);
    opacity: 0.6;
  }

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

.bys-pg .met-val {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bys-pg .met-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bys-pg .met-arrow svg {
  width: 20px;
  height: 20px;
  stroke: #FCFEFC;
  fill: none;
  stroke-width: 2.5;
}

.bys-pg .met-lbl {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bys-pg .steps-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #FCFEFC;
  position: relative;
}

.bys-pg .steps-sec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 200px;
  border-color: transparent transparent #fff transparent;
}

.bys-pg .steps-hd {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
  align-items: flex-start;
}

.bys-pg .steps-h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1b2e28;
  margin: 0;
}

.bys-pg .steps-h2 .acc {
  color: #43806D;
  font-weight: 700;
}

.bys-pg .steps-intro {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a45;
  margin: 0;
  max-width: 560px;
}

.bys-pg .mosaic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}

.bys-pg .step-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  border-top: 3px solid #A5C5AB;
  border-bottom: 3px solid #43806D;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: scale(0.95);
  animation: zoom-settle 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s forwards;
  transition: box-shadow 0.22s ease-out, transform 0.22s ease-out;
}

.bys-pg .step-card:hover {
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  transform: scale(1.01);
}

.bys-pg .step-card.tall {
  grid-row: span 2;
  justify-content: space-between;
}

.bys-pg .step-num {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 700;
  color: #A5C5AB;
  letter-spacing: -0.04em;
}

.bys-pg .step-h4 {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1b2e28;
  margin: 0;
}

.bys-pg .step-p {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a45;
  margin: 0;
}

.bys-pg .step-img-wrap {
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
}

.bys-pg .step-img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.38s ease-out;
}

.bys-pg .step-img-wrap:hover img {
  transform: scale(1.06);
}

.bys-pg .step-card.wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: flex-start;
}

.bys-pg .step-card.wide .step-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.bys-pg .step-card.wide .step-img-wrap img {
  width: 220px;
  height: 100%;
  min-height: 180px;
}

.bys-pg .step-card.wide .step-img-wrap {
  flex-shrink: 0;
  width: 220px;
}

.bys-pg .metrics-quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.bys-pg .qm-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: #FCFEFC;
  border-radius: 12px;
  border: 1.5px solid #A5C5AB;
  box-shadow: inset 0 1px 3px rgba(165, 197, 171, 0.18), inset 0 -1px 3px rgba(67, 128, 109, 0.08);
}

.bys-pg .qm-val {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #43806D;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bys-pg .qm-val svg {
  width: 18px;
  height: 18px;
  stroke: #43806D;
  fill: none;
  stroke-width: 2.5;
}

.bys-pg .qm-lbl {
  font-size: 14px;
  color: #3a4a45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bys-pg .checklist-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1b2e28;
  position: relative;
}

.bys-pg .checklist-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #43806D, #A5C5AB, transparent);
}

.bys-pg .checklist-sec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #43806D;
}

.bys-pg .chk-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.bys-pg .chk-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bys-pg .chk-h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #FCFEFC;
  margin: 0;
}

.bys-pg .chk-h2 .acc {
  color: #A5C5AB;
  font-weight: 700;
}

.bys-pg .chk-desc {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(252, 254, 252, 0.75);
  margin: 0;
}

.bys-pg .chk-img-wrap {
  overflow: hidden;
  border-radius: 20px 6px 20px 6px;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  margin-top: 8px;
}

.bys-pg .chk-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-out;
}

.bys-pg .chk-img-wrap:hover img {
  transform: scale(1.05);
}

.bys-pg .chk-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.bys-pg .chk-list li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: rgba(165, 197, 171, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(165, 197, 171, 0.18);
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
}

.bys-pg .chk-list li:hover {
  background: rgba(165, 197, 171, 0.15);
  border-color: rgba(165, 197, 171, 0.35);
}

.bys-pg .chk-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #43806D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
}

.bys-pg .chk-icon svg {
  width: 16px;
  height: 16px;
  stroke: #FCFEFC;
  fill: none;
  stroke-width: 2.5;
}

.bys-pg .chk-item-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bys-pg .chk-item-h {
  font-size: 17px;
  line-height: 1.15;
  font-weight: 700;
  color: #FCFEFC;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bys-pg .chk-item-p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(252, 254, 252, 0.7);
  margin: 0;
}

.bys-pg .shake-el {
  animation: gentle-shake 6s ease-out 3s infinite;
}

@keyframes gentle-shake {

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

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

  92% {
    transform: translateX(4px);
  }

  94% {
    transform: translateX(-3px);
  }

  96% {
    transform: translateX(3px);
  }

  98% {
    transform: translateX(-1px);
  }
}

.bys-pg .notice-box {
  padding: 24px;
  background: rgba(165, 197, 171, 0.12);
  border-radius: 12px;
  border: 1.5px solid rgba(165, 197, 171, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bys-pg .notice-box .nb-h {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #A5C5AB;
  margin: 0;
}

.bys-pg .notice-box .nb-p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(252, 254, 252, 0.7);
  margin: 0;
}

@media (max-width: 900px) {
  .bys-pg .hero-grid {
    grid-template-columns: 1fr;
  }

  .bys-pg .hero-img-clip img {
    width: 100%;
    height: 260px;
  }

  .bys-pg .hero-img-clip {
    width: 100%;
  }

  .bys-pg .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .bys-pg .step-card.wide {
    grid-column: span 1;
    flex-direction: column;
  }

  .bys-pg .step-card.wide .step-img-wrap {
    width: 100%;
  }

  .bys-pg .step-card.wide .step-img-wrap img {
    width: 100%;
    height: 200px;
  }

  .bys-pg .step-card.tall {
    grid-row: span 1;
  }

  .bys-pg .chk-layout {
    grid-template-columns: 1fr;
  }

  .bys-pg .metrics-strip {
    flex-direction: column;
  }

  .bys-pg .bys-lim {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 600px) {
  .bys-pg .hero-h1 {
    font-size: 38px;
  }

  .bys-pg .steps-h2,
  .bys-pg .chk-h2 {
    font-size: 28px;
  }

  .bys-pg .metrics-quad {
    grid-template-columns: 1fr;
  }
}

.abt_us {
  overflow-x: hidden;
}

.abt_us .pg_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt_us .top_blk {
  padding: 96px 24px;
  background: #FCFEFC;
  position: relative;
}

.abt_us .top_blk::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #43806D 0%, transparent 50%, #A5C5AB 100%);
}

.abt_us .top_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}

.abt_us .top_text {
  flex: 1 1 0;
  min-width: 0;
}

.abt_us .top_label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #43806D;
  border: 2px solid #43806D;
  border-radius: 6px;
  padding: 8px 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

.abt_us .top_h1 {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #1b2e28;
  margin: 0 0 24px 0;
}

.abt_us .top_h1 .acc {
  color: #43806D;
}

.abt_us .top_thesis {
  font-size: 17px;
  line-height: 1.65;
  color: #2e4840;
  margin: 0 0 8px 0;
  max-width: 520px;
}

.abt_us .top_thesis+.top_thesis {
  margin-top: 8px;
}

.abt_us .top_edge_line {
  position: absolute;
  left: 0;
  top: 96px;
  bottom: 96px;
  width: 3px;
  background: linear-gradient(180deg, #43806D 0%, #A5C5AB 60%, transparent 100%);
  border-radius: 6px;
}

.abt_us .top_img_card {
  flex: 0 0 340px;
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  position: relative;
}

.abt_us .top_img_card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  transition: transform 0.35s ease-out;
}

.abt_us .top_img_card:hover img {
  transform: scale(1.04);
}

.abt_us .top_img_card .img_blur_fg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(0deg, rgba(67, 128, 109, 0.18) 0%, transparent 100%);
  backdrop-filter: blur(2px);
  border-radius: 0 0 20px 20px;
  pointer-events: none;
}

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

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

.abt_us .top_label {
  animation: slide_up_in 0.25s ease-out both;
}

.abt_us .top_h1 {
  animation: slide_up_in 0.35s ease-out 0.08s both;
}

.abt_us .top_thesis {
  animation: slide_up_in 0.4s ease-out 0.15s both;
}

.abt_us .top_img_card {
  animation: slide_up_in 0.45s ease-out 0.1s both;
}

.abt_us .story_blk {
  padding: 96px 24px;
  background: linear-gradient(160deg, #e8f2ed 0%, transparent 40%, #A5C5AB22 100%);
  position: relative;
}

.abt_us .story_blk .geom_motif {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.abt_us .story_blk .geom_motif::before,
.abt_us .story_blk .geom_motif::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #A5C5AB;
  border-radius: 6px;
}

.abt_us .story_blk .geom_motif::before {
  top: 48px;
  right: 48px;
}

.abt_us .story_blk .geom_motif::after {
  top: 96px;
  right: 24px;
}

.abt_us .story_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.abt_us .story_top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 96px;
}

.abt_us .story_imgs {
  flex: 0 0 460px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
}

.abt_us .story_img_item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.abt_us .story_img_item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease-out;
  filter: grayscale(30%);
}

.abt_us .story_img_item:hover img {
  transform: scale(1.06);
}

.abt_us .story_img_item .dark_ov {
  position: absolute;
  inset: 0;
  background: rgba(27, 46, 40, 0);
  transition: background 0.22s ease-out;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt_us .story_img_item:hover .dark_ov {
  background: rgba(27, 46, 40, 0.55);
}

.abt_us .story_img_item .dark_ov span {
  color: #FCFEFC;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.22s ease-out 0.05s;
}

.abt_us .story_img_item:hover .dark_ov span {
  opacity: 1;
}

.abt_us .story_img_item.tall {
  grid-row: span 2;
}

.abt_us .story_img_item.tall img {
  height: 408px;
}

.abt_us .story_text_col {
  flex: 1 1 0;
  min-width: 0;
}

.abt_us .story_h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: #1b2e28;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.abt_us .story_h2 .acc {
  color: #43806D;
  font-weight: 700;
}

.abt_us .story_para {
  font-size: 17px;
  line-height: 1.65;
  color: #2e4840;
  margin: 0 0 24px 0;
}

.abt_us .story_para:last-child {
  margin-bottom: 0;
}

.abt_us .tl_wrap {
  position: relative;
}

.abt_us .tl_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}

.abt_us .tl_track {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 8px;
}

.abt_us .tl_track::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #43806D 0%, #A5C5AB 100%);
}

.abt_us .tl_pt {
  flex: 1 1 0;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: default;
}

.abt_us .tl_dot {
  width: 14px;
  height: 14px;
  border-radius: 48px;
  background: #43806D;
  border: 3px solid #FCFEFC;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.18);
  margin-bottom: 8px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease-out;
  z-index: 1;
}

.abt_us .tl_pt:hover .tl_dot {
  transform: scale(1.5);
  background: #A5C5AB;
}

.abt_us .tl_yr {
  font-size: 14px;
  font-weight: 700;
  color: #43806D;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.abt_us .tl_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #2e4840;
  text-align: center;
  padding: 0 8px;
}

.abt_us .tl_track .tl_pt:hover~.tl_pt .tl_dot {
  opacity: 0.45;
}

.abt_us .team_blk {
  padding: 96px 24px;
  background: #1b2e28;
  position: relative;
}

.abt_us .team_blk .geom_edge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.abt_us .team_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.abt_us .team_hdr {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}

.abt_us .team_h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 300;
  color: #A5C5AB;
  margin: 0;
}

.abt_us .team_h2 .acc {
  color: #FCFEFC;
  font-weight: 700;
}

.abt_us .team_sub {
  font-size: 17px;
  line-height: 1.65;
  color: #7aaa94;
  max-width: 380px;
  margin: 0;
  text-align: right;
}

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

.abt_us .tm_card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  background: #243d35;
}

.abt_us .tm_card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: grayscale(60%) brightness(0.85);
  transition: transform 0.32s ease-out, filter 0.32s ease-out;
}

.abt_us .tm_card:hover img {
  transform: scale(1.05);
  filter: grayscale(20%) brightness(0.95);
}

.abt_us .tm_card .dark_ov {
  position: absolute;
  inset: 0;
  background: rgba(27, 46, 40, 0);
  transition: background 0.25s ease-out;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.abt_us .tm_card:hover .dark_ov {
  background: rgba(27, 46, 40, 0.68);
}

.abt_us .tm_card .ov_text {
  opacity: 0;
  transition: opacity 0.2s ease-out 0.08s;
}

.abt_us .tm_card:hover .ov_text {
  opacity: 1;
}

.abt_us .tm_card .ov_text .ov_role {
  font-size: 14px;
  color: #A5C5AB;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.abt_us .tm_card .ov_text .ov_quote {
  font-size: 14px;
  line-height: 1.65;
  color: #FCFEFC;
}

.abt_us .tm_info {
  padding: 24px;
}

.abt_us .tm_name {
  font-size: 17px;
  font-weight: 700;
  color: #FCFEFC;
  margin: 0 0 8px 0;
  line-height: 1.15;
}

.abt_us .tm_role_tag {
  font-size: 14px;
  color: #A5C5AB;
  letter-spacing: 0.06em;
}

.abt_us .vals_row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.abt_us .val_item {
  flex: 1 1 0;
  border: 2px solid rgba(165, 197, 171, 0.25);
  border-radius: 12px;
  padding: 24px;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.abt_us .val_item:hover {
  border-color: #A5C5AB;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.abt_us .val_icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

.abt_us .val_h4 {
  font-size: 17px;
  font-weight: 700;
  color: #FCFEFC;
  margin: 0 0 8px 0;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.abt_us .val_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #7aaa94;
  margin: 0;
}

.abt_us .torn_div {
  display: block;
  width: 100%;
  line-height: 0;
}

.abt_us .team_grid:hover .tm_card:not(:hover) {
  opacity: 0.6;
  transition: opacity 0.22s ease-out;
}

.abt_us .team_grid .tm_card {
  transition: opacity 0.22s ease-out;
}

.abt_us .vals_row:hover .val_item:not(:hover) {
  opacity: 0.55;
  transition: opacity 0.18s ease-out;
}

.abt_us .vals_row .val_item {
  transition: opacity 0.18s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

@media (max-width: 900px) {
  .abt_us .top_inner {
    flex-direction: column;
  }

  .abt_us .top_img_card {
    flex: 0 0 auto;
    width: 100%;
  }

  .abt_us .top_img_card img {
    height: 280px;
  }

  .abt_us .story_top {
    flex-direction: column;
  }

  .abt_us .story_imgs {
    flex: 0 0 auto;
    width: 100%;
  }

  .abt_us .story_img_item.tall img {
    height: 200px;
  }

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

  .abt_us .team_hdr {
    flex-direction: column;
    align-items: flex-start;
  }

  .abt_us .team_sub {
    text-align: left;
  }

  .abt_us .vals_row {
    flex-direction: column;
  }

  .abt_us .top_h1 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .abt_us .team_grid {
    grid-template-columns: 1fr;
  }

  .abt_us .tl_track {
    gap: 0;
  }

  .abt_us .top_h1 {
    font-size: 28px;
  }

  .abt_us .story_h2 {
    font-size: 28px;
  }

  .abt_us .team_h2 {
    font-size: 28px;
  }

  .abt_us .story_imgs {
    grid-template-columns: 1fr;
  }

  .abt_us .story_img_item.tall {
    grid-row: span 1;
  }
}

.ptl_wrap {
  background: #fff;
  overflow-x: hidden;
}

.ptl_wrap .col_reveal {
  animation: col_in 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.ptl_wrap .col_reveal:nth-child(2) {
  animation-delay: 0.12s;
}

.ptl_wrap .col_reveal:nth-child(3) {
  animation-delay: 0.24s;
}

.ptl_wrap .col_reveal:nth-child(4) {
  animation-delay: 0.36s;
}

@keyframes col_in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

.ptl_wrap .shake {
  animation: shake_err 0.35s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake_err {

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

  20% {
    transform: translateX(-6px);
  }

  40% {
    transform: translateX(6px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }
}

.ptl_wrap .lim {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.ptl_wrap .ttl_band {
  background: linear-gradient(170deg, #43806D 0%, #6aaa93 40%, rgba(165, 197, 171, 0.18) 75%, transparent 100%);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.ptl_wrap .ttl_band .lim {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.ptl_wrap .ttl_deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 100%;
  pointer-events: none;
}

.ptl_wrap .ttl_deco .deco_ring {
  position: absolute;
  border-radius: 48px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.ptl_wrap .ttl_deco .deco_ring.r1 {
  width: 260px;
  height: 260px;
  top: -60px;
  right: -60px;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.12);
}

.ptl_wrap .ttl_deco .deco_ring.r2 {
  width: 160px;
  height: 160px;
  bottom: 24px;
  right: 80px;
  border-color: rgba(165, 197, 171, 0.35);
}

.ptl_wrap .ttl_deco .deco_dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  top: 48px;
  right: 200px;
}

.ptl_wrap .ttl_txt {
  flex: 1 1 0;
  min-width: 0;
}

.ptl_wrap .ttl_txt .eyebrow {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
  line-height: 1.15;
}

.ptl_wrap .ttl_txt .hdg_main {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700;
}

.ptl_wrap .ttl_txt .hdg_main em {
  font-style: normal;
  color: #FCFEFC;
  opacity: 0.7;
}

.ptl_wrap .ttl_txt .desc {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 48px;
  max-width: 480px;
}

.ptl_wrap .ttl_txt .act_lnk {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border: 2.5px solid #fff;
  border-radius: 12px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background 0.22s ease-out, color 0.22s ease-out;
}

.ptl_wrap .ttl_txt .act_lnk:hover {
  background: #fff;
  color: #43806D;
}

.ptl_wrap .ttl_img_col {
  flex: 0 0 380px;
  width: 380px;
}

.ptl_wrap .ttl_img_col img {
  width: 380px;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.ptl_wrap .appr_sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
}

.ptl_wrap .appr_sec .lim {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.ptl_wrap .appr_hdr {
  grid-column: 1 / -1;
  margin-bottom: 24px;
}

.ptl_wrap .appr_hdr .sec_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  margin-bottom: 8px;
}

.ptl_wrap .appr_hdr .sec_hdg {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
  font-weight: 700;
}

.ptl_wrap .appr_hdr .sec_hdg span {
  color: #43806D;
}

.ptl_wrap .appr_card {
  background: #FCFEFC;
  border: 1.5px solid #A5C5AB;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  transition: box-shadow 0.25s ease-out, transform 0.2s ease-out;
}

.ptl_wrap .appr_card:hover {
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  transform: translateY(-3px);
}

.ptl_wrap .appr_card .card_ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #43806D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.ptl_wrap .appr_card .card_ico svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.ptl_wrap .appr_card .card_hdg {
  font-size: 17px;
  font-weight: 700;
  color: #1b2e28;
  line-height: 1.15;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ptl_wrap .appr_card .card_txt {
  font-size: 14px;
  line-height: 1.65;
  color: #3d5a53;
}

.ptl_wrap .curr_sec {
  background: #FCFEFC;
  padding-top: 96px;
  padding-bottom: 96px;
  border-top: 1.5px solid #A5C5AB;
  border-bottom: 1.5px solid #A5C5AB;
}

.ptl_wrap .curr_sec .lim {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}

.ptl_wrap .curr_img_side {
  flex: 0 0 420px;
}

.ptl_wrap .curr_img_wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 420px;
  height: 300px;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.ptl_wrap .curr_img_wrap img {
  width: 420px;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease-out;
}

.ptl_wrap .curr_img_wrap:hover img {
  transform: scale(1.04);
}

.ptl_wrap .curr_img_wrap .img_wash {
  position: absolute;
  inset: 0;
  background: rgba(67, 128, 109, 0);
  transition: background 0.28s ease-out;
  border-radius: 20px;
}

.ptl_wrap .curr_img_wrap:hover .img_wash {
  background: rgba(67, 128, 109, 0.28);
}

.ptl_wrap .curr_txt_side {
  flex: 1 1 0;
  min-width: 0;
}

.ptl_wrap .curr_txt_side .sec_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  margin-bottom: 8px;
}

.ptl_wrap .curr_txt_side .sec_hdg {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
  margin-bottom: 24px;
}

.ptl_wrap .curr_txt_side .sec_hdg span {
  color: #43806D;
}

.ptl_wrap .curr_txt_side .body_p {
  font-size: 17px;
  line-height: 1.65;
  color: #3d5a53;
  margin-bottom: 24px;
}

.ptl_wrap .curr_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.ptl_wrap .curr_tags .tag {
  font-size: 14px;
  color: #43806D;
  border: 1.5px solid #43806D;
  border-radius: 36px;
  padding: 6px 16px;
  line-height: 1.15;
  font-weight: 600;
}

.ptl_wrap .gap_sec {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
}

.ptl_wrap .gap_sec .lim {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ptl_wrap .gap_left .sec_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  margin-bottom: 8px;
}

.ptl_wrap .gap_left .sec_hdg {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
  margin-bottom: 24px;
}

.ptl_wrap .gap_left .sec_hdg span {
  color: #43806D;
}

.ptl_wrap .gap_left .body_p {
  font-size: 17px;
  line-height: 1.65;
  color: #3d5a53;
}

.ptl_wrap .gap_right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ptl_wrap .gap_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border-radius: 12px;
  border: 1.5px solid #e2ede6;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  transition: border-color 0.2s ease-out;
}

.ptl_wrap .gap_item:hover {
  border-color: #43806D;
}

.ptl_wrap .gap_item .gi_num {
  font-size: 38px;
  font-weight: 700;
  color: #A5C5AB;
  line-height: 1.15;
  flex-shrink: 0;
  width: 48px;
}

.ptl_wrap .gap_item .gi_body .gi_hdg {
  font-size: 17px;
  font-weight: 700;
  color: #1b2e28;
  margin-bottom: 8px;
  line-height: 1.15;
}

.ptl_wrap .gap_item .gi_body .gi_txt {
  font-size: 14px;
  line-height: 1.65;
  color: #3d5a53;
}

.ptl_wrap .exp_sec {
  background: linear-gradient(155deg, #43806D 0%, #5a9e87 50%, #A5C5AB 100%);
  padding-top: 96px;
  padding-bottom: 96px;
}

.ptl_wrap .exp_sec .lim {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.ptl_wrap .exp_hdr {
  text-align: center;
}

.ptl_wrap .exp_hdr .sec_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.ptl_wrap .exp_hdr .sec_hdg {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #fff;
}

.ptl_wrap .exp_hdr .sec_hdg em {
  font-style: normal;
  opacity: 0.65;
}

.ptl_wrap .exp_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ptl_wrap .exp_step {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
}

.ptl_wrap .exp_step .st_num {
  font-size: 54px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.22);
  line-height: 1.15;
  margin-bottom: 8px;
}

.ptl_wrap .exp_step .st_hdg {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ptl_wrap .exp_step .st_txt {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

.ptl_wrap .exp_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ptl_wrap .exp_img_wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 220px;
}

.ptl_wrap .exp_img_wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease-out;
}

.ptl_wrap .exp_img_wrap:hover img {
  transform: scale(1.04);
}

.ptl_wrap .exp_img_wrap .img_wash {
  position: absolute;
  inset: 0;
  background: rgba(67, 128, 109, 0);
  transition: background 0.28s ease-out;
}

.ptl_wrap .exp_img_wrap:hover .img_wash {
  background: rgba(67, 128, 109, 0.32);
}

.ptl_wrap .team_sec {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.ptl_wrap .team_sec .lim {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ptl_wrap .team_txt .sec_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  margin-bottom: 8px;
}

.ptl_wrap .team_txt .sec_hdg {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
  margin-bottom: 24px;
}

.ptl_wrap .team_txt .sec_hdg span {
  color: #43806D;
}

.ptl_wrap .team_txt .body_p {
  font-size: 17px;
  line-height: 1.65;
  color: #3d5a53;
  margin-bottom: 24px;
}

.ptl_wrap .team_cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ptl_wrap .team_card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 20px;
  border: 1.5px solid #e2ede6;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  transition: box-shadow 0.25s ease-out;
}

.ptl_wrap .team_card:hover {
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.ptl_wrap .team_card .tc_img_wrap {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.ptl_wrap .team_card .tc_img_wrap img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
}

.ptl_wrap .team_card:hover .tc_img_wrap img {
  transform: scale(1.06);
}

.ptl_wrap .team_card .tc_img_wrap .img_wash {
  position: absolute;
  inset: 0;
  background: rgba(67, 128, 109, 0);
  transition: background 0.25s ease-out;
  border-radius: 36px;
}

.ptl_wrap .team_card:hover .tc_img_wrap .img_wash {
  background: rgba(67, 128, 109, 0.25);
}

.ptl_wrap .team_card .tc_body .tc_name {
  font-size: 17px;
  font-weight: 700;
  color: #1b2e28;
  margin-bottom: 4px;
  line-height: 1.15;
}

.ptl_wrap .team_card .tc_body .tc_role {
  font-size: 14px;
  color: #43806D;
  margin-bottom: 8px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

.ptl_wrap .team_card .tc_body .tc_txt {
  font-size: 14px;
  line-height: 1.65;
  color: #3d5a53;
}

.ptl_wrap .story_sec {
  background: #FCFEFC;
  padding-top: 96px;
  padding-bottom: 96px;
  border-top: 1.5px solid #A5C5AB;
}

.ptl_wrap .story_sec .lim {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.ptl_wrap .story_hdr {
  text-align: center;
  max-width: 640px;
}

.ptl_wrap .story_hdr .sec_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  margin-bottom: 8px;
}

.ptl_wrap .story_hdr .sec_hdg {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
}

.ptl_wrap .story_hdr .sec_hdg span {
  color: #43806D;
}

.ptl_wrap .story_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.ptl_wrap .story_card {
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid #e2ede6;
  padding: 24px;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: box-shadow 0.2s ease-out, transform 0.18s ease-out;
}

.ptl_wrap .story_card:hover {
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  transform: translateY(-4px);
}

.ptl_wrap .story_card .sc_img_wrap {
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
  position: relative;
}

.ptl_wrap .story_card .sc_img_wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease-out;
}

.ptl_wrap .story_card:hover .sc_img_wrap img {
  transform: scale(1.05);
}

.ptl_wrap .story_card .sc_img_wrap .img_wash {
  position: absolute;
  inset: 0;
  background: rgba(67, 128, 109, 0);
  transition: background 0.28s ease-out;
}

.ptl_wrap .story_card:hover .sc_img_wrap .img_wash {
  background: rgba(67, 128, 109, 0.3);
}

.ptl_wrap .story_card .sc_quote {
  font-size: 17px;
  line-height: 1.65;
  color: #1b2e28;
  font-style: italic;
}

.ptl_wrap .story_card .sc_person {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ptl_wrap .story_card .sc_person .sp_name {
  font-size: 14px;
  font-weight: 700;
  color: #1b2e28;
  line-height: 1.15;
}

.ptl_wrap .story_card .sc_person .sp_ctx {
  font-size: 14px;
  color: #43806D;
  line-height: 1.15;
}

@media (max-width: 900px) {
  .ptl_wrap .ttl_band .lim {
    flex-direction: column;
  }

  .ptl_wrap .ttl_img_col {
    flex: none;
    width: 100%;
  }

  .ptl_wrap .ttl_img_col img {
    width: 100%;
    height: 220px;
  }

  .ptl_wrap .ttl_txt .hdg_main {
    font-size: 38px;
  }

  .ptl_wrap .appr_sec .lim {
    grid-template-columns: 1fr 1fr;
  }

  .ptl_wrap .curr_sec .lim {
    flex-direction: column;
  }

  .ptl_wrap .curr_img_side {
    flex: none;
  }

  .ptl_wrap .curr_img_wrap {
    width: 100%;
  }

  .ptl_wrap .curr_img_wrap img {
    width: 100%;
  }

  .ptl_wrap .gap_sec .lim {
    grid-template-columns: 1fr;
  }

  .ptl_wrap .exp_grid {
    grid-template-columns: 1fr 1fr;
  }

  .ptl_wrap .team_sec .lim {
    grid-template-columns: 1fr;
  }

  .ptl_wrap .story_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .ptl_wrap .lim {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ptl_wrap .ttl_txt .hdg_main {
    font-size: 28px;
  }

  .ptl_wrap .appr_sec .lim {
    grid-template-columns: 1fr;
  }

  .ptl_wrap .exp_grid {
    grid-template-columns: 1fr;
  }

  .ptl_wrap .exp_imgs {
    grid-template-columns: 1fr;
  }

  .ptl_wrap .story_grid {
    grid-template-columns: 1fr;
  }
}

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

.evts_pg .pg_bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.evts_pg .grad_div {
  height: 2px;
  background: linear-gradient(to right, #43806D, transparent 60%, #A5C5AB);
  border: none;
  margin: 0;
}

.evts_pg .lead_blk {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #FCFEFC;
  position: relative;
}

.evts_pg .lead_blk::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(67, 128, 109, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 128, 109, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.evts_pg .lead_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 96px;
  position: relative;
}

.evts_pg .lead_text {
  flex: 0 0 calc(75% - 48px);
}

.evts_pg .lead_aside {
  flex: 1;
  padding-top: 8px;
}

.evts_pg .lbl_tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #43806D;
  border: 2px solid #43806D;
  border-radius: 6px;
  padding: 8px 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

.evts_pg .h1_main {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1b2e28;
  margin: 0 0 24px 0;
  font-weight: 700;
}

.evts_pg .h1_main .acc_word {
  color: #43806D;
}

.evts_pg .lead_para {
  font-size: 17px;
  line-height: 1.65;
  color: #2d3d38;
  max-width: 580px;
  margin: 0;
}

.evts_pg .aside_stat {
  background: #fff;
  border: 2px solid #A5C5AB;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  margin-bottom: 24px;
}

.evts_pg .aside_stat:last-child {
  margin-bottom: 0;
}

.evts_pg .stat_num {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  color: #43806D;
  letter-spacing: -0.02em;
}

.evts_pg .stat_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #3a4f48;
  margin-top: 8px;
}

.evts_pg .sym_bg {
  position: absolute;
  right: -24px;
  top: 48px;
  font-size: 320px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(67, 128, 109, 0.06);
  pointer-events: none;
  user-select: none;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.evts_pg .cards_blk {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #fff;
}

.evts_pg .blk_head {
  margin-bottom: 48px;
}

.evts_pg .h2_ev {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #1b2e28;
  font-weight: 700;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.evts_pg .h2_ev .acc_word {
  color: #43806D;
  font-weight: 700;
}

.evts_pg .sub_line {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4f48;
  margin: 0;
}

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

.evts_pg .ev_card {
  background: #FCFEFC;
  border: 2px solid #d4e6da;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease-out;
  cursor: default;
  animation: fadeup 0.45s ease-out both;
}

.evts_pg .ev_card:nth-child(1) {
  animation-delay: 0.05s;
}

.evts_pg .ev_card:nth-child(2) {
  animation-delay: 0.15s;
}

.evts_pg .ev_card:nth-child(3) {
  animation-delay: 0.25s;
}

.evts_pg .ev_card:nth-child(4) {
  animation-delay: 0.35s;
}

.evts_pg .ev_card:nth-child(5) {
  animation-delay: 0.42s;
}

.evts_pg .ev_card:nth-child(6) {
  animation-delay: 0.45s;
}

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

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

.evts_pg .ev_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
}

.evts_pg .card_img_wrap {
  overflow: hidden;
  width: 100%;
  height: 200px;
  position: relative;
}

.evts_pg .card_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 4px solid #fff;
  box-sizing: border-box;
  transition: transform 0.35s ease-out;
  filter: saturate(0.85) brightness(0.95);
}

.evts_pg .ev_card:hover .card_img_wrap img {
  transform: scale(1.06);
}

.evts_pg .card_body {
  padding: 24px;
}

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

.evts_pg .date_badge {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #43806D;
  font-weight: 600;
  text-transform: uppercase;
}

.evts_pg .dot_sep {
  width: 4px;
  height: 4px;
  border-radius: 48px;
  background: #A5C5AB;
  flex-shrink: 0;
}

.evts_pg .loc_txt {
  font-size: 14px;
  color: #5a7a70;
  letter-spacing: 0.04em;
}

.evts_pg .card_h {
  font-size: 21px;
  line-height: 1.15;
  color: #1b2e28;
  font-weight: 600;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}

.evts_pg .card_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #3a4f48;
  margin: 0 0 24px 0;
}

.evts_pg .card_tag_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.evts_pg .tag_pill {
  font-size: 14px;
  color: #43806D;
  border: 1.5px solid #A5C5AB;
  border-radius: 6px;
  padding: 4px 12px;
  letter-spacing: 0.04em;
  background: #fff;
}

.evts_pg .card_btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #43806D;
  border: 2.5px solid #43806D;
  border-radius: 6px;
  padding: 8px 24px;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease-out, color 0.2s ease-out, filter 0.18s ease-out;
}

.evts_pg .card_btn:hover {
  background: #43806D;
  color: #fff;
  filter: brightness(1.08);
}

.evts_pg .card_btn:focus {
  outline: 3px solid #43806D;
  outline-offset: 3px;
}

.evts_pg .img_blk {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.evts_pg .img_bg_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.evts_pg .img_bg_wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: brightness(0.18) saturate(0.6);
}

.evts_pg .img_overlay_content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 48px 96px;
  max-width: 1100px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
}

.evts_pg .ov_left {
  flex: 0 0 55%;
}

.evts_pg .ov_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.evts_pg .ov_h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

.evts_pg .ov_h2 strong {
  font-weight: 700;
  color: #A5C5AB;
}

.evts_pg .ov_para {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 440px;
}

.evts_pg .ov_metric {
  text-align: right;
}

.evts_pg .ov_num {
  font-size: 54px;
  line-height: 1.15;
  font-weight: 700;
  color: #A5C5AB;
  letter-spacing: -0.02em;
  display: block;
}

.evts_pg .ov_label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evts_pg .icon_outline_wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}

.evts_pg .icon_outline_wrap svg {
  width: 36px;
  height: 36px;
}

.evts_pg .icon_outline_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 2px solid #43806D;
  animation: trace_border 2.4s ease-out infinite;
}

@keyframes trace_border {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
    transform: scale(1);
  }

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

@media (max-width: 900px) {
  .evts_pg .lead_inner {
    flex-direction: column;
    gap: 48px;
  }

  .evts_pg .lead_text {
    flex: none;
    width: 100%;
  }

  .evts_pg .lead_aside {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .evts_pg .aside_stat {
    flex: 1;
    margin-bottom: 0;
  }

  .evts_pg .sym_bg {
    display: none;
  }

  .evts_pg .ev_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .evts_pg .img_overlay_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 24px;
    gap: 24px;
  }

  .evts_pg .ov_right {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .evts_pg .ov_metric {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .evts_pg .h1_main {
    font-size: 38px;
  }

  .evts_pg .ev_grid {
    grid-template-columns: 1fr;
  }

  .evts_pg .lead_aside {
    flex-direction: column;
  }

  .evts_pg .img_bg_wrap img {
    height: 600px;
  }

  .evts_pg .ov_h2 {
    font-size: 28px;
  }

  .evts_pg .ov_num {
    font-size: 38px;
  }
}

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

.cont_us .pg_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.cont_us .opener {
  background: linear-gradient(160deg, #A5C5AB 0%, transparent 45%, #FCFEFC 100%);
  padding: 96px 24px 48px;
  position: relative;
}

.cont_us .opener::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #43806D, transparent, #A5C5AB, transparent);
}

.cont_us .opener_grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cont_us .opener_img_side {
  position: relative;
}

.cont_us .opener_img_frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  position: relative;
}

.cont_us .opener_img_frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease-out;
  filter: sepia(12%) saturate(110%) brightness(1.03);
}

.cont_us .opener_img_frame:hover img {
  transform: scale(1.04);
}

.cont_us .img_badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(252, 254, 252, 0.95);
  border: 2px solid #43806D;
  border-radius: 12px;
  padding: 8px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.cont_us .img_badge_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #43806D;
  flex-shrink: 0;
}

.cont_us .img_badge_txt {
  font-size: 14px;
  color: #43806D;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.cont_us .opener_txt_side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cont_us .pg_label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #43806D;
  font-weight: 700;
  line-height: 1.15;
}

.cont_us .pg_label_line {
  width: 32px;
  height: 2px;
  background: #43806D;
  border-radius: 6px;
}

.cont_us .opener_h1 {
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1b2e28;
  margin: 0;
  font-weight: 800;
}

.cont_us .opener_h1 .accent_half {
  color: #43806D;
}

.cont_us .opener_lead {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a44;
  margin: 0;
  max-width: 440px;
}

.cont_us .contact_quick {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cont_us .quick_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #2e4039;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.cont_us .quick_item:hover {
  color: #43806D;
}

.cont_us .quick_icon_box {
  width: 32px;
  height: 32px;
  border: 2px solid #A5C5AB;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #FCFEFC;
  transition: border-color 0.2s ease-out, background 0.25s ease-out;
}

.cont_us .quick_item:hover .quick_icon_box {
  border-color: #43806D;
  background: #e8f2ed;
}

.cont_us .quick_icon_box svg {
  width: 16px;
  height: 16px;
  stroke: #43806D;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cont_us .form_band {
  padding: 96px 24px;
  background: #FCFEFC;
  position: relative;
}

.cont_us .form_band_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: start;
}

.cont_us .form_aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

.cont_us .aside_h2 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #1b2e28;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.cont_us .aside_h2 strong {
  font-weight: 700;
  color: #43806D;
  letter-spacing: -0.01em;
}

.cont_us .aside_body {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a44;
  margin: 0;
}

.cont_us .diag_accent {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #43806D, #A5C5AB, transparent);
  border-radius: 6px;
  margin: 8px 0;
}

.cont_us .channel_preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cont_us .ch_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #2e4039;
  line-height: 1.15;
}

.cont_us .ch_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A5C5AB;
  flex-shrink: 0;
}

.cont_us .form_card {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  border: 1px solid rgba(165, 197, 171, 0.35);
}

.cont_us .form_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.cont_us .form_row:last-of-type {
  margin-bottom: 0;
}

.cont_us .f_label {
  font-size: 14px;
  font-weight: 600;
  color: #1b2e28;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
}

.cont_us .f_req {
  color: #43806D;
}

.cont_us .f_input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #d0ddd8;
  border-radius: 12px;
  font-size: 17px;
  color: #1b2e28;
  background: #FCFEFC;
  outline: none;
  transition: border-color 0.2s ease-out, box-shadow 0.25s ease-out;
  box-sizing: border-box;
  line-height: 1.65;
}

.cont_us .f_input::placeholder {
  color: #8fa89e;
}

.cont_us .f_input:focus {
  border-color: #43806D;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
}

.cont_us .channel_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.cont_us .ch_opt {
  position: relative;
}

.cont_us .ch_opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.cont_us .ch_opt label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid #d0ddd8;
  border-radius: 36px;
  font-size: 14px;
  color: #3a4a44;
  cursor: pointer;
  transition: border-color 0.2s ease-out, background 0.2s ease-out, color 0.2s ease-out;
  line-height: 1.15;
  user-select: none;
}

.cont_us .ch_opt label svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.cont_us .ch_opt input[type="radio"]:checked+label {
  border-color: #43806D;
  background: #e8f2ed;
  color: #43806D;
  font-weight: 600;
}

.cont_us .ch_opt label:hover {
  border-color: #43806D;
  color: #43806D;
}

.cont_us .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.cont_us .priv_check {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #43806D;
  flex-shrink: 0;
  cursor: pointer;
}

.cont_us .priv_txt {
  font-size: 14px;
  line-height: 1.65;
  color: #3a4a44;
}

.cont_us .priv_txt a {
  color: #43806D;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease-out;
}

.cont_us .priv_txt a:hover {
  color: #1b2e28;
}

.cont_us .submit_btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  background: #FCFEFC;
  color: #43806D;
  border: 3px solid #43806D;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease-out, filter 0.18s ease-out, transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
  line-height: 1.15;
}

.cont_us .submit_btn:hover {
  background: #43806D;
  color: #FCFEFC;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.cont_us .submit_btn:active {
  transform: translateY(0);
  filter: brightness(0.97);
}

.cont_us .submit_btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease-out;
}

.cont_us .details_band {
  padding: 48px 24px 96px;
  background: linear-gradient(175deg, #e8f2ed 0%, #FCFEFC 60%);
  position: relative;
  overflow: hidden;
}

.cont_us .details_band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #A5C5AB, transparent);
}

.cont_us .diag_line_deco {
  position: absolute;
  top: -40px;
  right: 80px;
  width: 2px;
  height: 200px;
  background: linear-gradient(180deg, transparent, #A5C5AB 40%, transparent);
  transform: rotate(25deg);
  pointer-events: none;
  border-radius: 6px;
}

.cont_us .details_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.cont_us .det_card {
  background: #fff;
  border-radius: 20px;
  padding: 48px 24px 24px;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  border: 1px solid rgba(165, 197, 171, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: box-shadow 0.35s ease-out, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont_us .det_card:hover {
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
  transform: translateY(-4px);
}

.cont_us .det_icon_rect {
  width: 52px;
  height: 52px;
  border: 2px solid #43806D;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: #FCFEFC;
  box-shadow: inset 0 1px 3px 0 rgba(165, 197, 171, 0.3), inset 0 -1px 2px 0 rgba(67, 128, 109, 0.08);
}

.cont_us .det_icon_rect svg {
  width: 22px;
  height: 22px;
  stroke: #43806D;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cont_us .det_h {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  margin: 0;
  line-height: 1.15;
}

.cont_us .det_val {
  font-size: 17px;
  line-height: 1.65;
  color: #1b2e28;
  margin: 0;
  font-weight: 500;
}

.cont_us .det_val a {
  color: #1b2e28;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.cont_us .det_val a:hover {
  color: #43806D;
}

.cont_us .det_sub {
  font-size: 14px;
  color: #5a7a6e;
  line-height: 1.65;
  margin: 0;
}

@keyframes reveal_up {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(12px);
  }

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

.cont_us .opener_txt_side {
  animation: reveal_up 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.cont_us .opener_img_side {
  animation: reveal_up 0.38s cubic-bezier(0.34, 1.56, 0.64, 1) 0.08s both;
}

.cont_us .form_card {
  animation: reveal_up 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}

@media (max-width: 900px) {
  .cont_us .opener_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cont_us .opener_img_frame img {
    height: 260px;
  }

  .cont_us .opener_h1 {
    font-size: 38px;
  }

  .cont_us .form_band_inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cont_us .form_card {
    padding: 24px;
  }

  .cont_us .details_inner {
    grid-template-columns: 1fr;
  }

  .cont_us .aside_h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .cont_us .opener {
    padding: 48px 24px 48px;
  }

  .cont_us .opener_h1 {
    font-size: 28px;
  }

  .cont_us .channel_group {
    flex-direction: column;
  }

  .cont_us .submit_btn {
    width: 100%;
    justify-content: center;
  }
}

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

.lrn-prog .pg-band {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.lrn-prog .divider-diamonds {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 48px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.lrn-prog .divider-diamonds span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #A5C5AB;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.lrn-prog .div-line {
  height: 1px;
  background: #A5C5AB;
  flex: 1;
}

.lrn-prog .ttl-blk {
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative;
}

.lrn-prog .ttl-blk .ttl-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}

.lrn-prog .ttl-blk .ttl-left {
  flex: 0 0 58%;
  position: relative;
}

.lrn-prog .ttl-blk .geo-shape {
  position: absolute;
  top: -24px;
  right: -48px;
  width: 120px;
  height: 120px;
  border: 2px solid #A5C5AB;
  opacity: 0.18;
  border-radius: 6px;
  transform: rotate(18deg);
  pointer-events: none;
}

.lrn-prog .ttl-blk .geo-shape-2 {
  position: absolute;
  bottom: 8px;
  right: -24px;
  width: 56px;
  height: 56px;
  background: #43806D;
  opacity: 0.07;
  border-radius: 6px;
  transform: rotate(30deg);
  pointer-events: none;
}

.lrn-prog .ttl-blk .pre-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #43806D;
  font-weight: 600;
  margin-bottom: 24px;
  border-top: 2px solid #43806D;
  padding-top: 8px;
}

.lrn-prog .ttl-blk .ttl-h1 {
  font-size: 54px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1b2d27;
  margin: 0 0 24px 0;
  position: relative;
}

.lrn-prog .ttl-blk .ttl-h1 .alt-head {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

.lrn-prog .ttl-blk .ttl-h1 .alt-head .head-main {
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease-out;
}

.lrn-prog .ttl-blk .ttl-h1 .alt-head .head-alt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #43806D;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease-out;
  white-space: nowrap;
}

.lrn-prog .ttl-blk .ttl-h1 .alt-head:hover .head-main {
  transform: translateY(-100%);
  opacity: 0;
}

.lrn-prog .ttl-blk .ttl-h1 .alt-head:hover .head-alt {
  transform: translateY(0);
}

.lrn-prog .ttl-blk .ttl-h1 .accent-word {
  color: #43806D;
}

.lrn-prog .ttl-blk .ttl-desc {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a44;
  max-width: 480px;
  margin: 0 0 24px 0;
}

.lrn-prog .ttl-blk .ttl-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.lrn-prog .ttl-blk .btn-prim {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #43806D;
  background: transparent;
  border: 3px solid #43806D;
  padding: 8px 24px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.22s ease-out, color 0.22s ease-out, border-color 0.22s ease-out;
}

.lrn-prog .ttl-blk .btn-prim:hover {
  filter: brightness(1.08);
  background: #43806D;
  color: #fff;
}

.lrn-prog .ttl-blk .btn-ghost {
  font-size: 14px;
  color: #3a4a44;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lrn-prog .ttl-blk .ttl-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 48px;
}

.lrn-prog .ttl-blk .stat-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 2px solid #A5C5AB;
  border-radius: 12px;
  background: #FCFEFC;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  position: relative;
}

.lrn-prog .ttl-blk .stat-row .badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #43806D;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 36px;
  letter-spacing: 0.04em;
}

.lrn-prog .ttl-blk .stat-row .stat-num {
  font-size: 38px;
  font-weight: 800;
  color: #43806D;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lrn-prog .ttl-blk .stat-row .stat-label {
  font-size: 14px;
  color: #3a4a44;
  line-height: 1.65;
}

.lrn-prog .ttl-blk .img-anchor {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.lrn-prog .ttl-blk .img-anchor img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease-out;
}

.lrn-prog .ttl-blk .img-anchor:hover img {
  transform: scale(1.04);
}

.lrn-prog .prog-struct {
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(180deg, #1b2d27 0%, #2e4f44 60%, #FCFEFC 100%);
  position: relative;
}

.lrn-prog .prog-struct .bp-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0;
}

.lrn-prog .prog-struct .bp-grid::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(165, 197, 171, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(165, 197, 171, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}

.lrn-prog .prog-struct .struct-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 48px;
}

.lrn-prog .prog-struct .struct-label {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A5C5AB;
  font-weight: 600;
  margin-bottom: 8px;
}

.lrn-prog .prog-struct .struct-h2 {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

.lrn-prog .prog-struct .struct-h2 em {
  font-style: normal;
  color: #A5C5AB;
  font-weight: 700;
}

.lrn-prog .prog-struct .struct-desc {
  font-size: 17px;
  line-height: 1.65;
  color: #c8ddd2;
  max-width: 340px;
  flex-shrink: 0;
}

.lrn-prog .prog-struct .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lrn-prog .prog-struct .step-card {
  background: rgba(252, 254, 252, 0.06);
  border: 1px solid rgba(165, 197, 171, 0.22);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: background 0.28s ease-out, border-color 0.28s ease-out, box-shadow 0.28s ease-out;
  cursor: default;
}

.lrn-prog .prog-struct .step-card::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: border-color 0.22s ease-out;
  pointer-events: none;
}

.lrn-prog .prog-struct .step-card:hover::before {
  border-color: #A5C5AB;
}

.lrn-prog .prog-struct .step-card:hover {
  background: rgba(67, 128, 109, 0.18);
  box-shadow: 0 10px 52px 0 rgba(67, 128, 109, 0.14);
}

.lrn-prog .prog-struct .step-num {
  font-size: 54px;
  font-weight: 800;
  color: rgba(165, 197, 171, 0.18);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.lrn-prog .prog-struct .step-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

.lrn-prog .prog-struct .step-h {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  line-height: 1.15;
}

.lrn-prog .prog-struct .step-p {
  font-size: 14px;
  line-height: 1.65;
  color: #c8ddd2;
  margin: 0;
}

.lrn-prog .prog-struct .step-card .s-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #43806D;
  background: #A5C5AB;
  border-radius: 36px;
  padding: 4px 12px;
  margin-top: 8px;
  letter-spacing: 0.04em;
}

.lrn-prog .prog-detail {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #FCFEFC;
}

.lrn-prog .prog-detail .det-head-row {
  text-align: center;
  margin-bottom: 48px;
}

.lrn-prog .prog-detail .det-eyebrow {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #43806D;
  font-weight: 600;
  margin-bottom: 8px;
}

.lrn-prog .prog-detail .det-h2 {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b2d27;
  margin: 0 0 24px 0;
  line-height: 1.15;
}

.lrn-prog .prog-detail .det-h2 strong {
  color: #43806D;
  font-weight: 800;
}

.lrn-prog .prog-detail .det-intro {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a44;
  max-width: 560px;
  margin: 0 auto;
}

.lrn-prog .prog-detail .checker-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lrn-prog .prog-detail .checker-grid.flipped {
  direction: ltr;
}

.lrn-prog .prog-detail .checker-row {
  display: contents;
}

.lrn-prog .prog-detail .checker-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
}

.lrn-prog .prog-detail .checker-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease-out;
}

.lrn-prog .prog-detail .checker-img:hover img {
  transform: scale(1.04);
}

.lrn-prog .prog-detail .checker-txt {
  padding: 24px;
}

.lrn-prog .prog-detail .checker-txt.offset {
  padding-top: 48px;
}

.lrn-prog .prog-detail .cht-label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43806D;
  font-weight: 600;
  margin-bottom: 8px;
}

.lrn-prog .prog-detail .cht-h3 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b2d27;
  margin: 0 0 24px 0;
  line-height: 1.15;
}

.lrn-prog .prog-detail .cht-h3 strong {
  font-weight: 800;
  color: #43806D;
}

.lrn-prog .prog-detail .cht-p {
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a44;
  margin: 0 0 24px 0;
}

.lrn-prog .prog-detail .feat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lrn-prog .prog-detail .feat-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  line-height: 1.65;
  color: #3a4a44;
}

.lrn-prog .prog-detail .feat-list li .fl-dot {
  width: 8px;
  height: 8px;
  background: #43806D;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 8px;
}

.lrn-prog .prog-detail .count-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #43806D;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 36px;
  letter-spacing: 0.05em;
}

.lrn-prog .prog-detail .count-badge .cb-num {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
}

.lrn-prog .prog-detail .link-nudge {
  display: inline-block;
  font-size: 14px;
  color: #43806D;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  transition: color 0.22s ease-out;
}

.lrn-prog .prog-detail .link-nudge:hover {
  filter: brightness(1.12);
}

.lrn-prog .prog-detail .bottom-strip {
  margin-top: 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lrn-prog .prog-detail .bstrip-item {
  border: 2px solid #A5C5AB;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
  transition: box-shadow 0.28s ease-out, border-color 0.28s ease-out;
  position: relative;
}

.lrn-prog .prog-detail .bstrip-item:hover {
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  border-color: #43806D;
}

.lrn-prog .prog-detail .bstrip-item .bi-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.lrn-prog .prog-detail .bstrip-item .bi-num {
  font-size: 28px;
  font-weight: 800;
  color: #43806D;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.lrn-prog .prog-detail .bstrip-item .bi-label {
  font-size: 14px;
  color: #3a4a44;
  line-height: 1.65;
  margin-top: 8px;
}

.lrn-prog .prog-detail .bstrip-item .bi-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: #A5C5AB;
  color: #1b2d27;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 36px;
}

@media (max-width: 900px) {
  .lrn-prog .ttl-blk .ttl-inner {
    flex-direction: column;
  }

  .lrn-prog .ttl-blk .ttl-left {
    flex: none;
  }

  .lrn-prog .prog-struct .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lrn-prog .prog-detail .checker-grid {
    grid-template-columns: 1fr;
  }

  .lrn-prog .prog-detail .bottom-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .lrn-prog .pg-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lrn-prog .ttl-blk .ttl-h1 {
    font-size: 38px;
  }

  .lrn-prog .prog-struct .steps-grid {
    grid-template-columns: 1fr;
  }

  .lrn-prog .prog-detail .bottom-strip {
    grid-template-columns: 1fr;
  }

  .lrn-prog .prog-struct .struct-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pg_success {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #FCFEFC;
}

.pg_success .inner_wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.pg_success .icon_ring {
  width: 88px;
  height: 88px;
  border-radius: 48px;
  background: #FCFEFC;
  border: 3px solid #43806D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px 0 rgba(67, 128, 109, 0.10);
  flex-shrink: 0;
}

.pg_success .icon_ring svg {
  display: block;
}

.pg_success .msg_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 560px;
}

.pg_success .msg_heading {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #1b2e28;
  margin: 0;
}

.pg_success .msg_heading span {
  color: #43806D;
}

.pg_success .msg_body {
  font-size: 17px;
  line-height: 1.65;
  color: #2e4a42;
  margin: 0;
}

.pg_success .divider_line {
  width: 48px;
  height: 2px;
  background: #A5C5AB;
  border-radius: 6px;
  flex-shrink: 0;
}

.pg_success .back_btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #43806D;
  text-decoration: none;
  border: 2px solid #43806D;
  border-radius: 12px;
  padding: 24px 48px;
  background: transparent;
  transition: background-color 0.22s ease-out, color 0.18s ease-out;
  box-shadow: 0 1px 6px 0 rgba(67, 128, 109, 0.06);
}

.pg_success .back_btn:hover {
  background: #43806D;
  color: #FCFEFC;
  filter: brightness(1.08);
}

.pg_success .back_btn:focus {
  outline: 3px solid #43806D;
  outline-offset: 3px;
}