@font-face{font-family:Inter;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;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;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;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;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;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;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;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,Inter Fallback;font-style:normal}:root{--main:#357fd4;--white:#fff}@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,700&display=swap");*{box-sizing:border-box}body,html{overscroll-behavior:none}body{background-color:#ddd;font-family:DM Sans,sans-serif;margin:0;padding:0;font-size:1rem;line-height:1.6;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow-x:hidden;z-index:1}body,h1,h2,h3{color:#333}h1{font-size:1.5em}h1,h2{padding-bottom:1em;padding-top:1em}h2{font-size:1.25em}h3{font-size:1.1em;padding-top:1em}h3,p{padding-bottom:1em}a{text-decoration:none}.logo-mobile{display:inline}.logo-desktop{display:none}@media (min-width:768px){.logo-mobile{display:none}.logo-desktop{display:inline}}.header{position:fixed;width:100%;top:0;z-index:1000}.header,.nav{background-color:#fff}.nav{display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;max-width:100%;padding:0 20px;height:70px;box-shadow:0 3px 20px rgba(159,162,177,.8)}.logo{font-weight:700;font-size:1.5rem;text-decoration:none;color:#000;font-family:DM Sans,sans-serif}.nav-links{display:flex;align-items:center;position:relative}.nav-item{color:#83818c;padding:20px;text-decoration:none;transition:.3s;margin:0 6px;z-index:1;font-family:DM Sans,sans-serif;font-weight:500;position:relative}.nav-item:before{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:5px;background-color:#dfe2ea;border-radius:8px 8px 0 0;opacity:0;transition:.3s}.nav-item:not(.is-active):hover:before{opacity:1;bottom:0}.nav-item:not(.is-active):hover{color:#333}.nav-indicator{position:absolute;left:0;bottom:0;height:5px;transition:.4s;z-index:0;border-radius:8px 8px 0 0}.burger,.user-icon img{width:25px}.burger{display:none;flex-direction:column;justify-content:space-between;height:20px;cursor:pointer}.burger-line{width:100%;height:3px;background-color:#83818c;transition:all .3s ease}.burger.open .burger-line:first-child{transform:translateY(8px) rotate(45deg)}.burger.open .burger-line:nth-child(2){opacity:0}.burger.open .burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:1346px){.nav-links{position:fixed;top:70px;right:0;height:calc(100% - 70px);width:250px;background-color:#fff;flex-direction:column;align-items:flex-start;padding:20px;transform:translateX(100%);transition:transform .3s ease-in-out;box-shadow:-2px 0 5px rgba(0,0,0,.1)}.nav-links.open{transform:translateX(0)}.nav-item{padding:15px 0;margin:0;width:100%}.nav-indicator,.nav-item:before{display:none}.burger{display:flex}}.footer{background-color:var(--white);color:#000;text-align:center;padding:1rem 0;position:relative;bottom:0;width:100%}.footer p{margin:0;font-size:1rem}@media screen and (max-width:768px){.footer{padding:.5rem 0}.footer p{font-size:.9rem}}.kontejnerAuth{align-items:center;justify-content:center;display:flex;flex-direction:column;background-color:var(--white);margin:100px auto;padding:40px;border-radius:10px;max-width:400px;width:90%;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:box-shadow .3s ease-in-out;z-index:100;margin-top:20vh!important}.kontejnerAuth:hover{box-shadow:0 15px 25px rgba(0,0,0,.2)}.kontejnerAuth h1{margin-bottom:20px;font-size:1.5em;color:#000}.kontejnerAuth form{width:100%}.kontejnerAuth label{display:block;margin-bottom:5px;font-weight:700;color:#555}.kontejnerAuth input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ddd;border-radius:5px;transition:border-color .3s ease-in-out}.kontejnerAuth input:focus{border-color:#0070f3;outline:none}.kontejnerAuth button{width:100%;padding:10px;background-color:var(--main);color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease-in-out}.kontejnerAuth button:hover{background-color:#005bb5}.kontejnerAuth p{color:blue;margin-top:-10px;margin-bottom:20px}@media screen and (max-width:768px){.kontejnerKontakt{margin:20px}}main{flex:1 1}.tlacitko{color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;margin-top:1rem}.kontejner{margin:100px auto;padding:50px;max-width:95vw;width:auto}@media screen and (max-width:768px){.kontejner{margin:20px}}.cervenePozadi{background-color:darkred!important}.cervenePozadi:hover{background-color:red!important}@media screen and (max-width:768px){.mensi{font-size:2em!important}.titulek{font-size:1.5em!important}.tlacitko{text-align:center!important}.buildingPicture{border-radius:0 0 100px 100px!important}.mobilKontejner{width:90%!important}}.titulek{font-size:2em;white-space:nowrap}.buildingPicture{border-radius:0 0 200px 200px}.tlacitko a{color:#000;padding:10px;border-radius:8px;transition:.3s;border:1px solid #727272}.tlacitko{text-align:right;white-space:nowrap}.tlacitko a:hover{background-color:#ddd;transition:.3s}.rememberMeContainer label{display:inline-flex!important;align-items:center!important;gap:2em!important;white-space:pre!important}.rememberMeContainer input{scale:2!important;margin-top:1.5em!important}