@font-face{font-family:GothamBold;src:url(/font/GothamBold.ttf);font-style:bold;font-weight:700;font-display:swap}@font-face{font-family:Gotham;src:url(/font/GothamLight.ttf);font-style:normal;font-weight:400;font-display:swap}html{max-height:100vh;max-width:100vw;background-color:#000;overflow:hidden;font-size:62.25%}@media only screen and (max-width:800px){html{min-width:100vw;width:100%;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}}html body{height:100%;width:100%;overflow:hidden;padding:0;margin:0;font-family:Gotham}@media only screen and (max-width:800px){html body{overflow-y:auto}}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.main-grid{display:grid;grid-template-columns:125px fit-content(700px) minmax(600px,auto);max-width:100vw;grid-template-rows:1fr;width:100vw;height:100vh;max-height:100vh;overflow:hidden;grid-template-areas:"left center right"}@media only screen and (max-width:800px){.main-grid{grid-template-areas:"." "center" "right";grid-template-columns:100vw;grid-template-rows:67px fit-content(400px) auto;height:auto;max-height:auto;overflow-y:scroll}}.left{grid-area:left;background-color:#f36d21;display:grid;position:relative;z-index:2}@media only screen and (max-width:800px){.left{position:fixed;top:0;min-width:100vw;width:100%;z-index:6}}.left .line{background-color:#000;width:100px;height:5px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:160px}@media only screen and (max-width:800px){.left .line{height:80%;width:3px;bottom:auto;top:50%;left:85px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.ellipses{position:absolute;left:20px;top:20px;width:15px}@media only screen and (max-width:800px){.ellipses{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);left:auto;right:40px;top:-10px;width:10px}}.square{background-color:#fff;position:absolute;bottom:0;left:0;padding:40px}@media only screen and (max-width:800px){.square{position:relative;bottom:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:0;padding:20px}}.square img{width:50px}@media only screen and (max-width:800px){.square img{width:30px}}.right{position:relative;grid-area:right;background-color:#000;z-index:4;display:flex;justify-content:center;align-items:center;overflow:hidden}@media only screen and (max-width:800px){.right{overflow-y:visible}}.right-img{position:absolute;width:100%;height:100%;object-fit:none;object-position:bottom;z-index:1}.center{grid-area:center;z-index:2;overflow:hidden;background-color:#000;display:flex;pointer-events:all}@media only screen and (max-width:800px){.center{overflow:visible}}.center img{position:absolute;overflow:hidden;object-fit:cover;opacity:0;height:100vh;-webkit-transition:all .3s ease;transition:all .3s ease}.center img:first-child{position:relative;pointer-events:all}@media only screen and (max-width:800px){.center img{width:100%;height:auto;object-fit:cover;object-position:bottom;height:47vh;overflow:visible;overflow-y:hidden;position:relative;display:none}}.center img.visible{opacity:1;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width:800px){.center img.visible{position:relative;display:block}}.contentContainer{z-index:2;align-items:center}.container,.contentContainer{color:#fff;display:flex;justify-content:center}.container{flex-direction:column;align-items:flex-start;height:800px;min-width:360px;margin-left:20px}@media only screen and (max-width:800px){.container{height:auto;padding:20px 0 160px;text-align:center!important}}.container img{max-width:300px;width:100%}@media only screen and (max-width:800px){.container img{width:50vw;align-self:center}}.container h1{margin-top:50px;color:#f36d21;font-size:1.8rem;font-family:GothamBold;text-transform:uppercase;line-height:1.8rem}@media only screen and (max-width:800px){.container h1{font-size:1.3rem;line-height:2rem;width:100%;margin-top:17px}}.container p{max-width:450px;line-height:2.4rem;font-size:1.8rem;font-weight:400;width:100%}@media only screen and (max-width:800px){.container p{font-size:1.4rem;line-height:2rem;padding:0 40px;max-width:100%;margin-top:0}}.container p span{color:#f36d21;font-weight:700}.bigLogo{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.pagination{display:flex;position:absolute;bottom:80px;z-index:6}@media only screen and (max-width:800px){.pagination{position:fixed;bottom:0;justify-content:center;width:100%;padding:10px 0;background-color:#000}}.pagination .dot{display:inline-block;width:18px;height:18px;border-radius:100px;border:2px solid #fff;background:hsla(0,0%,100%,0);margin:20px 2px 0;cursor:pointer;-webkit-transition:.25s cubic-bezier(.85,.18,.19,.83);transition:.25s cubic-bezier(.85,.18,.19,.83)}.pagination .dot.active{width:50px;background-color:#fff}.title{font-size:4rem;line-height:5rem;color:#fff;font-family:GothamBold}@media only screen and (max-width:800px){.title{width:100%;font-size:2.4rem;line-height:3.4rem}}.orangeLine{position:absolute;left:30px;bottom:50px;height:75vh;width:2px;border-radius:4px;background-color:#f36d21;z-index:5}@media only screen and (max-width:800px){.orangeLine{height:75%;bottom:auto;top:0;width:1px}}.orangeLineX{height:2px;width:500px;margin-left:-350px;border-radius:4px;background-color:#f36d21;z-index:10;margin-top:20px;margin-bottom:-20px}@media only screen and (max-width:800px){.orangeLineX{height:1px}}.mobile{display:none}@media only screen and (max-width:800px){.mobile{display:block;margin-top:0;margin-bottom:20px}}.desktop{display:block}@media only screen and (max-width:800px){.desktop{display:none}}.ref{position:absolute;bottom:100px}