.elementor-kit-6 {
    --e-global-color-primary: #23A4DD;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #202020;
    --e-global-color-accent: #EF4C69;
    --e-global-color-5a3a78d: #FF8C61;
    --e-global-color-86e3674: #89B0AE;
    --e-global-color-da82760: #333333;
    --e-global-color-e8a49c4: #00000080;
    --e-global-color-dff50a0: #343A40;
    --e-global-color-8c74195: #FFFFFF;
    --e-global-color-e0991bc: #000000;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Manrope";
    --e-global-typography-text-font-size: 20px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-7ff98a4-font-family: "Poppins";
    --e-global-typography-7ff98a4-font-size: 48px;
    --e-global-typography-43e4883-font-family: "Poppins";
    --e-global-typography-43e4883-font-size: 2rem;
    --e-global-typography-43e4883-font-weight: 600;
    --e-global-typography-43e4883-text-transform: none;
    --e-global-typography-43e4883-font-style: normal;
    --e-global-typography-b759d90-font-family: "Poppins";
    --e-global-typography-b759d90-font-size: 1.5rem;
    --e-global-typography-b759d90-font-weight: 600;
    --e-global-typography-b759d90-text-transform: none;
    --e-global-typography-b759d90-font-style: normal;
    --e-global-typography-ab0394b-font-family: "Manrope";
    --e-global-typography-ab0394b-font-size: 16px;
    color: var(--e-global-color-e8a49c4);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-kit-6 h1 {
    color: var(--e-global-color-dff50a0);
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    text-transform: none;
}

.elementor-kit-6 h2 {
    color: var(--e-global-color-dff50a0);
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    text-transform: none;
}

.elementor-kit-6 h3 {
    text-transform: none;
}

.elementor-kit-6 h4 {
    text-transform: none;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    /*max-width: 1300px;*/
    /*max-width: -webkit-fill-available;*/
}

.e-con {
    --container-max-width: 1300px;
}

.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-6 e-page-transition {
    background-color: #FFBC7D;
}

@media(max-width:1024px) {
    .elementor-kit-6 {
        --e-global-typography-text-font-size: 18px;
        --e-global-typography-7ff98a4-font-size: 38px;
        --e-global-typography-43e4883-font-size: 1.6rem;
        --e-global-typography-b759d90-font-size: 1.3rem;
        font-size: var(--e-global-typography-text-font-size);
    }

    .elementor-kit-6 h1 {
        font-size: 38px;
    }

    .elementor-kit-6 h2 {
        font-size: 38px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-6 {
        --e-global-typography-text-font-size: 16px;
        --e-global-typography-7ff98a4-font-size: 28px;
        --e-global-typography-43e4883-font-size: 1.7rem;
        --e-global-typography-b759d90-font-size: 1.2rem;
        --e-global-typography-ab0394b-font-size: 14px;
        font-size: var(--e-global-typography-text-font-size);
    }

    .elementor-kit-6 h1 {
        font-size: 28px;
    }

    .elementor-kit-6 h2 {
        font-size: 28px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}