.elementor-kit-5{--e-global-color-primary:#3C89C9;--e-global-color-secondary:#021B39;--e-global-color-text:#383C42;--e-global-color-accent:#3C89C9;--e-global-typography-primary-font-family:"Titillium Web";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Titillium Web";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Titillium Web";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:37px;--e-global-typography-accent-font-family:"Titillium Web";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1620px;}.e-con{--container-max-width:1620px;}.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-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes heroZoom {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(1);
  }
}

.banner .elementor-background-overlay {
    animation: heroZoom 20s infinite;
}
@media (min-width: 1600px) {
    .banner .title > .elementor-widget-wrap {
        padding-left: max(40px, 50% - 810px) !important;
        width: calc(50% - 810px + 1620px * .64);
    }
}
.banner .content {
    background: linear-gradient(to bottom, transparent 80px, #00000054 120px, #000000b2 150px, #3C89C966 151px, #3C89C9 250px);
}
.banner .text {
    order: 1;
    width: calc(50% - 810px + 1620px * .36);
}
.banner .text .elementor-widget-wrap {
    padding: 40px max(10px, 50vw - 810px) 40px 40px !important;
}
.banner .boxes {
    padding-left: max(10px, 50% - 810px);
    width: calc(50% - 810px + 1620px * .64);
}
.banner .box {
    max-width: 360px;
    padding: 15px 30px 15px 0;
}
.banner .box .elementor-widget-wrap {
        flex-direction: column;
}
.banner .box .elementor-widget-wrap div:last-child {
margin-top: auto;
}

@media (max-width: 1620px) {
    .banner .title > .elementor-widget-wrap,
    .banner .boxes {
        width: 64%;
    }
    .banner .text {
        width: 36%;
    }
}

@media (max-width: 1024px) {
    .banner .title > .elementor-widget-wrap,
    .banner .boxes {
        width: 100%;
    }
    .banner .text {
        width: 100%;
    }
    .banner .text .elementor-widget-wrap {
        padding-left: 10px !important;
    }
    .banner .box {
        max-width: none;
        width: 100%;
        padding: 10px 10px 0 0;
    }
}/* End custom CSS */