@font-face{font-family:Sen;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/sen.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--header-height:4rem;--footer-height:5rem}html{box-sizing:border-box;scroll-behavior:smooth;scroll-snap-type:y mandatory}*,*:before,*:after{box-sizing:inherit}body{font-family:sen,sans-serif;color:#000;padding:0;margin:0}#bg{position:fixed;top:0;left:0}.hero{width:100%}.hero__slide{scroll-snap-align:0;background-color:#e0e1dd;height:100dvh;width:100%;position:relative;scroll-snap-align:start}.hero__background{object-fit:cover;width:100%;height:100%}.hero__background--left{object-position:15% center}.hero__background--right{object-position:75% center}.hero__button{position:absolute;content:"";display:inline-block;width:15px;height:15px;border-right:.2em solid #000;border-top:.2em solid #000;pointer-events:all;cursor:pointer;user-select:none;transition:.3s;left:50%}.hero__button--up{top:10%;transform:translate(-50%,0)rotate(-45deg)}.hero__button--down{bottom:5%;transform:translate(-50%,0)rotate(135deg)}.hero__button:hover{border-color:#415a77}.hero__text{display:flex;height:100%;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;flex-direction:column;position:absolute;top:0;left:0;padding:8em 0 6em}.hero__text p{font-size:3rem;color:#fff;margin:0;text-align:center}@media(min-aspect-ratio:1/1){.hero__text{display:block;top:50%;transform:translate(0,-50%);left:unset;width:unset;height:unset;animation-duration:1s;animation-fill-mode:backwards;animation-play-state:paused;opacity:1}.hero__text--left{right:15%;animation-name:from_right;text-align:right}.hero__text--right{left:15%;animation-name:from_left;text-align:left}.hero__text p{font-size:4rem;text-align:inherit}@keyframes from_right{from{opacity:0;transform:translate(20%,-50%)}}@keyframes from_left{from{opacity:0;transform:translate(-20%,-50%)}}.hero__text--animate{animation-play-state:running}}#main--snap{scroll-snap-align:start}.main{padding:var(--header-height)2em;margin:0 auto;max-width:50em;min-height:calc(100dvh - var(--footer-height))}h1{margin-left:2rem}h2{color:#415a77}p{color:#0d1b2a}footer{display:flex;justify-content:center;flex-direction:column;align-items:center;height:var(--footer-height)}footer ul{margin:0;padding:0;display:flex;gap:1em}footer ul li{list-style:none}nav{position:fixed;top:0;left:0;width:100%;z-index:10;height:var(--header-height)}nav ul{list-style:none;display:flex;gap:2em}a:link,a:visited{color:inherit;text-decoration:none}.employees{display:flex;flex-wrap:wrap;gap:3em;justify-content:space-between}.employe{display:flex;flex-direction:column;max-width:20em;color:#0d1b2a;gap:.5em}.employe img{object-fit:cover;width:15em;height:15em;box-shadow:grey 0 0 2px}.employe__name{font-weight:700}