@keyframes loading{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}*{--primary:#273C91;--secondary:#7D00CE;--text-primary:#000000;--text-secondary:#FFFFFF;--calcHeight:calc(100vh - 120px);font-family:'Heebo',sans-serif;padding:0;margin:0;transition:all .3s;font-size:18px;line-height:1.5}.bold{font-weight:900}#loader_container{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:1000;display:flex;gap:0;flex-direction:column;align-items:center;justify-content:center;color:var(--secondary)}#loader_container::before,#loader_container::after{display:block;content:'';height:120vh;width:60vw;position:fixed;top:0;z-index:-1;background-repeat:no-repeat;background-size:60vw 120%;transition:all ease-in .8s}#loader_container::before{left:0;background-position:0 -10vw;background-image:url('../images/loader-bg-left.webp')}.open#loader_container::before{transform:translateX(-75vw)}#loader_container::after{left:45vw;background-position:0 -10vw;background-image:url('../images/loader-bg-right.webp')}.open#loader_container::after{transform:translateX(75vw)}#loader{display:flex;align-items:center;position:relative;transition:all ease-in .6s;height:400px;width:calc(480px + 180px);animation:loading 2s infinite linear}.open #loader{animation:loading 1s 1 linear;opacity:0}@media screen and (max-width:980px){#loader_left_chevron{border-top:15px solid var(--secondary);border-left:15px solid var(--secondary)}#loader_left_slash{height:15px}#loader_right_chevron{border-top:15px solid var(--secondary);border-right:15px solid var(--secondary)}#loader{height:150px;width:calc((150px * .4) * 3)}#loader_left{width:calc((150px * .4) * 2)}#loader_right{width:calc(150px * .4);height:calc(300px * .4);left:calc((150px * .4) * 2)}#loader_left_chevron{width:calc(150px * .4);height:calc(150px * .4);transform:translateX(12.5px) rotate(-45deg)}#loader_left_slash_container{width:calc(150px * .4);height:calc(300px * .4)}#loader_left_slash{width:calc(300px * .4);bottom:calc(((300px * .4) - 15px)/2);left:30px}#loader_right_chevron{width:calc(150px * .4);height:calc(150px * .4);transform:translateX(-12.5px) rotate(45deg)}}@media screen and (max-width:260px){#loader{height:50px;width:65vw}#loader_left,#loader_right{width:fit-content}#loader_right{left:80px}#loader_left_chevron{width:calc(150px * .2);height:calc(150px * .2)}#loader_left_slash_container{width:fit-content;height:calc(300px * .2)}#loader_left_slash{width:calc(300px * .2);bottom:calc(((300px * .2) - 15px)/2);left:25px}#loader_right_chevron{width:calc(150px * .2);height:calc(150px * .2)}}body{background:var(--text-secondary);width:100%;margin-top:120px}.button.main{display:block;padding:15px 25px;background:var(--primary);color:var(--text-secondary);text-decoration:none;width:fit-content;cursor:pointer}.rounded{border-radius:50px}.button.main:hover{font-weight:600;transform:scale(1.05)}a{color:var(--secondary);text-decoration:none;font-weight:600}a:hover{font-weight:800;color:var(--secondary)}@media screen and (max-width:1024px){.button.main{padding:20px 30px}}@font-face{font-family:'Heebo';src:url('../fonts/heebo.ttf')}h1,.h1{font-size:45px;font-weight:800}h2,.h2{font-size:40px;font-weight:700}h3,.h3{font-size:35px;font-weight:700}h4,.h4{font-size:30px;font-weight:600}h5,.h5{font-size:25px;font-weight:600}h6,.h6{font-size:20px;font-weight:600}@media screen and (max-width:1024px){*{font-size:20px}h1,.h1{font-size:45px}h2,.h2{font-size:40px}h3,.h3{font-size:35px}h4,.h4{font-size:30px}h5,.h5{font-size:25px}h6,.h6{font-size:20px}}body:has(.open){overflow:hidden}#burger{display:none}header{display:flex;align-items:center;justify-content:space-between;padding:20px 50px;width:100vw;height:120px;position:fixed;top:0;left:0;background:#ffffff50;backdrop-filter:blur(25px);z-index:999;box-sizing:border-box}header>a{width:fit-content;display:flex;align-items:center;justify-content:center}#home img{height:80px;width:100%;object-fit:contain}header a{color:var(--text-primary);z-index:2}#menu ul{display:flex;gap:50px;justify-content:space-evenly;width:75vw;list-style-type:none}@media screen and (max-width:1024px){#burger{display:block}#burger img{height:40px;width:100%;aspect-ratio:1/1}#home{width:45vw}#home img{height:60px}#menu{height:0;width:100vw;position:absolute;left:0;top:120px;transform:translateY(200vw);overflow:hidden;background:#ffffff;z-index:-1}#menu li{width:fit-content}#menu.open{height:var(--calcHeight);transform:translateY(0)}#menu ul{flex-direction:column;height:100%;width:100%;justify-content:flex-start;gap:50px;padding:50px 10px;align-items:center}}footer{display:flex;flex-direction:column;padding:0 50px}.footer_container{display:flex;padding:50px 0;gap:20px;height:250px}.footer_column{color:var(--text-primary);display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:flex-start}.footer_container .title{font-size:40px;font-weight:700}.footer_column:not(:has(#footer_logo)){width:calc(35% - 20px)}.footer_column:has(#footer_logo){width:30%;justify-content:center}.footer_container ul{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:30px;list-style-type:none}#footer_logo{height:100%;width:100%;aspect-ratio:1/1}.networks{display:flex;align-items:center;justify-content:center;gap:30px;width:100%}.networks a{display:flex;align-items:center;justify-content:center;background:var(--secondary);padding:10px;border-radius:50%}.networks a:hover{background:var(--primary)}.networks a img{width:30px;height:30px}.cc-nb-okagree,.cc-nb-reject{background:var(--secondary)!important}.cc-nb-text-content,.cc-nb-text-content *{font-size:14px!important}.freeprivacypolicy-com---nb{max-width:none!important}#open_preferences_center{z-index:100;padding:10px 15px;background:var(--text-primary);position:fixed;bottom:5px;left:5px;border-radius:50px;border-bottom-left-radius:0}#open_preferences_center img{margin-bottom:-10px}.legal{border-top:1px solid var(--primary);text-align:center;padding:10px}@media screen and (max-width:1024px){.button{text-align:center}.footer_container{flex-direction:column;height:fit-content;align-items:center;padding:50px}.footer_column{width:100%!important}.cc-nb-text-container{max-height:15vh;overflow-y:scroll;margin:10px 0}.cc-nb-buttons-container{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:center}.cc-nb-buttons-container>button{width:fit-content!important}.cc-nb-main-container{padding:20px!important}#open_preferences_center{width:fit-content}#open_preferences_center img{width:30px;height:30px}}