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

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

.sect-title {
    position: relative;
}

.sub-title {
    color: #173B40;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.333333em;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(143, 159, 167, 0.50);
    padding: 8px 14px;
    position: relative;
    display: inline-block;
}

.sub-title:before {
    content: '';
    display: inline-block;
    background-color: #173B40;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 16px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #1E1E1E;
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(32px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 30px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #323232;
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(32px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: clamp(30px, 1rem + 2.8vw, 60px);
    position: relative;
}

.sect-title>div[data-attr],
.sect-title>[data-attr] {
    color: #CA9D42 !important;
    z-index: 1;
}

.sect-title>div[data-attr]:after,
.sect-title>[data-attr]:after {
    content: attr(data-attr);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

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


/** Spliting **/

.splt-txt .whitespace {
    width: 8px;
}

.splt-txt.aos-animate .char {
    -webkit-animation: fadeInRight 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
    animation-delay: calc(50ms * var(--char-index));
}

.dsn-fill {
    color: rgba(202, 157, 66, 0);
}

.dsn-fill .word {
    display: inline-block;
    background-image: linear-gradient(#234772, #234772);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: rgba(202, 157, 66, 0);
}

.dsn-fill.color--1 .word {
    background-image: linear-gradient(#fff, #fff);
}


/** 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: #FDFDFD;
    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: 13px;
}

.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: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #1E1E1E;
    background-color: transparent;
    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-color: transparent;
    border-color: #91A9AD;
}

.slide-controls-nav .slide-btn-next:before,
.slide-controls-nav .slide-btn-prev:before,
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before,
.slide-controls-nav .owl-prev:before,
.slide-controls-nav .owl-next:before {
    position: absolute;
    content: "";
    background-color: #91A9AD;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    scale: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slide-controls-nav .slide-btn-next:hover:before,
.slide-controls-nav .slide-btn-prev:hover:before,
.owl-carousel .owl-nav button.owl-prev:hover:before,
.owl-carousel .owl-nav button.owl-next:hover:before,
.slide-controls-nav .owl-prev:hover:before,
.slide-controls-nav .owl-next:hover:before {
    scale: 1;
}

.slide-controls-nav .slide-btn-next:hover svg path,
.slide-controls-nav .slide-btn-prev:hover svg path,
.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path,
.slide-controls-nav .owl-prev:hover svg path,
.slide-controls-nav .owl-next:hover svg path {
    stroke: #173B40 !important;
}

.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: 8px;
}

.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: 10px;
    height: 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    border: 0;
    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: #EC751F;
    width: 26px;
}


/** Colors **/

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

.color--2 {
    color: #91A9AD !important;
}

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

.color--4 {
    color: #8F9FA7 !important;
}

.color--5 {
    color: #173B40 !important;
}

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

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


/** Background **/

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

.background--2 {
    background-color: #91A9AD !important;
}

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

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

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

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

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

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

.background--gradient {
    background: linear-gradient(90deg, rgba(159, 180, 192, 0.00) 0.96%, #E3A4AD 12.65%, rgba(56, 27, 71, 0.80) 86.14%, rgba(159, 180, 192, 0.00) 100%);
}


/** Socials **/

.social-links .social-link {
    position: relative;
    display: flex;
    width: 70px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #173B40;
    background: rgba(37, 51, 57, 0.10);
    z-index: 1;
}

.social-links .social-link:before {
    position: absolute;
    content: "";
    background-color: #173B40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    scale: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-links .social-link:hover:before {
    scale: 1;
}

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

.social-text {
    color: #FFF;
    font-family: "Exo 2", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
}

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

.social-links ul {
    gap: 14px;
}


/** 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: "Manrope", sans-serif;
    color: #4D4D4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 56px;
    padding: 16px 20px;
    margin: 0;
    border-radius: 30px;
    background: #E3E3E3;
    border: 0;
    text-align: left;
    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: #4D4D4D;
    background: #E3E3E3;
    border: 0;
    outline: none;
    box-shadow: none;
}

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

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

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

textarea::placeholder {
    color: #4D4D4D !important;
}

.btn-1,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Manrope", sans-serif;
    color: #173B40;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    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;
    border-radius: 0;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #8F9FA7;
    background: #FFF;
    padding: 10px 24px;
    height: 52px;
    gap: 10px;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.btn-1:before {
    background: #173B40;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.btn-1:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

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

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

.text-stroke {
    color: #242E37;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
}

.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-gradient-2,
.overlay-gradient-3,
.overlay-gradient-4,
.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.14;
}

.overlay-gradient {
    background: linear-gradient(180deg, rgba(202, 157, 66, 0.30) 0%, rgba(248, 248, 248, 0.00) 100%);
    opacity: 1;
    height: 455px;
}

.overlay-gradient-2 {
    background: linear-gradient(180deg, rgba(29, 29, 27, 0.57) -7.02%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%);
    opacity: 1;
}

.overlay-gradient-3 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) -48.46%, rgba(31, 29, 29, 0.61) 100%);
    opacity: 1;
}

.overlay-gradient-4 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(102, 102, 102, 0.20) 100%), linear-gradient(180deg, rgba(29, 29, 27, 0.57) -7.02%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%);
    opacity: 1;
}

.opacity-05 {
    opacity: 0.05;
}

.opacity-16 {
    opacity: 0.16;
}

.opacity-11 {
    opacity: 0.11;
}

.opacity-50 {
    opacity: 0.50;
}

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

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

.width-50 {
    width: 50%;
}

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

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

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

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

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

.font-hind {
    font-family: "Hind", sans-serif;
}

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

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

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

.font-weight-800 {
    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;
}

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

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

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

.margin-l-neg25px {
    margin-left: -25px;
}

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

.margin-r-neg25px {
    margin-right: -25px;
}

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

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

.line-20px {
    width: 100%;
    height: 20px;
    position: relative;
}

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

.obj-fit-pos-l9 {
    object-position: 9%;
}

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

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

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

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

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

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

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

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

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

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


/** 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: #FDFDFD;
    overflow: hidden;
}

body .site-main {
    background: #FDFDFD;
}


/***************************************
* Header
****************************************/

.site-navigation__menu,
.site-navigation,
.site-navigation__inner,
.site-header-menu__inner,
.main-header__wrap {
    position: relative;
}

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

.site-header-menu {
    position: relative;
    z-index: 1;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin-top: 25px;
}

.main-header .site-navigation .menu>ul>li>a {
    color: #173B40;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul>li a {
    color: #323232;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875em;
    display: block;
    position: relative;
    padding: 8px 8px 8px 24px;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #91A9AD;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #323232;
    background: #E3E3E3;
}

.main-header .other-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-header .other-links a {
    padding: 10px 16px;
}


/** Header top **/

.main-header__top {
    position: relative;
    padding: 10px 25px 10px;
}

.main-header .main-header__top .other-links {
    justify-content: end;
}


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

.footer {
    position: relative;
}

.footer-title {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.363636em;
    padding-bottom: 20px;
    position: relative;
}


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

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

.bloc-text ul {
    margin-bottom: 1.5em;
    margin-top: -1.5em;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

.bloc-text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #1C1C25;
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}

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