:root {

  --primary-color: #E63E00;
  --secondary-color: #FF8800;
  --bg-color: #0F0A08;
  --text-color: #FFFFFF;
  --text-muted: #A3968F;
  --border-color: #33211A;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--text-color);
  --shadow-md: 4px 4px 0px var(--text-color);
  --shadow-lg: 8px 8px 0px var(--text-color);
  --nav-height: 88px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #FFFFFF;
  --oc-base-bg: #0d110e;
  --oc-surface-bg: #161c18;
  --oc-surface-alt: #1a231d;
  --oc-primary-brand: hsl(133, 70%, 57%);
  --oc-secondary-brand: hsl(258, 56%, 57%);
  --oc-text-hi: #f4f8f5;
  --oc-text-mid: #a3b0a7;
  --oc-text-low: #6b7a70;
  --oc-border-subtle: #242f28;
  --oc-max-width: 1200px;
  --oc-read-width: 680px;
  --oc-spacing-section: 140px;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
.vb60c661583 *{
    box-sizing: border-box;
    }
.vb60c661583{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    display: block;
    }
.tf632d2{
    display: none;
    }
.d3t0ym9k5ufy{
    position: relative;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    z-index: 1000; color: #ffffff;}
.e5ec43__8131{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.pefca0_ab07{
    display: flex;
    align-items: center;
    gap: 56px;
    }
.y65a__b4be{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    position: relative;
    }
.y65a__b4be::after{
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    transform: translateY(2px); color: #1a1a2e;}
.v38d88_1hw5{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.z7ify4k1hjh{
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    opacity: 0.8;
    }
.z7ify4k1hjh:hover{
    opacity: 1;
    }
.z7ify4k1hjh::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition); color: #1a1a2e;}
.z7ify4k1hjh:hover::after{
    transform: scaleX(1);
    }
.zd6ab01_6z{
    display: flex;
    align-items: center;
    gap: 24px;
    }
.c136c86554{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.c136c86554:hover{
    background-color: var(--secondary-color);
    color: #050505; 
    border-color: var(--text-color);
    box-shadow: 6px 6px 0px var(--text-color);
    transform: translate(-2px, -2px);
    }
.c136c86554:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--text-color);
    }
.ee8cb50_b912{
    display: none;
    width: 48px;
    height: 48px;
    border: 2px solid var(--border-color);
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
    }
.ee8cb50_b912:hover{
    border-color: var(--text-color);
    }
.y5ffdd8c060{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.y5ffdd8c060::before, .y5ffdd8c060::after{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.y5ffdd8c060::before{
    top: -6px;
    }
.y5ffdd8c060::after{
    top: 6px;
    }
@media (max-width: 1024px){.v38d88_1hw5 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.tf632d2:checked ~ .d3t0ym9k5ufy .v38d88_1hw5 {
    max-height: 600px;
    }
.v38d88_1hw5 li {
    border-top: 1px solid var(--border-color);
    }
.z7ify4k1hjh {
    display: block;
    padding: 20px 24px;
    font-size: 16px;
    }
.z7ify4k1hjh::after {
    display: none;
    }
.z7ify4k1hjh:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: #1a1a2e;
    }
.ee8cb50_b912 {
    display: block;
    }
.pefca0_ab07 {
    gap: 0;
    }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060 {
    background-color: transparent;
    }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060::before {
    transform: translateY(6px) rotate(45deg);
    }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060::after {
    transform: translateY(-6px) rotate(-45deg);
    }}
@media (max-width: 640px){.e5ec43__8131{
    padding: 0 16px;
    }
.c136c86554{
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
    box-shadow: var(--shadow-sm);
    }
.c136c86554:hover{
    box-shadow: 4px 4px 0px var(--text-color);
    }
.y65a__b4be{
    font-size: 24px;
    }
.ee8cb50_b912{
    width: 40px;
    height: 40px;
    }}
.z7ify4k1hjh.active{opacity: 1;}
@media (min-width: 1025px){.vb60c661583 #nt34d317de25, .vb60c661583 label[for="nt34d317de25"]{ display: none !important; }}
@media (min-width: 1025px){.vb60c661583 .d3t0ym9k5ufy{ 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){.vb60c661583 .d3t0ym9k5ufy{ 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){.vb60c661583 .d3t0ym9k5ufy a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z7ify4k1hjh.active {opacity: 1;}
#nt34d317de25:checked ~ .d3t0ym9k5ufy { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.vb60c661583.qc9d0770fba .d3t0ym9k5ufy { 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) {#nt34d317de25:checked ~ .d3t0ym9k5ufy { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.vb60c661583.qc9d0770fba #nt34d317de25, .vb60c661583.qc9d0770fba label[for="nt34d317de25"] { display: none !important; }}
@media (min-width: 1025px) {.vb60c661583.qc9d0770fba .d3t0ym9k5ufy { 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) {.vb60c661583.qc9d0770fba .d3t0ym9k5ufy { 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) {.vb60c661583.qc9d0770fba .d3t0ym9k5ufy a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ff5788d70{
    background-color: var(--bg-color);
    padding: 80px 0 40px;
    border-top: 4px solid var(--border-color);
    color: var(--text-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    box-sizing: border-box;
    }
.d12c__df9{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    box-sizing: border-box;
    }
.a3b91e__efd6{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 680px;
    width: 100%;
    }
.we09bbacb7{
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: var(--primary-color);
    text-shadow: 2px 2px 0px var(--text-color);
    letter-spacing: -1px;
    }
.uc0ef95{
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    color: var(--text-muted);
    font-weight: 500;
    max-width: 100%;
    }
.r54pvdam{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    cursor: pointer;
    border-radius: var(--radius-sm);
    width: auto;
    }
.r54pvdam:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    background-color: var(--secondary-color); color: #1a1a2e;}
.ha4c43f09{
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    margin: 0; color: #ffffff;}
.d061ba3_ca{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    }
.d52z57vc3k2n{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    margin: 0;
    flex: 1;
    }
.v621483{
    display: flex;
    gap: 24px;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
    }
.ccb55034_d40a{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    transition: var(--transition);
    position: relative;
    flex: 0 0 auto;
    }
.ccb55034_d40a:hover{
    color: var(--secondary-color);
    }
.ccb55034_d40a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition); color: #1a1a2e;}
.ccb55034_d40a:hover::after{
    transform: scaleX(1);
    }
@media (max-width: 768px){.ff5788d70{
    padding: 48px 0 32px;
    }
.d12c__df9{
    gap: 32px;
    }
.we09bbacb7{
    font-size: 42px;
    }
.uc0ef95{
    font-size: 16px;
    }
.d061ba3_ca{
    flex-direction: column;
    gap: 24px;
    }
.v621483{
    width: 100%;
    justify-content: flex-start;
    }
.d52z57vc3k2n{
    width: 100%;
    flex: none;
    }}
div.ufd0__417f.ya314a__28315.va72e098_6eg{
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    }
div.ufd0__417f.ya314a__28315.va72e098_6eg *{
    box-sizing: border-box;
    }
div.ufd0__417f.ya314a__28315 .lc46__19ab{
    max-width: var(--oc-max-width);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.ufd0__417f.ya314a__28315 .td3ba__9afad{
    max-width: var(--oc-read-width);
    width: 100%;
    }
div.ufd0__417f.ya314a__28315.va72e098_6eg h1, div.ufd0__417f.ya314a__28315.va72e098_6eg h2, div.ufd0__417f.ya314a__28315.va72e098_6eg h3{
    color: var(--text-color);
    margin-top: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    }
div.ufd0__417f.ya314a__28315 .q21bhate9bxm{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: uppercase;
    }
div.ufd0__417f.ya314a__28315 .d68645_79b{
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 20px;
    border-left: 4px solid var(--oc-primary-brand);
    padding-left: 16px;
    }
div.ufd0__417f.ya314a__28315 .fcbfa__3cd21{
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--oc-text-hi);
    }
div.ufd0__417f.ya314a__28315 .kbacba7{
    font-size: 1.125rem;
    color: var(--oc-text-hi);
    margin-bottom: 32px;
    }
div.ufd0__417f.ya314a__28315 .h32043dc06{
    margin-bottom: 24px;
    }
div.ufd0__417f.ya314a__28315 .oe324b8_e71{
    color: var(--oc-primary-brand);
    text-decoration: underline;
    text-decoration-color: rgba(65, 226, 95, 0.3);
    text-underline-offset: 4px;
    transition: all 0.2s ease;
    }
div.ufd0__417f.ya314a__28315 .oe324b8_e71:hover{
    text-decoration-color: var(--oc-primary-brand);
    background-color: rgba(65, 226, 95, 0.1); color: #1a1a2e;}
div.ufd0__417f.ya314a__28315 .k3kuuwp4cupi{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, var(--oc-primary-brand));
    color: #000000;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 18px 40px;
    text-decoration: none;
    border: none;
    box-shadow: 6px 6px 0 var(--oc-secondary-brand);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    }
div.ufd0__417f.ya314a__28315 .k3kuuwp4cupi:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--oc-secondary-brand);
    }
div.ufd0__417f.ya314a__28315 .j3597_375{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--oc-text-hi);
    font-weight: 600;
    font-size: 1rem;
    padding: 16px 32px;
    text-decoration: none;
    border: 2px solid var(--oc-border-subtle);
    transition: all 0.2s ease;
    }
div.ufd0__417f.ya314a__28315 .j3597_375:hover{
    border-color: var(--oc-text-mid);
    background-color: rgba(255,255,255,0.05); color: #1a1a2e;}
div.ufd0__417f.ya314a__28315 .l5c1e36d_rwa{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px;
    }
div.ufd0__417f.ya314a__28315 .n682__b0710{
    padding: var(--oc-spacing-section) 0;
    border-bottom: 1px solid var(--oc-border-subtle);
    }
div.ufd0__417f.ya314a__28315 .kf0eaaf_e9{
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding-top: calc(var(--oc-spacing-section) * 1.2);
    background: radial-gradient(circle at top left, rgba(65, 226, 95, 0.08) 0%, transparent 50%); color: #1a1a2e;}
div.ufd0__417f.ya314a__28315 .e641fc_iz8{
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    width: 100%;
    margin-top: 60px;
    }
@media (min-width: 992px) {div.ufd0__417f.ya314a__28315 .e641fc_iz8{
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    }
div.ufd0__417f.ya314a__28315 .e641fc_iz8 > .nfef0_e4{
    position: relative;
    }}
div.ufd0__417f.ya314a__28315 .ofee7a7f_hwu{
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    border: 1px solid var(--oc-border-subtle);
    filter: grayscale(20%) contrast(1.1);
    }
div.ufd0__417f.ya314a__28315 .iafdf3_f37{
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    }
div.ufd0__417f.ya314a__28315 .iafdf3_f37 li{
    position: relative;
    padding-left: 36px;
    margin-bottom: 24px;
    color: var(--oc-text-mid);
    }
div.ufd0__417f.ya314a__28315 .iafdf3_f37 li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-color: var(--oc-primary-brand);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); color: #1a1a2e;}
div.ufd0__417f.ya314a__28315 .iafdf3_f37 strong{
    color: var(--oc-text-hi);
    display: block;
    margin-bottom: 4px;
    }
div.ufd0__417f.ya314a__28315 .l2b7__6d339{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    margin-top: 48px;
    }
@media (min-width: 768px) {div.ufd0__417f.ya314a__28315 .l2b7__6d339{
    grid-template-columns: repeat(2, 1fr);
    }}
div.ufd0__417f.ya314a__28315 .j5f3e59{
    background-color: var(--oc-surface-bg);
    border: 1px solid var(--oc-border-subtle);
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease; color: #ffffff;}
div.ufd0__417f.ya314a__28315 .j5f3e59:hover{
    border-color: var(--oc-primary-brand);
    }
div.ufd0__417f.ya314a__28315 .s5940edf_57u0{
    width: 48px;
    height: 48px;
    background-color: var(--oc-surface-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #ffffff;
    }
div.ufd0__417f.ya314a__28315 .ad462ec{
    background-color: var(--oc-surface-alt);
    border-left: 4px solid var(--oc-secondary-brand);
    padding: 40px;
    margin-top: 48px;
    width: 100%;
    max-width: var(--oc-read-width); color: #ffffff;}
div.ufd0__417f.ya314a__28315 .m14375ff1ac{
    padding: 80px 0 40px;
    background-color: #080a09;
    font-size: 0.9rem; color: #ffffff;}
div.ufd0__417f.ya314a__28315 .abb1__0d70{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    }
@media (min-width: 768px) {div.ufd0__417f.ya314a__28315 .abb1__0d70{
    grid-template-columns: 2fr 1fr 1fr;
    }}
div.ufd0__417f.ya314a__28315 .t4ff5a_fddc{
    color: var(--oc-text-hi);
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
div.ufd0__417f.ya314a__28315 .g3a198_ef5c{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.ufd0__417f.ya314a__28315 .g3a198_ef5c li{
    margin-bottom: 12px;
    }
div.ufd0__417f.ya314a__28315 .g3a198_ef5c a{
    color: var(--oc-text-mid);
    text-decoration: none;
    transition: color 0.2s;
    }
div.ufd0__417f.ya314a__28315 .g3a198_ef5c a:hover{
    color: var(--oc-primary-brand);
    }
div.ufd0__417f.ya314a__28315 .oc-copyright{
    margin-top: 80px;
    padding-top: 24px;
    border-top: 1px solid var(--oc-border-subtle);
    color: var(--oc-text-low);
    width: 100%;
    }
div.ufd0__417f.ya314a__28315 .d9caefb3ffc{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ufd0__417f img.i899575dc5d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ufd0__417f img.i899575dc5d.rb7d1058d { aspect-ratio: 16 / 9; }
div.ufd0__417f img.i899575dc5d.md95db903d5 { aspect-ratio: 16 / 10; }
div.ufd0__417f img.i899575dc5d.z0f32cc9f { aspect-ratio: 4 / 3; }
div.ufd0__417f img.i899575dc5d.y2ae2b_a28d { aspect-ratio: 1 / 1; }
div.ufd0__417f :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.ufd0__417f .l2d17f_50c8 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ufd0__417f .l2d17f_50c8.rb7d1058d { aspect-ratio: 16 / 9; }
div.ufd0__417f .l2d17f_50c8.md95db903d5 { aspect-ratio: 16 / 10; }
div.ufd0__417f .l2d17f_50c8.z0f32cc9f { aspect-ratio: 4 / 3; }
div.ufd0__417f .l2d17f_50c8.y2ae2b_a28d { aspect-ratio: 1 / 1; }
div.ufd0__417f .l2d17f_50c8 > img.i899575dc5d,
    div.ufd0__417f .l2d17f_50c8 > picture > img.i899575dc5d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.ufd0__417f .occdf877acd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.ufd0__417f .occdf877acd > .ya3379_4c22 {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
.ub0d9d81cda {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.ub0d9d81cda > :first-child,
    .ub0d9d81cda > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.vb60c661583 *{
    box-sizing: border-box;
    }
.vb60c661583{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    display: block;
    }
.tf632d2{
    display: none;
    }
.d3t0ym9k5ufy{
    position: relative;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    z-index: 1000; color: #ffffff;}
.e5ec43__8131{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.pefca0_ab07{
    display: flex;
    align-items: center;
    gap: 56px;
    }
.y65a__b4be{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    position: relative;
    }
.y65a__b4be::after{
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    transform: translateY(2px); color: #1a1a2e;}
.v38d88_1hw5{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.z7ify4k1hjh{
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    opacity: 0.8;
    }
.z7ify4k1hjh:hover{
    opacity: 1;
    }
.z7ify4k1hjh::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition); color: #1a1a2e;}
.z7ify4k1hjh:hover::after{
    transform: scaleX(1);
    }
.zd6ab01_6z{
    display: flex;
    align-items: center;
    gap: 24px;
    }
.c136c86554{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.c136c86554:hover{
    background-color: var(--secondary-color);
    color: #050505; 
    border-color: var(--text-color);
    box-shadow: 6px 6px 0px var(--text-color);
    transform: translate(-2px, -2px);
    }
.c136c86554:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--text-color);
    }
.ee8cb50_b912{
    display: none;
    width: 48px;
    height: 48px;
    border: 2px solid var(--border-color);
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
    }
.ee8cb50_b912:hover{
    border-color: var(--text-color);
    }
.y5ffdd8c060{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.y5ffdd8c060::before, .y5ffdd8c060::after{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.y5ffdd8c060::before{
    top: -6px;
    }
.y5ffdd8c060::after{
    top: 6px;
    }
@media (max-width: 1024px){.v38d88_1hw5 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.tf632d2:checked ~ .d3t0ym9k5ufy .v38d88_1hw5 {
    max-height: 600px;
    }
.v38d88_1hw5 li {
    border-top: 1px solid var(--border-color);
    }
.z7ify4k1hjh {
    display: block;
    padding: 20px 24px;
    font-size: 16px;
    }
.z7ify4k1hjh::after {
    display: none;
    }
.z7ify4k1hjh:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: #1a1a2e;
    }
.ee8cb50_b912 {
    display: block;
    }
.pefca0_ab07 {
    gap: 0;
    }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060 {
    background-color: transparent;
    }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060::before {
    transform: translateY(6px) rotate(45deg);
    }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060::after {
    transform: translateY(-6px) rotate(-45deg);
    }}
@media (max-width: 640px){.e5ec43__8131{
    padding: 0 16px;
    }
.c136c86554{
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
    box-shadow: var(--shadow-sm);
    }
.c136c86554:hover{
    box-shadow: 4px 4px 0px var(--text-color);
    }
.y65a__b4be{
    font-size: 24px;
    }
.ee8cb50_b912{
    width: 40px;
    height: 40px;
    }}
.z7ify4k1hjh.active{opacity: 1;}
@media (min-width: 1025px){.vb60c661583 #nt34d317de25, .vb60c661583 label[for="nt34d317de25"]{ display: none !important; }}
@media (min-width: 1025px){.vb60c661583 .d3t0ym9k5ufy{ 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){.vb60c661583 .d3t0ym9k5ufy{ 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){.vb60c661583 .d3t0ym9k5ufy a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z7ify4k1hjh.active{opacity: 1;}
#nt34d317de25:checked ~ .d3t0ym9k5ufy{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy{ 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){#nt34d317de25:checked ~ .d3t0ym9k5ufy{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.vb60c661583.qc9d0770fba #nt34d317de25, .vb60c661583.qc9d0770fba label[for="nt34d317de25"]{ display: none !important; }}
@media (min-width: 1025px){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy{ 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){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy{ 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){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ff5788d70{
    background-color: var(--bg-color);
    padding: 80px 0 40px;
    border-top: 4px solid var(--border-color);
    color: var(--text-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    box-sizing: border-box;
    }
.d12c__df9{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    box-sizing: border-box;
    }
.a3b91e__efd6{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 680px;
    width: 100%;
    }
.we09bbacb7{
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: var(--primary-color);
    text-shadow: 2px 2px 0px var(--text-color);
    letter-spacing: -1px;
    }
.uc0ef95{
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    color: var(--text-muted);
    font-weight: 500;
    max-width: 100%;
    }
.r54pvdam{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    cursor: pointer;
    border-radius: var(--radius-sm);
    width: auto;
    }
.r54pvdam:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    background-color: var(--secondary-color); color: #1a1a2e;}
.ha4c43f09{
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    margin: 0; color: #ffffff;}
.d061ba3_ca{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    }
.d52z57vc3k2n{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    margin: 0;
    flex: 1;
    }
.v621483{
    display: flex;
    gap: 24px;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
    }
.ccb55034_d40a{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    transition: var(--transition);
    position: relative;
    flex: 0 0 auto;
    }
.ccb55034_d40a:hover{
    color: var(--secondary-color);
    }
.ccb55034_d40a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition); color: #1a1a2e;}
.ccb55034_d40a:hover::after{
    transform: scaleX(1);
    }
@media (max-width: 768px){.ff5788d70{
    padding: 48px 0 32px;
    }
.d12c__df9{
    gap: 32px;
    }
.we09bbacb7{
    font-size: 42px;
    }
.uc0ef95{
    font-size: 16px;
    }
.d061ba3_ca{
    flex-direction: column;
    gap: 24px;
    }
.v621483{
    width: 100%;
    justify-content: flex-start;
    }
.d52z57vc3k2n{
    width: 100%;
    flex: none;
    }}
.vb60c661583 *{
  box-sizing: border-box;
}
.vb60c661583{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  display: block;
}
.tf632d2{
  display: none;
}
.d3t0ym9k5ufy{
  position: relative;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  z-index: 1000; color: #ffffff;}
.e5ec43__8131{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pefca0_ab07{
  display: flex;
  align-items: center;
  gap: 56px;
}
.y65a__b4be{
  font-size: 28px;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  position: relative;
}
.y65a__b4be::after{
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  transform: translateY(2px); color: #1a1a2e;}
.v38d88_1hw5{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.z7ify4k1hjh{
  color: var(--text-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
  opacity: 0.8;
}
.z7ify4k1hjh:hover{
  opacity: 1;
}
.z7ify4k1hjh::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition); color: #1a1a2e;}
.z7ify4k1hjh:hover::after{
  transform: scaleX(1);
}
.zd6ab01_6z{
  display: flex;
  align-items: center;
  gap: 24px;
}
.c136c86554{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.c136c86554:hover{
  background-color: var(--secondary-color);
  color: #050505; 
  border-color: var(--text-color);
  box-shadow: 6px 6px 0px var(--text-color);
  transform: translate(-2px, -2px);
}
.c136c86554:active{
  transform: translate(2px, 2px);
  box-shadow: 0px 0px 0px var(--text-color);
}
.ee8cb50_b912{
  display: none;
  width: 48px;
  height: 48px;
  border: 2px solid var(--border-color);
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}
.ee8cb50_b912:hover{
  border-color: var(--text-color);
}
.y5ffdd8c060{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
.y5ffdd8c060::before, .y5ffdd8c060::after{
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
.y5ffdd8c060::before{
  top: -6px;
}
.y5ffdd8c060::after{
  top: 6px;
}
@media (max-width: 1024px){.v38d88_1hw5 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.tf632d2:checked ~ .d3t0ym9k5ufy .v38d88_1hw5 {
    max-height: 600px;
  }
.v38d88_1hw5 li {
    border-top: 1px solid var(--border-color);
  }
.z7ify4k1hjh {
    display: block;
    padding: 20px 24px;
    font-size: 16px;
  }
.z7ify4k1hjh::after {
    display: none;
  }
.z7ify4k1hjh:hover {
    background-color: rgba(255, 255, 255, 0.03);
    color: #1a1a2e;
  }
.ee8cb50_b912 {
    display: block;
  }
.pefca0_ab07 {
    gap: 0;
  }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060 {
    background-color: transparent;
  }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060::before {
    transform: translateY(6px) rotate(45deg);
  }
.tf632d2:checked ~ .d3t0ym9k5ufy .ee8cb50_b912 .y5ffdd8c060::after {
    transform: translateY(-6px) rotate(-45deg);
  }}
@media (max-width: 640px){.e5ec43__8131{
    padding: 0 16px;
  }
.c136c86554{
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
    box-shadow: var(--shadow-sm);
  }
.c136c86554:hover{
    box-shadow: 4px 4px 0px var(--text-color);
  }
.y65a__b4be{
    font-size: 24px;
  }
.ee8cb50_b912{
    width: 40px;
    height: 40px;
  }}
.z7ify4k1hjh.active{opacity: 1;}
@media (min-width: 1025px){.vb60c661583 #nt34d317de25, .vb60c661583 label[for="nt34d317de25"]{ display: none !important; }}
@media (min-width: 1025px){.vb60c661583 .d3t0ym9k5ufy{ 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){.vb60c661583 .d3t0ym9k5ufy{ 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){.vb60c661583 .d3t0ym9k5ufy a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z7ify4k1hjh.active{opacity: 1;}
#nt34d317de25:checked ~ .d3t0ym9k5ufy{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy{ 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){#nt34d317de25:checked ~ .d3t0ym9k5ufy{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.vb60c661583.qc9d0770fba #nt34d317de25, .vb60c661583.qc9d0770fba label[for="nt34d317de25"]{ display: none !important; }}
@media (min-width: 1025px){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy{ 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){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy{ 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){.vb60c661583.qc9d0770fba .d3t0ym9k5ufy a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.va3806_3f33{
  background-color: var(--bg-color);
  padding: 80px 0 40px;
  border-top: 4px solid var(--border-color);
  color: var(--text-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.lb74__516c{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
}
.f490eb_a8e1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 680px;
  width: 100%;
}
.ob28b8e2fff{
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: var(--primary-color);
  text-shadow: 2px 2px 0px var(--text-color);
  letter-spacing: -1px;
}
.pb9e70b754c{
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  color: var(--text-muted);
  font-weight: 500;
  max-width: 100%;
}
.r5c4726e0{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  cursor: pointer;
  border-radius: var(--radius-sm);
  width: auto;
}
.r5c4726e0:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
  background-color: var(--secondary-color); color: #1a1a2e;}
.ud5722a2aee{
  width: 100%;
  height: 2px;
  background-color: var(--border-color);
  margin: 0; color: #ffffff;}
.i2326a_2552{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.a3eb1ee439d{
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}
.mb2a58ad1{
  display: flex;
  gap: 24px;
  align-items: center;
  width: auto;
  flex-wrap: wrap;
}
.i5f343_771b{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  flex: 0 0 auto;
}
.i5f343_771b:hover{
  color: var(--secondary-color);
}
.i5f343_771b::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition); color: #1a1a2e;}
.i5f343_771b:hover::after{
  transform: scaleX(1);
}
@media (max-width: 768px){.va3806_3f33{
    padding: 48px 0 32px;
  }
.lb74__516c{
    gap: 32px;
  }
.ob28b8e2fff{
    font-size: 42px;
  }
.pb9e70b754c{
    font-size: 16px;
  }
.i2326a_2552{
    flex-direction: column;
    gap: 24px;
  }
.mb2a58ad1{
    width: 100%;
    justify-content: flex-start;
  }
.a3eb1ee439d{
    width: 100%;
    flex: none;
  }}
.wec1__af63{box-sizing:border-box;}
.t950e2_fff9{box-sizing:border-box;}
.a98c68_fef4{box-sizing:border-box;}