:root{--color-primary:#91b503;--color-secondary:#03b5b5;--color-secondary-dark:#028383;--color-gray-light:#c2c2c2;--color-gray:#8f8f8f;--color-gray-dark:#5c5c5c;--color-black:#242828;--color-success:#53c71a;--color-info:#1990ff;--color-warning:#faae14;--color-danger:#ff5254;--container-max-width:82rem;--border-radius-small:0.15rem;--border-radius-large:0.5rem;--font-family-base:"Titillium Web",sans-serif;--font-family-heading:"Titillium Web",cursive;--line-height-base:1.75;--line-height-heading:1.1;--heading-scale:1.414;--transition-duration:0.15s;--transition-timing-function:ease}@media(prefers-reduced-motion:reduce){:root{--transition-duration:0}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::inner-spin-button,[type=number]::outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::search-decoration{-webkit-appearance:none;appearance:none}::file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{box-sizing:border-box}*,:after,:before{box-sizing:inherit}::selection{-webkit-text-fill-color:currentcolor;background-color:var(--color-secondary);color:#fff}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html[lang=cz] .header__lang-switcher a[hreflang=cz],html[lang=de] .header__lang-switcher a[hreflang=de],html[lang=en] .header__lang-switcher a[hreflang=en],html[lang=hu] .header__lang-switcher a[hreflang=hu],html[lang=sk] .header__lang-switcher a[hreflang=sk],html[lang=ua] .header__lang-switcher a[hreflang=ua]{font-weight:700}body{background-color:#fff;color:var(--color-gray-dark)}a{color:var(--color-primary);text-decoration:underline;transition:color var(--transition-duration) var(--transition-timing-function)}a:focus,a:hover{color:var(--color-primary-dark);text-decoration:none}.screen-reader-response,.screen-reader-text,.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.skip-link{background-color:var(--color-primary);border-radius:var(--border-radius-large);box-shadow:0 0 25px rgba(0,0,0,.2);color:#fff;display:inline-block;font-size:.9375rem;font-weight:700;left:2rem;padding:.5rem 1rem;position:fixed;top:-100px}.skip-link:focus{color:#fff;top:2rem;z-index:10}:root{font-size:100%}body{font-family:var(--font-family-base);font-size:1.0378rem;line-height:var(--line-height-base)}h1,h2,h3,h4,h5,h6{color:var(--color-black);font-weight:700;line-height:var(--line-height-heading)}h1{font-size:calc(var(--heading-scale)*1.75*1rem)}h2{font-size:calc(var(--heading-scale)*1.15*1rem)}h3{font-size:calc(var(--heading-scale)*.85*1rem)}h4{font-size:calc(var(--heading-scale)/2*1rem)}h5{font-size:calc(var(--heading-scale)/3*1rem)}h6{font-size:calc(var(--heading-scale)/4*1rem)}.btn{--padding-x:1.1em;--padding-y:0.8em;align-items:center;border:0;border-radius:var(--border-radius-large);display:inline-flex;font-family:var(--font-family-header);font-size:1.1rem;font-weight:700;line-height:1.3;min-height:2.5rem;padding:var(--padding-y) var(--padding-x);text-decoration:none;transition:background-color var(--transition-duration) var(--transition-timing-function),color var(--transition-duration) var(--transition-timing-function);-webkit-user-select:none;-ms-user-select:none;user-select:none}@media(min-width:48rem){.btn{font-size:1.3rem}}.btn--primary{background-color:var(--color-secondary);color:#fff}.btn--primary:active,.btn--primary:focus,.btn--primary:hover{background-color:var(--color-secondary-dark);color:#fff}.btn--icon:focus .icon,.btn--icon:hover .icon{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.btn--icon .icon{height:1.6rem;margin-right:.75rem;opacity:.5;transition:-webkit-transform .5s var(--transition-timing-function);transition:transform .5s var(--transition-timing-function);transition:transform .5s var(--transition-timing-function),-webkit-transform .5s var(--transition-timing-function);width:1.6rem}@media(prefers-reduced-motion:reduce){.btn--icon .icon{transition:0}}@media(min-width:48rem){.btn--icon .icon{height:2rem;width:2rem}}.btn--disabled,.btn:disabled{opacity:.5;pointer-events:none}.header{background-color:var(--theme-color-bg);position:relative;z-index:10}.header__container{margin-left:auto;margin-right:auto;max-width:var(--container-max-width,82rem);width:calc(100% - 2.5rem)}@media(min-width:48rem){.header__container{width:calc(100% - 3rem)}}@media(min-width:64rem){.header__container{width:calc(100% - 4rem)}}.header__inner{align-items:center;display:flex;height:5rem;justify-content:space-between}@media(min-width:64rem){.header__inner{height:6rem}}.header__left{bottom:-1rem;display:flex;flex-direction:column;position:relative}.header__lang-switcher{align-items:center;display:flex;list-style:none;margin:.5rem 0 0;padding:0}.header__lang-switcher>li+li{margin-left:.75rem}.header__lang-switcher a{color:rgba(255,255,255,.85);text-decoration:none}.header__lang-switcher a:hover{color:#fff}.header__lang-switcher a[aria-current=page]{color:#fff;font-weight:700}.header__right{align-items:center;display:flex}.header__logo{align-items:center;display:inline-flex;height:2rem;text-decoration:none}.header__logo img{height:100%;width:auto}.header .more-link{align-items:center;background-color:rgba(0,0,0,.05);border-radius:var(--border-radius-large);color:#fff;display:none;font-weight:700;height:2.4rem;padding:0 .8em;text-decoration:none;text-transform:uppercase;transition:background-color var(--transition-duration) var(--transition-timing-function)}@media(min-width:48rem){.header .more-link{display:inline-flex}}.header .more-link:active,.header .more-link:focus,.header .more-link:hover{background-color:rgba(0,0,0,.1)}.header .more-link svg{height:1.1rem;margin-left:.5rem;width:1.1rem}.header__socials{align-items:center;display:flex;margin-left:.75rem}.header__socials>*+*{color:var(--color-primary-light);margin-left:.75rem}.header__social{align-items:center;background-color:var(--color-primary-dark);background-color:rgba(0,0,0,.05);border-radius:var(--border-radius-large);display:inline-flex;height:2.4rem;justify-content:center;transition:background-color var(--transition-duration) var(--transition-timing-function);width:2.4rem}.header__social:active,.header__social:focus,.header__social:hover{background-color:var(--color-primary);background-color:rgba(0,0,0,.1)}.header__social svg{color:#fff;height:1.1rem;width:1.1rem}.hero-wrapper{background-size:cover;min-height:100vh;position:relative}.hero-wrapper:before{background-color:var(--color-primary);bottom:0;content:"";left:0;opacity:.7;position:absolute;right:0;top:0;z-index:1}.hero-wrapper__background{bottom:0;left:0;position:absolute!important;right:0;top:0}.hero-wrapper--post,.hero-wrapper--post .hero__inner{height:auto}.hero{background-color:var(--theme-color-bg);position:relative;z-index:10}.hero__container{margin-left:auto;margin-right:auto;max-width:var(--container-max-width,82rem);width:calc(100% - 2.5rem)}@media(min-width:48rem){.hero__container{width:calc(100% - 3rem)}}@media(min-width:64rem){.hero__container{width:calc(100% - 4rem)}}.hero__inner{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 5rem)}@media(min-width:64rem){.hero__inner{min-height:calc(100vh - 6rem)}}.hero__level{background-color:var(--color-secondary);border-radius:var(--border-radius-small);color:#fff;font-weight:700;padding:.2em .8em;text-transform:uppercase}.hero__caption{align-items:center;display:flex;flex-direction:column;margin:6rem 0 10rem;max-width:70rem;text-align:center}.hero__title{color:#fff;font-size:clamp(2rem,4vw,4rem);margin:1rem 0;text-shadow:0 0 5rem rgba(0,0,0,.2)}.hero__description{color:#fff;font-size:clamp(1.1rem,4vw,1.3rem);margin:0 auto;max-width:50rem;text-shadow:0 0 2rem rgba(0,0,0,.2)}.hero__description>*{margin:0}.hero__description>*+*{margin-top:1rem}.hero__btn{margin-top:1.5rem}.social-sharing{border-bottom:1px solid rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.2rem;line-height:1.4;margin-top:2rem;padding:1rem 0}.social-sharing a{color:#fff;text-decoration:underline}.related-post,.social-sharing a:focus,.social-sharing a:hover{text-decoration:none}.related-post{align-items:center;background-color:#fff;border-radius:var(--border-radius-large);box-shadow:0 0 2rem rgba(0,0,0,.2);display:inline-flex;margin:2rem 0 1rem;max-width:30rem;text-align:left}.related-post__thumbnail{border-radius:var(--border-radius-large) 0 0 var(--border-radius-large);height:8rem;width:8rem}.related-post__caption{padding:.2rem 1.3rem;width:calc(100% - 8rem)}.related-post__title{font-family:var(--font-family-base);font-size:clamp(1rem,4vw,1.2rem);font-weight:700}.testimonial{background-color:var(--theme-color-bg);text-align:center}.testimonial__container{margin-left:auto;margin-right:auto;max-width:var(--container-max-width,82rem);width:calc(100% - 2.5rem)}@media(min-width:48rem){.testimonial__container{width:calc(100% - 3rem)}}@media(min-width:64rem){.testimonial__container{width:calc(100% - 4rem)}}.testimonial__inner{align-items:center;display:flex;flex-direction:column;padding:4rem 0;position:relative}.testimonial__title{font-size:calc(var(--heading-scale)*1.15*1rem);margin:0}.testimonial p{margin:1rem 0 .75rem;max-width:60ch}.footer{background-color:var(--theme-color-bg);border-top:1px solid rgba(0,0,0,.05)}.footer__container{margin-left:auto;margin-right:auto;max-width:var(--container-max-width,82rem);width:calc(100% - 2.5rem)}@media(min-width:48rem){.footer__container{width:calc(100% - 3rem)}}@media(min-width:64rem){.footer__container{width:calc(100% - 4rem)}}.footer__inner{align-items:center;display:flex;flex-direction:column;padding:6rem 0;position:relative}.footer__logo{display:inline-flex;height:1.5rem}.footer__logo img{height:100%;width:auto}.footer__navigation{display:flex;font-family:var(--font-family-cursive);list-style:none;margin:1rem 0 0;padding:0}.footer__navigation>li{margin:0 1rem}.footer__navigation a{color:var(--color-gray-dark);text-decoration:none}.footer__navigation a:active,.footer__navigation a:focus,.footer__navigation a:hover,.footer__navigation a[aria-current=page]{text-decoration:underline}.footer__copyright{font-family:var(--font-family-cursive);margin:1rem 0 0}.szechenyi-2020{bottom:0;height:100px;position:fixed;right:0;width:auto;z-index:200}@media(min-width:80rem){.szechenyi-2020{height:150px}}