:root {
    --cm_2022_footer_title_font_size: var(--cm_2022_news_title_font);
    --cm_2022_title_font_size: var(--cm_2022_left_right_text_font_size);
    --cm_2022_link_font_size: calc(var(--cm_2022_left_right_text_font_size) - 0.2vmax)/var(--cm_2022_left_right_text_font_size);
    --cm_2022_send_request_button_font_size: 1.3vmax/1.3vmax;
    --cm_2022_footer_phone_font_size: 2.5vmax;
    --cm_2022_footer_menu_sitemap_text: 1.0vmax;
}

.cm_2022_footer {
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
    /* background-color: rgb(12, 12, 12); */
    background-color: #e0dedc;
}

.cm_2022_footer_img_container {
    width: 100%;
    position: relative;
    text-align: center;
    height: 20vh;
    max-height: 250px;
}

.cm_2022_footer_img {
    height: 100%;
    position: relative;
}

.cm_2022_footer_title {
    font: 500 var(--cm_2022_footer_title_font_size) 'EB Garamond', sans-serif;
    color: #861f20;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0px 0;
    width: 90%;
}

.cm_2022_footer_menu {
    width: 80%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    border-top: 1px solid #8a8c8e;
    border-bottom: 1px solid #8a8c8e;
}


/* 
.cm_2022_footer_menu_column {
    flex: 0 1 20%;
    position: relative;
    margin: 0 0 20px 0;
}

.cm_2022_footer_menu_column_item_title {
    padding: 0.3vw 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.cm_2022_footer_menu_column_item {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 0.2vmax 0;
    width: 80%;
}

.cm_2022_footer_menu_column_item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    background-color: #861f20;
    z-index: 0;
    transition: 0.2s all ease-in-out;
}

.cm_2022_footer_menu_column_item:hover::after {
    left: 0;
    transition: 0.2s all ease-in-out;
}

.cm_2022_footer_menu_column_hypelink_title {
    font: 400 var(--cm_2022_title_font_size) 'Open Sans', sans-serif;
    position: relative;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 99999;
    overflow: hidden;
    display: block;
}

.cm_2022_footer_menu_column_hypelink {
    font: 400 var(--cm_2022_link_font_size) 'Effra';
    position: relative;
    color: #8a8c8e;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 998;
    overflow: hidden;
    display: block;
}

.cm_2022_footer_menu_column_item:hover .cm_2022_footer_menu_column_hypelink {
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.cm_2022_footer_menu_column_item:hover .cm_2022_footer_menu_column_hypelink_title {
    color: #fff;
    transition: 0.2s all ease-in-out;
} */

.cm_2022_footer_menu .full_width_menu_2021_container {
    position: relative;
    top: unset;
    width: 100%;
    max-height: unset;
    z-index: 9;
    background-color: none;
    transition: 0.5s all ease-in-out;
    transform: unset;
    right: unset;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
}

.cm_2022_footer_menu .full_width_menu_2021_container_inner {
    width: 90%;
    margin: 0px auto;
    position: relative;
    max-height: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.cm_2022_footer_menu .full_width_menu_2021_item_text>a {
    color: #000;
    font: 300 var(--cm_2022_footer_menu_sitemap_text) 'Effra', sans-serif;
}

.cm_2022_footer_menu .full_width_menu_2021_item_title>a {
    font: 600 calc(var(--cm_2022_footer_menu_sitemap_text) + 0.1vmax) 'Open Sans Condensed', sans-serif;
}

.cm_2022_footer_address .full_width_menu_2021_item_title {
    border: none;
}

.cm_2022_footer_address .full_width_menu_2021_item_title>a {
    font: 600 calc(var(--cm_2022_footer_sitemap_title) + 0.4vmax) 'Open Sans Condensed', sans-serif;
    border: none;
}

.cm_2022_footer_contact_details {
    width: 100%;
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cm_2022_footer_phone_hyperlink {
    font: 400 var(--cm_2022_footer_phone_font_size) 'Open Sans', sans-serif;
    position: relative;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 998;
    overflow: hidden;
    display: block;
}

.cm_2022_footer_contact_details_right_side {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.cm_2022_footer_contact_details_email {
    margin: 10px 0 22px 0;
}

.cm_2022_footer_email_hyperlink {
    font: 400 calc(var(--cm_2022_footer_phone_font_size) - 1.1vmax)/calc(var(--cm_2022_footer_phone_font_size) - 1.1vmax) 'Open Sans', sans-serif;
    position: relative;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 998;
    overflow: hidden;
    display: block;
}

.cm_2022_footer_contact_details_social_media_links {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}

.cm_2022_footer_contact_details_social_media_svg {
    height: 6vh;
    position: relative;
    text-align: center;
    margin: 0 15px;
}

.cm_2022_footer_contact_details_social_media_svg_icon {
    height: 100%;
    position: relative;
    transition: 0.2s all ease-in-out;
}

.cm_2022_footer_contact_details_social_media_svg_icon:hover {
    transform: scale(1.2);
    transition: 0.2s all ease-in-out;
}

.cm_2022_footer_address {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cm_2022_footer_address_item_title {
    font: 400 1vmax 'Open Sans', sans-serif;
    position: relative;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 998;
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
}

.cm_2022_footer_address_item {
    font: 400 1.1vmax 'Effra';
    position: relative;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 998;
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.cm_2022_footer_address_hyperlink {
    font: 400 1.1vmax 'Effra';
    position: relative;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    z-index: 99999;
    overflow: hidden;
}

.cm_2022_footer_copyrights {
    width: 100%;
    position: relative;
    padding: 20px 0;
    text-align: center;
    background-color: #efefef;
}

.cm_2022_footer_copyrights_text {
    padding: 0 0 10px 0;
    margin: 0;
    font: 400 0.7vmax 'Effra';
    color: #8a8c8e;
    text-align: center;
}

#cm_2022_request_price_click {
    font: 400 2.2vmax 'Condiment', cursive;
    cursor: pointer;
    color: #f7901f;
}

.cm_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;
}

.cm_2022_footer_request_site.cm_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;
}

.cm_2022_footer_request_site.cm_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;
    }
}

.cm_2022_request_site_container {
    width: 70%;
    position: relative;
    max-height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 20px;
}

@media screen and (min-width: 1080px) {
    .cm_2022_request_site_container {
        overflow: unset!important;
    }
}

.cm_2022_request_site_logo_and_close {
    width: 100%;
    position: relative;
}

.cm_2022_request_site_logo {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.cm_2022_request_site_logo_img {
    max-width: 30%;
    position: relative;
    margin: 0 auto;
}

.cm_2022_request_site_close {
    width: 2vmax;
    height: 2vmax;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.cm_2022_request_site_close_line {
    width: 100%;
    background-color: #000;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transition: all 1s ease-in-out;
}

#cm_2022_request_site_close_line_mob_menu_1 {
    transform: rotate(-45deg);
}

#cm_2022_request_site_close_line_mob_menu_2 {
    transform: rotate(45deg);
}

.cm_2022_request_site_subtitle {
    width: 100%;
    position: relative;
    text-align: center;
    font: 300 2.5vmax 'Alegre';
    margin: 0;
    padding: 5px 0 0 0;
}

.cm_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;
}

.cm_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;
}

.cm_2022_request_site_form_input {
    flex: 0 1 49%;
    position: relative;
    margin: 0 0 15px 0;
}

.cm_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;
}

.cm_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;
}

.cm_2022_request_site_form_input input:focus~.cm_2022_request_site_form_label,
.cm_2022_request_site_form_input input:not(:placeholder-shown)~.cm_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: */

.cm_2022_request_site_form_input.cm_2022_request_select {
    position: relative;
    font-family: 'Effra';
}

.cm_2022_request_site_form_input.cm_2022_request_select select {
    display: none;
    /*hide original SELECT element: */
}

.cm_2022_request_site_form_input .select-selected {
    background-color: transparent;
}


/* Style the arrow inside the select element: */

.cm_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): */

.cm_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: */

.cm_2022_request_site_form_input .select-items div {
    border: none;
    color: #000;
    padding: 15px 16px;
    cursor: pointer;
    font: 400 1vmax/1vmax 'Effra';
}

.cm_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): */

.cm_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: */

.cm_2022_request_site_form_input .select-hide {
    display: none;
}

.cm_2022_request_site_form_input .select-items div:hover,
.cm_2022_request_site_form_input .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


/* ------------------------------------------------END CUSTOM SELECT----------------------------------- */

.cm_2022_footer_logo {
    width: 17vw;
    position: relative;
}

.cm_2022_request_site_recapcha {
    width: 30%;
    position: relative;
    margin: 0 auto;
}

.cm_2022_request_site_recapcha_img {
    width: 100%;
    position: relative;
}

.cm_2022_request_site_button {
    width: 100%;
    position: relative;
    text-align: center;
}

.cm_2022_request_site_button_item {
    padding: 10px 25px;
    margin: 20px 0 0 0;
    font: 600 var(--cm_2022_send_request_button_font_size) 'Alegre';
    /* 200 1.3vmax/1.3vmax 'Alegre', sans-serif */
    letter-spacing: 2px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.cm_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: 1050px) {
     :root {
        --cm_2022_footer_title_font_size: 3.3vmax;
        --cm_2022_title_font_size: 2.5vmax;
        --cm_2022_link_font_size: 2.1vmax/2.3vmax;
        --cm_2022_send_request_button_font_size: 1.3vmax/1.3vmax;
    }
    .cm_2022_footer_menu {
        width: 100%;
        border-bottom: none;
        border-top: none;
    }
    .cm_2022_footer_menu_column {
        flex: 0 1 100%;
        margin: 0 0 0px 0;
    }
    .cm_2022_footer_menu_column_item_title {
        text-align: center;
        padding: 0 0 1.8vmax 0;
    }
    .cm_2022_footer_menu_column_item {
        width: 100%;
        text-align: center;
        padding: 0 0 1.8vmax 0;
    }
    .cm_2022_footer_menu_column_item::after {
        width: 0;
        height: 0;
    }
    .cm_2022_footer_menu_column_item:hover .cm_2022_footer_menu_column_hypelink {
        color: #8a8c8e;
        transition: 0.2s all ease-in-out;
    }
    .cm_2022_footer_menu_column_item:hover .cm_2022_footer_menu_column_hypelink_title {
        color: #8a8c8e;
        transition: 0.2s all ease-in-out;
    }
    .cm_2022_footer_phone_hyperlink {
        font: 400 4vmax 'Open Sans', sans-serif;
    }
    .cm_2022_footer_email_hyperlink {
        font: 400 2.4vmax/2.9vmax 'Open Sans', sans-serif;
    }
    .cm_2022_footer_address_item_title {
        font: 400 2vmax 'Open Sans', sans-serif;
        text-align: center;
        padding: 0 0 1.8vmax 0;
    }
    .cm_2022_footer_address_item,
    .cm_2022_footer_address_hyperlink {
        font: 400 var(--cm_2022_link_font_size) 'Effra';
    }
    .cm_2022_footer_address_item {
        padding: 0 0 1.8vmax 0;
    }
    /*--------------------------FLEXIBOOK FOOTER----------------------*/
    .cm_2022_footer_copyrights_text {
        font: 400 1.8vmax 'Effra';
    }
    #cm_2022_request_price_click {
        font: 400 4.2vmax 'Condiment', cursive;
    }
    .cm_2022_footer_logo {
        width: 40vw;
    }
    /*--------------------------END FLEXIBOOK FOOTER----------------------*/
    .cm_2022_footer_request_site {
        width: 0;
        height: 0;
        background-color: #fff;
        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;
    }
    .cm_2022_footer_request_site.cm_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;
    }
    .cm_2022_footer_request_site.cm_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;
        }
    }
    .cm_2022_request_site_logo_and_close {
        width: 100%;
        position: relative;
    }
    .cm_2022_request_site_logo {
        width: 100%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .cm_2022_footer_menu .full_width_menu_2021_item_text>a {
        color: #000;
        font: 300 var(--cm_2022_footer_sitemap_text) 'Effra', sans-serif;
    }
    .cm_2022_footer_menu .full_width_menu_2021_item_title>a {
        font: 600 var(--cm_2022_footer_sitemap_title) 'Open Sans Condensed', sans-serif;
    }
    /*-----------------------------------------CUSTOM SELECT-----------------------------------------------------*/
    .cm_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_container {
        width: 100%;
        max-height: 100%;
        position: relative;
        border-radius: 0px;
    }
    .cm_2022_request_site_close {
        width: 3vmax;
        height: 3vmax;
    }
    .cm_2022_request_site_subtitle {
        font: 300 3.5vmax 'Alegre';
    }
    .cm_2022_request_site_subtitle2 {
        font: 300 2.5vmax 'Alegreya Sans', sans-serif;
    }
    .cm_2022_request_site_form_input_item {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_form_input .select-items div {
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_form_label,
    .cm_2022_request_site_form_input .select-items div {
        font: 400 1.5vmax/1.5vmax 'Effra';
    }
    .cm_2022_request_site_form_input input:focus~.cm_2022_request_site_form_label,
    .cm_2022_request_site_form_input input:not(:placeholder-shown)~.cm_2022_request_site_form_label {
        font: 400 1.2vmax/1.2vmax 'Effra';
    }
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
     :root {
        --cm_2022_footer_title_font_size: 3.3vmax;
        --cm_2022_title_font_size: 2.5vmax;
        --cm_2022_link_font_size: 2.1vmax/2.3vmax;
        --cm_2022_send_request_button_font_size: 1.3vmax/1.3vmax;
    }
    .cm_2022_footer_menu {
        width: 100%;
    }
    .cm_2022_footer_menu_column {
        flex: 0 1 100%;
        margin: 0 0 0px 0;
    }
    .cm_2022_footer_menu_column_item_title {
        text-align: center;
        padding: 0 0 1.8vmax 0;
    }
    .cm_2022_footer_menu_column_item {
        width: 100%;
        text-align: center;
        padding: 0 0 1.8vmax 0;
    }
    .cm_2022_footer_menu_column_item::after {
        width: 0;
        height: 0;
    }
    .cm_2022_footer_menu_column_item:hover .cm_2022_footer_menu_column_hypelink {
        color: #8a8c8e;
        transition: 0.2s all ease-in-out;
    }
    .cm_2022_footer_menu_column_item:hover .cm_2022_footer_menu_column_hypelink_title {
        color: #8a8c8e;
        transition: 0.2s all ease-in-out;
    }
    .cm_2022_footer_contact_details_social_media_svg {
        height: 10vh;
    }
    .cm_2022_footer_phone_hyperlink {
        font: 400 4vmax 'Open Sans', sans-serif;
    }
    .cm_2022_footer_email_hyperlink {
        font: 400 2.4vmax/2.9vmax 'Open Sans', sans-serif;
    }
    .cm_2022_footer_address_item_title {
        font: 400 2vmax 'Open Sans', sans-serif;
        text-align: center;
        padding: 0 0 1.8vmax 0;
    }
    .cm_2022_footer_address_item,
    .cm_2022_footer_address_hyperlink {
        font: 400 var(--cm_2022_link_font_size) 'Effra';
    }
    .cm_2022_footer_address_item {
        padding: 0 0 1.8vmax 0;
    }
    /*--------------------------FLEXIBOOK FOOTER----------------------*/
    .cm_2022_footer_copyrights_text {
        font: 400 1.8vmax 'Effra';
    }
    #cm_2022_request_price_click {
        font: 400 4.2vmax 'Condiment', cursive;
    }
    .cm_2022_footer_logo {
        width: 40vw;
    }
    /*--------------------------END FLEXIBOOK FOOTER----------------------*/
    .cm_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;
    }
    .cm_2022_footer_request_site.cm_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;
    }
    .cm_2022_footer_request_site.cm_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;
        }
    }
    .cm_2022_request_site_logo_and_close {
        width: 100%;
        position: relative;
    }
    .cm_2022_request_site_logo {
        width: 100%;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    /*-----------------------------------------CUSTOM SELECT-----------------------------------------------------*/
    .cm_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_container {
        width: 100%;
        max-height: 100%;
        position: relative;
        border-radius: 0px;
    }
    .cm_2022_request_site_close {
        width: 3vmax;
        height: 3vmax;
    }
    .cm_2022_request_site_subtitle {
        font: 300 3.5vmax 'Alegre';
    }
    .cm_2022_request_site_subtitle2 {
        font: 300 2.5vmax 'Alegreya Sans', sans-serif;
    }
    .cm_2022_request_site_form_input_item {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_form_input .select-items div {
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_form_input .select-selected {
        padding: 9px 0px 5px 20px;
        font: 400 2vmax/2vmax 'Effra';
    }
    .cm_2022_request_site_form_label,
    .cm_2022_request_site_form_input .select-items div {
        font: 400 1.5vmax/1.5vmax 'Effra';
    }
    .cm_2022_request_site_form_input input:focus~.cm_2022_request_site_form_label,
    .cm_2022_request_site_form_input input:not(:placeholder-shown)~.cm_2022_request_site_form_label {
        font: 400 1.2vmax/1.2vmax 'Effra';
    }
    .cm_2022_footer_menu .full_width_menu_2021_item_text>a {
        color: #000;
        font: 300 var(--cm_2022_footer_sitemap_text) 'Effra', sans-serif;
    }
    .cm_2022_footer_menu .full_width_menu_2021_item_title>a {
        font: 600 var(--cm_2022_footer_sitemap_title) 'Open Sans Condensed', sans-serif;
    }
}