@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";@font-face{font-family:Ploni;src:url(/fonts/ploni/ploni-normal.ttf);font-weight:400}@font-face{font-family:Ploni;src:url(/fonts/ploni/ploni-medium.ttf);font-weight:500}@font-face{font-family:Ploni;src:url(/fonts/ploni/ploni-bold.ttf);font-weight:700}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--black: #000000;--white: #ffffff;--orange: #ff671b;--light-orange: #ff671bbf;--background: #141413;--light-black: #2e2e2e;--brown: #322226}:root{--header-height: 100px;--footer-height: 157px;--calculated-height: calc(100vh - var(--header-height) - var(--footer-height))}*{box-sizing:border-box;margin:0;padding:0;font-family:Rubik,sans-serif}body{transition:all .25s ease-out;background-color:var(--black)}.loader{animation:rotate 1s ease-in infinite;width:50px;height:50px;border-radius:100%;border-inline:2px solid var(--orange);border-block:2px solid transparent}.loader-container{width:100vw;height:var(--calculated-height);display:flex;justify-content:center;align-items:center}.cookies{display:flex;flex-direction:column;gap:10px}@media(max-width:900px){.cookies{align-items:center}}.cookies__title{font-size:30px;font-weight:700}@media(max-width:900px){.cookies__title{font-size:16px}}.cookies__sub-title{font-size:20px}@media(max-width:900px){.cookies__sub-title{font-size:14px}}.cookies__button{background-color:var(--orange)!important;font-size:20px;border-radius:8px!important;box-shadow:#0000001a 0 8px 15px;font-weight:500}.CookieConsent{background-color:var(--light-black);align-items:center!important}@media(max-width:900px){.CookieConsent{border-start-start-radius:30px;border-start-end-radius:30px}}@media(max-width:900px){.CookieConsent div:nth-child(2){width:100%;display:flex;justify-content:center}}
