html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body,ul,ol,li,figure,blockquote,dl,dd{margin:0;padding:0}h1,h2,h3,p{margin:0}body{color:#efefef;background-color:#fff;min-height:100%}.site-background{background-image:url("../assets/background.jpg");background-size:cover;background-position:center;box-sizing:border-box;position:fixed;height:100%;width:100%;z-index:-1}.nav{width:50px;height:50px;position:fixed;background:#1d344d;border-radius:25px;left:auto;top:auto;right:6vw;bottom:50px;z-index:10;cursor:pointer;transition:opacity .25s ease}.nav span{background:#fff;border:none;height:4px;width:40%;position:absolute;top:18px;left:30%;transition:all .4s ease;cursor:pointer}.nav span:nth-of-type(2){top:23px}.nav span:nth-of-type(3){top:28px}.nav.open{background-color:#fff}.nav.open span.top-line{transform:translateY(5px) translateX(0) rotate(45deg);background:#1d344d}.nav.open span.middle-line{opacity:0;background:#1d344d}.nav.open span.bottom-line{background:#1d344d;transform:translateY(-5px) translateX(0) rotate(-45deg)}@font-face{font-family:"Default Sans Regular";src:url("../assets/fonts/DefaultSans-Regular.woff2")}@font-face{font-family:"Default Sans Bold";src:url("../assets/fonts/DefaultSans-Bold.woff2")}body{font-family:"Default Sans Bold",system-ui,-apple-system,sans-serif;font-size:16px;letter-spacing:1px;line-height:147%}h1{padding-top:30px;text-transform:uppercase}h2{font-family:"Default Sans Regular",system-ui,-apple-system,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:5px}h3{font-weight:600;line-height:120%}a{color:#fff}a.not-found-landing{color:#efefef}@media(min-width: 800px){h3{font-size:24px}}@media(min-width: 1200px){h3{font-size:32px}}.fs-landing{height:100%;position:fixed;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.fs-landing .logo{max-height:250px;margin:0 20px;text-align:center}.fs-landing .logo img{max-height:100%;max-width:100%}.fs-landing .title{text-align:center;margin:0 20px}.not-found-landing a{color:efefef}#fullscreen-nav{box-sizing:border-box;position:fixed;height:100%;width:100%;top:-100%;left:0;transition:all .4s;background:#1d344d;color:#fff;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:5}#fullscreen-nav .info-collection{margin:0 auto}#fullscreen-nav .info-block{padding:0 20px;margin-bottom:30px}#fullscreen-nav.open{height:100%;top:0;transition:all .4s}
