:root{--dark:#1d1d1d;--grey-dark:#414141;--light:#fff;--mid:#ededed;--grey:#989898;--gray:#989898;--green:#28a92b;--green-dark:#4e9815;--green-light:#6fb936;--blue:#2c7ad2;--purple:#8d3dae;--red:#c82736;--orange:#e77614;accent-color:var(--green)}*{box-sizing:border-box}*,body{padding:0;margin:0}body{background-color:#111;font-family:Signika Negative,sans-serif,Arial;overscroll-behavior:none;overflow-x:hidden}.header{display:flex;justify-content:center;align-items:center;flex-direction:column}#smooth-content{color:#fff}#smooth-content .home{overflow:visible;width:100%;height:auto}.home .header{padding-top:100px}.home .header h1{margin-bottom:1rem}button{position:relative}.box{width:100px;height:100px;background-color:#28a92b;position:absolute;left:50%;transform:translateX(-50%);z-index:100;line-height:100px;font-size:50px;text-align:center;will-change:transform}.box.active{background-color:red}.box-a{top:200px;background-color:#8d3dae}.box-b{top:600px}.box-c{top:1000px;background-color:#e26c16}.line{visibility:hidden;width:2px;height:4000px;position:absolute;left:400px;top:0;background-color:#777}.title,header .name{color:#fff}.title{text-align:center;font-weight:400;font-size:40px}footer{position:fixed;right:0;bottom:0;padding:6px 10px 10px 12px;border-top-left-radius:26px;z-index:100;background-color:rgba(0,0,0,.5)}.end{position:absolute;top:2400px;transform:translateY(-100%);font-size:30px;color:#fff}button{display:inline-block;outline:none;border:none;background:var(--light);background-image:linear-gradient(180deg,#fff,#f0f0f0);box-shadow:0 1px 0 #414141;color:var(--dark);text-decoration:none;border-radius:4px;padding:12px 25px;font-family:Signika Negative,sans-serif;text-transform:uppercase;font-weight:600;cursor:pointer;line-height:18px}.light button{color:var(--light);background-image:linear-gradient(180deg,#575757,#414141)}button:hover{background:var(--green-light);background-image:linear-gradient(180deg,#57a818,#4d9916);box-shadow:0 1px 0 fefefe;color:#fff}a,button:hover{text-decoration:none}a{color:inherit}@media (prefers-color-scheme:dark){html{color-scheme:dark}}header{width:100%;height:80px;background:rgba(0,0,0,.25);display:flex;justify-content:space-between;align-items:flex-end;position:fixed;top:0;left:0;right:0;z-index:100}header ul{list-style:none;margin:0;padding:0 1rem;display:flex;gap:1rem}header ul li{display:inline-block}header ul a{color:#fff;text-decoration:none;display:block;padding:.5rem 1rem}header .icon{padding-left:1rem}.container{max-width:2500px;margin:0 auto}.spacer{height:100vh}.images{padding-top:0;margin-top:0}.image-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:1rem;grid-row-gap:33.3vh;width:100vw;margin:0 auto;padding-top:1rem}.image-grid .image_cont{position:relative;overflow:hidden;height:80vh;max-height:500px}.image-grid img{position:absolute;width:100%;height:160%;-o-object-fit:cover;object-fit:cover;bottom:0}.image-grid .image_cont:first-child{grid-column:1/-1;grid-row:1;height:95vh}.image-grid .image_cont:nth-child(2){grid-column:2/span 8;grid-row:2;height:60vh}.image-grid .image_cont:nth-child(3){grid-column:4/span 8;grid-row:3;height:60vh}.image-grid .image_cont:nth-child(3) img{-o-object-position:right;object-position:right}.image-grid .image_cont:nth-child(4){grid-column:1/-1;grid-row:4;height:60vh}.image-grid .image_cont:nth-child(5){grid-column:4/span 8;grid-row:5;height:80vh}.image-grid .image_cont:nth-child(6){grid-column:2/span 8;grid-row:6;height:80vh}@media screen and (min-width:1000px){.image-grid .image_cont{max-height:unset}.image-grid .image_cont:nth-child(2){grid-column:2/span 4}.image-grid .image_cont:nth-child(3),.image-grid .image_cont:nth-child(5){grid-column:8/span 4}.image-grid .image_cont:nth-child(6){grid-column:2/span 4}}.overlay{position:fixed;height:100vh;display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:1rem;grid-row-gap:10rem;width:100vw;margin:0 auto;z-index:-1}.overlay div{opacity:.2;border-left:.5px solid #fff;border-right:.5px solid #fff}.password-form{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.password-input{padding:.5rem 1rem;border:1px solid #ccc;border-radius:4px;margin-right:1rem;font-size:1rem}.submit-button{padding:.5rem 1.5rem;background-color:#2c7ad2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.submit-button:hover{background-color:#2468b1}.error-message{color:#c82736;margin-top:1rem}.text-block{padding:2rem;color:#fff;opacity:.9}.text-block h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.text-block p{font-size:1.2rem;line-height:1.6}.text-block.text-left{grid-column:2/span 4;text-align:right;padding-right:3rem}.text-block.text-right{grid-column:8/span 4;text-align:left;padding-left:3rem}@media screen and (min-width:1000px){.text-block.text-left{grid-column:2/span 4}.text-block.text-right{grid-column:8/span 4}}.image-grid .text-block{align-self:center;will-change:transform}.image-grid>:first-child{z-index:2}.image_cont{position:relative;overflow:hidden;will-change:transform;border-radius:8px}.image_cont img{transition:all .3s ease-out;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#smooth-content{transform:none}.smooth-scroll-container{position:relative;width:100%}motion.image_cont{overflow:hidden;will-change:transform}.image_cont img,.image_cont motion.img{transition:all .3s ease-out;will-change:transform}.section-container{display:flex;flex-direction:column;width:100%}.section-full{justify-content:center;position:relative}.section-full,.section-split{min-height:100vh;width:100%;display:flex;align-items:center;padding:2rem 0}.section-split,.section-split.image-right{flex-direction:row}.section-split.image-left{flex-direction:row-reverse}.split-content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.split-image{flex:1;margin:0 2rem}.full-image,.split-image{height:80vh;position:relative;overflow:hidden;border-radius:8px}.full-image{width:90%;margin:0 auto}.full-image img,.split-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.text-content{max-width:80%;margin:0 auto}.text-content h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.text-content p{font-size:1.2rem;line-height:1.6;color:#e0e0e0;margin-bottom:1rem}@media screen and (max-width:768px){.section-split{padding-top:4rem;padding-bottom:4rem;min-height:auto}.section-split,.section-split.image-left,.section-split.image-right{flex-direction:column}.split-content,.split-image{width:95%;margin:1rem auto}.split-image{height:40vh;max-height:400px}.full-image{width:95%;height:60vh}.text-content{max-width:100%;padding:0 1rem}.text-content h2{font-size:2rem;margin-bottom:1rem;text-align:center}.text-content p{font-size:1rem!important;text-align:center}.section-full{min-height:70vh;padding:1rem 0}}@media screen and (max-width:480px){.split-image{height:35vh}.full-image{height:50vh}.text-content h2{font-size:1.7rem}.text-content p{font-size:.9rem!important;letter-spacing:.03em!important}}@media screen and (min-width:769px) and (max-width:1024px){.section-split{padding:3rem 1rem}.split-image{height:60vh;margin:0 1rem}.text-content{max-width:90%}.text-content h2{font-size:2.5rem}.text-content p{font-size:1.1rem!important}}.smooth-scroll-outer{width:100%;min-height:100vh;position:relative}.smooth-scroll-content{width:100%;will-change:transform}.special-announcement{background-color:rgba(0,0,0,.7);padding:2rem;border-radius:8px;border:2px solid gold;box-shadow:0 0 20px rgba(255,215,0,.3)}.special-announcement h2{color:gold;font-size:3.5rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;text-shadow:0 0 10px rgba(255,215,0,.5)}.special-announcement p{color:#fff;font-size:1.3rem;line-height:1.7;font-weight:600;text-transform:uppercase;letter-spacing:1px}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}