.elementor-kit-11 {
    --e-global-color-primary: #fa8600;
    --e-global-color-secondary: #2e2e2e;
    --e-global-color-text: #858585;
    --e-global-color-accent: #3e2f1c;
    --e-global-color-624cc9b: #262626;
    --e-global-color-2e696bc: #fff;
    --e-global-color-b870f80: #000;
    --e-global-color-6950a3f: #00000000;

    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-weight: 500;
}

/* Buttons */
.elementor-kit-11 button,
.elementor-kit-11 input[type=button],
.elementor-kit-11 input[type=submit],
.elementor-kit-11 .elementor-button {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-2e696bc);
    border-radius: 25px;
}

.elementor-kit-11 button:hover,
.elementor-kit-11 button:focus,
.elementor-kit-11 input[type=button]:hover,
.elementor-kit-11 input[type=button]:focus,
.elementor-kit-11 input[type=submit]:hover,
.elementor-kit-11 input[type=submit]:focus,
.elementor-kit-11 .elementor-button:hover,
.elementor-kit-11 .elementor-button:focus {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-2e696bc);
}

/* Page transition */
.elementor-kit-11 e-page-transition {
    background-color: #ffbc7d;
}

/* Form fields */
.elementor-kit-11 input:not([type=button]):not([type=submit]),
.elementor-kit-11 textarea,
.elementor-kit-11 .elementor-field-textual {
    font-family: "Roboto", Sans-serif;
}

/* Containers */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
}

.e-con {
    --container-max-width: 1320px;
}

/* Widgets spacing */
.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

/* Page title */
h1.entry-title {
    display: var(--page-title-display);
}

/* Responsive */
@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;
    }
}
