.elementor-kit-26{--e-global-color-primary:#001B3A;--e-global-color-secondary:#F7941D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-645822a:#0B2747;--e-global-typography-primary-font-family:"Rethink Sans";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:77px;--e-global-typography-secondary-font-family:"Rethink Sans";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:58px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:26px;}.elementor-kit-26 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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 *//* =========================================
   GLOBAL RESPONSIVE CSS
   Elementor Website
   ========================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}


/* =========================================
   IMAGES
   ========================================= */

img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   CONTAINERS
   ========================================= */

.elementor-section,
.elementor-container,
.elementor-element {
    max-width: 100%;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .elementor-container {
        width: 100%;
    }

    .elementor-widget-heading h1,
    .elementor-widget-heading h2,
    .elementor-widget-heading h3 {
        word-wrap: break-word;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .elementor-section {
        width: 100%;
        max-width: 100%;
    }

    .elementor-container {
        width: 100%;
        max-width: 100%;
    }

    /* Headings */
    h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    h3 {
        font-size: 23px;
        line-height: 1.3;
    }

    /* Paragraph */
    p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Images */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Buttons */
    .elementor-button {
        max-width: 100%;
        white-space: normal;
    }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    p {
        font-size: 14px;
    }

}/* End custom CSS */