@font-face {
    font-family: "Inter";
    src: url('./Inter.ttf');
}

.elementor-kit-10 {
    --e-global-color-primary: #00CCCC;
    --e-global-color-secondary: #7A7A7A;
    --e-global-color-text: #0D0F0F;
    --e-global-color-accent: #EB4544;
    --e-global-color-6fb2b91: #0D0F0F;
    --e-global-color-7f5b583: #00CCCC;
    --e-global-color-2b049d1: #7A7A7A;
    --e-global-color-2c1bf84: #27A2DB;
    --e-global-color-fea7bd5: #FFFFFF;
    --e-global-typography-primary-font-family: "Inter";
    --e-global-typography-primary-font-size: 42px;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-primary-line-height: 54px;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Inter";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-bc07941-font-family: "Manrope";
    --e-global-typography-bc07941-font-size: 26px;
    --e-global-typography-bc07941-font-weight: 600;
    --e-global-typography-bc07941-line-height: 36px;
    --e-global-typography-572674e-font-family: "Manrope";
    --e-global-typography-572674e-font-size: 14px;
    --e-global-typography-572674e-font-weight: 400;
    --e-global-typography-572674e-line-height: 24px;
    --e-global-typography-440daab-font-family: "Manrope";
    --e-global-typography-440daab-font-size: 21px;
    --e-global-typography-440daab-font-weight: 600;
    --e-global-typography-440daab-line-height: 31px;
    --e-global-typography-7813c3e-font-family: "Inter";
    --e-global-typography-7813c3e-font-size: 16px;
    --e-global-typography-7813c3e-font-weight: 400;
    --e-global-typography-7813c3e-line-height: 160%;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-kit-10 button,
.elementor-kit-10 input[type="button"],
.elementor-kit-10 input[type="submit"],
.elementor-kit-10 .elementor-button {
    background-color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-primary);
    border-radius: 6px 6px 6px 6px;
    padding: 15px 40px 15px 40px;
}

.elementor-kit-10 button:hover,
.elementor-kit-10 button:focus,
.elementor-kit-10 input[type="button"]:hover,
.elementor-kit-10 input[type="button"]:focus,
.elementor-kit-10 input[type="submit"]:hover,
.elementor-kit-10 input[type="submit"]:focus,
.elementor-kit-10 .elementor-button:hover,
.elementor-kit-10 .elementor-button:focus {
    background-color: #0E80C1;
}

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

.elementor-kit-10 p {
    margin-bottom: 1.2em;
}

.elementor-kit-10 h1 {
    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-section.elementor-section-boxed>.elementor-container {
    max-width: 1220px;
}

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

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

.elementor-element {
    --widgets-spacing: 0px 0px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-kit-10 {
        font-size: var(--e-global-typography-text-font-size);
    }

    .elementor-kit-10 h1 {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-kit-10 button,
    .elementor-kit-10 input[type="button"],
    .elementor-kit-10 input[type="submit"],
    .elementor-kit-10 .elementor-button {
        font-size: var(--e-global-typography-text-font-size);
    }

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

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

@media(max-width:767px) {
    .elementor-kit-10 {
        font-size: var(--e-global-typography-text-font-size);
    }

    .elementor-kit-10 h1 {
        font-size: var(--e-global-typography-primary-font-size);
        line-height: var(--e-global-typography-primary-line-height);
    }

    .elementor-kit-10 button,
    .elementor-kit-10 input[type="button"],
    .elementor-kit-10 input[type="submit"],
    .elementor-kit-10 .elementor-button {
        font-size: var(--e-global-typography-text-font-size);
    }

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

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

/* Start custom CSS */
.text_blue {
    color: #16AAFE !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

p {
    margin-top: 0 !important;
}

h1 {
    margin-bottom: 20px !important;
}

h2 {
    margin-bottom: 5px !important;
}

/* End custom CSS */