h1,h2,h3{font-weight:700;font-family:syne,sans-serif}h1 span,h2 span,h3 span{color:#fdd400;font-weight:400}h1{font-size:3rem}@media screen and (max-width:998px){h1{font-size:2.75rem}}@media screen and (max-width:767px){h1{font-size:2.5rem}}h2{font-size:2.75rem}@media screen and (max-width:767px){h2{font-size:2.25rem}}h3{font-size:1.67rem}*{box-sizing:border-box}html{font-size:20px;scroll-behavior:smooth;overflow-x:hidden}@media screen and (max-width:998px){html{font-size:18px}}@media screen and (max-width:767px){html{font-size:16px}}body{font-family:sofia-pro,sans-serif;font-weight:300;line-height:1.5;min-width:300px;overflow-x:clip;background-color:#000}body.freeze{overflow:hidden;width:100%;height:100%;position:fixed}.heading{padding: 0 7rem;}body>footer,body>header,section{padding-inline:7rem}@media screen and (max-width:1276px){body>footer,body>header,section{padding-inline:2rem}}@media screen and (max-width:480px){body>footer,body>header,section{padding-inline:1rem}}@media screen and (min-width:calc(1600px + (7rem * 2))){body>footer,body>header,section,.heading{padding-inline:calc((100% - 1600px)/2)}}button{text-transform:uppercase;padding:.8rem 0;width:fit-content;border:2px solid;border-left:10px solid;margin-block:1rem;cursor:pointer;transition:all .25s ease-in-out}button a{width:100%;height:100%;margin:0;padding:.9rem;z-index:9}button>a{width:100%;height:100%;margin:0;padding:.9rem;z-index:9;position:relative;overflow:hidden}button>a:after{content:'';position:absolute;top:1.24px;left:0;width:100%;height:calc(100% - 2px);z-index:-2}@media screen and (max-width:480px){button>a:after{height:calc(100% - 3px)}}button>a:before{content:'';position:absolute;bottom:0;left:0;width:0%;height:100%;z-index:-1;transition:all .25s ease-in-out}button>a:hover:before{width:100%}.bg-black{background-color:#000;color:#fff}.bg-black button{border-color:#fdd400}.bg-black button>a{color:#fff}.bg-black button>a:after{background-color:#000}.bg-black button>a:before{background-color:#fdd400}.bg-white{background-color:#fff;color:#000}.bg-white button{border-color:#fdd400}.bg-white button>a{color:#fdd400}.bg-white button>a:after{background-color:#fff}.bg-white button>a:before{background-color:#fdd400}.bg-white button>a:hover{color:#fff}.bg-blue{background-color:#fdd400;color:#fff}.bg-blue button{border-color:#2a3a40}.bg-blue button>a{color:#2a3a40}.bg-blue button>a:after{background-color:#fff}.bg-blue button>a:before{background-color:#2a3a40}.bg-blue button>a:hover{color:#fff}.bg-light-gray{background-color:#e1e1df;color:#000}.bg-light-gray button{border-color:#2a3a40}.bg-light-gray button>a{color:#2a3a40}.bg-light-gray button>a:after{background-color:#fff}.bg-light-gray button>a:before{background-color:#2a3a40}.bg-light-gray button>a:hover{color:#fff}.bg-dark-gray{background-color:#2a3a40;color:#fff}h1,h2,h3,h4{line-height:1;margin-bottom:1rem;font-weight:700;white-space:pre-line}h4{text-transform:uppercase}strong{font-weight:700}em{font-style:italic}p{margin-bottom:1rem}p:last-of-type{margin-bottom:0}nav ul{list-style-type:none}span,p{font-weight:300}a{text-decoration:none;color:inherit}figure img{width:100%}.tx-yellow{color:#fdd400}.anim{animation:none;visibility:hidden}@media screen and (max-width:767px){.anim{visibility:visible}}.running{visibility:visible;animation-fill-mode:forwards;animation-duration:1s}.tiret{background-color:#fdd400;height:5px;width:25px;display:inline-block;margin-right:1rem;margin-bottom:.2rem}@media screen and (max-width:480px){.tiret{height:4px;width:15px;margin-right:.5rem}}body>header{position:absolute;width:100%;top:0;z-index:99999;align-items:center;flex-wrap:wrap;padding-block:1rem}body>header .top-nav{display:flex;justify-content:end;align-items:center;border-bottom:2px solid #fdd400;padding-bottom:.5rem;margin-bottom:1rem;position:relative;z-index:99999}body>header .top-nav .socials{display:flex;gap:1rem;margin-right:1rem;font-size:.9rem}body>header .top-nav .socials a:hover{color:#fdd400}body>header .top-nav .lang{text-transform:uppercase}body>header .top-nav .lang:hover{color:#fdd400}body>header .bot-nav{display:flex;justify-content:space-between;align-items:center}body>header .bot-nav .brand{margin-right:5rem}body>header .bot-nav .brand img{width:100%; max-width: 350px;}@media screen and (max-width:767px){body>header .bot-nav .brand{position:relative;z-index:99999;width:200px}}body>header .bot-nav nav{background-color:unset;display:flex;justify-content:space-between;align-items:center;position:relative;gap:1.5rem;width:100%;max-width:600px}@media screen and (max-width:1440px){body>header .bot-nav nav{gap:1rem}}body>header .bot-nav nav a{color:#fff;text-decoration:none;white-space:nowrap;transition:color .25s ease-in-out}body>header .bot-nav nav a:hover{color:#fdd400}body>header .bot-nav nav a.active-link{position:relative}body>header .bot-nav nav a.active-link::after{content:"";width:100%;position:absolute;bottom:0;left:0;height:2px;border-radius:1px;background-color:#fdd400}@media screen and (max-width:767px){body>header .bot-nav nav a.active-link::after{background-color:#fff}}@media screen and (max-width:767px){body>header .bot-nav nav{background-color: #000;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:fixed;top:0;left:0;width:100vw;max-width:100vw;height:100vh;padding:10rem 2rem 0;transform:translateX(100vw);transition:transform 250ms ease-in-out;z-index:50}body>header .bot-nav nav.active{transform:translateX(0);padding-top:200px}body>header .bot-nav nav.active::after{content:none}body>header .bot-nav nav a{font-size:1.3rem;margin-bottom:1.5rem}}@media screen and (max-width:350px){body>header .bot-nav nav{padding-top:8.75rem}body>header .bot-nav nav a{font-size:1rem}}body>header .bot-nav .burger-menu{display:none;z-index:99999;width:30px;height:18px;justify-content:space-between;flex-direction:column;cursor:pointer}@media screen and (max-width:767px){body>header .bot-nav .burger-menu{display:flex}}body>header .bot-nav .burger-menu span{width:100%;background-color:#fff;height:2px;transition:transform .25s ease-in-out}body>header .bot-nav .burger-menu.active span:nth-child(1){transform:translateY(7px)rotate(45deg)}body>header .bot-nav .burger-menu.active span:nth-child(2){transform:scale(0)}body>header .bot-nav .burger-menu.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}body>footer .top-footer{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding-top:4rem;padding-bottom:2rem;justify-content:center}@media screen and (max-width:936px){body>footer .top-footer{justify-content:start;grid-template-columns:1fr;grid-row-gap:3rem;padding-bottom:4rem;text-align:center}}body>footer a{color:#fff;text-decoration:none}body>footer a:hover{color:#fdd400;transition:all .25s ease-in-out}body>footer .brand-block{max-width:360px}body>footer .brand-block img{width:100%}@media screen and (max-width:936px){body>footer .brand-block{margin:0 auto}}body>footer nav{max-width:350px}@media screen and (max-width:936px){body>footer nav{max-width:unset}}body>footer nav header{font-weight:700;font-size:1.1rem;margin-bottom:.8rem;text-transform:uppercase}@media screen and (max-width:936px){body>footer nav header{line-height:1;font-size:1.2rem;margin-bottom:1rem}}body>footer nav p{margin-bottom:.5rem}body>footer nav .capitalize{text-transform:capitalize}body>footer nav.coords a br{display:none}@media screen and (max-width:936px){body>footer nav.coords a br{display:block}}body>footer nav:not(:first-of-type){border-left:2px solid #fdd400;padding-bottom:6rem;padding-left:3rem}@media screen and (max-width:1230px){body>footer nav:not(:first-of-type){padding-left:1rem}}@media screen and (max-width:936px){body>footer nav:not(:first-of-type){border:none;padding-left:0;padding-bottom:0}}.legal{display:flex;align-items:center;justify-content:space-between;font-size:.9rem}@media screen and (max-width:936px){.legal{flex-direction:column;flex-wrap:nowrap;text-align:center;padding-top:2rem;padding-bottom:2rem;border-top:2px solid #fdd400}.legal p{margin-bottom:.5rem}}.legal a{margin-block:.5rem}.legal a:hover{color:#fdd400}@media screen and (max-width:936px){.legal .socials{margin-top:1rem}}.legal .socials i{font-size:22px;margin-right:.5rem}.legal .socials a:last-of-type i{margin-right:0}