:root {

  --support-primary: var(--brand-primary, hsl(24, 90%, 55%));
  --support-secondary: var(--brand-secondary, hsl(350, 80%, 55%));
  --support-bg: var(--bg-color, hsl(24, 20%, 98%));
  --support-surface: var(--surface-color, #ffffff);
  --support-text: var(--text-color, hsl(24, 10%, 15%));
  --support-text-muted: var(--text-muted, hsl(24, 10%, 40%));
  --support-border: var(--border-color, hsl(24, 20%, 85%));
  --support-max-width: 1200px;
  --support-content-width: 760px;
  --support-radius: var(--border-radius, 0px);
  --support-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --primary-color: #cc2200;
  --secondary-color: #ffaa00;
  --bg-color: #fffdfa;
  --text-color: #1a1a1a;
  --text-muted: #595959;
  --border-color: #1a1a1a;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--border-color);
  --shadow-md: 4px 4px 0px var(--border-color);
  --shadow-lg: 6px 6px 0px var(--border-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  --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.x679__b8ef.jt4ytju9w1.zbb1cc_ja5{
    font-family: var(--support-font);
    color: var(--support-text);
    background-color: var(--support-bg);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.x679__b8ef.jt4ytju9w1.zbb1cc_ja5 *{
    box-sizing: inherit;
    }
div.x679__b8ef.jt4ytju9w1 .s70965df3cd{
    max-width: var(--support-max-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.x679__b8ef.jt4ytju9w1 .c017__11b9{
    padding: 6rem 0 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid var(--support-border);
    }
div.x679__b8ef.jt4ytju9w1 .c017__11b9 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--support-text);
    letter-spacing: -0.02em;
    max-width: var(--support-content-width);
    }
div.x679__b8ef.jt4ytju9w1 .c017__11b9 p{
    font-size: 1.25rem;
    color: var(--support-text-muted);
    max-width: var(--support-content-width);
    margin-bottom: 2.5rem;
    }
div.x679__b8ef.jt4ytju9w1 .n5a06b219{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    color: #1a1a2e;
    background-color: var(--support-primary);
    border: 2px solid var(--support-primary);
    border-radius: var(--support-radius);
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 6px 6px 0px var(--support-text);
    }
div.x679__b8ef.jt4ytju9w1 .n5a06b219:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px var(--support-text);
    }
div.x679__b8ef.jt4ytju9w1 .rv2csharg12s{
    background-color: var(--support-surface);
    color: var(--support-text);
    border: 2px solid var(--support-text);
    }
div.x679__b8ef.jt4ytju9w1 .rv2csharg12s:hover{
    background-color: var(--support-text);
    color: var(--support-surface);
    }
div.x679__b8ef.jt4ytju9w1 .s7569bd_a7{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    }
div.x679__b8ef.jt4ytju9w1 .n274a1874{
    padding: 5rem 0;
    }
div.x679__b8ef.jt4ytju9w1 .zd8071__215b{
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: var(--support-content-width);
    margin-left: 0;
    margin-right: auto;
    }
div.x679__b8ef.jt4ytju9w1 .n274a1874 h2{
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--support-text);
    }
div.x679__b8ef.jt4ytju9w1 .t91412de8c9{
    font-size: 1.125rem;
    color: var(--support-text-muted);
    }
div.x679__b8ef.jt4ytju9w1 .nbbfbba6081{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
@media (max-width: 900px) {div.x679__b8ef.jt4ytju9w1 .nbbfbba6081{
    grid-template-columns: 1fr;
    gap: 2rem;
    }}
div.x679__b8ef.jt4ytju9w1 .c3e6f5_r1{
    position: relative;
    }
div.x679__b8ef.jt4ytju9w1 .v44bb6fb_sl{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 3px solid var(--support-text);
    box-shadow: 12px 12px 0px var(--support-secondary);
    border-radius: var(--support-radius);
    }
div.x679__b8ef.jt4ytju9w1 .u2b228_a9e h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--support-text);
    }
div.x679__b8ef.jt4ytju9w1 .u2b228_a9e h3::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--support-primary); color: #1a1a2e;}
div.x679__b8ef.jt4ytju9w1 .u2b228_a9e ul{
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    }
div.x679__b8ef.jt4ytju9w1 .u2b228_a9e li{
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    color: var(--support-text-muted);
    font-size: 1.05rem;
    }
div.x679__b8ef.jt4ytju9w1 .u2b228_a9e li::before{
    content: "►";
    position: absolute;
    left: 0;
    color: var(--support-secondary);
    font-size: 0.9rem;
    top: 2px;
    }
div.x679__b8ef.jt4ytju9w1 .j3c54e_eb0d{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    }
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg{
    background: var(--support-surface);
    border: 2px solid var(--support-border);
    padding: 2.5rem 2rem;
    transition: transform 0.2s ease, border-color 0.2s ease;
    position: relative; color: #1a1a2e;}
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.2s ease;
    }
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg:hover{
    border-color: var(--support-text);
    transform: translateY(-4px);
    box-shadow: 8px 8px 0px rgba(0,0,0,0.05);
    }
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg:hover::before{
    background-color: var(--support-primary); color: #1a1a2e;}
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--support-text);
    line-height: 1.4;
    }
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg p{
    color: var(--support-text-muted);
    font-size: 1rem;
    margin: 0;
    }
div.x679__b8ef.jt4ytju9w1 .h25g6ls6wpzg code{
    background-color: var(--support-bg);
    padding: 0.2rem 0.4rem;
    font-size: 0.85em;
    color: #1a1a2e;
    border: 1px solid var(--support-border);
    font-family: monospace;
    }
div.x679__b8ef.jt4ytju9w1 .z394855700{
    background-color: var(--support-text);
    color: var(--support-surface);
    padding: 6rem 0;
    margin: 2rem 0;
    }
div.x679__b8ef.jt4ytju9w1 .z394855700 h2{
    color: var(--support-surface);
    }
div.x679__b8ef.jt4ytju9w1 .z394855700 .t91412de8c9{
    color: rgba(255,255,255,0.7);
    }
div.x679__b8ef.jt4ytju9w1 .ae96a8_cj{
    max-width: var(--support-content-width);
    margin: 0 auto;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 3rem; color: #1a1a2e;}
div.x679__b8ef.jt4ytju9w1 .h95ed09_d6{
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    }
div.x679__b8ef.jt4ytju9w1 .h95ed09_d6:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
div.x679__b8ef.jt4ytju9w1 .h95ed09_d6 h3{
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
    color: var(--support-primary);
    }
div.x679__b8ef.jt4ytju9w1 .h95ed09_d6 p{
    color: rgba(255,255,255,0.85);
    margin-bottom: 1rem;
    font-size: 1.05rem;
    }
div.x679__b8ef.jt4ytju9w1 .m0819_504{
    color: var(--support-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
    transition: color 0.2s ease;
    }
div.x679__b8ef.jt4ytju9w1 .m0819_504:hover{
    color: var(--support-secondary);
    }
div.x679__b8ef.jt4ytju9w1 .z394855700 .m0819_504{
    color: #ffffff;
    text-decoration-color: var(--support-primary);
    }
div.x679__b8ef.jt4ytju9w1 .z394855700 .m0819_504:hover{
    color: var(--support-primary);
    }
div.x679__b8ef.jt4ytju9w1 .me13ba6_0b{
    text-align: center;
    padding: 6rem 0 8rem;
    background: linear-gradient(to bottom, var(--support-bg), var(--support-surface)); color: #1a1a2e;}
div.x679__b8ef.jt4ytju9w1 .me13ba6_0b h2{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--support-text);
    }
div.x679__b8ef.jt4ytju9w1 .me13ba6_0b p{
    font-size: 1.25rem;
    color: var(--support-text-muted);
    max-width: var(--support-content-width);
    margin: 0 auto 3rem;
    }
div.x679__b8ef.jt4ytju9w1 .l1a508c0f{
    border-top: 2px solid var(--support-text);
    padding: 4rem 0 2rem;
    text-align: center;
    background-color: var(--support-surface); color: #1a1a2e;}
div.x679__b8ef.jt4ytju9w1 .x46c34_ebef{
    color: var(--support-text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    }
div.x679__b8ef.jt4ytju9w1 .uab3169ce{
    margin-top: 1rem;
    font-size: 0.85rem;
    opacity: 0.7;
    color: var(--support-text-muted);
    }
.o143__a92{
    width: 100%;
    background-color: var(--secondary-color, #ffaa00);
    border-top: 3px solid var(--border-color, #1a1a1a);
    padding-top: 64px;
    padding-bottom: 48px;
    box-sizing: border-box; color: #1a1a2e;}
.t9e12d8_244b{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    }
.q2e3c3bf97b{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
    margin-bottom: 40px;
    }
.is2n23ar{
    font-size: 36px;
    font-weight: 900;
    color: var(--text-color, #1a1a1a);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    }
.v51742_fu8s{
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color, #1a1a1a);
    max-width: 640px;
    line-height: 1.6;
    }
.x7a2__c598{
    width: 100%;
    height: 3px;
    background-color: var(--border-color, #1a1a1a);
    margin-bottom: 32px; color: #ffffff;}
.xe94ec_macm{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
    }
.n0ab__d63{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.nba6363_ecc2{
    font-size: 15px;
    font-weight: 800;
    color: var(--text-color, #1a1a1a);
    text-decoration: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 8px 16px;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1));
    }
.nba6363_ecc2:hover{
    background-color: var(--primary-color, #cc2200);
    color: var(--bg-color, #fffdfa);
    border: 2px solid var(--border-color, #1a1a1a);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-sm, 2px 2px 0px #1a1a1a);
    }
.nba6363_ecc2:active{
    transform: translate(0px, 0px);
    box-shadow: none;
    }
.f183c1_zk{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, #1a1a1a);
    opacity: 0.9;
    }
@media (max-width: 768px){.o143__a92{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.is2n23ar{
    font-size: 28px;
    }
.v51742_fu8s{
    font-size: 15px;
    }
.xe94ec_macm{
    gap: 20px;
    }}
*{
    box-sizing: border-box;
    }
body{
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    }
.q86445b_aa7{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.v42e19c842{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.e5cf540edb{
    text-decoration: none;
    display: flex;
    align-items: center;
    }
.a40a2ab6a28{
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    background: var(--text-color);
    padding: 6px 14px;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--transition);
    }
.a40a2ab6a28:hover{
    background: var(--secondary-color);
    color: var(--text-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.dca4892ad{
    display: none;
    }
.czwbfa8zps9o{
    display: none;
    }
.r7yio6rc3{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.kfx386d846{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
    }
.cd9ce5_a9k{
    display: block;
    }
.aae0e8881b7{
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 15px;
    padding: 8px 16px;
    border: 2px solid transparent;
    transition: var(--transition);
    }
.aae0e8881b7:hover{
    background: #ffffff;
    border-color: var(--border-color);
    box-shadow: var(--shadow-sm);
    transform: translate(-2px, -2px); color: #1a1a2e;}
.f226de__2500{
    display: flex;
    align-items: center;
    }
.d1fd5e9{
    text-decoration: none;
    background: var(--primary-color);
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    padding: 12px 28px;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.d1fd5e9:hover{
    background: var(--secondary-color);
    color: var(--text-color); 
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.d1fd5e9:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
@media (max-width: 900px){.czwbfa8zps9o {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 3px solid var(--border-color);
    box-shadow: 3px 3px 0px var(--border-color);
    cursor: pointer;
    transition: var(--transition); color: #1a1a2e;}
.czwbfa8zps9o:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
.vdecf4__bba {
    position: relative;
    width: 20px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.vdecf4__bba::before,
    .vdecf4__bba::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: var(--text-color);
    left: 0;
    transition: var(--transition); color: #ffffff;}
.vdecf4__bba::before { top: -7px; }
.vdecf4__bba::after { top: 7px; }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba {
    background: transparent;
    }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba::before {
    top: 0;
    transform: rotate(45deg);
    }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba::after {
    top: 0;
    transform: rotate(-45deg);
    }
.r7yio6rc3 {
    position: absolute;
    top: calc(var(--nav-height) + 3px);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: stretch;
    padding: 24px 4vw 40px;
    gap: 16px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    visibility: hidden;
    transition: clip-path 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s 0.3s; color: #1a1a2e;}
.dca4892ad:checked ~ .r7yio6rc3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transition: clip-path 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s 0s;
    }
.kfx386d846 {
    flex-direction: column;
    gap: 12px;
    }
.aae0e8881b7 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    border: 3px solid var(--border-color);
    background: #ffffff;
    box-shadow: 2px 2px 0px var(--border-color); color: #1a1a2e;}
.aae0e8881b7:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
.f226de__2500 {
    display: flex;
    justify-content: stretch;
    margin-top: 8px;
    }
.d1fd5e9 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-size: 18px;
    }}
.aae0e8881b7.active{background: #ffffff; border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
@media (min-width: 901px){.q86445b_aa7 #nt48b1e361a5, .q86445b_aa7 label[for="nt48b1e361a5"]{ display: none !important; }}
@media (min-width: 901px){.q86445b_aa7 .r7yio6rc3{ 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: 901px){.q86445b_aa7 .r7yio6rc3{ 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: 901px){.q86445b_aa7 .r7yio6rc3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.aae0e8881b7.active {background: #ffffff; border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
#nt48b1e361a5:checked ~ .r7yio6rc3 { right: 0 !important; left: auto !important; }
@media (max-width: 900px) {.q86445b_aa7.x0f036f3f .r7yio6rc3 { 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: 900px) {#nt48b1e361a5:checked ~ .r7yio6rc3 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px) {.q86445b_aa7.x0f036f3f #nt48b1e361a5, .q86445b_aa7.x0f036f3f label[for="nt48b1e361a5"] { display: none !important; }}
@media (min-width: 901px) {.q86445b_aa7.x0f036f3f .r7yio6rc3 { 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: 901px) {.q86445b_aa7.x0f036f3f .r7yio6rc3 { 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: 901px) {.q86445b_aa7.x0f036f3f .r7yio6rc3 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.x679__b8ef img.reb7__91a8 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.x679__b8ef img.reb7__91a8.yf1dc3_0af5 { aspect-ratio: 16 / 9; }
div.x679__b8ef img.reb7__91a8.le2b__8de2 { aspect-ratio: 16 / 10; }
div.x679__b8ef img.reb7__91a8.sa3639262da { aspect-ratio: 4 / 3; }
div.x679__b8ef img.reb7__91a8.za591b_9ad7 { aspect-ratio: 1 / 1; }
div.x679__b8ef :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.x679__b8ef .y219__7267 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.x679__b8ef .y219__7267.yf1dc3_0af5 { aspect-ratio: 16 / 9; }
div.x679__b8ef .y219__7267.le2b__8de2 { aspect-ratio: 16 / 10; }
div.x679__b8ef .y219__7267.sa3639262da { aspect-ratio: 4 / 3; }
div.x679__b8ef .y219__7267.za591b_9ad7 { aspect-ratio: 1 / 1; }
div.x679__b8ef .y219__7267 > img.reb7__91a8,
    div.x679__b8ef .y219__7267 > picture > img.reb7__91a8 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.x679__b8ef.jt4ytju9w1 .n5a06b219 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.x679__b8ef.jt4ytju9w1 .n5a06b219 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.x679__b8ef.jt4ytju9w1 .n5a06b219 a:not([class]):hover{opacity:0.92;}
div.x679__b8ef.jt4ytju9w1 .n5a06b219 a[class=""]:hover{opacity:0.92;}
div.x679__b8ef.jt4ytju9w1 .n5a06b219 a:not([class]):visited{color:#ffffff !important;}
div.x679__b8ef.jt4ytju9w1 .n5a06b219 a[class=""]:visited{color:#ffffff !important;}
.q3cd9f607 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.q3cd9f607 > :first-child,
    .q3cd9f607 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    }
body{
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    }
.q86445b_aa7{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.v42e19c842{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.e5cf540edb{
    text-decoration: none;
    display: flex;
    align-items: center;
    }
.a40a2ab6a28{
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    background: var(--text-color);
    padding: 6px 14px;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--transition);
    }
.a40a2ab6a28:hover{
    background: var(--secondary-color);
    color: var(--text-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.dca4892ad{
    display: none;
    }
.czwbfa8zps9o{
    display: none;
    }
.r7yio6rc3{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.kfx386d846{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
    }
.cd9ce5_a9k{
    display: block;
    }
.aae0e8881b7{
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 15px;
    padding: 8px 16px;
    border: 2px solid transparent;
    transition: var(--transition);
    }
.aae0e8881b7:hover{
    background: #ffffff;
    border-color: var(--border-color);
    box-shadow: var(--shadow-sm);
    transform: translate(-2px, -2px); color: #1a1a2e;}
.f226de__2500{
    display: flex;
    align-items: center;
    }
.d1fd5e9{
    text-decoration: none;
    background: var(--primary-color);
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    padding: 12px 28px;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.d1fd5e9:hover{
    background: var(--secondary-color);
    color: var(--text-color); 
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.d1fd5e9:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
@media (max-width: 900px){.czwbfa8zps9o {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 3px solid var(--border-color);
    box-shadow: 3px 3px 0px var(--border-color);
    cursor: pointer;
    transition: var(--transition); color: #1a1a2e;}
.czwbfa8zps9o:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
.vdecf4__bba {
    position: relative;
    width: 20px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.vdecf4__bba::before,
    .vdecf4__bba::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: var(--text-color);
    left: 0;
    transition: var(--transition); color: #ffffff;}
.vdecf4__bba::before { top: -7px; }
.vdecf4__bba::after { top: 7px; }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba {
    background: transparent;
    }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba::before {
    top: 0;
    transform: rotate(45deg);
    }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba::after {
    top: 0;
    transform: rotate(-45deg);
    }
.r7yio6rc3 {
    position: absolute;
    top: calc(var(--nav-height) + 3px);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: stretch;
    padding: 24px 4vw 40px;
    gap: 16px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    visibility: hidden;
    transition: clip-path 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s 0.3s; color: #1a1a2e;}
.dca4892ad:checked ~ .r7yio6rc3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transition: clip-path 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s 0s;
    }
.kfx386d846 {
    flex-direction: column;
    gap: 12px;
    }
.aae0e8881b7 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    border: 3px solid var(--border-color);
    background: #ffffff;
    box-shadow: 2px 2px 0px var(--border-color); color: #1a1a2e;}
.aae0e8881b7:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
.f226de__2500 {
    display: flex;
    justify-content: stretch;
    margin-top: 8px;
    }
.d1fd5e9 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-size: 18px;
    }}
.aae0e8881b7.active{background: #ffffff; border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
@media (min-width: 901px){.q86445b_aa7 #nt48b1e361a5, .q86445b_aa7 label[for="nt48b1e361a5"]{ display: none !important; }}
@media (min-width: 901px){.q86445b_aa7 .r7yio6rc3{ 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: 901px){.q86445b_aa7 .r7yio6rc3{ 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: 901px){.q86445b_aa7 .r7yio6rc3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.aae0e8881b7.active{background: #ffffff; border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
#nt48b1e361a5:checked ~ .r7yio6rc3{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.q86445b_aa7.x0f036f3f .r7yio6rc3{ 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: 900px){#nt48b1e361a5:checked ~ .r7yio6rc3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.q86445b_aa7.x0f036f3f #nt48b1e361a5, .q86445b_aa7.x0f036f3f label[for="nt48b1e361a5"]{ display: none !important; }}
@media (min-width: 901px){.q86445b_aa7.x0f036f3f .r7yio6rc3{ 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: 901px){.q86445b_aa7.x0f036f3f .r7yio6rc3{ 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: 901px){.q86445b_aa7.x0f036f3f .r7yio6rc3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.o143__a92{
    width: 100%;
    background-color: var(--secondary-color, #ffaa00);
    border-top: 3px solid var(--border-color, #1a1a1a);
    padding-top: 64px;
    padding-bottom: 48px;
    box-sizing: border-box; color: #1a1a2e;}
.t9e12d8_244b{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    }
.q2e3c3bf97b{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
    margin-bottom: 40px;
    }
.is2n23ar{
    font-size: 36px;
    font-weight: 900;
    color: var(--text-color, #1a1a1a);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    }
.v51742_fu8s{
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color, #1a1a1a);
    max-width: 640px;
    line-height: 1.6;
    }
.x7a2__c598{
    width: 100%;
    height: 3px;
    background-color: var(--border-color, #1a1a1a);
    margin-bottom: 32px; color: #ffffff;}
.xe94ec_macm{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
    }
.n0ab__d63{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.nba6363_ecc2{
    font-size: 15px;
    font-weight: 800;
    color: var(--text-color, #1a1a1a);
    text-decoration: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 8px 16px;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1));
    }
.nba6363_ecc2:hover{
    background-color: var(--primary-color, #cc2200);
    color: var(--bg-color, #fffdfa);
    border: 2px solid var(--border-color, #1a1a1a);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-sm, 2px 2px 0px #1a1a1a);
    }
.nba6363_ecc2:active{
    transform: translate(0px, 0px);
    box-shadow: none;
    }
.f183c1_zk{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, #1a1a1a);
    opacity: 0.9;
    }
@media (max-width: 768px){.o143__a92{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.is2n23ar{
    font-size: 28px;
    }
.v51742_fu8s{
    font-size: 15px;
    }
.xe94ec_macm{
    gap: 20px;
    }}
*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: var(--bg-color);
  color: var(--text-color);
}
.q86445b_aa7{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--bg-color);
  border-bottom: 3px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.v42e19c842{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.e5cf540edb{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.a40a2ab6a28{
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  background: var(--text-color);
  padding: 6px 14px;
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: var(--transition);
}
.a40a2ab6a28:hover{
  background: var(--secondary-color);
  color: var(--text-color);
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
}
.dca4892ad{
  display: none;
}
.czwbfa8zps9o{
  display: none;
}
.r7yio6rc3{
  display: flex;
  align-items: center;
  gap: 32px;
}
.kfx386d846{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}
.cd9ce5_a9k{
  display: block;
}
.aae0e8881b7{
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 15px;
  padding: 8px 16px;
  border: 2px solid transparent;
  transition: var(--transition);
}
.aae0e8881b7:hover{
  background: #ffffff;
  border-color: var(--border-color);
  box-shadow: var(--shadow-sm);
  transform: translate(-2px, -2px); color: #1a1a2e;}
.f226de__2500{
  display: flex;
  align-items: center;
}
.d1fd5e9{
  text-decoration: none;
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  padding: 12px 28px;
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.d1fd5e9:hover{
  background: var(--secondary-color);
  color: var(--text-color); 
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
}
.d1fd5e9:active{
  transform: translate(2px, 2px);
  box-shadow: 0px 0px 0px var(--border-color);
}
@media (max-width: 900px){.czwbfa8zps9o {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 3px solid var(--border-color);
    box-shadow: 3px 3px 0px var(--border-color);
    cursor: pointer;
    transition: var(--transition); color: #1a1a2e;}
.czwbfa8zps9o:active {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px var(--border-color);
  }
.vdecf4__bba {
    position: relative;
    width: 20px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.vdecf4__bba::before,
  .vdecf4__bba::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: var(--text-color);
    left: 0;
    transition: var(--transition); color: #ffffff;}
.vdecf4__bba::before { top: -7px; }
.vdecf4__bba::after { top: 7px; }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba {
    background: transparent;
  }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba::before {
    top: 0;
    transform: rotate(45deg);
  }
.dca4892ad:checked ~ .czwbfa8zps9o .vdecf4__bba::after {
    top: 0;
    transform: rotate(-45deg);
  }
.r7yio6rc3 {
    position: absolute;
    top: calc(var(--nav-height) + 3px);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: stretch;
    padding: 24px 4vw 40px;
    gap: 16px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    visibility: hidden;
    transition: clip-path 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s 0.3s; color: #1a1a2e;}
.dca4892ad:checked ~ .r7yio6rc3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transition: clip-path 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0s 0s;
  }
.kfx386d846 {
    flex-direction: column;
    gap: 12px;
  }
.aae0e8881b7 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    border: 3px solid var(--border-color);
    background: #ffffff;
    box-shadow: 2px 2px 0px var(--border-color); color: #1a1a2e;}
.aae0e8881b7:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
  }
.f226de__2500 {
    display: flex;
    justify-content: stretch;
    margin-top: 8px;
  }
.d1fd5e9 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-size: 18px;
  }}
.aae0e8881b7.active{background: #ffffff; border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
@media (min-width: 901px){.q86445b_aa7 #nt48b1e361a5, .q86445b_aa7 label[for="nt48b1e361a5"]{ display: none !important; }}
@media (min-width: 901px){.q86445b_aa7 .r7yio6rc3{ 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: 901px){.q86445b_aa7 .r7yio6rc3{ 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: 901px){.q86445b_aa7 .r7yio6rc3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.aae0e8881b7.active{background: #ffffff; border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
#nt48b1e361a5:checked ~ .r7yio6rc3{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.q86445b_aa7.x0f036f3f .r7yio6rc3{ 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: 900px){#nt48b1e361a5:checked ~ .r7yio6rc3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.q86445b_aa7.x0f036f3f #nt48b1e361a5, .q86445b_aa7.x0f036f3f label[for="nt48b1e361a5"]{ display: none !important; }}
@media (min-width: 901px){.q86445b_aa7.x0f036f3f .r7yio6rc3{ 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: 901px){.q86445b_aa7.x0f036f3f .r7yio6rc3{ 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: 901px){.q86445b_aa7.x0f036f3f .r7yio6rc3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.na043ab4aac{
  width: 100%;
  background-color: var(--secondary-color, #ffaa00);
  border-top: 3px solid var(--border-color, #1a1a1a);
  padding-top: 64px;
  padding-bottom: 48px;
  box-sizing: border-box; color: #1a1a2e;}
.i2ba3d_0190{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.va8d0ad5c37{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-bottom: 40px;
}
.a82a88_4ba3{
  font-size: 36px;
  font-weight: 900;
  color: var(--text-color, #1a1a1a);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}
.b266__20cb{
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color, #1a1a1a);
  max-width: 640px;
  line-height: 1.6;
}
.l0076f_98b0{
  width: 100%;
  height: 3px;
  background-color: var(--border-color, #1a1a1a);
  margin-bottom: 32px; color: #ffffff;}
.f108a5abe{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 24px;
}
.z68221f6d22{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.je38__6669{
  font-size: 15px;
  font-weight: 800;
  color: var(--text-color, #1a1a1a);
  text-decoration: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 8px 16px;
  border-radius: var(--radius-sm, 0px);
  transition: var(--transition, all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1));
}
.je38__6669:hover{
  background-color: var(--primary-color, #cc2200);
  color: var(--bg-color, #fffdfa);
  border: 2px solid var(--border-color, #1a1a1a);
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-sm, 2px 2px 0px #1a1a1a);
}
.je38__6669:active{
  transform: translate(0px, 0px);
  box-shadow: none;
}
.g8a2__fbfd{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color, #1a1a1a);
  opacity: 0.9;
}
@media (max-width: 768px){.na043ab4aac{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.a82a88_4ba3{
    font-size: 28px;
  }
.b266__20cb{
    font-size: 15px;
  }
.f108a5abe{
    gap: 20px;
  }}
.a1e03d_0435{box-sizing:border-box;}
.l01baf2c2{box-sizing:border-box;}
.w4e6719f158{box-sizing:border-box;}