.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-weight:300;font-family:"Barlow", Sans-serif;font-size:23px;font-weight:300;line-height:1.5217em;}.elementor-kit-7 p{margin-bottom:1em;}.elementor-kit-7 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-7 h1{font-size:60px;font-weight:300;line-height:1.4em;}.elementor-kit-7 h2{font-size:40px;font-weight:300;line-height:1.55em;}.elementor-kit-7 h3{font-size:30px;font-weight:300;line-height:1.36667em;}.elementor-kit-7 h4{font-weight:300;}.elementor-kit-7 h5{font-weight:300;}.elementor-kit-7 h6{font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 60px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 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-kit-7{font-size:18px;}.elementor-kit-7 h2{font-size:34px;line-height:1.4em;}.elementor-kit-7 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:15px;}.elementor-kit-7 h2{font-size:25px;line-height:1.4em;}.elementor-kit-7 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-7 span,
.elementor-kit-7 a {
    text-underline-offset: 0.25em;
    text-decoration-thickness: 2px !important;
}

.elementor-kit-7 h1:last-child,
.elementor-kit-7 h2:last-child,
.elementor-kit-7 h3:last-child,
.elementor-kit-7 h4:last-child,
.elementor-kit-7 h5:last-child,
.elementor-kit-7 h6:last-child,
.elementor-kit-7 p:last-child {
    margin: 0;
}


.fadeInLeft {
    animation-name: fadeInLeftCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeInRight {
    animation-name: fadeInRightCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeInUp {
    animation-name: fadeInUpCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeInDown {
    animation-name: fadeInDownCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeIn {
    animation-timing-function: linear !important;
    animation-duration: 1200ms !important;
}

@keyframes fadeInLeftCustom {
    from {
        opacity: 0;
        transform: translateX(-80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}

@keyframes fadeInRightCustom {
    from {
        opacity: 0;
        transform: translateX(80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}


@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translateY(80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

@keyframes fadeInDownCustom {
    from {
        opacity: 0;
        transform: translateY(-80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}/* End custom CSS */