:root{--primary_values:0,200,220;--primary_variant_values:46,205,253;--secondary_values:31,59,102;--text_values:255,255,255;--sec_text_values:170,184,194;--background_values:11,15,26;--surface_light_values:248,250,252;--text_dark_values:15,23,42;--text_muted_values:100,116,139;--primary_color:rgb(var(--primary_values));--primary_variant:rgb(var(--primary_variant_values));--secondary_color:rgb(var(--secondary_values));--text_color:rgb(var(--text_values));--sec_text_color:rgb(var(--sec_text_values));--background_color:rgb(var(--background_values));--surface_light:rgb(var(--surface_light_values));--text_dark:rgb(var(--text_dark_values));--text_muted:rgb(var(--text_muted_values));--text_size:clamp(.875rem,.6765rem + .7059vw,1.125rem);--h1_size:clamp(2rem,1.5rem + 1.6vw,3.25rem);--h2_size:clamp(1.5rem,1.2353rem + .9412vw,2.25rem);--h3_size:clamp(1.25rem,1.1176rem + .4706vw,1.5rem);--h4_size:clamp(1.125rem,1.0588rem + .2353vw,1.25rem);--header_height:64px;--padding:10vw;--mobile_padding:1.5rem;--radius_sm:8px;--radius_md:12px;--radius_lg:20px}*{box-sizing:border-box;font-family:DM Sans,system-ui,sans-serif}html,body{background-color:var(--background_color);scroll-behavior:smooth;margin:0;padding:0}body{min-height:100vh;color:var(--text_color)}h1{font-size:var(--h1_size);font-weight:600;line-height:1.15}h2{font-size:var(--h2_size);font-weight:600}h3{font-size:var(--h3_size);font-weight:600}h1,h2,h3,h4{color:var(--text_color);-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;overflow-wrap:break-word}p,a,span,button,input,select,label,table,li,textarea{font-size:var(--text_size);color:var(--text_color);font-weight:400}a{color:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media screen and (max-width:800px){:root{--padding:var(--mobile_padding)}}
