.elementor-kit-5{--e-global-color-primary:#324093;--e-global-color-secondary:#324093;--e-global-color-text:#324093;--e-global-color-accent:#324093;--e-global-typography-primary-font-family:"Gotham";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gotham Rounded Book";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F4E8C8;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:1000ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:5000ms;--e-preloader-delay:0ms;--e-preloader-width:31%;--e-preloader-max-width:271px;--e-preloader-opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-5 e-page-transition{background-color:#F4E8C8;}@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 */e-page-transition {
    background-color: #F4E8C8;
}
e-page-transition::before {
    content: '';
    position: absolute;
    height: 40px;
    width: 110vw;
    background-image: url('https://lab.germinalbrandonlove.com/thinkinblue/wp-content/uploads/ola-border1-1.svg');
    background-repeat: repeat-x;
    background-size: contain;
    top: 0px;
    left: -5vw;
    background-color: #F4E8C8;
    animation: movelo 4s linear infinite;
}
.e-page-transition--preloader {
    opacity: 1 !important;
}

@keyframes movelo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4vw);
  }
  100% {
    transform: translateX(0);
  }
}/* End custom CSS */