#hider{position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center;width:100vw;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);height:100vh;background:rgba(0,0,0,.251);z-index:13}#content_modal{top:50%;transform:translate(-50%,-50%);justify-content:center;align-items:center;height:-moz-fit-content;height:fit-content;z-index:14}#content_modal,.snackbar-container{position:fixed;left:50%;display:flex;width:-moz-fit-content;width:fit-content}.snackbar-container{z-index:3;bottom:1.5vh;transform:translateX(-50%);background:#f2f2f2;padding:1.1rem 1.5rem;border-radius:.5rem;transition:background .2s ease-in-out}@media(max-width:833px){.snackbar-container{padding:1rem 1.4rem}}@media(max-width:656px){.snackbar-container{width:96vw;padding:.8rem 1.1rem}}.snackbar-container .row{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:1rem}@media(max-width:833px){.snackbar-container .row{gap:.6rem}}@media(max-width:656px){.snackbar-container .row{width:100%}}.snackbar-container .row .icon{width:-moz-fit-content;width:fit-content;height:2.2rem;display:flex;justify-content:center;align-items:center}@media(max-width:833px){.snackbar-container .row .icon{height:1.9rem;transform:scale(.97)}}@media(max-width:656px){.snackbar-container .row .icon{height:1.7rem;transform:scale(.9)}}.snackbar-container .row .text{display:flex;width:-moz-fit-content;width:fit-content;white-space:nowrap;text-overflow:ellipsis;max-width:60vw;font-family:var(--font-wesker);font-weight:400;font-size:.938rem;color:var(--black);transition:color .2 ease-in-out}@media(max-width:833px){.snackbar-container .row .text{font-size:.86rem}}@media(max-width:656px){.snackbar-container .row .text{white-space:pre-wrap;font-size:.8rem;line-height:1.25rem;text-align:center}}@media(max-width:456px){.snackbar-container .row .text{font-size:.75rem}}.snackbar-container .row .divider{width:1px;background:var(--grey-blue);height:100%;margin:0 1rem 0 auto}.snackbar-container .row .action-container{display:flex;align-items:center}.snackbar-container .row .action-container span{white-space:nowrap;color:var(--primary);cursor:pointer;text-decoration:underline;font-family:var(--font-wesker);font-weight:400;font-size:.938rem;transition:color .2 ease-in-out}@media(max-width:833px){.snackbar-container .row .action-container span{font-size:.86rem}}@media(max-width:656px){.snackbar-container .row .action-container span{font-size:.8rem}}@media(max-width:456px){.snackbar-container .row .action-container span{font-size:.75rem}}.dark .snackbar-container{background:#262626;color:#fff}.dark .snackbar-container .icon,.dark .snackbar-container .text{color:var(--white)}.dark .snackbar-container .divider{background:var(--grey-light)}.dark .snackbar-container .action-container span{color:var(--white)}.scroll-top-btn{display:flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;cursor:pointer;position:fixed;right:10vw;z-index:3;border-radius:.625rem;background:rgba(30,57,103,.106);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);transition:all .2s ease-in-out;opacity:0;transform:translateY(100%);bottom:0}@media(max-width:1000px){.scroll-top-btn{right:9vw}}@media(max-width:833px){.scroll-top-btn{width:3.5rem;height:3.5rem;right:8vw}}@media(max-width:656px){.scroll-top-btn{width:3rem;height:3rem;right:6vw}.scroll-top-btn svg{width:75%}}.scroll-top-btn .icon{display:flex;justify-content:center;align-items:center}.scroll-top-btn svg path{transition:all .2s ease-in-out}.scroll-top-btn:hover{background:var(--primary-hover)}.scroll-top-btn:hover svg{transform:scale(.9)}.scroll-top-btn:hover svg path{fill:var(--white)}.sh-btn-float{opacity:1;transform:translateY(0);bottom:4.5rem}@media(max-width:656px){.sh-btn-float{bottom:2rem}}@media(max-height:656px){.sh-btn-float{bottom:2rem}}.dark .scroll-top-btn{background:rgba(160,168,183,.11)}.dark .scroll-top-btn:hover{background:var(--primary)}.floating-btns{display:flex;flex-direction:row;height:3.8rem;position:fixed;right:10vw;z-index:10;bottom:4.5rem;animation:show-up 3s forwards}@media(max-width:833px){.floating-btns{z-index:11}}.floating-btns-hide{display:none;pointer-events:none;opacity:0}@keyframes show-up{0%{opacity:0}to{opacity:1}}.card_test{display:flex;justify-content:center;align-items:center;border-radius:.9rem;overflow:hidden}@media(max-width:1000px){.card_test{min-width:15rem;height:15rem}}@media(max-width:833px){.card_test{min-width:14rem;height:14rem}}@media(max-width:656px){.card_test{min-width:13rem;height:13rem}}@media(prefers-color-scheme:light){:root{--primary:#c90f23;--black:#1a1a1a;--white:#fff;--grey:#787777;--grey-dark:#4d4d4d;--secondary:#140103;--black-light:#212529;--tertiary:#fae7e9;--grey-light:#a5b0c2;--grey-blue:#ccc;--disabled:#9e9e9e;--info:#007aff;--danger:#ff3b30;--success:#28cd41;--primary-hover:#e31128;--secondary-btn-hover:#e3112a12;--input-bg:#fff;--base-color:#fae7e9;--shine-color:#fff}}@media(prefers-color-scheme:dark){:root{--primary:#c90f23;--black:#1a1a1a;--white:#fff;--grey:#9e9e9e;--grey-dark:#4d4d4d;--black-light:#212529;--secondary:#140103;--tertiary:#fae7e9;--grey-light:#a5b0c2;--grey-blue:#ccc;--body-layer-bg:linear-gradient(124deg,#1a1a1a,#300408,#050505,#4d060d);--disabled:#9e9e9e;--info:#007aff;--danger:#ff3b30;--success:#28cd41;--primary-hover:#e31128;--secondary-btn-hover:#ffffff1a;--input-bg:#090505;--base-color:#3c040a;--shine-color:#280307}}.light{--primary:#c90f23;--black:#1a1a1a;--white:#fff;--grey:#787777;--grey-dark:#4d4d4d;--secondary:#140103;--black-light:#212529;--tertiary:#fae7e9;--grey-light:#a5b0c2;--grey-blue:#ccc;--disabled:#9e9e9e;--info:#007aff;--danger:#ff3b30;--success:#28cd41;--primary-hover:#e31128;--secondary-btn-hover:#e3112a12;--input-bg:#fff;--base-color:#fae7e9;--shine-color:#fff}.dark{--primary:#c90f23;--black:#1a1a1a;--white:#fff;--grey:#9e9e9e;--grey-dark:#4d4d4d;--black-light:#212529;--secondary:#140103;--tertiary:#fae7e9;--grey-light:#a5b0c2;--grey-blue:#ccc;--body-layer-bg:linear-gradient(124deg,#1a1a1a,#300408,#050505,#4d060d);--disabled:#9e9e9e;--info:#007aff;--danger:#ff3b30;--success:#28cd41;--primary-hover:#e31128;--secondary-btn-hover:#ffffff1a;--input-bg:#090505;--base-color:#3c040a;--shine-color:#280307}:root{--max-width-layout:1000px;--font-subtitle:1rem;--font-body:0.875rem;--font-button:0.875rem;--font-caption:0.688rem;scroll-behavior:smooth;position:relative;--max-width-layout-bigger:1080px}*{box-sizing:border-box}:focus-visible{outline:2px solid var(--primary);border-radius:.2rem}body{margin:0;padding:0;overflow-x:hidden;scroll-behavior:smooth;background:#fff}.unscrollable{overflow:hidden}::-moz-selection{background-color:var(--black);color:#fff}::selection{background-color:var(--black);color:#fff}::-webkit-scrollbar{-webkit-appearance:none;appearance:none;width:3px;height:2px;position:absolute;opacity:0}::-webkit-scrollbar-track{-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;background-color:var(--white);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}::-webkit-scrollbar-thumb{background-color:var(--disabled);border-radius:1rem}.dark ::-webkit-scrollbar-track{background-color:#1c0f0f}h1{font-size:1.75rem;font-weight:700}h1,h2{font-family:var(--font-wesker)}h2{font-size:1.25rem;font-weight:500}button{font-size:var(--font-button);-webkit-user-select:none;-moz-user-select:none;user-select:none}a,button{font-family:var(--font-lf)}a{text-decoration:none}p{margin-block:0}#body-layer{width:100vw;z-index:-1;position:fixed;left:0;opacity:0;top:0;transition:opacity .3s ease-in-out;background:var(--body-layer-bg)}.dark #body-layer{opacity:1}.dark body{background:#300408}.skeleton{overflow:hidden;position:relative;background:var(--base-color)}.skeleton:before{content:"";position:absolute;left:20%;transform:rotate(71deg) translateX(-65%);top:0;width:120%;height:900%;background-image:linear-gradient(90deg,var(--base-color) 0,var(--shine-color) 2rem,var(--base-color) 80px);background-size:300% 600%;animation:shine-lines 2.2s linear infinite}@keyframes shine-lines{0%{background-position:45%}50%,to{background-position:-50%}}@font-face{font-family:__Libre_Franklin_85f7e4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/09f6c2baa931b883.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Libre_Franklin_85f7e4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6b4fe0bff7871930.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Libre_Franklin_85f7e4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/064ea76c844b54f3.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Libre_Franklin_85f7e4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b0fde133b3c9bd9c.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Libre_Franklin_85f7e4;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/92daa4d0098aa288.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}.__className_85f7e4{font-family:__Libre_Franklin_85f7e4;font-style:normal}.__variable_85f7e4{--font-lf:"__Libre_Franklin_85f7e4"}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/f6331fca81746ec1-s.p.otf) format("opentype");font-display:swap;font-weight:950;font-style:normal}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/c2a305772f6fee50-s.p.otf) format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/ecdd4bfbe4908d2f-s.p.otf) format("opentype");font-display:swap;font-weight:450;font-style:normal}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/50c524f173ab8c25-s.p.otf) format("opentype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/15a38f595d4a20fa-s.p.otf) format("opentype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/3c6008c88472cde7-s.p.otf) format("opentype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__wesker_2590b9;src:url(/_next/static/media/df4a122067579e88-s.p.otf) format("opentype");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:__wesker_Fallback_2590b9;src:local("Arial");ascent-override:68.32%;descent-override:22.77%;line-gap-override:9.11%;size-adjust:109.78%}.__className_2590b9{font-family:__wesker_2590b9,__wesker_Fallback_2590b9}.__variable_2590b9{--font-wesker:"__wesker_2590b9","__wesker_Fallback_2590b9"}