:root {

  --hp-primary: hsl(156, 79%, 65%);
  --hp-secondary: hsl(295, 63%, 65%);
  --hp-text: hsl(156, 10%, 10%);
  --hp-bg: hsl(156, 7%, 96%);
  --hp-white: #ffffff;
  --hp-border: #d0d0d0;
  --hp-font: Georgia, "Times New Roman", Times, serif;
  --hp-max-width: 1200px;
  --hp-read-width: 760px;
  --primary-color: hsl(156, 79%, 40%);
  --secondary-color: hsl(295, 63%, 55%);
  --bg-color: hsl(156, 7%, 96%);
  --text-color: hsl(156, 10%, 10%);
  --text-muted: hsl(156, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.12);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(243, 247, 245, 0.95);
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.y41576_3a5a.t52ba22c5f.qfc32bba_at99{
    font-family: var(--hp-font, serif);
    color: var(--hp-text, #1a1a1a);
    background-color: var(--hp-bg, #f5f5f5);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    }
div.y41576_3a5a.t52ba22c5f.qfc32bba_at99 h1, div.y41576_3a5a.t52ba22c5f.qfc32bba_at99 h2, div.y41576_3a5a.t52ba22c5f.qfc32bba_at99 h3, div.y41576_3a5a.t52ba22c5f.qfc32bba_at99 h4{
    font-weight: 700;
    margin: 0;
    color: var(--hp-text, #1a1a1a);
    }
div.y41576_3a5a.t52ba22c5f.qfc32bba_at99 a{
    color: var(--hp-text, #1a1a1a);
    text-decoration: underline;
    text-decoration-color: var(--hp-primary, #4ade80);
    text-underline-offset: 4px;
    transition: all 0.2s ease;
    }
div.y41576_3a5a.t52ba22c5f.qfc32bba_at99 a:hover{
    background-color: var(--hp-primary, #4ade80);
    color: var(--hp-text, #1a1a1a);
    }
div.y41576_3a5a.t52ba22c5f .a4ea526b22f{
    display: inline-block;
    background-color: var(--hp-primary, #4ade80);
    color: var(--hp-text, #1a1a1a) !important;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none !important;
    border: 2px solid var(--hp-text, #1a1a1a);
    box-shadow: 6px 6px 0px var(--hp-text, #1a1a1a);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    border-radius: 0;
    text-align: center;
    }
div.y41576_3a5a.t52ba22c5f .a4ea526b22f:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px var(--hp-text, #1a1a1a);
    background-color: var(--hp-secondary, #d946ef); color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .se65b8__793b{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 2px solid var(--hp-text, #1a1a1a);
    background-color: var(--hp-white, #ffffff); color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .x6a01b8081{
    width: 100%;
    height: 45vh;
    min-height: 320px;
    border-bottom: 2px solid var(--hp-text, #1a1a1a);
    background-color: var(--hp-bg, #f5f5f5); color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .x6a01b8081 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    }
div.y41576_3a5a.t52ba22c5f .kab217051e{
    max-width: var(--hp-read-width, 760px);
    text-align: center;
    padding: 60px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.y41576_3a5a.t52ba22c5f .kab217051e h1{
    font-size: 3rem;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    }
div.y41576_3a5a.t52ba22c5f .kab217051e p{
    font-size: 1.25rem;
    margin-bottom: 40px;
    color: #444;
    }
div.y41576_3a5a.t52ba22c5f .qbd61453{
    max-width: var(--hp-max-width, 1200px);
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 60px;
    }
div.y41576_3a5a.t52ba22c5f .h1e5f49d{
    position: sticky;
    top: 40px;
    height: max-content;
    }
div.y41576_3a5a.t52ba22c5f .h1e5f49d h2{
    font-size: 1.25rem;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--hp-text, #1a1a1a);
    }
div.y41576_3a5a.t52ba22c5f .p19fd__b63{
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
div.y41576_3a5a.t52ba22c5f .p19fd__b63 a{
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-left: 4px solid transparent;
    transition: border-color 0.2s;
    }
div.y41576_3a5a.t52ba22c5f .p19fd__b63 a:hover{
    background-color: transparent;
    border-left-color: var(--hp-primary, #4ade80);
    }
div.y41576_3a5a.t52ba22c5f .j5c16__85385{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 80px;
    }
div.y41576_3a5a.t52ba22c5f .v6c32a5_ff{
    background-color: var(--hp-white, #ffffff);
    border: 1px solid var(--hp-border, #d0d0d0);
    padding: 24px 16px;
    text-align: center;
    border-radius: 0;
    transition: transform 0.2s, box-shadow 0.2s; color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .v6c32a5_ff:hover{
    transform: translateY(-4px);
    border-color: var(--hp-text, #1a1a1a);
    box-shadow: 4px 4px 0px var(--hp-text, #1a1a1a);
    }
div.y41576_3a5a.t52ba22c5f .v6c32a5_ff h3{
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--hp-text, #1a1a1a);
    border-bottom: 2px solid var(--hp-primary, #4ade80);
    display: inline-block;
    padding-bottom: 4px;
    }
div.y41576_3a5a.t52ba22c5f .v6c32a5_ff p{
    font-size: 0.9rem;
    margin: 0;
    color: #555;
    }
div.y41576_3a5a.t52ba22c5f .m1g68wl841z{
    margin-bottom: 80px;
    background: var(--hp-white, #ffffff);
    padding: 48px;
    border: 1px solid var(--hp-border, #d0d0d0); color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .m1g68wl841z h2{
    font-size: 2rem;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hp-border, #d0d0d0);
    }
div.y41576_3a5a.t52ba22c5f .a7fjlsc37ca{
    background-color: var(--hp-bg, #f5f5f5);
    padding: 20px 24px;
    border-left: 4px solid var(--hp-secondary, #d946ef);
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 1.05rem; color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .q74f3a168{
    list-style-type: decimal;
    padding-left: 24px;
    }
div.y41576_3a5a.t52ba22c5f .q74f3a168 li{
    margin-bottom: 20px;
    padding-left: 8px;
    font-size: 1.05rem;
    }
div.y41576_3a5a.t52ba22c5f .zedcf__4042{
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px dashed var(--hp-border, #d0d0d0);
    }
div.y41576_3a5a.t52ba22c5f .zedcf__4042:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    }
div.y41576_3a5a.t52ba22c5f .h117fe85_6m3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: var(--hp-text, #1a1a1a);
    }
div.y41576_3a5a.t52ba22c5f .h117fe85_6m3::before{
    content: "Q";
    display: inline-block;
    background-color: var(--hp-text, #1a1a1a);
    color: var(--hp-white, #ffffff);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 1rem;
    flex-shrink: 0;
    font-family: sans-serif;
    }
div.y41576_3a5a.t52ba22c5f .q4c7bd5e{
    padding-left: 48px;
    color: #333;
    font-size: 1.05rem;
    margin: 0;
    }
div.y41576_3a5a.t52ba22c5f .qec1c500c{
    max-width: var(--hp-read-width, 760px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.y41576_3a5a.t52ba22c5f .u83ecb9e2be h2{
    color: var(--hp-white, #ffffff);
    font-size: 2.25rem;
    margin-bottom: 24px;
    }
div.y41576_3a5a.t52ba22c5f .u83ecb9e2be p{
    font-size: 1.15rem;
    margin-bottom: 48px;
    color: #d1d5db;
    }
div.y41576_3a5a.t52ba22c5f .u83ecb9e2be .a4ea526b22f{
    background-color: var(--hp-white, #ffffff);
    color: var(--hp-text, #1a1a1a) !important;
    border-color: var(--hp-white, #ffffff);
    box-shadow: 6px 6px 0px var(--hp-primary, #4ade80);
    }
div.y41576_3a5a.t52ba22c5f .u83ecb9e2be .a4ea526b22f:hover{
    background-color: var(--hp-primary, #4ade80);
    box-shadow: 4px 4px 0px var(--hp-secondary, #d946ef); color: #1a1a2e;}
div.y41576_3a5a.t52ba22c5f .v1625334b{
    margin-top: 80px;
    font-size: 0.9rem;
    color: #6b7280;
    font-family: sans-serif;
    }
@media (max-width: 1024px) {div.y41576_3a5a.t52ba22c5f .qbd61453{
    grid-template-columns: 1fr;
    gap: 48px;
    }
div.y41576_3a5a.t52ba22c5f .h1e5f49d{
    position: relative;
    top: 0;
    }
div.y41576_3a5a.t52ba22c5f .p19fd__b63{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    }
div.y41576_3a5a.t52ba22c5f .j5c16__85385{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 768px) {div.y41576_3a5a.t52ba22c5f .kab217051e h1{
    font-size: 2.25rem;
    }
div.y41576_3a5a.t52ba22c5f .j5c16__85385{
    grid-template-columns: 1fr;
    }
div.y41576_3a5a.t52ba22c5f .m1g68wl841z{
    padding: 32px 24px;
    }
div.y41576_3a5a.t52ba22c5f .a7fjlsc37ca{
    padding: 16px;
    }
div.y41576_3a5a.t52ba22c5f .h117fe85_6m3{
    font-size: 1.15rem;
    }
div.y41576_3a5a.t52ba22c5f .q4c7bd5e{
    padding-left: 0;
    margin-top: 12px;
    }}
div.y41576_3a5a.t52ba22c5f .d474ab_b16{box-sizing:border-box;}
div.y41576_3a5a.t52ba22c5f .b3b021c_ev{box-sizing:border-box;}
.t88242b_j0{
    background-color: var(--bg-color, hsl(156, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.qb822a_39d5{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    }
.p2cocv16{
    text-align: center;
    max-width: 760px; 
    margin-bottom: 60px;
    width: 100%;
    }
.y4f90df2e4{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 32px;
    color: var(--text-color, hsl(156, 10%, 10%));
    margin-bottom: 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    }
.e90a1b6_95c{
    display: inline-block;
    background-color: var(--primary-color, hsl(156, 79%, 40%));
    color: #1a1a2e;
    padding: 16px 40px;
    font-family: var(--font-sans, sans-serif);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md, 0px); 
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.25s cubic-bezier(0.4, 0, 0.2, 1));
    }
.e90a1b6_95c:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.12));
    filter: brightness(1.1);
    }
.f30ec_496f{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.12));
    margin-bottom: 60px; color: #ffffff;}
.lvrxqmnb1p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    }
.q9373a__66e3d{
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
    }
.k2ff856_c5{
    display: block;
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, hsl(156, 10%, 10%));
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    }
.od5e34__074{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.x9f9d_6e6{
    width: 100%;
    }
.m6fc46d6_do{
    font-family: var(--font-sans, sans-serif);
    font-size: 15px;
    color: var(--text-muted, hsl(156, 5%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.25s);
    }
a.m6fc46d6_do:hover{
    color: var(--primary-color, hsl(156, 79%, 40%));
    }
.n6n6gg6s{
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
    text-align: center;
    }
.t613adb_0s{
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(156, 5%, 45%));
    margin: 0;
    }
@media (max-width: 768px){.t88242b_j0 {
    padding: 60px 20px 30px 20px;
    }
.y4f90df2e4 {
    font-size: 26px;
    }
.lvrxqmnb1p {
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.q9373a__66e3d {
    width: 100%;
    margin-bottom: 40px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
.hf0502__775e6{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; 
    backdrop-filter: blur(10px); color: #1a1a2e;}
.u3d716859{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    }
.kaf96bea{
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.x1e7e7152{
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }
.v356073_fa42{
    display: flex;
    list-style: none;
    gap: 24px;
    height: 100%;
    align-items: center;
    }
.de75d5187a4{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.de75d5187a4:hover{
    color: var(--text-color);
    }
.de75d5187a4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.de75d5187a4:hover::after{
    width: 100%;
    }
.sdngn571g8nh{
    display: flex;
    align-items: center;
    margin-left: 24px;
    }
.i4b01f9_d59{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-block;
    }
.i4b01f9_d59:hover{
    background-color: var(--text-color); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.jda49f2e{
    display: none;
    }
.r2d30ff_dve{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.kf18b3_brl{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.kf18b3_brl::before, .kf18b3_brl::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.kf18b3_brl::before{ top: -8px; }
.kf18b3_brl::after{ bottom: -8px; }
@media (max-width: 1024px){.v356073_fa42 {
    gap: 12px;
    }
.de75d5187a4 {
    font-size: 13px;
    }}
@media (max-width: 860px){.r2d30ff_dve{
    display: block;
    order: 3;
    }
.kaf96bea{
    order: 1;
    }
.sdngn571g8nh{
    display: none; 
    }
.v356073_fa42{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color);
    gap: 0;
    padding: 0; color: #1a1a2e;}
.scx7uo2yg{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    }
.de75d5187a4{
    display: block;
    padding: 20px;
    width: 100%;
    }
.jda49f2e:checked ~ .v356073_fa42{
    height: auto;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl{
    background: transparent;
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl::before{
    transform: rotate(45deg);
    top: 0;
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl::after{
    transform: rotate(-45deg);
    bottom: 0;
    }}
.de75d5187a4.active{color: var(--text-color);}
@media (min-width: 1025px){.hf0502__775e6 #ntb2cecb3b37, .hf0502__775e6 label[for="ntb2cecb3b37"]{ display: none !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.de75d5187a4.active {color: var(--text-color);}
#ntb2cecb3b37:checked ~ .v356073_fa42 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.hf0502__775e6.ue75__7b03 .v356073_fa42 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px) {#ntb2cecb3b37:checked ~ .v356073_fa42 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.hf0502__775e6.ue75__7b03 #ntb2cecb3b37, .hf0502__775e6.ue75__7b03 label[for="ntb2cecb3b37"] { display: none !important; }}
@media (min-width: 1025px) {.hf0502__775e6.ue75__7b03 .v356073_fa42 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px) {.hf0502__775e6.ue75__7b03 .v356073_fa42 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px) {.hf0502__775e6.ue75__7b03 .v356073_fa42 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.y41576_3a5a img.r445__2630 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.y41576_3a5a img.r445__2630.n8d0__71e1 { aspect-ratio: 16 / 9; }
div.y41576_3a5a img.r445__2630.y343__1501 { aspect-ratio: 16 / 10; }
div.y41576_3a5a img.r445__2630.i703f087c49 { aspect-ratio: 4 / 3; }
div.y41576_3a5a img.r445__2630.k8bcd1aa6 { aspect-ratio: 1 / 1; }
div.y41576_3a5a :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.y41576_3a5a .s2cbfc7e5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.y41576_3a5a .s2cbfc7e5.n8d0__71e1 { aspect-ratio: 16 / 9; }
div.y41576_3a5a .s2cbfc7e5.y343__1501 { aspect-ratio: 16 / 10; }
div.y41576_3a5a .s2cbfc7e5.i703f087c49 { aspect-ratio: 4 / 3; }
div.y41576_3a5a .s2cbfc7e5.k8bcd1aa6 { aspect-ratio: 1 / 1; }
div.y41576_3a5a .s2cbfc7e5 > img.r445__2630,
    div.y41576_3a5a .s2cbfc7e5 > picture > img.r445__2630 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.ke35__a0ea {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.ke35__a0ea > :first-child,
    .ke35__a0ea > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
.hf0502__775e6{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; 
    backdrop-filter: blur(10px); color: #1a1a2e;}
.u3d716859{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    }
.kaf96bea{
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.x1e7e7152{
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }
.v356073_fa42{
    display: flex;
    list-style: none;
    gap: 24px;
    height: 100%;
    align-items: center;
    }
.de75d5187a4{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.de75d5187a4:hover{
    color: var(--text-color);
    }
.de75d5187a4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.de75d5187a4:hover::after{
    width: 100%;
    }
.sdngn571g8nh{
    display: flex;
    align-items: center;
    margin-left: 24px;
    }
.i4b01f9_d59{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-block;
    }
.i4b01f9_d59:hover{
    background-color: var(--text-color); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.jda49f2e{
    display: none;
    }
.r2d30ff_dve{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.kf18b3_brl{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.kf18b3_brl::before, .kf18b3_brl::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.kf18b3_brl::before{ top: -8px; }
.kf18b3_brl::after{ bottom: -8px; }
@media (max-width: 1024px){.v356073_fa42 {
    gap: 12px;
    }
.de75d5187a4 {
    font-size: 13px;
    }}
@media (max-width: 860px){.r2d30ff_dve{
    display: block;
    order: 3;
    }
.kaf96bea{
    order: 1;
    }
.sdngn571g8nh{
    display: none; 
    }
.v356073_fa42{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color);
    gap: 0;
    padding: 0; color: #1a1a2e;}
.scx7uo2yg{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    }
.de75d5187a4{
    display: block;
    padding: 20px;
    width: 100%;
    }
.jda49f2e:checked ~ .v356073_fa42{
    height: auto;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl{
    background: transparent;
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl::before{
    transform: rotate(45deg);
    top: 0;
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl::after{
    transform: rotate(-45deg);
    bottom: 0;
    }}
.de75d5187a4.active{color: var(--text-color);}
@media (min-width: 1025px){.hf0502__775e6 #ntb2cecb3b37, .hf0502__775e6 label[for="ntb2cecb3b37"]{ display: none !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.de75d5187a4.active{color: var(--text-color);}
#ntb2cecb3b37:checked ~ .v356073_fa42{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.hf0502__775e6.ue75__7b03 .v356073_fa42{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#ntb2cecb3b37:checked ~ .v356073_fa42{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 #ntb2cecb3b37, .hf0502__775e6.ue75__7b03 label[for="ntb2cecb3b37"]{ display: none !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 .v356073_fa42{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 .v356073_fa42{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 .v356073_fa42 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t88242b_j0{
    background-color: var(--bg-color, hsl(156, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.qb822a_39d5{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    }
.p2cocv16{
    text-align: center;
    max-width: 760px; 
    margin-bottom: 60px;
    width: 100%;
    }
.y4f90df2e4{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 32px;
    color: var(--text-color, hsl(156, 10%, 10%));
    margin-bottom: 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    }
.e90a1b6_95c{
    display: inline-block;
    background-color: var(--primary-color, hsl(156, 79%, 40%));
    color: #1a1a2e;
    padding: 16px 40px;
    font-family: var(--font-sans, sans-serif);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md, 0px); 
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.25s cubic-bezier(0.4, 0, 0.2, 1));
    }
.e90a1b6_95c:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.12));
    filter: brightness(1.1);
    }
.f30ec_496f{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.12));
    margin-bottom: 60px; color: #ffffff;}
.lvrxqmnb1p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    }
.q9373a__66e3d{
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
    }
.k2ff856_c5{
    display: block;
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, hsl(156, 10%, 10%));
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    }
.od5e34__074{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.x9f9d_6e6{
    width: 100%;
    }
.m6fc46d6_do{
    font-family: var(--font-sans, sans-serif);
    font-size: 15px;
    color: var(--text-muted, hsl(156, 5%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.25s);
    }
a.m6fc46d6_do:hover{
    color: var(--primary-color, hsl(156, 79%, 40%));
    }
.n6n6gg6s{
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
    text-align: center;
    }
.t613adb_0s{
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(156, 5%, 45%));
    margin: 0;
    }
@media (max-width: 768px){.t88242b_j0 {
    padding: 60px 20px 30px 20px;
    }
.y4f90df2e4 {
    font-size: 26px;
    }
.lvrxqmnb1p {
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.q9373a__66e3d {
    width: 100%;
    margin-bottom: 40px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.hf0502__775e6{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; 
    backdrop-filter: blur(10px); color: #1a1a2e;}
.u3d716859{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.kaf96bea{
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.x1e7e7152{
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.v356073_fa42{
    display: flex;
    list-style: none;
    gap: 24px;
    height: 100%;
    align-items: center;
}
.de75d5187a4{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
}
.de75d5187a4:hover{
    color: var(--text-color);
}
.de75d5187a4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.de75d5187a4:hover::after{
    width: 100%;
}
.sdngn571g8nh{
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.i4b01f9_d59{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-block;
}
.i4b01f9_d59:hover{
    background-color: var(--text-color); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.jda49f2e{
    display: none;
}
.r2d30ff_dve{
    display: none;
    cursor: pointer;
    padding: 10px;
}
.kf18b3_brl{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.kf18b3_brl::before, .kf18b3_brl::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.kf18b3_brl::before{ top: -8px; }
.kf18b3_brl::after{ bottom: -8px; }
@media (max-width: 1024px){.v356073_fa42 {
        gap: 12px;
    }
.de75d5187a4 {
        font-size: 13px;
    }}
@media (max-width: 860px){.r2d30ff_dve{
        display: block;
        order: 3;
    }
.kaf96bea{
        order: 1;
    }
.sdngn571g8nh{
        display: none; 
    }
.v356073_fa42{
        position: absolute;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        background: var(--bg-color);
        flex-direction: column;
        height: 0;
        overflow: hidden;
        transition: var(--transition);
        border-bottom: 0 solid var(--border-color);
        gap: 0;
        padding: 0; color: #1a1a2e;}
.scx7uo2yg{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid var(--border-color);
    }
.de75d5187a4{
        display: block;
        padding: 20px;
        width: 100%;
    }
.jda49f2e:checked ~ .v356073_fa42{
        height: auto;
        border-bottom: 1px solid var(--border-color);
        box-shadow: var(--shadow-lg);
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl{
        background: transparent;
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl::before{
        transform: rotate(45deg);
        top: 0;
    }
.jda49f2e:checked ~ .r2d30ff_dve .kf18b3_brl::after{
        transform: rotate(-45deg);
        bottom: 0;
    }}
.de75d5187a4.active{color: var(--text-color);}
@media (min-width: 1025px){.hf0502__775e6 #ntb2cecb3b37, .hf0502__775e6 label[for="ntb2cecb3b37"]{ display: none !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6 .v356073_fa42 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.de75d5187a4.active{color: var(--text-color);}
#ntb2cecb3b37:checked ~ .v356073_fa42{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.hf0502__775e6.ue75__7b03 .v356073_fa42{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#ntb2cecb3b37:checked ~ .v356073_fa42{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 #ntb2cecb3b37, .hf0502__775e6.ue75__7b03 label[for="ntb2cecb3b37"]{ display: none !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 .v356073_fa42{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 .v356073_fa42{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.hf0502__775e6.ue75__7b03 .v356073_fa42 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.jc3dd6_87d0{
  background-color: var(--bg-color, hsl(156, 7%, 96%));
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
  padding: 80px 24px 40px 24px;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.q1a56b1e556{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center; 
  width: 100%;
}
.f128c402146{
  text-align: center;
  max-width: 760px; 
  margin-bottom: 60px;
  width: 100%;
}
.nb05__f569{
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 32px;
  color: var(--text-color, hsl(156, 10%, 10%));
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.q0b765_b3ee{
  display: inline-block;
  background-color: var(--primary-color, hsl(156, 79%, 40%));
  color: #1a1a2e;
  padding: 16px 40px;
  font-family: var(--font-sans, sans-serif);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md, 0px); 
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
  transition: var(--transition, all 0.25s cubic-bezier(0.4, 0, 0.2, 1));
}
.q0b765_b3ee:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.12));
  filter: brightness(1.1);
}
.d0bc29007{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.12));
  margin-bottom: 60px; color: #ffffff;}
.pfdf__615e{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
.jc1b__b833{
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
}
.ob04c202b{
  display: block;
  font-family: var(--font-sans, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color, hsl(156, 10%, 10%));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.i357__5f5f{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ccf5d1_c4ff{
  width: 100%;
}
.n310e4c8b{
  font-family: var(--font-sans, sans-serif);
  font-size: 15px;
  color: var(--text-muted, hsl(156, 5%, 45%));
  text-decoration: none;
  transition: var(--transition, all 0.25s);
}
a.n310e4c8b:hover{
  color: var(--primary-color, hsl(156, 79%, 40%));
}
.k80de8_10ee{
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.12));
  text-align: center;
}
.k61a1273a{
  font-family: var(--font-sans, sans-serif);
  font-size: 14px;
  color: var(--text-muted, hsl(156, 5%, 45%));
  margin: 0;
}
@media (max-width: 768px){.jc3dd6_87d0 {
    padding: 60px 20px 30px 20px;
  }
.nb05__f569 {
    font-size: 26px;
  }
.pfdf__615e {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.jc1b__b833 {
    width: 100%;
    margin-bottom: 40px;
  }}
.o8a6bf71dca{box-sizing:border-box;}
.sd6111_6632{box-sizing:border-box;}
.ge4002b78{box-sizing:border-box;}
.gc47f5caf{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.y41576_3a5a.t52ba22c5f .qbd61453 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}