.elementor-kit-6 {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #2C2C2C;
    --e-global-color-text: #262626;
    --e-global-color-accent: #134589;
    --e-global-color-a4a2643: #FFFFFF;
    --e-global-color-4bdf7f2: #F2F8FF;
    --e-global-color-377cf1d: #666666;
    --e-global-color-f060dfb: #D5DFE9;
    --e-global-color-6d24fcf: #16920F;
    --e-global-typography-primary-font-family: "Manrope";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Manrope";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Inter";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Inter";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-a4a2643);
}

.elementor-kit-6 button:hover, .elementor-kit-6 button:focus, .elementor-kit-6 input[type="button"]:hover, .elementor-kit-6 input[type="button"]:focus, .elementor-kit-6 input[type="submit"]:hover, .elementor-kit-6 input[type="submit"]:focus, .elementor-kit-6 .elementor-button:hover, .elementor-kit-6 .elementor-button:focus {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-a4a2643);
}

.elementor-kit-6 e-page-transition {
    background-color: #FFBC7D;
}

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

.e-con {
    --container-max-width: 1250px;
}

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

.elementor-element {
    --widgets-spacing: 20px 20px;
}
h1.entry-title {
    display: var(--page-title-display);
}

.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-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 */
p {
    margin-bottom: 20px
}

/* End custom CSS */