.elementor-kit-3436 {
    --e-global-color-primary: #082a9b;
    --e-global-color-secondary: #E6E6E6;
    --e-global-color-text: #707070;
    --e-global-color-accent: #082a9b;
    --e-global-color-93e8335: #161C2D;
    --e-global-typography-primary-font-family: "Open Sans";
    --e-global-typography-primary-font-size: 16px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-secondary-font-family: "Quicksand";
    --e-global-typography-secondary-font-weight: 600;
    --e-global-typography-text-font-family: "Open Sans";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 32px;
    color: var(--e-global-color-text);
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.elementor-kit-3436 button:hover,
.elementor-kit-3436 button:focus,
.elementor-kit-3436 input[type="button"]:hover,
.elementor-kit-3436 input[type="button"]:focus,
.elementor-kit-3436 input[type="submit"]:hover,
.elementor-kit-3436 input[type="submit"]:focus,
.elementor-kit-3436 .elementor-button:hover,
.elementor-kit-3436 .elementor-button:focus {
    box-shadow: 0px 0px 10px 0px #673D85;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1300px;
}

.e-con {
    --container-max-width: 1300px;
    --container-default-padding-top: 0.75rem;
    --container-default-padding-right: 0.75rem;
    --container-default-padding-bottom: 0.75rem;
    --container-default-padding-left: 0.75rem;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 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-kit-3436 h3 {
        line-height: 1.5em;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}