.elementor-kit-6{--e-global-color-primary:#54BCEB;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#54075B;--e-global-color-4d4b7e0:#FFFFFF;--e-global-color-dcc7316:#000000;--e-global-color-715f2fc:#010F62;--e-global-color-a0bf241:#EDF4FF;--e-global-typography-primary-font-family:"Ubuntu Sans";--e-global-typography-primary-font-size:5rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:6rem;--e-global-typography-secondary-font-family:"Ubuntu Sans";--e-global-typography-secondary-font-size:5rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:5rem;--e-global-typography-text-font-family:"Ubuntu Sans";--e-global-typography-text-font-size:3rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:3rem;--e-global-typography-accent-font-family:"Ubuntu Sans";--e-global-typography-accent-font-size:1.5rem;--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Nastavte základní styl pro skrytí obrázků mimo obrazovku */
.image-container {
  position: relative;
  overflow: hidden;
  height: 100vh; /* nebo výška vašeho zobrazení */
}

.image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100vw; /* skryje obrázky vpravo mimo obrazovku */
  transition: right 1s ease-in-out;
}

.active {
  right: 50%;
  transform: translate(50%, -50%);
}

/* CSS Pro slepé */
@media (-webkit-device-pixel-ratio: 1.25) {
:root {
zoom: 0.8;
}}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
    margin-top: 0!important;
}/* End custom CSS */