body.ce-kit-2{color:#000000;font-family:"Raleway", sans-serif;}body.ce-kit-2 h1{font-size:54px;font-weight:900;}body.ce-kit-2 h2{font-size:40px;}body.ce-kit-2 h3{font-size:30px;}body.ce-kit-2 .container{width:1440px;max-width:100%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}@media(max-width:767px){body.ce-kit-2 h1{font-size:30px;}body.ce-kit-2 h2{font-size:24px;}body.ce-kit-2 h3{font-size:20px;}}/* Start custom CSS for page-settings */:root{
    --red: #E84642;
    --noir: #000;
    --grey: #888;
    --green: #027C4D;
    --blue: #16418D;
}

*{
    font-feature-settings: 'lnum' 1;
}

.btn-right-corner a{
    padding: 10px 25px 10px 15px;
    min-height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon('0 0, 100% 0, calc(100% - 23px) 100%, 0 100%');
}

.btn-left-corner a{
    padding: 10px 15px 10px 25px;
    min-height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon('23px 0, 100% 0, 100% 100%, 0 100%');
}

.link-left-corner a:before{
    content: url('data:image/svg+xml,%3Csvg width="14" height="31" viewBox="0 0 14 31" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.95462 15.599V5.61836H11.4587L14 0L5.12804 0.0282898H0V31L6.95462 15.599Z" fill="%23E84643"/%3E%3C/svg%3E')!important;
    position: relative!important;
    opacity: 1!important;
    width: 14px !important;
    height: 31px!important;
    background-color: transparent!important;
    margin-right: 5px;
    display: block;
}

.link-left-corner a{
    display: flex;
    align-items: center;
    color: black!important;
}

.link-left-corner a:hover{
    color: var(--red)!important;
}

body.ce-kit-2 .mm_menu_content_title{
    font-family: Raleway, Sans-Serif!important;
    font-size: 18px;
}

.bg-red{
    background-color: var(--red);
}

.text-white{
    color: white;
}/* End custom CSS */