.elementor-kit-9 {
    --e-global-color-primary: #3E5F90;
    --e-global-color-secondary: #14243B;
    --e-global-color-text: #191C20;
    --e-global-color-accent: #282828;
    --e-global-color-c965af2: #1D2024;
    --e-global-color-84b5c69: #111318;
    --e-global-color-0e9fd18: #F9F9FF;
    --e-global-color-a969a66: #EDEDF4;
    --e-global-color-1fd1f70: #E1E2E9;
    --e-global-color-266e7ff: #F9E860;
    --e-global-color-139f9ef: #37490B;
    --e-global-color-cf0c76a: #00000000;
    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-secondary-font-weight: 700;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Montserrat";
    --e-global-typography-accent-font-weight: 400;
    font-family: "Montserrat", Arial;
    font-size: 0.9rem;
    font-weight: 400;
}

.elementor-kit-9 a {
    font-family: var(--e-global-typography-accent-font-family), Arial;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-kit-9 h1 {
    font-family: "Montserrat", Arial;
    font-weight: 700;
}

.elementor-kit-9 h2 {
    font-family: var(--e-global-typography-primary-font-family), Arial;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-9 h3 {
    font-family: var(--e-global-typography-primary-font-family), Arial;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-9 h4 {
    font-family: var(--e-global-typography-primary-font-family), Arial;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-9 h5 {
    font-family: var(--e-global-typography-primary-font-family), Arial;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-9 h6 {
    font-family: var(--e-global-typography-primary-font-family), Arial;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-9 button,
.elementor-kit-9 input[type="button"],
.elementor-kit-9 input[type="submit"],
.elementor-kit-9 .elementor-button {
    font-family: "Montserrat", Arial;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 0px 0px 0px 0px;
}

.elementor-kit-9 button:hover,
.elementor-kit-9 button:focus,
.elementor-kit-9 input[type="button"]:hover,
.elementor-kit-9 input[type="button"]:focus,
.elementor-kit-9 input[type="submit"]:hover,
.elementor-kit-9 input[type="submit"]:focus,
.elementor-kit-9 .elementor-button:hover,
.elementor-kit-9 .elementor-button:focus {
    color: #FCE74C;
}

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

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

.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-9 e-page-transition { */
/* background-color: #FFBC7D; */
/* } */

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