/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/about/Components/about.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/* ===== LAYOUT ===== */
.about_main__2NLN3 {
  min-height: 100vh;
  background-color: #f8fafc;
}

/* ===== NAVBAR ===== */
.about_nav__OfwrS {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #004225;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about_nav_inner__oblva {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.about_nav_logo__CaCV3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  text-decoration: none;
}

.about_logo_image__k2F6J {
  object-fit: contain;
}

.about_desktop_nav__vSMY3 {
  display: none;
  align-items: center;
  gap: 2rem;
}

.about_nav_link__BAtHC {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.15s;
  text-decoration: none;
}

.about_nav_link__BAtHC:hover {
  color: white;
}

.about_nav_actions__r2vYY {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about_get_started_btn__Oy0bb {
  display: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background-color 0.15s, color 0.15s;
  flex-shrink: 0;
  text-decoration: none;
}

.about_get_started_btn__Oy0bb:hover {
  background-color: white;
  color: #004225;
}

.about_hamburger__LHCv5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  gap: 0.375rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.about_hamburger_line__kH5ui {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: white;
  transition: transform 0.3s, opacity 0.3s;
}

.about_hamburger_line_top_open__KZ1Vt {
  transform: rotate(45deg) translateY(8px);
}

.about_hamburger_line_mid_open__1iFhI {
  opacity: 0;
}

.about_hamburger_line_bottom_open__CFaLS {
  transform: rotate(-45deg) translateY(-8px);
}

.about_mobile_menu__saa1r {
  background-color: #003a1f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about_mobile_nav_link__v7j_Y {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
  transition: color 0.15s;
  text-decoration: none;
}

.about_mobile_nav_link__v7j_Y:hover {
  color: white;
}

.about_mobile_get_started__3gepz {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background-color 0.15s, color 0.15s;
  text-decoration: none;
}

.about_mobile_get_started__3gepz:hover {
  background-color: white;
  color: #004225;
}

/* ===== HERO ===== */
.about_hero__3VSow {
  position: relative;
  overflow: hidden;
  background-color: #004225;
}

.about_hero_bg__NUHcj {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 60%, rgba(111, 207, 151, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.12) 0%, transparent 45%);
}

.about_hero_content__bWwgM {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
}

.about_hero_badge__TN4S7 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: white;
  margin-bottom: 1.5rem;
}

.about_hero_title__njTq4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

.about_hero_title_accent__yKbPk {
  display: block;
  margin-top: 0.5rem;
  color: #6fcf97;
}

.about_hero_desc__R81_N {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.about_hero_buttons__gIdRG {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.about_hero_btn_primary__Npi8n {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #004225;
  background-color: white;
  transition: background-color 0.15s;
  text-align: center;
  text-decoration: none;
}

.about_hero_btn_primary__Npi8n:hover {
  background-color: #f5f2ea;
}

.about_hero_btn_secondary__hJmGl {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  background: transparent;
  transition: background-color 0.15s;
  text-align: center;
  text-decoration: none;
}

.about_hero_btn_secondary__hJmGl:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== STATS ===== */
.about_stats_section__430Nv {
  background-color: white;
  border-bottom: 1px solid #eaecf0;
}

.about_stats_inner___ygbl {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.about_stats_grid__zK2oh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.about_stat_item__8P12_ {
  text-align: center;
}

.about_stat_value__aHcKh {
  font-size: 1.875rem;
  font-weight: 700;
  color: #004225;
}

.about_stat_label__y8JSx {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #64748b;
}

/* ===== MISSION ===== */
.about_mission_section__sif9S {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.about_mission_grid__e52F9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.about_section_badge__zwCh9 {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #004225;
  text-transform: uppercase;
  background-color: rgba(0, 66, 37, 0.1);
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.about_mission_title__CdBuL {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}

.about_mission_text__dtF5b {
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

.about_mission_text__dtF5b + .about_mission_text__dtF5b {
  margin-top: 1rem;
}

.about_features_card__7wN97 {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #eaecf0;
  padding: 1.75rem;
}

.about_features_title__d6iQU {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.25rem;
}

.about_features_list__JUWnc {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about_feature_item__lW9mN {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about_feature_text__36Y7I {
  font-size: 0.875rem;
  color: #333333;
}

/* ===== VALUES ===== */
.about_values_section__I_vZa {
  background-color: white;
  padding: 3rem 0;
}

.about_values_inner__tkx_6 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.about_section_header__AayN7 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.about_section_title__NWI5S {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}

.about_section_desc__uLymT {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.about_values_grid__ayfan {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.about_value_card__Ej3Qo {
  border-radius: 1rem;
  border: 1px solid #eaecf0;
  padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.about_value_card__Ej3Qo:hover {
  border-color: rgba(0, 66, 37, 0.3);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.about_value_icon__b_8MP {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: #f5f2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background-color 0.15s;
}

.about_value_card__Ej3Qo:hover .about_value_icon__b_8MP {
  background-color: rgba(0, 66, 37, 0.1);
}

.about_value_title__J0k0M {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}

.about_value_desc__70_8S {
  margin-top: 0.625rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* ===== COMPANY ===== */
.about_company_section__Mc_WR {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.about_company_banner__nOVNL {
  background-color: #004225;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  overflow: hidden;
  position: relative;
}

.about_company_banner_bg__qy6NW {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 15%, rgba(111, 207, 151, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 15% 85%, rgba(80, 146, 255, 0.12) 0%, transparent 40%);
}

.about_company_banner_content__EeWTs {
  position: relative;
}

.about_company_badge__iobrq {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  color: white;
  margin-bottom: 1rem;
}

.about_company_title__nIRGA {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
}

.about_company_grid__PCPho {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.about_company_detail_row__T8XQd {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.about_company_detail_item__aoRka {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.about_company_detail_label__l3tdF {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.about_company_detail_value__kYy_e {
  font-size: 0.9375rem;
  font-weight: 600;
  color: white;
}

.about_company_desc__qKbIM {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

/* ===== CTA ===== */
.about_cta_section___w13M {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.about_cta_banner__3y1AY {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #f5f2ea;
  text-align: center;
  padding: 3rem 1rem;
  border: 1px solid #eaecf0;
}

.about_cta_title__XNCAh {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}

.about_cta_desc__TTGww {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.about_cta_buttons__gIB1k {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.about_cta_btn_primary__G1eNQ {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: white;
  background-color: #004225;
  transition: background-color 0.15s;
  text-align: center;
  text-decoration: none;
}

.about_cta_btn_primary__G1eNQ:hover {
  background-color: #003a1f;
}

.about_cta_btn_secondary__ueXj1 {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid #004225;
  color: #004225;
  background: transparent;
  transition: background-color 0.15s;
  text-align: center;
  text-decoration: none;
}

.about_cta_btn_secondary__ueXj1:hover {
  background-color: rgba(0, 66, 37, 0.08);
}

/* ===== FOOTER ===== */
.about_footer__z3QPu {
  background-color: white;
  border-top: 1px solid #eaecf0;
}

.about_footer_inner__bZln6 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.about_footer_content__A_9px {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.about_footer_brand__kMkXL {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about_footer_logo_icon__cKYLz {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background-color: #004225;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_footer_brand_name__NC_GI {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}

.about_footer_brand_sub__AAB8h {
  font-size: 0.75rem;
  color: #94a3b8;
}

.about_footer_links__MbTdI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.about_footer_link__wysv3 {
  font-size: 0.875rem;
  color: #64748b;
  transition: color 0.15s;
  text-decoration: none;
}

.about_footer_link__wysv3:hover {
  color: #004225;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .about_nav_inner__oblva { padding: 0.75rem 1.5rem; }
  .about_get_started_btn__Oy0bb { display: block; }
  .about_hero_badge__TN4S7 { font-size: 0.875rem; margin-bottom: 2rem; }
  .about_hero_buttons__gIdRG { flex-direction: row; gap: 1rem; margin-top: 2.5rem; }
  .about_hero_btn_primary__Npi8n { width: auto; }
  .about_hero_btn_secondary__hJmGl { width: auto; }
  .about_stats_inner___ygbl { padding: 2rem 1.5rem; }
  .about_stats_grid__zK2oh { grid-template-columns: repeat(3, 1fr); }
  .about_mission_section__sif9S { padding: 3rem 1.5rem; }
  .about_values_section__I_vZa { padding: 3rem 0; }
  .about_values_inner__tkx_6 { padding: 0 1.5rem; }
  .about_values_grid__ayfan { grid-template-columns: repeat(2, 1fr); }
  .about_company_section__Mc_WR { padding: 0 1.5rem 3rem; }
  .about_cta_section___w13M { padding: 0 1.5rem 3rem; }
  .about_footer_inner__bZln6 { padding: 2rem 1.5rem; }
  .about_footer_content__A_9px { flex-direction: row; }
  .about_footer_links__MbTdI { gap: 1.5rem; }
}

@media (min-width: 768px) {
  .about_nav_inner__oblva { padding: 0.75rem 5rem; }
  .about_desktop_nav__vSMY3 { display: flex; }
  .about_hamburger__LHCv5 { display: none; }
  .about_hero_content__bWwgM { padding: 7rem 5rem; }
  .about_hero_title__njTq4 { font-size: 3rem; }
  .about_hero_desc__R81_N { margin-top: 1.5rem; font-size: 1.125rem; line-height: 2rem; }
  .about_stats_inner___ygbl { padding: 2.5rem 5rem; }
  .about_mission_section__sif9S { padding: 5rem 5rem; }
  .about_mission_grid__e52F9 { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .about_mission_title__CdBuL { font-size: 2.25rem; }
  .about_values_section__I_vZa { padding: 5rem 0; }
  .about_values_inner__tkx_6 { padding-left: 5rem; padding-right: 5rem; }
  .about_section_header__AayN7 { margin-bottom: 3.5rem; }
  .about_section_title__NWI5S { font-size: 2.25rem; }
  .about_values_grid__ayfan { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .about_value_card__Ej3Qo { padding: 1.75rem; }
  .about_company_section__Mc_WR { padding: 0 5rem 5rem; }
  .about_company_banner__nOVNL { padding: 3rem; border-radius: 1.5rem; }
  .about_company_title__nIRGA { font-size: 2.25rem; margin-bottom: 2rem; }
  .about_company_grid__PCPho { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .about_cta_section___w13M { padding: 0 5rem 5rem; }
  .about_cta_banner__3y1AY { border-radius: 1.5rem; padding: 4rem 2rem; }
  .about_cta_title__XNCAh { font-size: 2.25rem; }
  .about_cta_buttons__gIB1k { flex-direction: row; justify-content: center; }
  .about_cta_btn_primary__G1eNQ { width: auto; }
  .about_cta_btn_secondary__ueXj1 { width: auto; }
  .about_footer_inner__bZln6 { padding: 2rem 5rem; }
}

@media (min-width: 1024px) {
  .about_desktop_nav__vSMY3 { gap: 2.5rem; }
  .about_hero_title__njTq4 { font-size: 3.75rem; }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/PublicPage/public-page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* ===== LAYOUT ===== */
.public-page_main__j3A_S {
  min-height: 100vh;
  background-color: #f8fafc;
}

/* ===== NAVBAR ===== */
.public-page_nav__2oKi7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  background-color: #004225;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.public-page_nav_spacer__oUrbD {
  height: 62px;
}

.public-page_nav_inner__iJZdi {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.public-page_nav_logo__ScUvb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  text-decoration: none;
}

.public-page_logo_image__n3QqU {
  object-fit: contain;
}

.public-page_desktop_nav__ywK4s {
  display: none;
  align-items: center;
  gap: 2rem;
}

.public-page_nav_link__zPuTx {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.15s;
  text-decoration: none;
}

.public-page_nav_link__zPuTx:hover {
  color: white;
}

.public-page_nav_actions__zpBNA {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.public-page_get_started_btn__jUdB_ {
  display: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background-color 0.15s, color 0.15s;
  flex-shrink: 0;
  text-decoration: none;
}

.public-page_get_started_btn__jUdB_:hover {
  background-color: white;
  color: #004225;
}

.public-page_hamburger__xk0fZ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  gap: 0.375rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.public-page_hamburger_line__7NOgV {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: white;
  transition: transform 0.3s, opacity 0.3s;
}

.public-page_hamburger_line_top_open__R6m0q {
  transform: rotate(45deg) translateY(8px);
}

.public-page_hamburger_line_mid_open__rDKoA {
  opacity: 0;
}

.public-page_hamburger_line_bottom_open__Xj_Al {
  transform: rotate(-45deg) translateY(-8px);
}

.public-page_mobile_menu__NzXj0 {
  background-color: #003a1f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.public-page_mobile_nav_link__sUUwH {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
  transition: color 0.15s;
  text-decoration: none;
}

.public-page_mobile_nav_link__sUUwH:hover {
  color: white;
}

.public-page_mobile_get_started__rs7vn {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background-color 0.15s, color 0.15s;
  text-decoration: none;
}

.public-page_mobile_get_started__rs7vn:hover {
  background-color: white;
  color: #004225;
}

/* ===== HERO ===== */
.public-page_hero__qurFZ {
  position: relative;
  overflow: hidden;
  background-color: #004225;
}

.public-page_hero_bg__zJ27e {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 60%, rgba(111, 207, 151, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.12) 0%, transparent 45%);
}

.public-page_hero_content__0rerh {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1rem 6rem;
  text-align: center;
}

.public-page_hero_badge__LNuVj {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: white;
  margin-bottom: 1.5rem;
}

.public-page_hero_title__oOR1g {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin: 0;
}

.public-page_hero_title_accent__4m9aX {
  display: block;
  margin-top: 0.5rem;
  color: #6fcf97;
}

.public-page_hero_desc__Ou__b {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.public-page_hero_buttons__761lr {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.public-page_hero_btn_primary__co6r_ {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #004225;
  background-color: white;
  text-decoration: none;
  transition: background-color 0.15s;
}

.public-page_hero_btn_primary__co6r_:hover {
  background-color: #f5f2ea;
}

.public-page_hero_btn_secondary__qRIny {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

.public-page_hero_btn_secondary__qRIny:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== QUICK INFO ===== */
.public-page_quick_info_section__6U1kV {
  position: relative;
  z-index: 10;
  margin-top: -3rem;
}

.public-page_quick_info_inner__UDrOE {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.public-page_quick_info_card__nvNCm {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
}

.public-page_quick_info_grid__Pu78Q {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.public-page_quick_info_item__ucfG0 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.public-page_quick_info_icon__o1PEz {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background-color: #f5f2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.public-page_quick_info_label__qWMPB {
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.public-page_quick_info_value__w_ukl {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}

/* ===== POLICY CONTENT (TOC + SECTIONS) ===== */
.public-page_content_section__yg7F1 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}

.public-page_content_grid__hmiy0 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.public-page_toc_aside__bm6vw {
  width: 100%;
}

.public-page_toc_sticky__cvKYQ {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #eaecf0;
  padding: 1.25rem;
  height: fit-content;
}

.public-page_toc_header__XOxR3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.public-page_toc_header_left__ZNpL_ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.public-page_toc_dot__90OpA {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004225;
  flex-shrink: 0;
}

.public-page_toc_title__e1eNQ {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.public-page_toc_toggle_icon__kNVFM {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 1rem;
  transition: transform 0.2s;
}

.public-page_toc_toggle_icon_open__2o88j {
  transform: rotate(180deg);
}

.public-page_toc_nav__QdrWO {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.public-page_toc_nav_open__ZJVXQ {
  max-height: 800px;
}

.public-page_toc_link__S0rYO {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.4rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  color: #64748b;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.15s, background-color 0.15s;
}

.public-page_toc_link__S0rYO:hover {
  color: #004225;
  background-color: rgba(0, 66, 37, 0.06);
}

.public-page_toc_link_active__Sxk8Y {
  color: #004225;
  background-color: rgba(0, 66, 37, 0.08);
  font-weight: 600;
}

.public-page_toc_link_active__Sxk8Y .public-page_toc_link_num___T5o4 {
  color: #004225;
}

.public-page_toc_link_num___T5o4 {
  font-size: 0.625rem;
  font-weight: 700;
  color: #cbd5e1;
  flex-shrink: 0;
  padding-top: 0.1rem;
  letter-spacing: 0.05em;
}

/* ===== SECTIONS LAYOUT ===== */
.public-page_sections_list__kRaly {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.public-page_section_card__Chbs5 {
  background-color: white;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  scroll-margin-top: 5rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.public-page_section_card__Chbs5:hover {
  border-color: #c0d9c9;
  box-shadow: 0 8px 32px -8px rgba(0, 66, 37, 0.12);
}

.public-page_section_icon_wrap__IuJBj {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  /* background-color: #004225; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.public-page_section_header__wGSWf {
  background: linear-gradient(135deg, #edf7f1 0%, #f5f9f7 100%);
  border-bottom: 1px solid #daeae0;
  padding: 1.125rem 1.375rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.public-page_section_header_meta__uEKX2 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}

.public-page_section_num__Jjl4_ {
  font-size: 0.625rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.public-page_section_title__Funeh {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #004225;
  margin: 0;
  line-height: 1.3;
}

.public-page_section_body__k22UI {
  padding: 1.5rem 1.375rem 1.75rem;
}

/* ===== RICH CONTENT TYPOGRAPHY ===== */
.public-page_rich_para__2WA9_ {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.8;
  margin: 0 0 0.75rem;
}

.public-page_rich_para__2WA9_:last-child {
  margin-bottom: 0;
}

.public-page_rich_list___Ihwd {
  list-style: none;
  padding: 0;
  margin: 0 0 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.public-page_rich_list___Ihwd:last-child {
  margin-bottom: 0;
}

.public-page_rich_list_item__quDyd {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

.public-page_rich_list_item__quDyd::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004225;
  flex-shrink: 0;
  margin-top: 0.55rem;
}

.public-page_rich_contact__URsFg {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.625rem;
  padding: 0.875rem 1.125rem;
  margin: 0.5rem 0 0.875rem;
}

.public-page_rich_contact_name__kvOfM {
  font-size: 0.875rem;
  font-weight: 700;
  color: #004225;
  margin: 0;
}

.public-page_rich_contact_email__s18Gv {
  font-size: 0.875rem;
  color: #004225;
  text-decoration: none;
  font-weight: 500;
}

.public-page_rich_contact_email__s18Gv:hover {
  text-decoration: underline;
}

/* ===== CTA BANNER ===== */
.public-page_cta_section__3biaE {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.public-page_cta_banner__LTglV {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #004225;
  text-align: center;
  padding: 3rem 1rem;
}

.public-page_cta_banner_bg__nGjA_ {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 0%, rgba(111, 207, 151, 0.2) 0%, transparent 55%);
}

.public-page_cta_content__hZnhs {
  position: relative;
}

.public-page_cta_title__70DiV {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.public-page_cta_desc__RPjyl {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}

.public-page_cta_button__hU2Va {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #004225;
  background-color: white;
  transition: background-color 0.15s;
  text-decoration: none;
}

.public-page_cta_button__hU2Va:hover {
  background-color: #f5f2ea;
}

.public-page_cta_buttons__11a4l {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.public-page_cta_btn_primary__f6qc3 {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #004225;
  background-color: white;
  text-decoration: none;
  transition: background-color 0.15s;
}

.public-page_cta_btn_primary__f6qc3:hover {
  background-color: #f5f2ea;
}

.public-page_cta_btn_secondary__jE0rV {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

.public-page_cta_btn_secondary__jE0rV:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== FOOTER ===== */
.public-page_footer__qTCOu {
  background: var(--primary_green);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.public-page_footer_inner__dPO_Z {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3.5rem 1rem 2rem;
}

.public-page_footer_grid__Hdbql {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 1.5rem;
}

.public-page_footer_brand_col__LI8Xj {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.public-page_footer_logo_link___Es_m {
  display: inline-block;
  opacity: 0.95;
  transition: opacity 0.15s;
}

.public-page_footer_logo_link___Es_m:hover {
  opacity: 1;
}

.public-page_footer_tagline__Ut62G {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 280px;
  margin: 0;
}

.public-page_footer_socials__XUprE {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.public-page_footer_social_link__7yGp8 {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  text-decoration: none;
}

.public-page_footer_social_link__7yGp8:hover {
  background: rgba(111, 207, 151, 0.12);
  border-color: rgba(111, 207, 151, 0.3);
  color: #6fcf97;
}

.public-page_footer_col__zJy_s {
  display: flex;
  flex-direction: column;
}

.public-page_footer_col_heading__0dvuV {
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}

.public-page_footer_col_links__15_lh {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.public-page_footer_link__ZUzmf {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s;
  line-height: 1.4;
}

.public-page_footer_link__ZUzmf:hover {
  color: white;
}

.public-page_footer_divider__woM1S {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin: 2.5rem 0 1.75rem;
}

.public-page_footer_bottom__tZwDP {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  text-align: center;
}

.public-page_footer_copyright__QFLjI {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.public-page_footer_bottom_links__aNdLf {
  display: flex;
  gap: 1.5rem;
}

.public-page_footer_bottom_link__gEy50 {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.15s;
}

.public-page_footer_bottom_link__gEy50:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .public-page_nav_inner__iJZdi {
    padding: 0.75rem 1.5rem;
  }

  .public-page_get_started_btn__jUdB_ {
    display: block;
  }

  .public-page_hero_content__0rerh {
    padding: 4rem 1.5rem 6rem;
  }

  .public-page_quick_info_inner__UDrOE {
    padding: 0 1.5rem;
  }

  .public-page_quick_info_card__nvNCm {
    padding: 2rem;
  }

  .public-page_quick_info_grid__Pu78Q {
    grid-template-columns: repeat(3, 1fr);
  }

  .public-page_content_section__yg7F1 {
    padding: 2.5rem 1.5rem 3rem;
  }

  .public-page_cta_section__3biaE {
    padding: 0 1.5rem 3rem;
  }

  .public-page_footer_inner__dPO_Z {
    padding: 3.5rem 1.5rem 2rem;
  }
}

@media (min-width: 768px) {
  .public-page_nav_inner__iJZdi {
    padding: 0.75rem 5rem;
  }

  .public-page_desktop_nav__ywK4s {
    display: flex;
  }

  .public-page_hamburger__xk0fZ {
    display: none;
  }

  .public-page_hero_content__0rerh {
    padding: 5rem 5rem 7rem;
    text-align: left;
  }

  .public-page_hero_badge__LNuVj {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }

  .public-page_hero_title__oOR1g {
    font-size: 3rem;
  }

  .public-page_hero_desc__Ou__b {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 0;
  }

  .public-page_hero_buttons__761lr {
    justify-content: flex-start;
  }

  .public-page_quick_info_section__6U1kV {
    margin-top: -4rem;
  }

  .public-page_quick_info_inner__UDrOE {
    padding: 0 5rem;
  }

  .public-page_quick_info_card__nvNCm {
    border-radius: 1.5rem;
    padding: 2.5rem;
  }

  .public-page_content_section__yg7F1 {
    padding: 3rem 5rem 4rem;
  }

  .public-page_content_grid__hmiy0 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }

  .public-page_toc_aside__bm6vw {
    flex-shrink: 0;
    width: 260px;
    align-self: stretch;
    position: relative;
  }

  .public-page_toc_sticky__cvKYQ {
    padding: 1.5rem;
  }

  .public-page_toc_header__XOxR3 {
    cursor: default;
  }

  .public-page_toc_toggle_icon__kNVFM {
    display: none;
  }

  .public-page_toc_nav__QdrWO {
    max-height: none;
    overflow: visible;
    margin-top: 1.25rem;
    gap: 0.125rem;
  }

  .public-page_toc_link__S0rYO {
    font-size: 0.875rem;
  }

  .public-page_section_header__wGSWf {
    padding: 1.25rem 1.75rem;
  }

  .public-page_section_body__k22UI {
    padding: 1.75rem 1.75rem 2rem;
  }

  .public-page_section_title__Funeh {
    font-size: 1.125rem;
  }

  .public-page_rich_para__2WA9_ {
    font-size: 1rem;
  }

  .public-page_rich_list_item__quDyd {
    font-size: 1rem;
  }

  .public-page_cta_section__3biaE {
    padding: 0 5rem 4rem;
  }

  .public-page_cta_banner__LTglV {
    border-radius: 1.5rem;
    padding: 4rem 2rem;
  }

  .public-page_cta_title__70DiV {
    font-size: 2rem;
  }

  .public-page_footer_inner__dPO_Z {
    padding: 4rem 5rem 2.5rem;
  }

  .public-page_footer_grid__Hdbql {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
  }

  .public-page_footer_brand_col__LI8Xj {
    grid-column: span 1;
  }

  .public-page_footer_bottom__tZwDP {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .public-page_desktop_nav__ywK4s {
    gap: 2.5rem;
  }

  .public-page_hero_title__oOR1g {
    font-size: 3.75rem;
  }

  .public-page_content_grid__hmiy0 {
    gap: 2.5rem;
  }

  .public-page_toc_aside__bm6vw {
    width: 280px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/Typography/Typography.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.Typography_h1_bold__a0fTY {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: var(--font-black-color);
} 

.Typography_h2_bold___KZLt {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: var(--font-black-color);
}

.Typography_h3_bold__DGJJ_ {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: var(--font-black-color);
}

.Typography_h4_bold__fLoM5 {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  color: var(--font-black-color);
}

.Typography_h5_bold__4ylmT {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--font-black-color);
}

.Typography_h6_bold__Il7cJ {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_xlarge_regular__9FECn {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: var(--font-black-color);
}

.Typography_body_large_bold__7d0GL {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  font-style: Bold;
  color: var(--font-black-color);
}

.Typography_body_large_semibold__Dj_Xb {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_large_medium__Q7Xtj {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_large_regular__X0AN_ {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_medium_bold__COAqx {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_semibold__EcuZn {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_medium__CWX3c {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_regular__Jzg1T {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_small_bold__eIfww {
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_semibold__VBNb8 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_medium__tqqSX {
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_regular__R_Skf {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: var(--font-black-color);
}

