:root {

  --oc-max-width: 1200px;
  --oc-content-width: 680px;
  --oc-primary: hsl(165, 78%, 53%);
  --oc-secondary: hsl(265, 62%, 53%);
  --oc-text-main: hsl(165, 10%, 10%);
  --oc-text-muted: hsl(165, 10%, 40%);
  --oc-bg-light: hsl(165, 7%, 96%);
  --oc-bg-white: #ffffff;
  --oc-radius-sm: 4px;
  --oc-radius-md: 8px;
  --oc-radius-lg: 16px;
  --oc-shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
  --oc-shadow-md: 0 8px 24px rgba(0,0,0,0.08);
  --oc-shadow-cta: 0 12px 32px hsla(265, 62%, 53%, 0.3);
  --oc-space-xs: 0.5rem;
  --oc-space-sm: 1rem;
  --oc-space-md: 2rem;
  --oc-space-lg: 2.5rem;
  --oc-space-xl: 3.5rem;
  --primary-color: #cc2900;
  --secondary-color: #e64000;
  --bg-color: #fdfaf4;
  --text-color: #1a1514;
  --text-muted: #6b5a55;
  --border-color: #1a1514;
  --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: 8px 8px 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);
  --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.r37c__e60d.fug9kdfairka{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color, var(--oc-text-main));
    background-color: var(--bg-color, var(--oc-bg-light));
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: var(--oc-space-xl);
    }
div.r37c__e60d.fug9kdfairka h1, div.r37c__e60d.fug9kdfairka h2, div.r37c__e60d.fug9kdfairka h3, div.r37c__e60d.fug9kdfairka h4{
    color: var(--oc-text-main);
    margin-top: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
div.r37c__e60d.fug9kdfairka p{
    margin-top: 0;
    margin-bottom: var(--oc-space-md);
    font-size: 1.125rem;
    color: var(--oc-text-muted);
    }
div.r37c__e60d.fug9kdfairka a{
    color: var(--oc-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease;
    }
div.r37c__e60d.fug9kdfairka a:hover{
    opacity: 0.8;
    }
div.r37c__e60d.fug9kdfairka ul{
    margin-top: 0;
    margin-bottom: var(--oc-space-md);
    padding-left: 1.5rem;
    color: var(--oc-text-muted);
    font-size: 1.125rem;
    }
div.r37c__e60d.fug9kdfairka li{
    margin-bottom: var(--oc-space-xs);
    }
div.r37c__e60d.fug9kdfairka .kw6r7stztwa9{
    max-width: var(--oc-max-width);
    margin: 0 auto;
    padding: 0 var(--oc-space-md);
    text-align: left; 
    }
div.r37c__e60d.fug9kdfairka .nf1b2d3c_grgv{
    padding: var(--oc-space-xl) 0 var(--oc-space-lg);
    background-color: var(--oc-bg-white);
    border-bottom: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.r37c__e60d.fug9kdfairka .q827ca_a26{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--oc-space-lg);
    align-items: center;
    }
div.r37c__e60d.fug9kdfairka .ulmgdgc7jue{
    
    max-width: var(--oc-content-width);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.r37c__e60d.fug9kdfairka .nf1b2d3c_grgv h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: var(--oc-space-sm);
    }
div.r37c__e60d.fug9kdfairka .nf1b2d3c_grgv p{
    font-size: 1.25rem;
    margin-bottom: var(--oc-space-md);
    }
div.r37c__e60d.fug9kdfairka .xff2be1_5d0f{
    border-radius: var(--oc-radius-lg);
    overflow: hidden;
    box-shadow: var(--oc-shadow-md);
    aspect-ratio: 4/3;
    background-color: var(--oc-bg-light); color: #1a1a2e;}
div.r37c__e60d.fug9kdfairka .xff2be1_5d0f img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.r37c__e60d.fug9kdfairka .cba0decea3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--oc-radius-md);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    border: none;
    }
div.r37c__e60d.fug9kdfairka .pd28__9ed2{
    background-color: var(--oc-secondary);
    color: #1a1a2e;
    box-shadow: var(--oc-shadow-cta);
    }
div.r37c__e60d.fug9kdfairka .pd28__9ed2:hover{
    background-color: hsl(265, 62%, 48%);
    transform: translateY(-2px);
    box-shadow: 0 16px 40px hsla(265, 62%, 53%, 0.4);
    opacity: 1;
    color: #ffffff;
    }
div.r37c__e60d.fug9kdfairka .one2jzeg4h3{
    background-color: transparent;
    color: var(--oc-text-main);
    border: 2px solid var(--oc-text-main);
    }
div.r37c__e60d.fug9kdfairka .one2jzeg4h3:hover{
    background-color: var(--oc-text-main);
    color: #ffffff;
    }
div.r37c__e60d.fug9kdfairka .cd8cb77_kou5{
    padding: var(--oc-space-lg) 0;
    }
div.r37c__e60d.fug9kdfairka .e809e0_auez{
    max-width: var(--oc-content-width);
    margin-bottom: var(--oc-space-lg);
    }
div.r37c__e60d.fug9kdfairka .e809e0_auez h2{
    font-size: 2rem;
    margin-bottom: var(--oc-space-sm);
    }
div.r37c__e60d.fug9kdfairka .w3o4fvftyf{
    background-color: var(--oc-bg-white);
    border-radius: var(--oc-radius-lg);
    padding: var(--oc-space-md) var(--oc-space-lg);
    border-left: 6px solid var(--oc-primary);
    box-shadow: var(--oc-shadow-sm);
    margin-bottom: var(--oc-space-md); color: #1a1a2e;}
div.r37c__e60d.fug9kdfairka .w3o4fvftyf h3{
    font-size: 1.5rem;
    margin-bottom: var(--oc-space-sm);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
div.r37c__e60d.fug9kdfairka .b3ade_2025{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--oc-space-md);
    }
div.r37c__e60d.fug9kdfairka .h9d8ee39_86eb{
    background-color: var(--oc-bg-white);
    border-radius: var(--oc-radius-lg);
    padding: var(--oc-space-md);
    box-shadow: var(--oc-shadow-sm);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease; color: #1a1a2e;}
div.r37c__e60d.fug9kdfairka .h9d8ee39_86eb:hover{
    transform: translateY(-4px);
    box-shadow: var(--oc-shadow-md);
    }
div.r37c__e60d.fug9kdfairka .kb8d__2a26{
    width: 48px;
    height: 48px;
    background-color: var(--oc-bg-light);
    border-radius: var(--oc-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--oc-space-sm);
    color: var(--oc-text-main);
    }
div.r37c__e60d.fug9kdfairka .kb8d__2a26 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.r37c__e60d.fug9kdfairka .h9d8ee39_86eb h3{
    font-size: 1.25rem;
    margin-bottom: var(--oc-space-xs);
    }
div.r37c__e60d.fug9kdfairka .rb881e9555b{
    font-size: 0.875rem;
    color: var(--oc-text-muted);
    margin-bottom: var(--oc-space-sm);
    padding-bottom: var(--oc-space-sm);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }
div.r37c__e60d.fug9kdfairka .h9d8ee39_86eb p{
    font-size: 1rem;
    flex-grow: 1;
    margin-bottom: var(--oc-space-md);
    }
div.r37c__e60d.fug9kdfairka .h9d8ee39_86eb .cba0decea3{
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    }
div.r37c__e60d.fug9kdfairka .rb8af214_osk{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--oc-space-md);
    }
div.r37c__e60d.fug9kdfairka .z473f2_jm7t{
    background-color: var(--oc-bg-light);
    padding: var(--oc-space-md);
    border-radius: var(--oc-radius-md); color: #1a1a2e;}
div.r37c__e60d.fug9kdfairka .z473f2_jm7t h3{
    font-size: 1.125rem;
    margin-bottom: var(--oc-space-xs);
    }
div.r37c__e60d.fug9kdfairka .z473f2_jm7t p{
    font-size: 1rem;
    margin-bottom: 0;
    }
div.r37c__e60d.fug9kdfairka .f212b2968{
    background-color: var(--oc-text-main);
    color: #ffffff;
    padding: var(--oc-space-lg) 0;
    border-radius: var(--oc-radius-lg);
    margin-top: var(--oc-space-lg);
    }
div.r37c__e60d.fug9kdfairka .f212b2968 h2{
    color: #ffffff;
    }
div.r37c__e60d.fug9kdfairka .f212b2968 p{
    color: rgba(255,255,255,0.8);
    }
div.r37c__e60d.fug9kdfairka .n732e2__d262e{
    display: flex;
    flex-wrap: wrap;
    gap: var(--oc-space-sm);
    margin-top: var(--oc-space-md);
    }
div.r37c__e60d.fug9kdfairka .r982f7_860{
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: rgba(255,255,255,0.1);
    color: #1a1a2e;
    border-radius: var(--oc-radius-sm);
    text-decoration: none;
    transition: background-color 0.2s ease;
    }
div.r37c__e60d.fug9kdfairka .r982f7_860:hover{
    background-color: var(--oc-primary);
    color: var(--oc-text-main);
    opacity: 1;
    }
div.r37c__e60d.fug9kdfairka .u6ac16c8803{
    padding: var(--oc-space-lg) 0 var(--oc-space-md);
    text-align: left;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: var(--oc-space-xl);
    }
div.r37c__e60d.fug9kdfairka .u6ac16c8803 p{
    font-size: 0.875rem;
    color: var(--oc-text-muted);
    margin: 0;
    }
@media (max-width: 992px) {div.r37c__e60d.fug9kdfairka .q827ca_a26, div.r37c__e60d.fug9kdfairka .rb8af214_osk{
    grid-template-columns: 1fr;
    }
div.r37c__e60d.fug9kdfairka .xff2be1_5d0f{
    order: -1;
    margin-bottom: var(--oc-space-md);
    }}
@media (max-width: 768px) {div.r37c__e60d.fug9kdfairka .nf1b2d3c_grgv h1{
    font-size: 2.25rem;
    }
div.r37c__e60d.fug9kdfairka .b3ade_2025{
    grid-template-columns: 1fr;
    }}
div.r37c__e60d.fug9kdfairka .f82c9732812{box-sizing:border-box;}
.u17604__a5af{
    background: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding: 80px 0 40px;
    color: var(--text-color);
    font-family: system-ui, -apple-system, sans-serif;
    width: 100%;
    box-sizing: border-box;
    }
.f57slny3q{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
    }
.j7dfa__9ec1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    }
.sba86b5682a{
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.c68a6_39c{
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-shadow: 4px 4px 0px var(--border-color);
    }
.h2e933__bad{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    max-width: 400px;
    color: var(--text-color);
    line-height: 1.5;
    }
.c7vx91vtlpl1{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
    width: 100%;
    }
.p527b_121a{
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border: 2px solid var(--border-color);
    background: #ffffff;
    color: var(--text-color);
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
    flex: 0 0 auto;
    }
.vbbd2c4e1a{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    }
.vdc88__20b5e{
    display: inline-block;
    background: var(--primary-color);
    color: var(--btn-text, #ffffff);
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    }
.vdc88__20b5e:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    background: var(--secondary-color); color: #1a1a2e;}
.a28130_bc5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 2px solid var(--border-color);
    width: 100%;
    }
.jbe5ee_ee{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    flex: 1 1 auto;
    }
.p88c159_fd4{
    flex: 0 0 auto;
    display: flex;
    }
.t3e71b__525{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    }
@media (max-width: 768px){.u17604__a5af{
    padding: 60px 0 30px;
    }
.f57slny3q{
    gap: 40px;
    }
.j7dfa__9ec1{
    flex-direction: column;
    gap: 32px;
    }
.sba86b5682a{
    flex: 1 1 auto;
    width: 100%;
    }
.c68a6_39c{
    font-size: 40px;
    text-shadow: 3px 3px 0px var(--border-color);
    }
.vbbd2c4e1a{
    width: 100%;
    }
.vdc88__20b5e{
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    }
.a28130_bc5{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
.c1127_31, .c1127_31 *{
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
.c1127_31{
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    position: relative;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.i75e77a{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.a7b654f4dc9{
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    position: relative;
    }
.a7b654f4dc9::after{
    content: "";
    position: absolute;
    right: -12px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color); color: #ffffff;}
.ce84a89_sd{
    display: none;
    }
.bxafq2zox9{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 24px;
    padding: 0;
    margin-left: auto;
    }
.bxafq2zox9 span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.hf4d9bc8_ahdd{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start; 
    margin-left: 3.5rem;
    }
.a707__0c3{
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.x8196d91_t3b{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.5rem 0;
    position: relative;
    transition: var(--transition);
    }
.x8196d91_t3b:hover{
    color: var(--primary-color);
    }
.x8196d91_t3b::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.x8196d91_t3b:hover::after{
    width: 100%;
    }
.w369469{
    margin-left: auto; 
    }
.h60e1844_9d7{
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0.6rem 1.8rem;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.h60e1844_9d7:hover{
    background-color: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    color: #1a1a2e;
    }
.h60e1844_9d7:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
@media (max-width: 1024px){.a7b654f4dc9 {
    margin-right: auto;
    }
.hf4d9bc8_ahdd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    
    padding: 2rem 4vw;
    gap: 1.5rem;
    display: none;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a707__0c3 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    }
.x8196d91_t3b {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    }
.x8196d91_t3b::after {
    display: none; 
    }
.w369469 {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
    }
.h60e1844_9d7 {
    width: 100%;
    }
.bxafq2zox9 {
    display: flex;
    }
.ce84a89_sd:checked ~ .hf4d9bc8_ahdd {
    display: flex;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(2) {
    opacity: 0;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    }}
.x8196d91_t3b.active{color: var(--primary-color);}
@media (min-width: 1025px){.c1127_31 #nt2cf73dba30, .c1127_31 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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){.c1127_31 .hf4d9bc8_ahdd{ 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){.c1127_31 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x8196d91_t3b.active {color: var(--primary-color);}
#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd { 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) {#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.c1127_31.ka3c99_d045 #nt2cf73dba30, .c1127_31.ka3c99_d045 label[for="nt2cf73dba30"] { display: none !important; }}
@media (min-width: 1025px) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd { 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) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd { 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) {.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd 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.r37c__e60d img.ca2f38dbc {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.r37c__e60d img.ca2f38dbc.j82383_c0c7 { aspect-ratio: 16 / 9; }
div.r37c__e60d img.ca2f38dbc.t267__2de9 { aspect-ratio: 16 / 10; }
div.r37c__e60d img.ca2f38dbc.q79d04_fb8f { aspect-ratio: 4 / 3; }
div.r37c__e60d img.ca2f38dbc.ga89f2_e170 { aspect-ratio: 1 / 1; }
div.r37c__e60d :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.r37c__e60d .xf7761ee2a5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.r37c__e60d .xf7761ee2a5.j82383_c0c7 { aspect-ratio: 16 / 9; }
div.r37c__e60d .xf7761ee2a5.t267__2de9 { aspect-ratio: 16 / 10; }
div.r37c__e60d .xf7761ee2a5.q79d04_fb8f { aspect-ratio: 4 / 3; }
div.r37c__e60d .xf7761ee2a5.ga89f2_e170 { aspect-ratio: 1 / 1; }
div.r37c__e60d .xf7761ee2a5 > img.ca2f38dbc,
    div.r37c__e60d .xf7761ee2a5 > picture > img.ca2f38dbc {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.c1127_31, .c1127_31 *{
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
.c1127_31{
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    position: relative;
    z-index: 1000;
    width: 100%; color: #1a1a2e;}
.i75e77a{
    display: flex;
    align-items: center;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.a7b654f4dc9{
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    position: relative;
    }
.a7b654f4dc9::after{
    content: "";
    position: absolute;
    right: -12px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color); color: #ffffff;}
.ce84a89_sd{
    display: none;
    }
.bxafq2zox9{
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 24px;
    padding: 0;
    margin-left: auto;
    }
.bxafq2zox9 span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.hf4d9bc8_ahdd{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start; 
    margin-left: 3.5rem;
    }
.a707__0c3{
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.x8196d91_t3b{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.5rem 0;
    position: relative;
    transition: var(--transition);
    }
.x8196d91_t3b:hover{
    color: var(--primary-color);
    }
.x8196d91_t3b::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.x8196d91_t3b:hover::after{
    width: 100%;
    }
.w369469{
    margin-left: auto; 
    }
.h60e1844_9d7{
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0.6rem 1.8rem;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.h60e1844_9d7:hover{
    background-color: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    color: #1a1a2e;
    }
.h60e1844_9d7:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--border-color);
    }
@media (max-width: 1024px){.a7b654f4dc9 {
    margin-right: auto;
    }
.hf4d9bc8_ahdd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    
    padding: 2rem 4vw;
    gap: 1.5rem;
    display: none;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a707__0c3 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    }
.x8196d91_t3b {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    }
.x8196d91_t3b::after {
    display: none; 
    }
.w369469 {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
    }
.h60e1844_9d7 {
    width: 100%;
    }
.bxafq2zox9 {
    display: flex;
    }
.ce84a89_sd:checked ~ .hf4d9bc8_ahdd {
    display: flex;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(2) {
    opacity: 0;
    }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    }}
.x8196d91_t3b.active{color: var(--primary-color);}
@media (min-width: 1025px){.c1127_31 #nt2cf73dba30, .c1127_31 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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){.c1127_31 .hf4d9bc8_ahdd{ 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){.c1127_31 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x8196d91_t3b.active{color: var(--primary-color);}
#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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){#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 #nt2cf73dba30, .c1127_31.ka3c99_d045 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u17604__a5af{
    background: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding: 80px 0 40px;
    color: var(--text-color);
    font-family: system-ui, -apple-system, sans-serif;
    width: 100%;
    box-sizing: border-box;
    }
.f57slny3q{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
    }
.j7dfa__9ec1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    }
.sba86b5682a{
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.c68a6_39c{
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--primary-color);
    text-shadow: 4px 4px 0px var(--border-color);
    }
.h2e933__bad{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    max-width: 400px;
    color: var(--text-color);
    line-height: 1.5;
    }
.c7vx91vtlpl1{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
    width: 100%;
    }
.p527b_121a{
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border: 2px solid var(--border-color);
    background: #ffffff;
    color: var(--text-color);
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
    flex: 0 0 auto;
    }
.vbbd2c4e1a{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    }
.vdc88__20b5e{
    display: inline-block;
    background: var(--primary-color);
    color: var(--btn-text, #ffffff);
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    }
.vdc88__20b5e:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    background: var(--secondary-color); color: #1a1a2e;}
.a28130_bc5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 2px solid var(--border-color);
    width: 100%;
    }
.jbe5ee_ee{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    flex: 1 1 auto;
    }
.p88c159_fd4{
    flex: 0 0 auto;
    display: flex;
    }
.t3e71b__525{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    }
@media (max-width: 768px){.u17604__a5af{
    padding: 60px 0 30px;
    }
.f57slny3q{
    gap: 40px;
    }
.j7dfa__9ec1{
    flex-direction: column;
    gap: 32px;
    }
.sba86b5682a{
    flex: 1 1 auto;
    width: 100%;
    }
.c68a6_39c{
    font-size: 40px;
    text-shadow: 3px 3px 0px var(--border-color);
    }
.vbbd2c4e1a{
    width: 100%;
    }
.vdc88__20b5e{
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    }
.a28130_bc5{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
.c1127_31, .c1127_31 *{
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.c1127_31{
  background-color: var(--bg-color);
  border-bottom: 3px solid var(--border-color);
  position: relative;
  z-index: 1000;
  width: 100%; color: #1a1a2e;}
.i75e77a{
  display: flex;
  align-items: center;
  height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
}
.a7b654f4dc9{
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  position: relative;
}
.a7b654f4dc9::after{
  content: "";
  position: absolute;
  right: -12px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color); color: #ffffff;}
.ce84a89_sd{
  display: none;
}
.bxafq2zox9{
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 24px;
  padding: 0;
  margin-left: auto;
}
.bxafq2zox9 span{
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.hf4d9bc8_ahdd{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start; 
  margin-left: 3.5rem;
}
.a707__0c3{
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.x8196d91_t3b{
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.5rem 0;
  position: relative;
  transition: var(--transition);
}
.x8196d91_t3b:hover{
  color: var(--primary-color);
}
.x8196d91_t3b::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #ffffff;}
.x8196d91_t3b:hover::after{
  width: 100%;
}
.w369469{
  margin-left: auto; 
}
.h60e1844_9d7{
  background-color: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 0.6rem 1.8rem;
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.h60e1844_9d7:hover{
  background-color: var(--secondary-color);
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
  color: #1a1a2e;
}
.h60e1844_9d7:active{
  transform: translate(2px, 2px);
  box-shadow: 0px 0px 0px var(--border-color);
}
@media (max-width: 1024px){.a7b654f4dc9 {
    margin-right: auto;
  }
.hf4d9bc8_ahdd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    
    padding: 2rem 4vw;
    gap: 1.5rem;
    display: none;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a707__0c3 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
.x8196d91_t3b {
    display: block;
    width: 100%;
    font-size: 1.25rem;
  }
.x8196d91_t3b::after {
    display: none; 
  }
.w369469 {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
.h60e1844_9d7 {
    width: 100%;
  }
.bxafq2zox9 {
    display: flex;
  }
.ce84a89_sd:checked ~ .hf4d9bc8_ahdd {
    display: flex;
  }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(2) {
    opacity: 0;
  }
.ce84a89_sd:checked ~ .bxafq2zox9 span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }}
.x8196d91_t3b.active{color: var(--primary-color);}
@media (min-width: 1025px){.c1127_31 #nt2cf73dba30, .c1127_31 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31 .hf4d9bc8_ahdd{ 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){.c1127_31 .hf4d9bc8_ahdd{ 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){.c1127_31 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x8196d91_t3b.active{color: var(--primary-color);}
#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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){#nt2cf73dba30:checked ~ .hf4d9bc8_ahdd{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 #nt2cf73dba30, .c1127_31.ka3c99_d045 label[for="nt2cf73dba30"]{ display: none !important; }}
@media (min-width: 1025px){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd{ 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){.c1127_31.ka3c99_d045 .hf4d9bc8_ahdd a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r01f__6637{
  background: var(--bg-color);
  border-top: 4px solid var(--border-color);
  padding: 80px 0 40px;
  color: var(--text-color);
  font-family: system-ui, -apple-system, sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.b2a839e21e3{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
}
.x668b4cc54a{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.xa44__5b4d{
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.i098__2728{
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  text-shadow: 4px 4px 0px var(--border-color);
}
.n70a__ea85{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  max-width: 400px;
  color: var(--text-color);
  line-height: 1.5;
}
.gd8ce211a{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
  width: 100%;
}
.z83c__8d1f{
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border: 2px solid var(--border-color);
  background: #ffffff;
  color: var(--text-color);
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
  flex: 0 0 auto;
}
.b0a5__b0f6{
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.y09b1a_5bb2{
  display: inline-block;
  background: var(--primary-color);
  color: var(--btn-text, #ffffff);
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.y09b1a_5bb2:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
  background: var(--secondary-color); color: #1a1a2e;}
.x212bac2d{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 32px;
  border-top: 2px solid var(--border-color);
  width: 100%;
}
.y91c2b1d3{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  flex: 1 1 auto;
}
.pb857c2a8a6{
  flex: 0 0 auto;
  display: flex;
}
.pc24b2_ea20{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
}
@media (max-width: 768px){.r01f__6637{
    padding: 60px 0 30px;
  }
.b2a839e21e3{
    gap: 40px;
  }
.x668b4cc54a{
    flex-direction: column;
    gap: 32px;
  }
.xa44__5b4d{
    flex: 1 1 auto;
    width: 100%;
  }
.i098__2728{
    font-size: 40px;
    text-shadow: 3px 3px 0px var(--border-color);
  }
.b0a5__b0f6{
    width: 100%;
  }
.y09b1a_5bb2{
    width: 100%;
    text-align: center;
    padding: 14px 24px;
  }
.x212bac2d{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }}
.u8f4__d387{box-sizing:border-box;}
.x40d793230e{box-sizing:border-box;}
.f8cc__7839{box-sizing:border-box;}
@media (max-width: 768px) {.a28130_bc5 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}