@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap";.home-presentation{background-image:url(/assets/background-D0mU2vLy.jpg);background-position:50%;background-size:cover;align-items:center;width:100vw;height:100dvh;display:flex}.home-presentation-content{justify-content:space-between;align-items:center;width:100%;padding:0 30px;display:flex}.home-presentation-left-content h1{letter-spacing:-3px;font-size:4rem;font-weight:400;line-height:1.2}.home-presentation-left-content div{gap:10px;margin-top:15px;display:flex}.home-presentation-left-content div a{color:var(--gray-color-1);transition:var(--transition);background:#0b0b0b;border:1px solid #1e1e1e;border-radius:50px;padding:7px 15px;font-size:.9rem;font-weight:500;display:flex}.home-presentation-left-content div a:hover{background:var(--hover-2)}.home-presentation-left-content div a.active{background:var(--light-color);color:var(--black)}.home-presentation-left-content div a.active:hover{background:#c4c4c4}.home-presentation-right-content{flex-direction:column;gap:15px;display:flex}.home-presentation-right-content article{width:350px;height:20px;transition:var(--transition);cursor:default;display:flex;overflow:hidden}.home-presentation-right-content article:hover{height:80px}.home-presentation-right-content article:hover h1 span{opacity:1}.home-presentation-right-content article h1{text-transform:uppercase;letter-spacing:2px;font-size:1rem;font-weight:600}.home-presentation-right-content article h1 span{opacity:0;pointer-events:none;text-transform:lowercase;color:var(--gray-color-2);font-size:.85rem;font-weight:400}.error-main{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex}.error-main img{width:100px;display:flex}.error-main h1{letter-spacing:-1px;color:var(--gray-color-1);margin-top:50px;font-family:Libre Baskerville,serif;font-size:2.2rem;font-weight:400}.error-main p{color:var(--gray-color-2);margin-top:5px;font-size:1rem;font-weight:400}.error-main a{background:var(--light-color);color:var(--black);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;margin-top:25px;padding:8px 15px;font-size:.85rem;font-weight:500;display:flex}.error-main a:hover{transform:scale(1.02)}@media (width<780px){.error-main{overflow:hidden}.error-main h1{font-size:1.7rem}.error-main p{text-align:center;font-size:.9rem}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;gap:0;margin:0;padding:0;text-decoration:none}:root{--light-color:#f5f5f5;--gray-color-1:#dadada;--gray-color-2:#969696;--gray-color-3:#767676;--gray-color-4:#545454;--black:#000;--hover-2:#151515;--background:#000;--transition:all .2s ease}body{background:var(--background);color:var(--light-color);font-family:Poppins,sans-serif;display:flex;overflow-x:hidden}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-thumb{cursor:pointer;background:#101010;border-radius:20px}body::-webkit-scrollbar-thumb:hover{background:#232323}.header-main{z-index:2;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100vw;height:60px;padding:0 20px;display:flex;position:fixed;top:0;left:0}.header-main.scrolled{background:#000;border-color:#232323}.header-main img{height:25px;display:flex}.header-left{align-items:center;gap:30px;display:flex}.header-left nav{gap:25px;display:flex}.header-left nav a{color:var(--gray-color-2);align-items:center;gap:5px;font-size:.85rem;font-weight:400;display:flex}.header-left nav a:hover{color:var(--light-color)}.header-right{gap:10px;display:flex}.header-right a{height:30px;color:var(--gray-color-1);transition:var(--transition);background:#0b0b0b;border:1px solid #1e1e1e;border-radius:6px;justify-content:center;align-items:center;padding:0 10px;font-size:.85rem;font-weight:500;display:flex}.header-right a:hover{background:var(--hover-2)}.header-right a.active{background:var(--light-color);color:var(--black);border-color:#0000}.header-right a.active:hover{background:#c4c4c4}
