.elementor-kit-5 {
    --e-global-color-primary: #0b6fb3;
    --e-global-color-secondary: #ffffff;
    --e-global-color-text: #1B1B1B;
    --e-global-color-accent: #DA1F2D;
    --e-global-color-b2140ac: #014882;;
    --e-global-color-adff349: #F2F2F2;
    --e-global-color-4da706a: #B5B5B5;
    --e-global-color-primary-orange: #0e256e;
    --e-global-color-primary-red:#DA1F2D;
    --e-global-typography-primary-font-family: "sofia-pro";
    --e-global-typography-primary-font-size: 16px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-primary-line-height: 1.3em;
    --e-global-typography-secondary-font-family: "Raleway";
    --e-global-typography-secondary-font-weight: 900;
    --e-global-typography-secondary-line-height: 1.1em;
    --e-global-typography-text-font-family: "sofia-pro";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 1.3em;
    --e-global-typography-accent-font-family: "sofia-pro";
    --e-global-typography-accent-font-size: 14px;
    --e-global-typography-accent-font-weight: 400;
    --e-global-typography-accent-line-height: 1em;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
}

.elementor-kit-5 a {
    color: var(--e-global-color-primary);
}

.elementor-kit-5 h1 {
    color: var(--e-global-color-primary);
    font-family: "Raleway", Sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-kit-5 h2 {
    color: #0f1a65#DA1F2D;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-kit-5 h3 {
    color: #0f1a65;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-kit-5 h4 {
    color: #0f1a65;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-kit-5 h5 {
    color: #0f1a65;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-kit-5 h6 {
    color: #1B1B1B;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-kit-5 button,
.elementor-kit-5 input[type="button"],
.elementor-kit-5 input[type="submit"],
.elementor-kit-5 .elementor-button {
    font-family: "sofia-pro", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    color: var(--e-global-color-b2140ac);
    background-color: #5ed1ff;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 16px 12px 16px;
}

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

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

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

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

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

@media(max-width:1024px) {
    .elementor-kit-5 {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-kit-5 h1 {
        font-size: 32px;
    }

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

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

@media(max-width:767px) {
    .elementor-kit-5 {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

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

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