.elementor-kit-23{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#3688B9;--e-global-color-text:#5B5B5B;--e-global-color-accent:#1D5C8B;--e-global-color-686dd3b:#000000;--e-global-color-ddea52c:#252525;--e-global-color-66a3dda:#565656;--e-global-color-5d9af5c:#999999;--e-global-color-0886326:#D1D1D1;--e-global-color-7815825:#F6F6F6;--e-global-color-482c0a7:#FFFFFF;--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1.5em;--e-global-typography-accent-line-height:1.25em;--e-global-typography-a59d9e9-font-size:3em;--e-global-typography-a59d9e9-font-weight:900;--e-global-typography-a59d9e9-line-height:1em;--e-global-typography-a59d9e9-letter-spacing:-1px;color:var( --e-global-color-text );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-23 button,.elementor-kit-23 input[type="button"],.elementor-kit-23 input[type="submit"],.elementor-kit-23 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-482c0a7 );}.elementor-kit-23 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-23 p{margin-block-end:1em;}.elementor-kit-23 a{color:var( --e-global-color-accent );}.elementor-kit-23 h1{font-size:var( --e-global-typography-a59d9e9-font-size );font-weight:var( --e-global-typography-a59d9e9-font-weight );line-height:var( --e-global-typography-a59d9e9-line-height );letter-spacing:var( --e-global-typography-a59d9e9-letter-spacing );}.elementor-kit-23 h2{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-23 h3{font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-23 h4{font-weight:600;}.elementor-kit-23 h5{font-size:1em;text-transform:uppercase;}.elementor-kit-23 h6{font-size:1em;font-style:italic;}.elementor-kit-23 button:hover,.elementor-kit-23 button:focus,.elementor-kit-23 input[type="button"]:hover,.elementor-kit-23 input[type="button"]:focus,.elementor-kit-23 input[type="submit"]:hover,.elementor-kit-23 input[type="submit"]:focus,.elementor-kit-23 .elementor-button:hover,.elementor-kit-23 .elementor-button:focus{color:var( --e-global-color-482c0a7 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-kit-23{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-23 h1{font-size:var( --e-global-typography-a59d9e9-font-size );line-height:var( --e-global-typography-a59d9e9-line-height );letter-spacing:var( --e-global-typography-a59d9e9-letter-spacing );}.elementor-kit-23 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-23 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-23{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-23 h1{font-size:var( --e-global-typography-a59d9e9-font-size );line-height:var( --e-global-typography-a59d9e9-line-height );letter-spacing:var( --e-global-typography-a59d9e9-letter-spacing );}.elementor-kit-23 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-23 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*teams*/
.down, .up {
  --column-height: 500px;
  --image-height: 300px;
  --row-gap: 10px;
  --num-images: 5;

  height: var(--column-height);
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    black 20%,
    black 80%,
    rgba(0,0,0,0) 100%
  );
}

.scroll-container {
  display: flex;
  flex-direction: column;
}

.up .scroll-container {
  animation: imagescrolling 15s linear infinite alternate;
  animation-delay: -0.1s;
}

.down .scroll-container {
  animation: imagescrolling2 15s linear infinite alternate;
}

.scroll-container img {
  height: var(--image-height);
  width: 100%;
  margin-bottom: var(--row-gap);
  padding: 0;
  object-fit: cover;
}

@keyframes imagescrolling {
  0% { transform: translateY(0); }
  100% {
    transform: translateY(calc(
      -1 * (((var(--image-height) + var(--row-gap)) * var(--num-images)) - var(--column-height))
    ));
  }
}

@keyframes imagescrolling2 {
  0% {
    transform: translateY(calc(
      -1 * (((var(--image-height) + var(--row-gap)) * var(--num-images)) - var(--column-height))
    ));
  }
  100% { transform: translateY(0); }
}/* End custom CSS */