.elementor-kit-5{--e-global-color-primary:#0170B9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0170B9;--e-global-color-a2d26ad:#324A6D;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.snow-bg {
  position: relative;
  overflow: hidden;
}

.snow-bg:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: 
    url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), 
    url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), 
    url('https://library.elementor.com/resources/christmas-snow-effect/s3.png');
  background-repeat: repeat;
  animation: snow1 15s linear infinite, snow2 25s linear infinite, snow3 35s linear infinite;
}

/* Vrstva 1 – rychlá a malá */
@keyframes snow1 {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 100px 800px, -50px 900px;}
}

/* Vrstva 2 – pomalejší, větší */
@keyframes snow2 {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: -300px 1200px, 200px 1000px, -100px 1100px;}
}

/* Vrstva 3 – nejpomalejší, jemná průhlednost */
@keyframes snow3 {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 400px 1400px, -200px 1200px, 100px 1300px;}
}

/* Přidáme jemnou průhlednost pro realističtější efekt */
.snow-bg:after {
  opacity: 0.8;
}/* End custom CSS */