/***************************************
*General
****************************************/

body {
    font-family: "Lexend", sans-serif;
    color: #191516;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    overflow-x: hidden;
    background: #F4EEEE;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #93878A;
    font-family: "paralucent", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.714285em;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.sub-title>span {
    gap: 12px;
    display: inline-flex;
    align-items: center;
}

.sub-title>span>span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    top: 2px;
}

.sub-title span span.text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}

.sub-title span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.sub-title:hover span span.text-1 {
    transform: translateY(-150%);
}

.sub-title:hover span span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.sub-title i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.sub-title i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all 0.2s ease-out;
}

.sub-title i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.sub-title:hover i svg:first-child {
    transform: translate(16px, -16px);
}

.sub-title:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #191516;
    font-family: "paralucent", sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    font-weight: 600;
    line-height: 1.235295em;
    margin-bottom: clamp(30px, 1rem + 2.2vw, 50px);
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #191516;
    font-family: "paralucent", sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    font-weight: 600;
    line-height: 1.235295em;
    margin-bottom: 20px;
    position: relative;
}

.img-masking {
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/img-masking.svg);
    mask-image: url(../images/img-masking.svg);
}

.row {
    margin: 0 -12px;
}

.row>div {
    padding-left: 12px;
    padding-right: 12px;
}


/** Animation **/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #F4EEEE;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Slider **/

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next,
.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    overflow: visible;
    opacity: 1;
}

.owl-carousel .owl-nav,
.slide-controls-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    background: #191516;
    border: 1px solid #191516;
    gap: 0;
    padding: 0;
    display: flex;
    z-index: 1;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-controls-nav .slide-btn-next:hover,
.slide-controls-nav .slide-btn-prev:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls-nav .owl-prev:hover,
.slide-controls-nav .owl-next:hover {
    background: #2F292A;
    border-color: #93878A;
}

.slide-btn-next.swiper-button-disabled,
.slide-btn-prev.swiper-button-disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
.slide-controls-nav .owl-prev.disabled,
.slide-controls-nav .owl-next.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid #1D1D1B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1D1D1B;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #93878A !important;
}

.color--3 {
    color: #E20F16 !important;
}

.color--4 {
    color: #191516 !important;
}

.color--5 {
    color: #D9D9D9 !important;
}

.color--6 {
    color: #000 !important;
}


/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #93878A !important;
}

.background--3 {
    background-color: #E20F16 !important;
}

.background--4 {
    background-color: #191516 !important;
}

.background--5 {
    background-color: #D9D9D9 !important;
}

.background--6 {
    background-color: #000 !important;
}

.background--none {
    background: none !important;
}


/** Socials **/

.social-link {
    position: relative;
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
}

.social-link:hover svg path {
    fill: #ED6D22 !important;
}

.social-text {
    color: #FFF;
    font-family: "open-sans-condensed", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333em;
}

.social-links ul,
.social-links {
    display: flex;
    align-items: center;
    gap: 16px;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*:-moz-selection {
    background: #171615;
    color: #fff;
    text-shadow: none;
}

:-moz-selection {
    background: #171615;
    color: #fff;
    text-shadow: none;
}

:selection {
    background: #171615;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Lexend", sans-serif;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 48px;
    padding: 12px 16px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #93878A;
    background: #FFF;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none !important;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    color: #000;
    border: 1px solid #93878A;
    background: #FFF;
    outline: none;
    box-shadow: none;
}

input:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #93878A !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #93878A !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #93878A !important;
}

textarea::placeholder {
    color: #93878A !important;
}


.btn-1,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Lexend", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #E20F16;
    height: 40px;
    padding: 10px 22px;
    gap: 10px;
    outline: none;
    z-index: 1;
    background-color: #E20F16;
}

.btn-wrapper {
    gap: 12px;
    display: inline-flex;
    align-items: center;
}

.btn-wrapper .btn-text {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.btn-wrapper .btn-text .text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}

.btn-wrapper .btn-text .text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.btn-1:hover .btn-wrapper .btn-text .text-1 {
    transform: translateY(-150%);
}

.btn-1:hover .btn-wrapper .btn-text .text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.btn-wrapper .btn-icon {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.btn-wrapper .btn-icon svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all 0.2s ease-out;
}

.btn-wrapper .btn-icon svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.btn-1:hover .btn-wrapper .btn-icon svg:first-child {
    transform: translate(16px, -16px);
}

.btn-1:hover .btn-icon svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #191516;
    border-color: #93878A;
    background-color: #fff;
    outline: none;
}


.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.word-break-all {
    word-break: break-all;
}

.box-shadow {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.overlay-gradient,
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.4;
}

.overlay-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    opacity: 1;
}

.opacity-10 {
    opacity: 0.10;
}

.opacity-20 {
    opacity: 0.20;
}

.opacity-60 {
    opacity: 0.60;
}

.backdrop-filter {
    backdrop-filter: blur(7px);
}

.offset-right-1 {
    margin-right: 8.333333%;
}

.max-width-100 {
    max-width: 100% !important;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-600 {
    font-weight: 800 !important;
}

.text-lg-nowrap {
    white-space: nowrap;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.overflow-visible {
    overflow: visible !important;
}

.padding-l-33px {
    padding-left: 33px;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.border-radius-24px {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.border-radius-30px {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.border-t-1px {
    border-top: 1px solid #B0B0B0;
}

.border-b-1px {
    border-bottom: 1px solid #B0B0B0;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.vh-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj-fit-pos-t {
    object-position: top;
}

.obj-fit-pos-b {
    object-position: bottom;
}

.obj-fit-pos-r {
    object-position: right;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tc {
    background-position: top center;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-pos-cl {
    background-position: center left;
}

.bg-pos-cr {
    background-position: center right;
}

.bg-pos-bc {
    background-position: bottom center;
}

.bg-pos-br {
    background-position: bottom right;
}

.bg-pos-bl {
    background-position: bottom left;
}

.bg-pos-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.gap-24px {
    gap: 24px;
}

.gap-30px {
    gap: 30px;
}

.row-gap-24px {
    gap: 24px 0;
}

.row-gap-50px {
    gap: 50px 0;
}

.row-gap-30px {
    gap: 30px 0;
}

.column-gap-24px {
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
    column-gap: 24px;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


/** Transition **/

img,
svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/** Extra Outer **/

body .page {
    position: relative;
    background: #F4EEEE;
}

body .site-main {
    background: #F4EEEE;
    overflow: hidden;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.main-header {
    width: 100%;
    background: #fff;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    height: 74px;
}

.site-branding {
    width: 180px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.site-navigation .menu>ul>li>a {
    color: #191516;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: inline-block;
}

.site-navigation .menu ul ul li a {
    color: #191516;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    padding: 8px 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.site-navigation .menu>ul>li.active>a,
.site-navigation .menu>ul>li:hover>a,
.site-navigation .menu>ul>li.hover>a {
    color: #E20F16;
}

.site-navigation .menu>ul>li>ul>li.active>a,
.site-navigation .menu>ul>li>ul>li:hover>a,
.site-navigation .menu>ul>li>ul>li.hover>a {
    color: #E20F16;
    padding-left: 18px;
}

.main-header .other-links {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.main-header .other-links a:hover svg path {
    fill: #E20F16 !important;
}


/***************************************
* Footer
****************************************/

.footer {
    position: relative;
}

.footer-title {
    color: #FFF;
    font-family: "paralucent", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333333em;
    margin-bottom: 20px;
    position: relative;
}



/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Lexend", sans-serif;
    color: #191516;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

.bloc-text .h2,
.bloc-text h2 {
    color: #191516;
    font-family: "paralucent", sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    font-weight: 600;
    line-height: 1.235295em;
    margin-bottom: 25px;
}

.bloc-text p+.h2,
.bloc-text p+h2 {
    padding-top: 10px;
}

.bloc-text ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 9px;
}

.bloc-text p+ul {
    margin-top: -1.5em;
}

.bloc-text ul li {
    position: relative;
    padding-left: 14px;
}

.bloc-text ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #1D1D1B;
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
}

.bloc-text.color--1 ul li:before {
    background: #fff;
}

.bloc-text p:last-of-type+ul,
.bloc-text p:last-of-type {
    margin-bottom: 0;
}