.elementor-kit-6 {
    --e-global-color-primary: #334A73;
    --e-global-color-secondary: #EA3959;
    --e-global-color-text: #29416B;
    --e-global-color-accent: #EDFF21;
    --e-global-color-05fda1c: #76787B;
    --e-global-color-e5dedae: #7D94B7;
    --e-global-color-da56098: #DEE8F7;
    --e-global-color-70074f4: #F2F5FA;
    --e-global-color-9c8a604: #FFFFFF;
    --e-global-color-a257b32: #E7E9ED;
    --e-global-typography-primary-font-family: "Inter";
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-secondary-font-family: "Inter";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Inter";
    --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: "Inter";
    --e-global-typography-accent-font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
}

.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);
}

@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;
    }
}