.elementor-kit-15 {
    --e-global-color-primary: #E0ED6D;
    --e-global-color-secondary: #554C4C;
    --e-global-color-text: #222222;
    --e-global-color-accent: #D8D8D8;
    --e-global-color-ae82e7e: #FFFFFF;
    --e-global-typography-primary-font-family: "Oswald";
    --e-global-typography-primary-font-size: 35px;
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-primary-line-height: 45px;
    --e-global-typography-secondary-font-family: "Oswald";
    --e-global-typography-secondary-font-size: 18px;
    --e-global-typography-secondary-font-weight: 600;
    --e-global-typography-secondary-line-height: 28px;
    --e-global-typography-text-font-family: "Oswald";
    --e-global-typography-text-font-size: 18px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 28px;
    --e-global-typography-accent-font-family: "Oswald";
    --e-global-typography-accent-font-size: 16px;
    --e-global-typography-accent-font-weight: 400;
    --e-global-typography-accent-line-height: 26px;
}

.elementor-kit-15 h2 {
    font-family: "Oswald", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}

.elementor-kit-15 h3 {
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.elementor-kit-15 h4 {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.elementor-kit-15 h5 {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.elementor-kit-15 h6 {
    font-family: "Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1280px;
}

.e-con {
    --container-max-width: 1280px;
    --container-default-padding-top: 10px;
    --container-default-padding-right: 10px;
    --container-default-padding-bottom: 10px;
    --container-default-padding-left: 10px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 10px;
}

.elementor-element {
    --widgets-spacing: 10px 10px;
    --widgets-spacing-row: 10px;
    --widgets-spacing-column: 10px;
}

{}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-kit-15 {
        --e-global-typography-primary-font-size: 25px;
        --e-global-typography-primary-line-height: 35px;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }
    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-15 h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }
    .e-con {
        --container-max-width: 767px;
    }
}