@font-face {
    font-family: 'Effra';
    src: url('../font/Effra_Light.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    font-weight: 300;
}

@font-face {
    font-family: 'Effra';
    src: url('../font/Effra_Regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    font-weight: 400;
}

@font-face {
    font-family: 'Effra';
    src: url('../font/Effra_Medium.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    font-weight: 600;
}

@font-face {
    font-family: 'Effra';
    src: url('../font/Effra_Bold.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    font-weight: 700;
}

@font-face {
    font-family: 'Alegre';
    src: url('../font/AlegreSans-Regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

:root {
    --service_provider_2022_font_size: 1vw;
    --service_provider_2022_line_height: 1.8vw;
}

.service_provider_2022_footer_copyrights {
    width: 100%;
    position: relative;
    padding: 20px 0;
    text-align: center;
    background-color: #efefef;
}

.service_provider_2022_footer_copyrights .service_provider_2022_footer_logo {
    width: 17vw;
    position: relative;
}

.service_provider_2022_footer_copyrights_text {
    padding: 0 0 10px 0;
    margin: 0;
    font: 400 var(--majestic_default_font_size) 'Effra';
    color: #8a8c8e;
    text-align: center;
}

#service_provider_2022_request_price_click {
    font: 400 2.2vmax 'Condiment', cursive;
    cursor: pointer;
    color: #f7901f;
}

.service_provider_2022_footer_request_site {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999999;
    display: block;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.service_provider_2022_footer_request_site.service_provider_2022_request_close {
    animation-name: request_site_close;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.service_provider_2022_footer_request_site.service_provider_2022_request_open {
    animation-name: request_site_open;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes request_site_open {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes request_site_close {
    0% {
        width: 100%;
        height: 100%;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 0;
        height: 0;
    }
}

.service_provider_2022_request_site_container {
    width: 70%;
    position: relative;
    max-height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 20px;
}

.service_provider_2022_request_site_logo_and_close {
    width: 100%;
    position: relative;
}

.service_provider_2022_request_site_logo {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.service_provider_2022_request_site_logo_img {
    max-width: 30%;
    position: relative;
    margin: 0 auto;
}

.service_provider_2022_request_site_close {
    width: 2vmax;
    height: 2vmax;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.service_provider_2022_request_site_close_line {
    width: 100%;
    background-color: #000;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transition: all 1s ease-in-out;
}

#service_provider_2022_request_site_close_line_mob_menu_1 {
    transform: rotate(-45deg);
}

#service_provider_2022_request_site_close_line_mob_menu_2 {
    transform: rotate(45deg);
}

.service_provider_2022_request_site_subtitle {
    width: 100%;
    position: relative;
    text-align: center;
    font: 300 2.5vmax 'Alegre';
    margin: 0;
    padding: 5px 0 0 0;
}

.service_provider_2022_request_site_subtitle2 {
    width: 100%;
    position: relative;
    text-align: center;
    font: 300 1.5vmax 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 5px 0 0 0;
}

.service_provider_2022_request_site_form {
    width: 95%;
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.service_provider_2022_request_site_form_input {
    flex: 0 1 49%;
    position: relative;
    margin: 0 0 15px 0;
}

.service_provider_2022_request_site_form_input_item {
    width: calc(100% - 20px);
    padding: 15px 0px 15px 20px;
    height: 100%;
    font: 400 1vmax/1vmax 'Effra';
    position: relative;
    margin: 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #333;
    outline: none;
    background-color: #fafafa;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.service_provider_2022_request_site_form_label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 50%;
    font: 400 1vmax/1vmax 'Effra';
    transform: translateY(-50%);
    transition: 0.2s all ease-in-out;
    color: #333;
}

.service_provider_2022_request_site_form_input input:focus~.service_provider_2022_request_site_form_label,
.service_provider_2022_request_site_form_input input:not(:placeholder-shown)~.service_provider_2022_request_site_form_label {
    top: 8px;
    left: 20px;
    font: 400 0.6vmax/0.6vmax 'Effra';
    color: #999;
    opacity: 1;
    transition: 0.2s all ease-in-out;
}


/*-----------------------------------------CUSTOM SELECT-----------------------------------------------------*/


/* The container must be positioned relative: */

.service_provider_2022_request_site_form_input.service_provider_2022_request_select {
    position: relative;
    font-family: 'Effra';
}

.service_provider_2022_request_site_form_input.service_provider_2022_request_select select {
    display: none;
    /*hide original SELECT element: */
}

.service_provider_2022_request_site_form_input .select-selected {
    background-color: transparent;
}


/* Style the arrow inside the select element: */

.service_provider_2022_request_site_form_input .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}


/* Point the arrow upwards when the select box is open (active): */

.service_provider_2022_request_site_form_input .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
}


/* style the items (options), including the selected item: */

.service_provider_2022_request_site_form_input .select-items div {
    border: none;
    color: #000;
    padding: 15px 16px;
    cursor: pointer;
    font: 400 1vmax/1vmax 'Effra';
}

.service_provider_2022_request_site_form_input .select-selected {
    color: #000;
    padding: 15px 0px 15px 20px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    font: 400 1vmax/1vmax 'Effra';
    background-color: #fafafa;
    border-radius: 5px;
}


/* Style items (options): */

.service_provider_2022_request_site_form_input .select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    overflow-y: auto;
    max-height: 300px;
}


/* Hide the items when the select box is closed: */

.service_provider_2022_request_site_form_input .select-hide {
    display: none;
}

.service_provider_2022_request_site_form_input .select-items div:hover,
.service_provider_2022_request_site_form_input .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


/* ------------------------------------------------END CUSTOM SELECT----------------------------------- */

.service_provider_2022_request_site_recapcha {
    width: 30%;
    position: relative;
    margin: 0 auto;
}

.service_provider_2022_request_site_recapcha_img {
    width: 100%;
    position: relative;
}

.service_provider_2022_request_site_button {
    width: 100%;
    position: relative;
    text-align: center;
}

.service_provider_2022_request_site_button_item {
    padding: 10px 25px;
    margin: 20px 0 0 0;
    font: 600 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Alegre';
    letter-spacing: 2px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.service_provider_2022_request_site_button_item:hover {
    background-color: #a0814c;
    color: #fff;
    transition: 0.2s all ease-in-out;
}

@media screen and (orientation: portrait) and (max-width: 500px) {
     :root {
        --service_provider_2022_font_size: 5vw;
        --service_provider_2022_line_height: 6.6vw;
    }
    .service_provider_2022_footer_copyrights .service_provider_2022_footer_logo {
        width: 40vw;
        position: relative;
    }
    #service_provider_2022_request_price_click {
        font: 400 4.2vmax 'Condiment', cursive;
    }
    /*--------------------------END FLEXIBOOK FOOTER----------------------*/
    /*--------------------------SUBSCRIBE FOOTER----------------------*/
    .service_provider_2022_footer_subscribe_email_input_outer_container {
        display: flex;
        flex-direction: column;
    }
    .service_provider_2022_footer_check_boxes_recaptcha {
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
    }
    .service_provider_2022_footer_subscribe_email {
        width: 95%;
        align-items: stretch;
    }
    .service_provider_2022_footer_check_boxes_container_text {
        font: 400 1.9vmax 'Effra';
        text-align: center;
    }
    .engine_2021_privacy_check,
    .engine_2021_gdpr_check {
        top: -2px;
    }
    /*---------------------------REQUEST SITE----------------------*/
    .service_provider_2022_request_site_container {
        width: 100%;
        max-height: 100%;
        position: relative;
        border-radius: 0px;
    }
    .service_provider_2022_request_site_close {
        width: 3vmax;
        height: 3vmax;
    }
    .service_provider_2022_request_site_subtitle {
        font: 300 3.5vmax 'Alegre';
    }
    .service_provider_2022_request_site_subtitle2 {
        font: 300 2.5vmax 'Alegreya Sans', sans-serif;
    }
    .service_provider_2022_request_site_form_input_item {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-items div {
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_label,
    .service_provider_2022_request_site_form_input .select-items div {
        font: 400 1.5vmax/1.5vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input input:focus~.service_provider_2022_request_site_form_label,
    .service_provider_2022_request_site_form_input input:not(:placeholder-shown)~.service_provider_2022_request_site_form_label {
        font: 400 1.2vmax/1.2vmax 'Effra';
    }
    /*--------------------------END REQUEST SITE----------------------*/
}

@media screen and (orientation: landscape) and (max-width: 900px) {
     :root {
        --service_provider_2022_font_size: 2.4vw;
        --service_provider_2022_line_height: 2.9vw;
    }
    .service_provider_2022_footer_copyrights .service_provider_2022_footer_logo {
        width: 40vw;
        position: relative;
    }
    #service_provider_2022_request_price_click {
        font: 400 4.2vmax 'Condiment', cursive;
    }
    /*--------------------------END FLEXIBOOK FOOTER----------------------*/
    /*--------------------------SUBSCRIBE FOOTER----------------------*/
    .service_provider_2022_footer_subscribe_email_input_outer_container {
        display: flex;
        flex-direction: column;
    }
    .service_provider_2022_footer_check_boxes_recaptcha {
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
    }
    .service_provider_2022_footer_subscribe_email {
        width: 95%;
        align-items: stretch;
    }
    .service_provider_2022_footer_check_boxes_container_text {
        font: 400 1.9vmax 'Effra';
        text-align: center;
    }
    .engine_2021_privacy_check,
    .engine_2021_gdpr_check {
        top: -2px;
    }
    /*---------------------------REQUEST SITE----------------------*/
    /*--------------------------REQUEST SITE----------------------*/
    .service_provider_2022_request_site_container {
        width: 100%;
        max-height: 100%;
        position: relative;
        border-radius: 0px;
    }
    .service_provider_2022_request_site_close {
        width: 3vmax;
        height: 3vmax;
    }
    .service_provider_2022_request_site_subtitle {
        font: 300 3.5vmax 'Alegreya Sans', sans-serif;
    }
    .service_provider_2022_request_site_subtitle2 {
        font: 300 2.5vmax 'Alegre';
    }
    .service_provider_2022_request_site_form_input_item {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-items div {
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_label {
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input input:focus~.service_provider_2022_request_site_form_label,
    .service_provider_2022_request_site_form_input input:not(:placeholder-shown)~.service_provider_2022_request_site_form_label {
        font: 400 1.2vmax/1.2vmax 'Effra';
    }
    /*--------------------------END REQUEST SITE----------------------*/
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1150px) {
     :root {
        --service_provider_2022_font_size: 3.0vw;
        --service_provider_2022_line_height: 4.6vw;
    }
    .service_provider_2022_footer_copyrights .service_provider_2022_footer_logo {
        width: 25vw;
        position: relative;
    }
    #service_provider_2022_request_price_click {
        font: 400 4.2vmax 'Condiment', cursive;
    }
    /*--------------------------END FLEXIBOOK FOOTER----------------------*/
    /*--------------------------SUBSCRIBE FOOTER----------------------*/
    .service_provider_2022_footer_subscribe_email_input_outer_container {
        display: flex;
        flex-direction: column;
    }
    .service_provider_2022_footer_check_boxes_recaptcha {
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
    }
    .service_provider_2022_footer_subscribe_email {
        width: 95%;
        align-items: stretch;
    }
    .service_provider_2022_footer_check_boxes_container_text {
        font: 400 1.9vmax 'Effra';
        text-align: center;
    }
    .engine_2021_privacy_check,
    .engine_2021_gdpr_check {
        top: -2px;
    }
    /*---------------------------REQUEST SITE----------------------*/
    .service_provider_2022_request_site_container {
        width: 100%;
        max-height: 100%;
        position: relative;
        border-radius: 0px;
    }
    .service_provider_2022_request_site_close {
        width: 3vmax;
        height: 3vmax;
    }
    .service_provider_2022_request_site_subtitle {
        font: 300 3.5vmax 'Alegre';
    }
    .service_provider_2022_request_site_subtitle2 {
        font: 300 2.5vmax 'Alegreya Sans', sans-serif;
    }
    .service_provider_2022_request_site_form_input_item {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-items div {
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_label,
    .service_provider_2022_request_site_form_input .select-items div {
        font: 400 1.5vmax/1.5vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input input:focus~.service_provider_2022_request_site_form_label,
    .service_provider_2022_request_site_form_input input:not(:placeholder-shown)~.service_provider_2022_request_site_form_label {
        font: 400 1.2vmax/1.2vmax 'Effra';
    }
    /*--------------------------END REQUEST SITE----------------------*/
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1150px) {
     :root {
        --service_provider_2022_font_size: 2.1vw;
        --service_provider_2022_line_height: 2.8vw;
    }
    .service_provider_2022_footer_copyrights .service_provider_2022_footer_logo {
        width: 40vw;
        position: relative;
    }
    #service_provider_2022_request_price_click {
        font: 400 4.2vmax 'Condiment', cursive;
    }
    /*--------------------------END FLEXIBOOK FOOTER----------------------*/
    /*--------------------------SUBSCRIBE FOOTER----------------------*/
    .service_provider_2022_footer_subscribe_email_input_outer_container {
        display: flex;
        flex-direction: column;
    }
    .service_provider_2022_footer_check_boxes_recaptcha {
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
    }
    .service_provider_2022_footer_subscribe_email {
        width: 95%;
        align-items: stretch;
    }
    .service_provider_2022_footer_check_boxes_container_text {
        font: 400 1.9vmax 'Effra';
        text-align: center;
    }
    .engine_2021_privacy_check,
    .engine_2021_gdpr_check {
        top: -2px;
    }
    /*---------------------------REQUEST SITE----------------------*/
    /*--------------------------REQUEST SITE----------------------*/
    .service_provider_2022_request_site_container {
        width: 100%;
        max-height: 100%;
        position: relative;
        border-radius: 0px;
    }
    .service_provider_2022_request_site_close {
        width: 3vmax;
        height: 3vmax;
    }
    .service_provider_2022_request_site_subtitle {
        font: 300 3.5vmax 'Alegreya Sans', sans-serif;
    }
    .service_provider_2022_request_site_subtitle2 {
        font: 300 2.5vmax 'Alegre';
    }
    .service_provider_2022_request_site_form_input_item {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-items div {
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_label {
        font: 400 2vmax/2vmax 'Effra';
    }
    .service_provider_2022_request_site_form_input input:focus~.service_provider_2022_request_site_form_label,
    .service_provider_2022_request_site_form_input input:not(:placeholder-shown)~.service_provider_2022_request_site_form_label {
        font: 400 1.2vmax/1.2vmax 'Effra';
    }
    /*--------------------------END REQUEST SITE----------------------*/
}