:root {

  --sr-primary: var(--primary-color, hsl(145, 68%, 60%));
  --sr-secondary: var(--secondary-color, hsl(184, 54%, 60%));
  --sr-text-main: var(--text-color, hsl(145, 10%, 14%));
  --sr-text-muted: hsl(145, 5%, 40%);
  --sr-bg-light: var(--bg-color, hsl(145, 6%, 95%));
  --sr-bg-white: #ffffff;
  --sr-border: rgba(0, 0, 0, 0.08);
  --sr-max-width: 1200px;
  --sr-radius-lg: 24px;
  --sr-radius-md: 16px;
  --sr-shadow-float: 0 20px 40px -10px rgba(70, 200, 130, 0.25);
  --sr-shadow-card: 0 4px 20px rgba(0, 0, 0, 0.04);
  --sr-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --primary-color: hsl(145, 68%, 32%);
  --secondary-color: hsl(184, 54%, 32%);
  --bg-color: hsl(145, 6%, 98%);
  --text-color: hsl(145, 10%, 12%);
  --text-muted: hsl(145, 10%, 40%);
  --border-color: rgba(0, 0, 0, 0.06);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --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.k4c4389b0b4.ha06ee_4v.rcf524_ahvr{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--sr-text-main);
    background-color: var(--sr-bg-light);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    }
div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.k4c4389b0b4.ha06ee_4v .cd5f169_2ea1{
    max-width: var(--sr-max-width);
    margin: 0 auto;
    padding: 0 5vw;
    }
div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr h1, div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr h2, div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr h3{
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    }
div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr h2{
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    }
div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    }
div.k4c4389b0b4.ha06ee_4v.rcf524_ahvr p{
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: var(--sr-text-muted);
    }
div.k4c4389b0b4.ha06ee_4v .oo08m98b8rj{
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--sr-bg-light) 0%, #ffffff 100%);
    position: relative;
    padding-top: 80px; color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .da582_cb9{
    max-width: 680px; 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    }
div.k4c4389b0b4.ha06ee_4v .oo08m98b8rj h1{
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, var(--sr-text-main), var(--sr-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .ree111_zik{
    font-size: clamp(1.125rem, 2vw, 1.35rem);
    margin-bottom: 2.5rem;
    color: var(--sr-text-muted);
    max-width: 600px;
    }
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a2e;
    background-color: var(--sr-primary);
    text-decoration: none;
    border-radius: 50px;
    box-shadow: var(--sr-shadow-float);
    transition: var(--sr-transition);
    border: 2px solid transparent;
    }
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx:hover{
    transform: translateY(-4px);
    box-shadow: 0 25px 50px -12px rgba(70, 200, 130, 0.4);
    background-color: hsl(145, 75%, 55%); color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .c8f86c54_0j{
    background-color: transparent;
    color: var(--sr-text-main);
    border-color: var(--sr-border);
    box-shadow: none;
    }
div.k4c4389b0b4.ha06ee_4v .c8f86c54_0j:hover{
    border-color: var(--sr-primary);
    color: var(--sr-primary);
    transform: translateY(-2px);
    background-color: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
div.k4c4389b0b4.ha06ee_4v .x1b374_7ni{
    padding: 120px 0;
    background-color: var(--sr-bg-white); color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .pou1fb7e{
    background-color: var(--sr-bg-light); color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .n0cb23__b9f90{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    }
div.k4c4389b0b4.ha06ee_4v .n0cb23__b9f90.r715623{
    direction: rtl;
    }
div.k4c4389b0b4.ha06ee_4v .n0cb23__b9f90.r715623 > *{
    direction: ltr;
    }
div.k4c4389b0b4.ha06ee_4v .x1fcfc7109{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.k4c4389b0b4.ha06ee_4v .tf2537a_6n{
    list-style: none;
    width: 100%;
    margin-top: 1rem;
    }
div.k4c4389b0b4.ha06ee_4v .tf2537a_6n li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--sr-border);
    }
div.k4c4389b0b4.ha06ee_4v .tf2537a_6n li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
div.k4c4389b0b4.ha06ee_4v .q70f7c__9cb5{
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: rgba(70, 200, 130, 0.15);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: 0.2rem;
    }
div.k4c4389b0b4.ha06ee_4v .q70f7c__9cb5 svg{
    width: 14px;
    height: 14px;
    fill: currentColor;
    }
div.k4c4389b0b4.ha06ee_4v .b0da5_07 h4{
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--sr-text-main);
    }
div.k4c4389b0b4.ha06ee_4v .b0da5_07 p{
    font-size: 0.95rem;
    margin-bottom: 0;
    }
div.k4c4389b0b4.ha06ee_4v .fe4d9e_0b2{position: relative;
    border-radius: var(--sr-radius-lg);
    overflow: hidden;
    box-shadow: var(--sr-shadow-float);
    aspect-ratio: 4/3;
    background-color: var(--sr-bg-light); isolation: isolate; color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .fe4d9e_0b2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
    }
div.k4c4389b0b4.ha06ee_4v .fe4d9e_0b2:hover img{
    transform: scale(1.03);
    }
div.k4c4389b0b4.ha06ee_4v .yc8645106{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 3rem;
    }
div.k4c4389b0b4.ha06ee_4v .a61c3f_d19{
    background: var(--sr-bg-white);
    padding: 2.5rem;
    border-radius: var(--sr-radius-lg);
    box-shadow: var(--sr-shadow-card);
    border: 1px solid var(--sr-border);
    transition: var(--sr-transition);
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
div.k4c4389b0b4.ha06ee_4v .a61c3f_d19:hover{
    transform: translateY(-5px);
    box-shadow: var(--sr-shadow-float);
    border-color: transparent;
    }
div.k4c4389b0b4.ha06ee_4v .yae27647_uc{
    width: 56px;
    height: 56px;
    background: var(--sr-bg-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--sr-text-main);
    }
div.k4c4389b0b4.ha06ee_4v .yae27647_uc svg{
    width: 28px;
    height: 28px;
    fill: currentColor;
    }
div.k4c4389b0b4.ha06ee_4v .c2297485cfa{
    text-align: left;
    max-width: 680px;
    margin-bottom: 4rem;
    }
div.k4c4389b0b4.ha06ee_4v .w923bd5a820{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    }
div.k4c4389b0b4.ha06ee_4v .w4a6c22_e34f{
    background: transparent;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--sr-border);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.k4c4389b0b4.ha06ee_4v .w4a6c22_e34f h3{
    font-size: 1.2rem;
    color: var(--sr-text-main);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    }
div.k4c4389b0b4.ha06ee_4v .w4a6c22_e34f h3::before{
    content: "Q.";
    color: var(--sr-primary);
    font-weight: 900;
    margin-right: 0.5rem;
    }
div.k4c4389b0b4.ha06ee_4v .w4a6c22_e34f p{
    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 1.7rem;
    }
div.k4c4389b0b4.ha06ee_4v .ncc4e4__898bb{
    padding: 100px 0;
    background-color: var(--sr-text-main);
    color: #ffffff;
    text-align: center;
    }
div.k4c4389b0b4.ha06ee_4v .ncc4e4__898bb h2{
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 1.5rem auto;
    }
div.k4c4389b0b4.ha06ee_4v .ncc4e4__898bb p{
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto 3rem auto;
    }
div.k4c4389b0b4.ha06ee_4v .z7cd927_a9{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
div.k4c4389b0b4.ha06ee_4v .s48ee__c36ec{
    color: var(--sr-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.k4c4389b0b4.ha06ee_4v .s48ee__c36ec:hover{
    border-bottom-color: var(--sr-primary);
    }
div.k4c4389b0b4.ha06ee_4v .vbbdbf_71a9{
    padding: 2rem 5vw;
    text-align: center;
    background-color: var(--sr-text-main);
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    }
@media (max-width: 992px) {div.k4c4389b0b4.ha06ee_4v .n0cb23__b9f90, div.k4c4389b0b4.ha06ee_4v .n0cb23__b9f90.r715623{
    grid-template-columns: 1fr;
    gap: 50px;
    direction: ltr;
    }
div.k4c4389b0b4.ha06ee_4v .yc8645106{
    grid-template-columns: repeat(2, 1fr);
    }
div.k4c4389b0b4.ha06ee_4v .w923bd5a820{
    grid-template-columns: 1fr;
    }}
@media (max-width: 768px) {div.k4c4389b0b4.ha06ee_4v .x1b374_7ni{ padding: 80px 0; }
div.k4c4389b0b4.ha06ee_4v .yc8645106{ grid-template-columns: 1fr; }
div.k4c4389b0b4.ha06ee_4v .oo08m98b8rj{ min-height: 70vh; }
div.k4c4389b0b4.ha06ee_4v .z7cd927_a9{ flex-direction: column; width: 100%; }
div.k4c4389b0b4.ha06ee_4v .z7cd927_a9 .d44d9q3wrfx{ width: 100%; }}
div.k4c4389b0b4.ha06ee_4v .vou1qkz5k{box-sizing:border-box;}
.ha5b__cc86e{
    width: 100%;
    background-color: var(--bg-color, hsl(145, 6%, 98%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(26, 36, 30, 0.12));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.u1ab222a9a{
    width: 100%;
    max-width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.m0a5fe_yv4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    }
.d778d6_882b{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    }
.ne8ea_bf{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color, hsl(145, 75%, 35%));
    flex: 0 0 auto;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(22, 156, 70, 0.4); color: #1a1a2e;}
.jc7fa4d_a086{
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, hsl(145, 10%, 14%));
    letter-spacing: -0.5px;
    line-height: 1.2;
    box-sizing: border-box;
    }
.v89dba2_hrc{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-muted, hsl(145, 10%, 42%));
    line-height: 1.6;
    box-sizing: border-box;
    }
.u3544__b9093{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(26, 36, 30, 0.12));
    margin-top: 48px;
    margin-bottom: 32px;
    box-sizing: border-box; color: #ffffff;}
.q821dd4_0s{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    }
.ma6a81_zy3{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted, hsl(145, 10%, 42%));
    line-height: 1.5;
    box-sizing: border-box;
    }
.k00f9fa_tn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    }
.n96301_e358{
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted, hsl(145, 10%, 42%));
    text-decoration-line: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    box-sizing: border-box;
    }
.n96301_e358:hover{
    color: var(--text-color, hsl(145, 10%, 14%));
    }
@media (min-width: 768px){.q821dd4_0s{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
.ma6a81_zy3{
    width: auto;
    flex: 1 1 auto;
    }
.k00f9fa_tn{
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    }}
.c6dec53ca35{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #1a1a2e;}
.b9b53a93_ovl{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.n01ebd6_14l3{
    display: flex;
    align-items: center;
    }
.ya7b92c33{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.ya7b92c33:hover{
    opacity: 0.75;
    }
.u6434s4kpzu{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    }
.h7f4e2a4{
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
.czghr897m{
    display: none;
    }
.v70d8ed2_hz23{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1002;
    }
.y67f27_3jjv, .y67f27_3jjv::before, .y67f27_3jjv::after{
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: absolute;
    border-radius: 2px; color: #ffffff;}
.y67f27_3jjv::before{
    transform: translateY(-7px);
    }
.y67f27_3jjv::after{
    transform: translateY(7px);
    }
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv{
    background-color: transparent;
    }
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv::before{
    transform: rotate(45deg);
    }
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv::after{
    transform: rotate(-45deg);
    }
.ncd56__de1e{
    display: flex;
    align-items: center;
    gap: 36px;
    }
.f319c941f03{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 28px;
    }
.kb50d31_doff{
    display: block;
    }
.j37f056f{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 6px 0;
    }
.j37f056f:hover{
    color: var(--text-color);
    }
.j37f056f::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.j37f056f:hover::after{
    width: 100%;
    }
.x1e6ba7b_4tg3{
    display: flex;
    align-items: center;
    }
.o92073_jt{
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 22px;
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.o92073_jt:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 960px){.v70d8ed2_hz23 {
    display: flex;
    }
.ncd56__de1e {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
.czghr897m:checked ~ .ncd56__de1e {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
.f319c941f03 {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 12px 4vw; 
    box-sizing: border-box;
    gap: 0;
    }
.kb50d31_doff {
    width: 100%;
    }
.j37f056f {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.0625rem;
    border-bottom: 1px solid var(--border-color);
    }
.j37f056f::after {
    display: none;
    }
.x1e6ba7b_4tg3 {
    width: 100%;
    padding: 24px 4vw 32px;
    box-sizing: border-box;
    }
.o92073_jt {
    width: 100%;
    padding: 14px 24px;
    font-size: 1.0625rem;
    justify-content: center;
    }}
.j37f056f.active{color: var(--text-color);}
@media (min-width: 961px){.c6dec53ca35 #nt69b0e873d3, .c6dec53ca35 label[for="nt69b0e873d3"]{ display: none !important; }}
@media (min-width: 961px){.c6dec53ca35 .ncd56__de1e{ 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: 961px){.c6dec53ca35 .ncd56__de1e{ 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: 961px){.c6dec53ca35 .ncd56__de1e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.j37f056f.active {color: var(--text-color);}
#nt69b0e873d3:checked ~ .ncd56__de1e { right: 0 !important; left: auto !important; }
@media (max-width: 960px) {.c6dec53ca35.m0c74b639 .ncd56__de1e { 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: 960px) {#nt69b0e873d3:checked ~ .ncd56__de1e { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px) {.c6dec53ca35.m0c74b639 #nt69b0e873d3, .c6dec53ca35.m0c74b639 label[for="nt69b0e873d3"] { display: none !important; }}
@media (min-width: 961px) {.c6dec53ca35.m0c74b639 .ncd56__de1e { 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: 961px) {.c6dec53ca35.m0c74b639 .ncd56__de1e { 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: 961px) {.c6dec53ca35.m0c74b639 .ncd56__de1e 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.k4c4389b0b4 img.fc7fcc_0589 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.k4c4389b0b4 img.fc7fcc_0589.m816b9_5fc3 { aspect-ratio: 16 / 9; }
div.k4c4389b0b4 img.fc7fcc_0589.qf28da_53ef { aspect-ratio: 16 / 10; }
div.k4c4389b0b4 img.fc7fcc_0589.cfa563_4cab { aspect-ratio: 4 / 3; }
div.k4c4389b0b4 img.fc7fcc_0589.q82a63_4237 { aspect-ratio: 1 / 1; }
div.k4c4389b0b4 :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.k4c4389b0b4 .k0818e_c208 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.k4c4389b0b4 .k0818e_c208.m816b9_5fc3 { aspect-ratio: 16 / 9; }
div.k4c4389b0b4 .k0818e_c208.qf28da_53ef { aspect-ratio: 16 / 10; }
div.k4c4389b0b4 .k0818e_c208.cfa563_4cab { aspect-ratio: 4 / 3; }
div.k4c4389b0b4 .k0818e_c208.q82a63_4237 { aspect-ratio: 1 / 1; }
div.k4c4389b0b4 .k0818e_c208 > img.fc7fcc_0589,
    div.k4c4389b0b4 .k0818e_c208 > picture > img.fc7fcc_0589 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx a:not([class]):hover{opacity:0.92;}
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx a[class=""]:hover{opacity:0.92;}
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx a:not([class]):visited{color:#ffffff !important;}
div.k4c4389b0b4.ha06ee_4v .d44d9q3wrfx a[class=""]:visited{color:#ffffff !important;}
.efb3cc_fb20 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.efb3cc_fb20 > :first-child,
    .efb3cc_fb20 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.c6dec53ca35{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #1a1a2e;}
.b9b53a93_ovl{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.n01ebd6_14l3{
    display: flex;
    align-items: center;
    }
.ya7b92c33{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.ya7b92c33:hover{
    opacity: 0.75;
    }
.u6434s4kpzu{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    }
.h7f4e2a4{
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
.czghr897m{
    display: none;
    }
.v70d8ed2_hz23{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1002;
    }
.y67f27_3jjv, .y67f27_3jjv::before, .y67f27_3jjv::after{
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: absolute;
    border-radius: 2px; color: #ffffff;}
.y67f27_3jjv::before{
    transform: translateY(-7px);
    }
.y67f27_3jjv::after{
    transform: translateY(7px);
    }
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv{
    background-color: transparent;
    }
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv::before{
    transform: rotate(45deg);
    }
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv::after{
    transform: rotate(-45deg);
    }
.ncd56__de1e{
    display: flex;
    align-items: center;
    gap: 36px;
    }
.f319c941f03{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 28px;
    }
.kb50d31_doff{
    display: block;
    }
.j37f056f{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 6px 0;
    }
.j37f056f:hover{
    color: var(--text-color);
    }
.j37f056f::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.j37f056f:hover::after{
    width: 100%;
    }
.x1e6ba7b_4tg3{
    display: flex;
    align-items: center;
    }
.o92073_jt{
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 22px;
    border-radius: var(--radius-md);
    font-size: 0.9375rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.o92073_jt:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 960px){.v70d8ed2_hz23 {
    display: flex;
    }
.ncd56__de1e {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
.czghr897m:checked ~ .ncd56__de1e {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
.f319c941f03 {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 12px 4vw; 
    box-sizing: border-box;
    gap: 0;
    }
.kb50d31_doff {
    width: 100%;
    }
.j37f056f {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.0625rem;
    border-bottom: 1px solid var(--border-color);
    }
.j37f056f::after {
    display: none;
    }
.x1e6ba7b_4tg3 {
    width: 100%;
    padding: 24px 4vw 32px;
    box-sizing: border-box;
    }
.o92073_jt {
    width: 100%;
    padding: 14px 24px;
    font-size: 1.0625rem;
    justify-content: center;
    }}
.j37f056f.active{color: var(--text-color);}
@media (min-width: 961px){.c6dec53ca35 #nt69b0e873d3, .c6dec53ca35 label[for="nt69b0e873d3"]{ display: none !important; }}
@media (min-width: 961px){.c6dec53ca35 .ncd56__de1e{ 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: 961px){.c6dec53ca35 .ncd56__de1e{ 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: 961px){.c6dec53ca35 .ncd56__de1e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.j37f056f.active{color: var(--text-color);}
#nt69b0e873d3:checked ~ .ncd56__de1e{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.c6dec53ca35.m0c74b639 .ncd56__de1e{ 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: 960px){#nt69b0e873d3:checked ~ .ncd56__de1e{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.c6dec53ca35.m0c74b639 #nt69b0e873d3, .c6dec53ca35.m0c74b639 label[for="nt69b0e873d3"]{ display: none !important; }}
@media (min-width: 961px){.c6dec53ca35.m0c74b639 .ncd56__de1e{ 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: 961px){.c6dec53ca35.m0c74b639 .ncd56__de1e{ 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: 961px){.c6dec53ca35.m0c74b639 .ncd56__de1e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ha5b__cc86e{
    width: 100%;
    background-color: var(--bg-color, hsl(145, 6%, 98%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(26, 36, 30, 0.12));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.u1ab222a9a{
    width: 100%;
    max-width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.m0a5fe_yv4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    }
.d778d6_882b{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    }
.ne8ea_bf{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color, hsl(145, 75%, 35%));
    flex: 0 0 auto;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(22, 156, 70, 0.4); color: #1a1a2e;}
.jc7fa4d_a086{
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, hsl(145, 10%, 14%));
    letter-spacing: -0.5px;
    line-height: 1.2;
    box-sizing: border-box;
    }
.v89dba2_hrc{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-muted, hsl(145, 10%, 42%));
    line-height: 1.6;
    box-sizing: border-box;
    }
.u3544__b9093{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(26, 36, 30, 0.12));
    margin-top: 48px;
    margin-bottom: 32px;
    box-sizing: border-box; color: #ffffff;}
.q821dd4_0s{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    }
.ma6a81_zy3{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-muted, hsl(145, 10%, 42%));
    line-height: 1.5;
    box-sizing: border-box;
    }
.k00f9fa_tn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    }
.n96301_e358{
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted, hsl(145, 10%, 42%));
    text-decoration-line: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    box-sizing: border-box;
    }
.n96301_e358:hover{
    color: var(--text-color, hsl(145, 10%, 14%));
    }
@media (min-width: 768px){.q821dd4_0s{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
.ma6a81_zy3{
    width: auto;
    flex: 1 1 auto;
    }
.k00f9fa_tn{
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    }}
.c6dec53ca35{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #1a1a2e;}
.b9b53a93_ovl{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n01ebd6_14l3{
  display: flex;
  align-items: center;
}
.ya7b92c33{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.ya7b92c33:hover{
  opacity: 0.75;
}
.u6434s4kpzu{
  width: 28px;
  height: 28px;
  color: var(--primary-color);
}
.h7f4e2a4{
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.czghr897m{
  display: none;
}
.v70d8ed2_hz23{
  display: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1002;
}
.y67f27_3jjv, .y67f27_3jjv::before, .y67f27_3jjv::after{
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  position: absolute;
  border-radius: 2px; color: #ffffff;}
.y67f27_3jjv::before{
  transform: translateY(-7px);
}
.y67f27_3jjv::after{
  transform: translateY(7px);
}
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv{
  background-color: transparent;
}
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv::before{
  transform: rotate(45deg);
}
.czghr897m:checked ~ .v70d8ed2_hz23 .y67f27_3jjv::after{
  transform: rotate(-45deg);
}
.ncd56__de1e{
  display: flex;
  align-items: center;
  gap: 36px;
}
.f319c941f03{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
.kb50d31_doff{
  display: block;
}
.j37f056f{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9375rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 6px 0;
}
.j37f056f:hover{
  color: var(--text-color);
}
.j37f056f::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition);
  border-radius: 2px; color: #1a1a2e;}
.j37f056f:hover::after{
  width: 100%;
}
.x1e6ba7b_4tg3{
  display: flex;
  align-items: center;
}
.o92073_jt{
  text-decoration: none;
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 22px;
  border-radius: var(--radius-md);
  font-size: 0.9375rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.o92073_jt:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 960px){.v70d8ed2_hz23 {
    display: flex;
  }
.ncd56__de1e {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);

    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
.czghr897m:checked ~ .ncd56__de1e {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
.f319c941f03 {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 12px 4vw; 
    box-sizing: border-box;
    gap: 0;
  }
.kb50d31_doff {
    width: 100%;
  }
.j37f056f {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.0625rem;
    border-bottom: 1px solid var(--border-color);
  }
.j37f056f::after {
    display: none;
  }
.x1e6ba7b_4tg3 {
    width: 100%;
    padding: 24px 4vw 32px;
    box-sizing: border-box;
  }
.o92073_jt {
    width: 100%;
    padding: 14px 24px;
    font-size: 1.0625rem;
    justify-content: center;
  }}
.j37f056f.active{color: var(--text-color);}
@media (min-width: 961px){.c6dec53ca35 #nt69b0e873d3, .c6dec53ca35 label[for="nt69b0e873d3"]{ display: none !important; }}
@media (min-width: 961px){.c6dec53ca35 .ncd56__de1e{ 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: 961px){.c6dec53ca35 .ncd56__de1e{ 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: 961px){.c6dec53ca35 .ncd56__de1e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.j37f056f.active{color: var(--text-color);}
#nt69b0e873d3:checked ~ .ncd56__de1e{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.c6dec53ca35.m0c74b639 .ncd56__de1e{ 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: 960px){#nt69b0e873d3:checked ~ .ncd56__de1e{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.c6dec53ca35.m0c74b639 #nt69b0e873d3, .c6dec53ca35.m0c74b639 label[for="nt69b0e873d3"]{ display: none !important; }}
@media (min-width: 961px){.c6dec53ca35.m0c74b639 .ncd56__de1e{ 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: 961px){.c6dec53ca35.m0c74b639 .ncd56__de1e{ 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: 961px){.c6dec53ca35.m0c74b639 .ncd56__de1e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u0fd97472f6{
  width: 100%;
  background-color: var(--bg-color, hsl(145, 6%, 98%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color, rgba(26, 36, 30, 0.12));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box; color: #1a1a2e;}
.ie38dad9b{
  width: 100%;
  max-width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.h9a3f9b1b24{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.c92c__d08f{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
.p7add8fb90f{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color, hsl(145, 75%, 35%));
  flex: 0 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 12px rgba(22, 156, 70, 0.4); color: #1a1a2e;}
.kacd54ed9{
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color, hsl(145, 10%, 14%));
  letter-spacing: -0.5px;
  line-height: 1.2;
  box-sizing: border-box;
}
.xfa2dd_6e93{
  width: 100%;
  max-width: 480px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted, hsl(145, 10%, 42%));
  line-height: 1.6;
  box-sizing: border-box;
}
.y76e__9c01{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(26, 36, 30, 0.12));
  margin-top: 48px;
  margin-bottom: 32px;
  box-sizing: border-box; color: #ffffff;}
.r3e8815db{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}
.b2303dc8c{
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted, hsl(145, 10%, 42%));
  line-height: 1.5;
  box-sizing: border-box;
}
.pc10__bb54{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}
.w13b08fc4{
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted, hsl(145, 10%, 42%));
  text-decoration-line: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
}
.w13b08fc4:hover{
  color: var(--text-color, hsl(145, 10%, 14%));
}
@media (min-width: 768px){.r3e8815db{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
.b2303dc8c{
    width: auto;
    flex: 1 1 auto;
  }
.pc10__bb54{
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
  }}
.z5741af52{box-sizing:border-box;}
.faa5187b257{display:block;max-width:100%;height:auto;}
.b072d2_e07b{box-sizing:border-box;}
.i86ac6842c4{box-sizing:border-box;}