.preloader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1000;background-color:#000;animation:fadeIn .8s ease-in}.preloader-wrapper.hidden{animation:fadeOut 1s ease-out;animation-fill-mode:forwards}.preloader-triangle{width:200px;height:200px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.scroll-wrapper{display:flex;flex-direction:row;outline:none;height:100dvh;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;gap:1.5vh}.scroll-wrapper--vertical{height:100dvh;overflow:hidden;gap:0}.scroll-wrapper--vertical>.nav-wrapper--vertical{flex:0 0 auto;align-self:flex-start}.scroll-wrapper--vertical>.about-wrapper{flex:1 1 auto;height:100%;overflow-y:auto}.scroll-wrapper--vertical-mobile{height:max-content;overflow-x:hidden}.scroll-wrapper--home{display:block}.nav-wrapper{background:#000;width:-moz-fit-content;width:fit-content}.nav-wrapper .nav{width:100%;height:100dvh;display:flex;flex:0 0 auto;flex-direction:column;justify-content:space-evenly;padding:3vw;color:#c8c8c8}.nav-wrapper .nav a:hover{color:#fff}.nav-wrapper .nav .logo{display:flex;flex-direction:column;line-height:1em;font-size:clamp(32px,2.2vw,48px);letter-spacing:.04em;font-weight:400;color:#fff}.nav-wrapper .nav-menu-pages{font-size:clamp(28px,1.7vw,32px);font-weight:400;line-height:2em;display:flex;flex-direction:column;gap:1rem}.nav-wrapper .nav-contact{font-weight:400}.nav-wrapper .nav-contact-info{display:flex;flex-direction:column;font-size:clamp(18px,.8vw,20px);line-height:1.1em;letter-spacing:.04em}.nav-wrapper .nav-contact-social{display:flex;gap:1rem;margin-top:1rem;font-size:clamp(24px,1.8vw,28px)}.nav-wrapper--home{position:fixed;background-color:rgba(0,0,0,.5);float:none;z-index:10}.nav-wrapper--vertical{position:-webkit-sticky;position:sticky;top:0;z-index:10;flex:0 0 auto}@media(max-width:768px){.nav-wrapper{width:100%}.nav-wrapper--m{display:none}.nav-wrapper--home{display:flex;flex-direction:column;width:100%}.nav-wrapper .nav{padding:78vh 10vw 40vw;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between;gap:10vh}.nav-wrapper .nav-menu{padding-top:10vh}}@media(max-width:420px){.nav-wrapper .nav{padding:75vh 10vw 12vw}}body{background:#000}.client-layout{opacity:1;pointer-events:auto;max-width:100vw;overflow-x:hidden;overflow-y:auto;height:100dvh;min-height:100dvh;margin:0;padding:0;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-behavior:smooth;scrollbar-color:#444 #101010}.client-layout.client-layout--h{opacity:0!important;pointer-events:none}*{box-sizing:border-box;padding:0;margin:0}body,html{color:#ededed;background:#171717;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}a,ul{text-decoration:none}ol,ul{list-style-type:none}ol{padding-left:25px}ol li,ul li{padding:5px 0}address{font-style:normal}img{user-drag:none;-webkit-user-drag:none}[role=button],[tabindex],a,button,div[onclick],img,input[type=button],input[type=reset],input[type=submit],span[onclick]{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}[role=button]:focus,[tabindex]:focus,a:focus,button:focus,div[onclick]:focus,img:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus,span[onclick]:focus{outline:none}*{-webkit-tap-highlight-color:transparent}