@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css";@font-face{font-family:Inter;src:url(../../../fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype")}:root{--header: #f5f5f5;--header-logo: #333333;--header-logo-sec: linear-gradient(130deg, #e33016, #aa6ff7, #6ed3f7);--header-logo-hover: #e33016;--nav-links: #333333;--nav-links-hover: #e33016;--color-background: #eeeeee;--color-middleground: #f5f5f5;--color-title: #222;--color-title-secondary: #e33016;--color-text: #2b2b2b;--color-text-secondary: #6ed3f7;--color-subtext: #333333;--color-foreground: #222;--color-dark-title: #f5f5f5;--color-dark-title-secondary: #6ed3f7;--color-dark-text: #ffffff;--color-dark-text-secondary: #6ed3f7;--color-dark-subtext: #bbbbbb;--font-size-title: 96px;--font-size-subtitle: 48px;--font-size-text: 18px;--font-size-subtext: 14px;--footer: #333333;--footer-logo: #e0e0e0;--footer-logo-sec: #e33016;--footer-logo-hover: #e33016;--footer-text: #ffffff;--font-family: "Inter", sans-serif}.hidden{display:none}header{box-sizing:border-box;width:100%;max-width:100dvw;height:80px;max-height:80px;background-color:var(--header);position:fixed;justify-content:space-between;top:0;right:0;left:0;padding:25px 0;z-index:101;will-change:transform;transition:transform .3s ease-in-out}.header--visible{transform:translateY(0)}.header--hidden{transform:translateY(-100%)}.header__container{display:flex;justify-content:space-between;align-items:center;margin:0 50px;min-height:30px}.header__logo,.footer__logo{font-size:24px;font-weight:800;font-family:var(--font-family);text-decoration:none;transition:color .2s ease-in-out}.header__logo{color:var(--header-logo)}.header__logo:hover{color:var(--header-logo-hover)}.header__logo--sec{background:var(--header-logo-sec);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.nav{display:flex;gap:20px}.nav__link{text-decoration:none;font-family:var(--font-family);color:var(--nav-links);cursor:pointer;transition:transform .2s,color .2s}.nav__link:hover{color:var(--nav-links-hover)}@media(max-width:768px){.nav{display:none}}@media(min-width:768px){.nav--mobile__toggle{display:none;cursor:pointer}}.nav--mobile{position:fixed;top:80px;left:0;right:0;height:auto;background:var(--color-background);display:block;transform:translateY(calc(-100vh + 80px));transition:transform .3s ease;z-index:10}.nav--mobile__list{display:flex;flex-direction:column;padding:30px;gap:20px}.nav--mobile--open{transform:translateY(0)}.heading__container{width:100%;max-width:100dvw;height:30dvh;max-height:30dvh;margin:0;padding:0;position:relative;overflow:hidden}.heading{position:absolute;inset:0}.heading img{width:100%;height:100%;object-fit:cover;object-position:center}.heading__overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:#0000008f}.heading__text{position:absolute;z-index:2;padding:1rem 10rem;bottom:0;left:0}.heading__text h1{font-size:4rem;font-weight:800;margin:0;padding:0;color:var(--color-dark-title)}.heading__text p{font-size:20px;font-weight:500;margin:0;padding:0;color:var(--color-dark-text)}@media screen and (max-width:768px){.heading__text{margin:0;padding:1rem 2rem}.heading__text h1{font-size:2.5rem}.heading__text p{font-size:14px}}.loading-screen{top:0;left:0;width:100vw;background-color:var(--color-background);display:flex;justify-content:center;align-items:center;z-index:0;opacity:0;transition:opacity .6s ease-in-out}.loading-screen--full{position:fixed;height:100vh;z-index:999;opacity:1}.loading-screen__image{width:200px;height:auto}footer{width:100%;max-width:100dvw;background-color:var(--footer);margin:0}.footer__container{display:flex;flex-direction:column;justify-content:center;padding:50px}.footer__logo{color:transparent;max-width:fit-content;padding-bottom:20px;transition:color .2s ease-in-out}.footer__logo--sec{background:var(--footer-logo-sec);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.footer__logo:hover{color:var(--footer-logo-hover)}.footer__container p{color:var(--footer-text);font-family:var(--font-family);font-size:14px;line-height:1.5;margin:0;padding:0}.footer__container a{color:var(--footer-text);text-decoration:none}.footer__container strong{font-weight:800}body{margin:0;padding:0}body::-webkit-scrollbar{display:none}main h1{margin:0}main{width:100%;max-width:100dvw;min-height:100vh;background-color:var(--color-background);box-sizing:border-box;font-family:var(--font-family);color:var(--color-subtext);-ms-overflow-style:none;scrollbar-width:none}.main--with-header{margin-top:80px}.main--without-header{margin-top:0}.main--bypass-header{margin-top:0!important}h1,h2,h3,h4,h5,h6,a,p{text-decoration:none;margin:0;padding:0}.hero{height:100svh;width:100%;position:relative;overflow:hidden}.slide--main{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.slide--main.active{opacity:1;z-index:0}.slide--main img{width:100%;height:auto;object-fit:contain;transform:scale(1.2);transition:transform 6s ease}@media screen and (max-aspect-ratio:4/3){.slide--main img{width:auto;height:100%;object-fit:contain;transform:translate(-0%) scale(1.2);transition:transform 6s ease}}.slide--main__overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:radial-gradient(ellipse at bottom,#00000000 0%,#00000013 40%,var(--color-foreground) 100%)}.slide--main__overlay__text{position:absolute;bottom:5%;left:5%;z-index:2}.slide--main__overlay__text h1{font-size:96px;font-weight:800;color:var(--color-dark-title);margin-bottom:0}.slide--main__overlay__text p{font-size:24px;font-weight:500;color:var(--color-dark-text);transform:translate(10px)}@media screen and (max-width:768px){.slide--main__overlay__text h1{font-size:48px}.slide--main__overlay__text p{font-size:16px;transform:translate(5px)}}.slide--main__overlay__text h1,.slide--main__overlay__text p{opacity:1;z-index:2;text-align:left}
