/*--------------------*/
/* - FONTS            */
/*--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/*--------------------*/
/* - CUSTOM PRELOADER */
/*--------------------*/
#loader-wrapper { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: var(--clr-white); -webkit-animation: loader 1.2s linear; animation: loader 1.2s linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
@-webkit-keyframes loader { 0% { opacity: 1; }70% { opacity: 1; }99% { opacity: 0; }100% { display: none;visibility: hidden;z-index: -10;opacity: 0; } }
@keyframes loader { 0% { opacity: 1; }70% { opacity: 1; }99% { opacity: 0; }100% { display: none;visibility: hidden;z-index: -10;opacity: 0; } }

/*--------------------*/
/* - RESET            */
/*--------------------*/
html { overflow-y: scroll; }
*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
* { margin: 0; padding: 0; border: 0; font-size: 100%; line-height: 0; font: inherit; vertical-align: baseline; -webkit-text-size-adjust: none; -webkit-locale: auto;}
.clear { clear: both; overflow: hidden; height: 0; font-size: 0; display: block;-webkit-overflow-scrolling: touch; }
html:not(.touch-screen)::-webkit-scrollbar, html:not(.touch-screen) *::-webkit-scrollbar { width: 4px; height: 4px; }
html:not(.touch-screen)::-webkit-scrollbar-track, html:not(.touch-screen) *::-webkit-scrollbar-track { background: var(--bg-1); }
html:not(.touch-screen)::-webkit-scrollbar-thumb, html:not(.touch-screen) *::-webkit-scrollbar-thumb { background: var(--clr-black); }
:focus, :hover, :active, :visited { outline: none; }
button { background: none; }
body ::-moz-selection { color: var(--clr-white) !important;   -webkit-text-fill-color: var(--clr-white) !important; background: var(--clr-black) !important; }
body ::selection { color: var(--clr-white) !important;   -webkit-text-fill-color: var(--clr-white) !important; background: var(--clr-black) !important; }
a { display: inline-block; text-decoration: none; cursor: pointer; outline: none; color: inherit; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
a:hover { text-decoration: none; }
ul, ol { list-style: none; }
picture { font-size: 0; }
img { max-width: 100%; height: auto; }

/*--------------------*/
/* - GLOBAL SETTINGS  */
/*--------------------*/
:root { --ff-1: 'Montserrat', sans-serif; --h-1: 72px; --h-2: 62px; --h-3: 44px; --h-4: 26px; --h-5: 24px; --h-6: 18px; --lts-1: -0.61px; --lts-2: 0.0145em; --lts-3: 0.3px; --lts-4: 0.41px; --lts-5: 0.66px; --lts-6: 0.122em; --lts-7: 2.24px; --bg-1: #ffffff; --bg-2: #F1F2F3; --bg-3: #E5E5E5; --bg-4: #7C7D7D; --bg-5: #FAFAFA; --clr-title: #333333; --clr-text: #333333; --clr-grey-800: #5B5B5B; --clr-grey-600: #7C7D7D; --clr-grey-400: #CACACA; --clr-grey-200: #F1F2F3; --clr-white: #ffffff; --clr-black: #333333; --clr-red: #FF0303; --clr-error: #ED4C66; --header-h: 80px; --sec-p-1: 60px; --sec-p-2: 90px; --sec-p-3: clamp(160px, 12.55vw, 240px); --sec-p-5: 120px; --transition-1: all 0.25s linear; }
html { height: auto; -webkit-font-smoothing: antialiased; }
html.keyboard-focus:focus { outline: auto; }
body { height: auto;background-color: var(--clr-white); }
#content-block { overflow: hidden; position: relative; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
footer { margin-top: auto; }
html.overflow-hidden, html.overflow-hidden body { overflow: hidden; touch-action: none;-webkit-overflow-scrolling: auto; overscroll-behavior: none; }
html.overflow-menu, html.overflow-menu body { overflow: hidden; touch-action: none; -webkit-overflow-scrolling: auto; overscroll-behavior: none;}
html.overflow-visible #content-block { overflow: visible; }
.section { position: relative; }
[class*='spacer'] { clear: both; width: 100% !important; }
.sec-p-1 { padding: var(--sec-p-1) 0; }
.sec-p-2 { padding: var(--sec-p-2) 0; }
.sec-p-3 { padding: var(--sec-p-3) 0; }
.sec-p-4 { padding: 60px 0; }
.sec-p-5 { padding: var(--sec-p-5) 0; }
.spacer-lg { height: 140px; }
.spacer-md { height: 100px; }
.spacer-sm { height: 60px; }
.spacer-xs { height: 30px; }
.swiper-slide:not(:first-child) { display: block; }
.swiper-container { opacity: 0; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }
.swiper-container.swiper-initialized { opacity: 1; }
.selected-prj-wrapper, .save-informer, .popup-wrapper { display: none; }
.row { --bs-gutter-x: 30px; }
.container { padding: 0 15px; }
@media (min-width: 1200px) { .container { max-width: 95.2%; width: calc(100% - 30px); }
#circle { position: fixed; top: 0; left: 0; z-index: 50; width: 82px; height: 82px; background: var(--clr-white); border-radius: 50%; pointer-events: none; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform ease-in .15s; transition: -webkit-transform ease-in .15s; -o-transition: transform ease-in .15s; transition: transform ease-in .15s; transition: transform ease-in .15s, -webkit-transform ease-in .15s; }
#circle::before { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); width: calc(100% + 12px); height: calc(100% + 12px); color: var(--clr-white); -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 100%; border: 2px solid currentColor; }
#circle::after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 32px; height: 14px; background-image: url(../img/icons/arrow-r.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
#circle.scale { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }
@media (min-width: 2000px) {.container {max-width: 1980px;width: calc(100% - 30px);}}
@media (max-width: 1640px) { :root { --sec-p-2: 70px; }
.spacer-xl { height: 140px; }
.spacer-lg { height: 100px; }
.spacer-md { height: 50px; }
.spacer-sm { height: 40px; }
.spacer-xs { height: 25px; }
}
@media (max-width: 1199px) { #circle { display: none; }
:root { --h-1: 62px; --h-2: 52px; --h-3: 34px; --header-h: 90px; }
.container { max-width: 100%; width: 100%; } }
@media (max-width: 991px) { :root { --h-1: 36px; --h-2: 28px; --h-3: 26px; --h-4: 20px; --h-5: 18px; --h-6: 16px; --sec-p-1: 20px; --sec-p-2: 50px; --sec-p-5: 70px; }
.sec-p-4 { padding: 50px 0; } }
@media (max-width: 767px) { .hide-on-desktop { display: block; }
.hide-on-mobile { display: none !important; }
.spacer-xl { height: 70px; }
.spacer-lg, .spacer-md { height: 50px; }
.spacer-sm { height: 40px; } }

/*--------------------*/
/* - HEADER           */
/*--------------------*/
header { height: var(--header-h); --burger-width: 64px; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-wrap { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header-h); }
.h-info-wrap { position: relative; z-index: 102; text-align: center; background: #2A2417; margin-top: calc(-1 * var(--h-info-height)); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-info-inner { font-size: var(--h-6); line-height: 1.2em; font-weight: 500; letter-spacing: var(--lts-2); color: var(--clr-white); padding: 8px 15px; padding-right: 50px; }
.h-info-inner img { max-width: 32px; max-height: 32px; }
.h-info-inner a { text-decoration: underline; }
.h-info-inner p { display: inline; }
.h-info-inner > * { display: inline-block; vertical-align: middle; margin-right: 5px; }
.h-info-inner > *:last-child { margin-right: 0; }
.h-info-close { display: inline-block; cursor: pointer; position: absolute; right: 15px; top: 13px; width: 24px; height: 24px; }
.h-info-close:before, .h-info-close::after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); width: 100%; height: 2px; background: var(--clr-white); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-info-close::after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
.h-inner { position: relative; z-index: 101; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: inherit; }
header.show-info { height: calc(var(--header-h) + var(--h-info-height)); }
header.show-info .h-info-wrap { margin-top: 0; }
header.show-info .h-mega-menu, header.show-info .h-second-drop { top: calc(var(--header-h) + var(--h-info-height)); height: calc(100% - calc(var(--header-h) + var(--h-info-height))); }
.h-inner-top { -ms-flex-negative: 0; flex-shrink: 0; min-width: 150px; width: 17.224%; }
.h-logo { position: relative; -ms-flex-negative: 0; flex-shrink: 0; min-width: 150px; max-width: 100%; width: 100%; height: var(--header-h); padding: 5px 15px; background: var(--bg-1); }
.h-logo img { position: absolute; display: block; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 75%; max-height: 75%; }
.h-visit { position: relative; z-index: 10; line-height: 0; }
.h-visit-caption { cursor: pointer; line-height: 0; }
.h-visit-caption b { display: inline-block; vertical-align: top; font-size: 12px; line-height: 1em; font-weight: 600; letter-spacing: var(--lts-6); color: var(--clr-white); text-transform: uppercase; text-decoration: underline; }
.h-visit-caption i { position: relative; -ms-flex-negative: 0; flex-shrink: 0; display: inline-block; vertical-align: top; margin-left: 10px; width: 16px; height: 12px; }
.h-visit-caption i::before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: inline-block; width: 0; height: 0; border-style: solid; border-width: 8px 8.5px 0 8.5px; border-color: var(--clr-white) transparent transparent transparent; -webkit-transition: -webkit-transform .25s linear; transition: -webkit-transform .25s linear; -o-transition: transform .25s linear; transition: transform .25s linear; transition: transform .25s linear, -webkit-transform .25s linear; }
.h-visit-drop { position: absolute; bottom: -10px; left: -15px; width: calc(100% + 30px); padding: 20px 15px; opacity: 0; visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); background: var(--clr-white); -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15); box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-visit-drop > b { display: block; font-size: 12px; line-height: 1em; font-weight: 600; text-transform: uppercase; letter-spacing: var(--lts-6); color: var(--clr-grey-600); }
.h-visit-drop > * + ul { margin-top: 15px; }
.h-visit-drop ul { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.h-visit-drop li { margin-bottom: 15px; }
.h-visit-drop li:last-child { margin-bottom: 0; }
.h-visit-drop a { font-size: 18px; line-height: 1em; font-weight: 500; letter-spacing: var(--lts-2); color: var(--clr-black); text-decoration: underline; -webkit-text-decoration-color: transparent; text-decoration-color: transparent; text-underline-offset: 1px; }
.h-visit.active .h-visit-caption i::before { -webkit-transform: translate(-50%, -50%) rotateX(180deg); transform: translate(-50%, -50%) rotateX(180deg); }
.h-visit.active .h-visit-drop { opacity: 1; visibility: visible; }
.h-inner-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; height: var(--header-h); background: var(--bg-4); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-menu-list { position: relative; z-index: 0; margin-right: auto; }
.h-menu-list > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.h-menu-list > ul > li { margin-left: 60px; }
.h-menu-list > ul > li > a, .h-menu-list > ul > li > b { display: inline-block; position: relative; cursor: pointer; font-size: 18px; line-height: 1.5em; font-weight: 500; color: var(--clr-white); letter-spacing: var(--lts-2); text-transform: capitalize; text-decoration: underline; -webkit-text-decoration-color: transparent; text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 6px; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
:lang(es) .h-menu-list > ul > li > a, :lang(es) .h-menu-list > ul > li > b, :lang(fr) .h-menu-list > ul > li > a, :lang(fr) .h-menu-list > ul > li > b { text-decoration: none; }
.h-controls-wrap { position: relative; z-index: 1; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 33px; margin-bottom: 15px; margin-left: 30px; }
.h-controls-wrap > * {position: relative; margin-right: 50px; line-height: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.h-controls-wrap > *:last-child { margin-right: 0; }
.h-search-button>div, .h-favorites>div, .h-user>div { -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1);}
.h-controls-tooltip {position: absolute;pointer-events: none;white-space: nowrap;z-index: 1;left: 50%;bottom: -5px;-webkit-transform: translate(-50%, 150%);transform: translate(-50%, 150%);font-size: 13px;font-weight: 400;line-height: 1.25em;text-align: center;color: var(--clr-white);letter-spacing: var(--lts-4);background-color: var(--clr-grey-800);border-radius: 4px;padding: 3px 12px;opacity: 0;visibility: hidden;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.h-location { cursor: pointer; font-size: 12px; line-height: 1em; letter-spacing: var(--lts-6); color: var(--clr-white); text-transform: uppercase; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.h-search-popup { position: absolute; z-index: 50; top: 0; right: var(--burger-width); width: calc(100% - var(--burger-width)); height: var(--header-h); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); background: var(--clr-white); border-bottom: 4px solid var(--clr-black); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-search-popup form { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-search-popup label { -ms-flex-negative: 0; flex-shrink: 0; font-size: 14px; line-height: 1em; font-weight: 600; margin-left: 30px; letter-spacing: var(--lts-6); color: var(--clr-black); text-transform: uppercase; }
.input-search { width: 100%; background: transparent; padding: 0 70px 0 20px; font-size: 18px; font-weight: 500; color: var(--clr-black); letter-spacing: var(--lts-2); }
.h-search-close { cursor: pointer; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 48px; height: 48px; background: var(--clr-grey-200); border-radius: 100%; }
.h-search-close::before, .h-search-close::after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); width: 50%; height: 2px; background: var(--clr-black); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-search-close::after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
.open-search .h-search-popup { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.h-search-button { cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-search-icon svg { width: 24px; height: 24px; }
.h-search-icon svg path { fill: var(--clr-white); }
.h-user { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-user-icon svg { width: 24px; height: auto; }
.h-user-icon svg path, .h-user-icon svg polygon { fill: var(--clr-white); }
.h-user-icon svg path:first-child { fill: var(--clr-grey-600); stroke: var(--clr-white); stroke-width: 2px; }
.h-favorites { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-favorites-icon { position: relative; }
.h-favorites-icon svg { width: 22px; height: auto; }
.h-favorites-icon svg path, .h-favorites-icon svg polygon { fill: var(--clr-white); }
.h-favorites-icon b { display: block; position: absolute; z-index: 1; top: -40%; right: -40%; width: 20px; height: 18px; text-align: center; font-size: 14px; line-height: 18px; font-weight: 600; color: var(--clr-white); border-radius: 6px; background-color: var(--clr-grey-800); }
.h-lang { cursor: pointer; position: relative; }
.current-lang { position: relative; font-size: 14px; line-height: 14px; font-weight: 700; width: 56px; color: var(--clr-white); letter-spacing: 1.5px; text-transform: uppercase; padding: 9px 5px; border-radius: 3px; background-color: #8F8F8F; }
.current-lang i { position: relative; display: inline-block; vertical-align: top; margin-left: 5px; width: 16px; height: 12px; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.current-lang i::before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: inline-block; width: 0; height: 0; border-style: solid; border-width: 8px 8.5px 0 8.5px; border-color: var(--clr-white) transparent transparent transparent; }
.other-lang { position: absolute; left: 0; bottom: 0; width: 100%; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; visibility: hidden; border-radius: 0 0 3px 3px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: #8F8F8F; -webkit-box-shadow: 10px 10px 17px 0 rgba(0, 0, 0, 0.15); box-shadow: 10px 10px 17px 0 rgba(0, 0, 0, 0.15); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.other-lang a { display: block; padding: 9px 5px; font-size: 14px; line-height: 1em; font-weight: 700; color: var(--clr-white); letter-spacing: 1.5px; text-transform: uppercase; text-decoration: underline; -webkit-text-decoration-color: transparent; text-decoration-color: transparent; text-underline-offset: 1px; }
.h-lang.active { -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15); box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15); }
.h-lang.active .current-lang { border-radius: 3px 3px 0 0; }
.h-lang.active .current-lang i { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }
.h-lang.active .other-lang { opacity: 1; visibility: visible; }
.hamburger-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; width: var(--burger-width); height: inherit; background-color: var(--clr-black); margin-left: 30px; -ms-flex-negative: 0; flex-shrink: 0; }
.un__social div { color: var(--clr-black); font-size: 13px; font-weight: 600; letter-spacing: var(--lts-4); margin-bottom: 10px; }
.un__social ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: -6px; }
.un__social li { margin: 6px; }
.un__social li:last-child { margin-right: 0; }
.un__social a { position: relative; overflow: hidden; display: block; width: 38px; height: 38px; border: 1px solid var(--clr-black); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.un__social a img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 60%; max-height: 60%; -webkit-filter: brightness(0); filter: brightness(0); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.hamburger { padding: 0 0; display: inline-block; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; -o-transition-property: opacity, filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
.hamburger:hover { -webkit-filter: opacity(100%); filter: opacity(100%); }
.hamburger.is-active:hover { -webkit-filter: opacity(100%); filter: opacity(100%); }
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after { background-color: var(--clr-white); }
.hamburger-box { width: 32px; height: 21px; display: inline-block; position: relative; }
.hamburger-inner { display: block; top: 50%; margin-top: -1.5px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 32px; height: 3px; background-color: var(--clr-white); border-radius: 0; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }
.hamburger-inner::before { top: -9px; }
.hamburger-inner::after { bottom: -9px; }

/* Boring */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after { -webkit-transition-property: none; -o-transition-property: none; transition-property: none; }
.hamburger--boring.is-active .hamburger-inner { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before { top: 0; opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after { bottom: 0; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.hamburger-wrap { position: relative; z-index: 1; }
.hamburger { margin: auto; }
.hamburger > * { display: block; }
.h-mega-menu { position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 100; top: var(--header-h); left: 0; width: 100%; height: calc(100% - var(--header-h)); background: var(--clr-white); opacity: 0; visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); overflow-y: scroll; }
.open-menu { position: relative; }
.open-menu::before { content: ''; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; height: 200vh; background: var(--clr-white); }
.open-menu .h-inner::before { content: ''; position: absolute; top: 0; right: 0; width: 55%; height: 100%; background: var(--bg-5); }
.open-menu .h-inner-bottom { background: var(--clr-white); }
.open-menu .h-mega-menu { opacity: 1; visibility: visible; }
.open-menu .h-menu-list { opacity: 0; visibility: hidden; }
.open-menu .h-location { color: var(--clr-black); }
.open-menu .h-search-icon svg path, .open-menu .h-favorites-icon svg path { fill: var(--clr-black); }
.open-menu .h-user-icon svg path, .open-menu .h-user-icon svg polygon { fill: var(--clr-black); }
.open-menu .h-user-icon svg path:first-child { fill: var(--clr-grey-400); stroke: var(--clr-grey-400); }
.open-menu .current-lang { color: var(--clr-black); background-color: transparent; }
.open-menu .current-lang i::before { border-color: var(--clr-black) transparent transparent transparent; }
.open-menu .other-lang { background-color: var(--clr-white); }
.open-menu .other-lang a { color: var(--clr-black); }
.h-mega-left { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 45%; padding: 50px 70px 5%; }
.h-mega-right { width: 55%; height: 100%; padding: 50px 5% 5%; background: var(--bg-5); }
.h-mega-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: auto 0 auto auto; height: 100%; max-width: 380px; width: 100%; min-width: -webkit-min-content; min-width: -moz-min-content; min-width: min-content; }
.h-mega-inner > * { margin-bottom: 30px; }
.h-mega-inner > *:last-child { margin-bottom: 0; }
.h-mega-inner > *:last-child:is(.un__social) { margin-top: auto; }
.h-mega-links li { margin-bottom: 20px; line-height: 0; }
.h-mega-links li:last-child { margin-bottom: 0; }
.h-mega-links li > a { position: relative; font-size: 24px; line-height: 1.5em; font-weight: 500; letter-spacing: var(--lts-2); color: var(--clr-black); text-decoration: underline; -webkit-text-decoration-color: transparent; text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 6px; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-mega-links.small li > a { font-size: 18px; }
:lang(es) .h-mega-links li > a, :lang(fr) .h-mega-links li > a { text-decoration: none; }
.h-mega-links + .h-mega-links { position: relative; padding-top: 30px; }
.h-mega-links + .h-mega-links::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: var(--clr-grey-400); }
.h-dropdown-item { display: none; }
.h-right-item .un__sub-title + * { margin-top: 15px; }
.h-right-item + .h-right-item { margin-top: 70px;}
.h-catalog-wrap .un__btn { margin-top: 25px; }
.h-catalog-img { position: relative; width: 228px; height: 228px; }
.h-catalog-img img { position: absolute; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.h-second { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.h-second-drop { position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; z-index: 99; top: var(--header-h); left: 0; width: 100%; padding: 0 var(--burger-width) 0 2.9%; height: calc(100% - var(--header-h)); overflow-y: scroll; background: var(--clr-white); opacity: 0; visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
html.open-second-menu, html.open-second-menu body { overflow: hidden;  }
.h-second.active > b { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.h-second.active .h-second-drop { opacity: 1; visibility: visible; }
:lang(es) .h-second > b, :lang(fr) .h-second > b { text-decoration: none !important; }
:lang(es).open-second-menu .h-second > b, :lang(fr).open-second-menu .h-second > b { text-decoration: underline !important; text-decoration-thickness: 2px !important; }
.h-second-top { padding: 20px 0; width: 100%; }
.h-second-close { cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: relative; }
.h-second-close b { display: inline-block; font-size: 18px; font-weight: 500; letter-spacing: var(--lts-2); color: var(--clr-black); text-decoration: underline; -webkit-text-decoration-color: transparent; text-decoration-color: transparent; text-underline-offset: 2px; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-second-close i { position: relative; display: inline-block; width: 16px; height: 16px; margin-right: 10px; }
.h-second-close i::before { content: ''; position: absolute; top: calc(50% + 3px); left: 50%; width: 10px; height: 10px; -webkit-transform: translate(-50%, -50%) rotate(-135deg); -ms-transform: translate(-50%, -50%) rotate(-135deg); transform: translate(-50%, -50%) rotate(-135deg); border-right: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black); }
:lang(es) .h-second-close b, :lang(fr) .h-second-close b { text-decoration: none; }
.h-second-left { max-width: 640px; width: 100%; margin-right: 10%; }
.h-second-left .row { --bs-gutter-y: 40px; }
.h-second-left .row > * { padding-bottom: 15px; }
.h-second-left .row > *:first-child { position: relative; }
.h-second-left .row > *:first-child::before { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: calc(100% - 30px); height: 2px; background: var(--clr-grey-400); }
.h-second-left .row > *:first-child .h-second-list:not(.large) { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.h-second-left .row > *:first-child .h-second-list:not(.large) > * { width: 50%; }
.h-second-left .row > *:first-child .h-second-list:not(.large):before { display: none; }
.un__sub-title + .h-second-list { margin-top: 10px; }
.h-second-list li { margin-bottom: 20px; }
.h-second-list li:last-child { margin-bottom: 0; }
.h-second-list li > a { position: relative; font-size: 14px; line-height: 1.55em; font-weight: 500; letter-spacing: var(--lts-2); color: var(--clr-black); text-decoration: underline; -webkit-text-decoration-color: transparent; text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 6px; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-second-list.large li > a { font-size: 24px; }
:lang(es) .h-second-list li > a, :lang(fr) .h-second-list li > a { text-decoration: none; }
.h-second-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; height: 100%; }
.h-second-wrap .un__btn { margin: auto 0; }
.h-second-right { width: 35.65%; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.h-second-right > * { margin-bottom: 40px; }
.h-second-right > *:last-child { margin-bottom: 0; }
.h-second-right-img { position: relative; max-width: 640px; width: 100%; padding-top: 61%; }
.h-second-right-img img { position: absolute; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.h-second-right-img.type-2 { max-width: 600px; padding-top: 106%; }
.h-btn-log-out { cursor: pointer; position: absolute; z-index: 20; top: 15px; right: calc(var(--burger-width) + 35px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-btn-log-out b { -ms-flex-negative: 0; flex-shrink: 0; position: relative; display: inline-block; font-size: 18px; line-height: 1.5em; letter-spacing: var(--lts-2); color: var(--clr-black); }
.h-btn-log-out b::before { content: ''; position: absolute; bottom: 0; right: 0; height: 2px; width: 0; background-color: var(--clr-black); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-btn-log-out i { -ms-flex-negative: 0; flex-shrink: 0; position: relative; display: inline-block; width: 20px; height: 20px; margin-left: 15px; border: 1px solid var(--clr-black); }
.h-btn-log-out i::before { content: ''; position: absolute; top: 50%; left: 2px; height: 2px; width: 14px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: var(--clr-black); }
.h-btn-log-out i::after { content: ''; position: absolute; top: 50%; right: 4px; height: 10px; width: 10px; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); border-right: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black); }
.h-mega-links .current_page_item > a, 
.h-mega-links .current_page_item .h-dropdown-name, 
.h-mega-links .current-page-ancestor > a,
.h-mega-links .current-page-ancestor .h-dropdown-name { text-underline-offset: 6px; text-decoration: underline;text-decoration-thickness: 2px; -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
:lang(es) .h-mega-links .current_page_item > a, 
:lang(es) .h-mega-links .current_page_item .h-dropdown-name, 
:lang(es) .h-mega-links .current-page-ancestor > a,
:lang(es) .h-mega-links .current-page-ancestor .h-dropdown-name {  text-decoration: underline;text-decoration-thickness: 2px; }
:lang(fr) .h-mega-links .current_page_item > a, 
:lang(fr) .h-mega-links .current_page_item .h-dropdown-name, 
:lang(fr) .h-mega-links .current-page-ancestor > a,
:lang(fr) .h-mega-links .current-page-ancestor .h-dropdown-name { text-decoration: underline;text-decoration-thickness: 2px; }
@media (min-width: 1200px) { .h-info-inner a:hover { text-decoration: none; }
.h-visit { position: absolute; top: 5px; right: calc(var(--burger-width) + 35px); }
.h-location { position: absolute; top: 5px; right: calc(var(--h-visit-width) + var(--burger-width) + 65px); opacity: 0; -webkit-transition-delay: .7s;-o-transition-delay: .7s;transition-delay: .7s;}
body.loaded .h-location { opacity: 1; -webkit-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;}
.h-menu-list > ul > li > a:hover, .h-menu-list > ul > li > b:hover { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.single-project .project-item-menu > a, .h-menu-list .current-page-ancestor > a, .h-menu-list .current_page_item > a, .h-menu-list .current-page-ancestor > b, .h-menu-list .current_page_item > b { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
:lang(es) .h-menu-list .current-page-ancestor > a, :lang(es) .h-menu-list .current-page-ancestor > b, :lang(fr) .h-menu-list .current-page-ancestor > a, :lang(fr) .h-menu-list .current-page-ancestor > b, :lang(es) .h-menu-list .current_page_item > a, :lang(es) .h-menu-list .current_page_item > b, :lang(fr) .h-menu-list .current_page_item > a, :lang(fr) .h-menu-list .current_page_item > b { text-decoration: underline !important; text-decoration-thickness: 2px !important; }
.h-visit-drop a:hover { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.other-lang a:hover { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.un__social a:hover { border-color: var(--clr-red); background-color: var(--clr-red); }
.un__social a:hover img { -webkit-filter: brightness(100); filter: brightness(100); }
.h-mega-links a:hover { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.open-menu .h-visit { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.open-menu .h-visit-caption b { color: var(--clr-black); font-weight: 500; font-size: 18px; letter-spacing: var(--lts-2); text-transform: unset; text-decoration: none; }
.open-menu .h-visit-caption i { -webkit-transition: 0s; -o-transition: 0s; transition: 0s; margin-top: 4px; }
.open-menu .h-visit-caption i::before { border-color: var(--clr-black) transparent transparent transparent; }
.open-menu .h-location { opacity: 0; visibility: hidden; }
.open-menu .h-controls-wrap { margin-top: auto; margin-bottom: auto; -webkit-transform: translateX(calc(-1 * (var(--h-visit-width) + 35px))); -ms-transform: translateX(calc(-1 * (var(--h-visit-width) + 35px))); transform: translateX(calc(-1 * (var(--h-visit-width) + 35px))); }
.h-search-close:hover::before, .h-search-close:hover::after { background: var(--clr-red); }
.h-search-button:hover>div, .h-favorites:hover>div, .h-user:hover>div { opacity: .7; }
.h-search-button:hover .h-controls-tooltip,
.h-favorites:hover .h-controls-tooltip,
.h-user:hover .h-controls-tooltip {opacity: 1;visibility: visible;-webkit-transform: translate(-50%, 100%);transform: translate(-50%, 100%);}
.h-info-close:hover::before, .h-info-close:hover:after { background: var(--clr-red); }
.h-second-close:hover b { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.h-second-list li > a:hover { -webkit-text-decoration-color: currentColor; text-decoration-color: currentColor; }
.h-btn-log-out:hover b::before { right: auto; left: 0; width: 100%; }
:lang(es) .h-mega-links li > a:hover, :lang(fr) .h-mega-links li > a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
:lang(es) .h-menu-list > ul > li > a:hover, :lang(es) .h-menu-list > ul > li > b:hover, :lang(fr) .h-menu-list > ul > li > a:hover, :lang(fr) .h-menu-list > ul > li > b:hover { text-decoration: underline !important; text-decoration-thickness: 2px !important; }
:lang(es) .h-second-list li > a:hover, :lang(fr) .h-second-list li > a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
:lang(es) .h-second-close:hover b, :lang(fr) .h-second-close:hover b { text-decoration: underline; text-decoration-thickness: 2px; } }
@media (max-width: 1640px) { .h-menu-list > ul > li { margin-left: 45px; }
.h-btn-log-out { top: 10px; }
.h-mega-left { padding: 30px 30px 5%; }
.h-mega-right { padding: 40px 5% 5%; }
.h-right-item + .h-right-item { margin-top: 50px; }
.h-second-top { padding: 15px 0; }
.h-second-left { max-width: 560px; margin-right: 5%; }
.h-second-left .row { --bs-gutter-y: 30px; }
.h-second-left .row > * { padding-bottom: 10px; }
.un__sub-title + .h-second-list { margin-top: 5px; }
.h-second-list li { margin-bottom: 15px; }
.h-second-right > * { margin-bottom: 30px; }
.h-controls-wrap > * { margin-right: 40px; } 
.h-catalog-img {width: 188px;height: 188px;}}
@media (max-width: 1199px) { header { --burger-width: 50px; }
.h-info-inner { min-height: 36px; font-size: 16px; }
.h-info-inner img { max-width: 24px; max-height: 24px; }
.h-info-close { right: 10px; top: 6px; }
.h-menu-list, .h-second-drop { display: none !important; }
.h-inner { display: block; }
.h-inner::before { display: none !important; }
.h-inner-top { position: relative; z-index: 60; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-width: auto; width: 100%; height: calc(var(--header-h) / 2); padding: 0 15px; background: var(--clr-white); }
.h-inner-bottom { position: relative; height: calc(var(--header-h) / 2); padding-right: 15px; }
.h-inner-bottom::before { content: ''; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 2px; background: var(--clr-grey-400); opacity: 0; -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.open-menu .h-inner-bottom::before { opacity: 1; }
.h-logo { min-width: 120px; width: auto; height: 100%; padding: 5px 0; }
.h-logo img { max-width: 100%; max-height: 100%; }
.h-visit { margin-left: 10px; margin-right: 5px; }
.h-visit-caption { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-visit-caption b { color: var(--clr-black); font-weight: 500; font-size: 12px; letter-spacing: var(--lts-6); text-transform: uppercase !important; text-decoration: none; }
.h-visit-caption i::before { border-color: var(--clr-black) transparent transparent transparent; }
.h-visit-drop a { font-size: 16px; }
.h-controls-wrap { margin: auto 0 auto auto; }
.h-controls-wrap > * { margin-right: 25px; }
.hamburger-wrap { position: relative; z-index: 1; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: auto; padding: 0; margin: 0; }
.hamburger { width: 50px; height: calc(var(--header-h) / 2); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.hamburger-box { width: 20px; height: 15px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 20px; height: 2px; }
.hamburger-inner::before { top: -6px; }
.hamburger-inner::after { bottom: -6px; }
.h-location { margin: 0 15px; }
.h-location b { font-weight: 700; }
.h-search-popup { right: 0; width: calc(100% - var(--burger-width)); height: calc(var(--header-h) / 2); }
.h-search-popup label { font-size: 12px; margin-left: 10px; }
.input-search { padding: 0 50px 0 5px; font-size: 16px; }
.h-search-close { right: 15px; width: 34px; height: 34px; }
.h-cat-item { display: none; }
.h-btn-log-out { top: 5px; right: 15px; }
.h-mega-left { width: 50%; padding: 30px 5%; }
.h-mega-right { padding: 30px 5%; width: 50%; }
.h-mega-links li { margin-bottom: 25px; }
.h-mega-links li > a { font-size: 18px; } }
@media (max-width: 767px) { .h-info-inner > * { margin-right: 0; }
.h-mega-right { display: none !important; }
.h-mega-left { width: 100%; padding: 30px; padding-bottom: 0; }
.h-mega-inner { max-width: 100%; }
.h-mega-inner > * { margin-bottom: 30px; }
.h-mega-inner > *:last-child:is(.un__social) {padding-bottom: 30px;}
.h-mega-links + .h-mega-links { padding-top: 30px; }
.h-mega-links + .h-mega-links::before { left: -30px; width: calc(100% + 60px); }
.h-dropdown > a { display: none !important; }
.h-dropdown-item { display: block; }
.h-dropdown-name { position: relative; font-size: 18px; line-height: 1.5em; font-weight: 500; letter-spacing: var(--lts-2); color: var(--clr-black); }
.h-dropdown-name::before { content: ''; position: absolute; top: 50%; right: 2px; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); width: 12px; height: 12px; border-right: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black); }
.h-dropdown-links { position: fixed; z-index: 80; top: var(--header-h); left: 0; width: 100%; height: calc(100% - var(--header-h)); background: var(--clr-white); -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: var(--transition-1); -o-transition: var(--transition-1); transition: var(--transition-1); }
.h-dropdown-links ul { margin-top: 60px; overflow-y: auto; height: calc(100% - 60px); }
.h-dropdown-links li { padding: 16px 30px; border-bottom: 1px solid var(--bg-3); margin-bottom: 0; }
.h-dropdown-item.active .h-dropdown-links { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
header.show-info .h-dropdown-item .h-dropdown-links { top: calc(var(--header-h) + var(--h-info-height)); height: calc(100% - calc(var(--header-h) + var(--h-info-height))); }
.h-dropdown-back { position: absolute; top: 0; left: 0; width: 100%; height: 60px; padding: 16px 30px 15px; background-color: var(--bg-3); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-dropdown-back b { position: relative; font-size: 18px; font-weight: 500; line-height: 1.5em; letter-spacing: var(--lts-2); color: var(--clr-black); padding-left: 25px; }
.h-dropdown-back b::before { content: ''; position: absolute; left: 2px; top: 50%; width: 12px; height: 12px; -webkit-transform: translateY(-50%) rotate(-225deg); -ms-transform: translateY(-50%) rotate(-225deg); transform: translateY(-50%) rotate(-225deg); border-right: 2px solid var(--clr-black); border-bottom: 2px solid var(--clr-black); } }
@media (max-width: 575px) { .h-visit { max-width: 150px; } 
.h-search-popup {width: 100%;z-index: 1;}
.hamburger-wrap {z-index: 2;}
.h-search-popup form {position: relative; }
.h-search-popup label {position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);transform: translateY(-50%);margin-left: 60px;}
.h-search-popup .input-search {padding: 0 50px 0 130px;} 
:lang(es) h-search-popup .input-search, :lang(fr) h-search-popup .input-search {padding: 0 50px 0 150px;} }
@media (max-width: 376px) { .h-visit { margin-right: 0; }
.h-location { margin: 0 10px; }
.h-controls-wrap > * { margin-right: 15px; } }

/*--------------------*/
/* - BANNER           */
/*--------------------*/
.un__bg, .bg { background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.un__bg.mobile, .bg.mobile { display: none; }
.un__bg.video, .bg.video { position: absolute; top: 0; bottom: 0; left: 0; right: 0; clip: rect(auto, auto, auto, auto); background-repeat: no-repeat; background-position: center; background-size: cover; }
.un__bg.video video, .bg.video video { position: absolute; left: 50%; top: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.opacity:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -o-linear-gradient(181.04deg, rgba(241, 242, 243, 0) 0%, rgba(241, 242, 243, 0.8) 56.13%, rgba(241, 242, 243, 0.9) 77.18%, #F1F2F3 100%); background: linear-gradient(268.96deg, rgba(241, 242, 243, 0) 0%, rgba(241, 242, 243, 0.8) 56.13%, rgba(241, 242, 243, 0.9) 77.18%, #F1F2F3 100%); }
.un__banner { position: relative; overflow: hidden; }
.un__banner-align { position: relative; overflow: hidden; z-index: 10; display: table-cell; vertical-align: middle; width: 10000px; padding: 50px 0; height: 460px; }
@media (max-width: 1640px) { .un__banner-align { height: 400px; } }
@media (max-width: 991px) { .un__banner-align { height: 300px; padding: 20px 0; } }
@media (max-width: 767px) { .un__banner-align { height: 240px; padding: 20px 0; vertical-align: bottom; } }

/*--------------------*/
/* - HERO BANNER      */
/*--------------------*/
.hero-banner-section { padding: 50px 0 60px; }
.un__hero-section > * { margin-bottom: 10px; }
.un__hero-section > *:last-child { margin-bottom: 0; }
.un__hero-slider .swiper-container {overflow: visible;}
.un__hero-slide { position: relative; overflow: hidden; padding-top: 44%; min-height: 360px; }
.un__hero-slide img { position: absolute; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.un__hero-slide-title { position: absolute; bottom: 30px; left: 30px; padding: 25px 45px; background: rgba(255, 255, 255, 0.8); max-width: 608px; width: 100%; letter-spacing: var(--lts-6); }
.un__hero-slide-title .un__title { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.un__hero-title { line-height: 0; }
.un__hero-title .un__title { font-weight: 400; }
.un__hero-title > * { margin-bottom: 25px; }
.un__hero-title > *:last-child { margin-bottom: 0; }
@media (max-width: 1600px) { .un__hero-slide { padding-top: 40%;  }}
@media (max-width: 1640px) and (min-width: 1200px) { .un__hero-title .un__title { font-size: 66px; } }
@media (max-width: 1640px) { .un__hero-slide-title { bottom: 20px; left: 20px; padding: 25px 35px; }
.un__hero-section > * { margin-bottom: 10px; }
.un__hero-slide {padding-top: 41%;}
.hero-banner-section { padding: 20px 0 40px; } }
@media (max-width: 1380px) and (min-width: 1200px) {.un__hero-slide {padding-top: 33%; min-height: 320px;} .un__hero-section > * { margin-bottom: 0; }}
@media (max-width: 1199px) { .hero-banner-section { padding: 15px 0 30px; }
.un__hero-section > *:first-child { margin-bottom: 60px; }
.un__hero-slide { padding-top: 80%; min-height: auto; }
.un__hero-slide-title { bottom: 15px; left: 15px; padding: 20px 25px; max-width: calc(100% - 30px); }
.un__hero-title > * { margin-bottom: 15px; } }
@media (max-width: 575px) { .un__hero-slide { padding-top: 100%; }
.un__hero-slide-title { bottom: 0; left: 0; padding: 15px; max-width: 100%; } }

/*--------------------*/
/* - TYPOGRAPHY       */
/*--------------------*/
body { font-family: var(--ff-1); font-weight: 400; font-size: 18px; line-height: 1em; color: var(--clr-title); }
strong, b { font-weight: 600; line-height: inherit; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 400; color: var(--clr-title); }
h1, .h1 { font-size: var(--h-1); letter-spacing: var(--lts-1); line-height: 1.17em; }
h2, .h2 { font-size: var(--h-2); letter-spacing: var(--lts-2); line-height: 1.2em; }
h3, .h3 { font-size: var(--h-3); letter-spacing: var(--lts-3); line-height: 1.225em; }
h4, .h4 { font-size: var(--h-4); letter-spacing: var(--lts-4); line-height: 1.2em; }
h5, .h5 { font-size: var(--h-5); line-height: 1.3em; }
h6, .h6 { font-size: var(--h-6); line-height: 1.3em; }
.un__title { position: relative; font-weight: 400; color: var(--clr-title); }
.un__sub-title { position: relative; font-size: 13px; line-height: 1.2em; font-weight: 600; color: var(--clr-red); text-transform: uppercase; }
.un__caption { position: relative; font-size: 14px; line-height: 1.5em; font-weight: 700; letter-spacing: var(--lts-4); color: var(--clr-black); }
.un__title-upper {text-transform: uppercase;font-weight: 700 !important;}
.un__tl-margin { margin-bottom: 40px; }
.un__title-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.un__title-wrap > * { margin-right: 30px; }
.un__title-wrap > *:last-child { margin-right: 0; }
.text-cut-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.text-cut-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.text-cut-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.text-cut-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.text-cut-5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
@media (min-width: 1200px) {  a.un__sub-title:hover { text-decoration: underline; text-underline-offset: 4px; -webkit-text-decoration-color: currentColor;text-decoration-color: currentColor;} }
@media (max-width: 1640px) { .un__tl-margin { margin-bottom: 20px; } }
@media (max-width: 991px) { .un__title { font-weight: 500; }
  .un__tl-margin { margin-bottom: 15px; } }
@media (max-width: 767px) { .un__title-wrap { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .un__title-wrap > * { margin-right: 0; } }

/*--------------------*/
/* - TEXT STYLES      */
/*--------------------*/
.un__text { font-size: 18px; line-height: 1.5em; letter-spacing: var(--lts-5); font-weight: 400; color: var(--clr-text); }
.un__text.un__text-xs { font-size: 13px; }
.un__text.un__text-sm { font-size: 16px; }
.un__text.un__text-xl { font-size: 22px; }
.un__text.un__text-lg { font-size: 20px; }
.un__text > * + * { margin-top: 20px; }
.un__text :is(h1, h2, h3, h4, h5, h6) { font-family: var(--ff-2); font-weight: 500; margin-top: 70px; }
.un__text p>:last-child {margin-bottom: 0;}
.un__text p, .un__text a { position: relative; }
.un__text b { font-weight: 600; }
.un__text strong { font-weight: 700; }
.un__text em { font-style: italic; font-weight: 500; }
.un__text a:not(.un__btn) { display: inline; color: var(--clr-text); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.un__text ul li, .un__text ol li { position: relative; padding-left: 25px; color: inherit; font-size: inherit; margin-top: 5px; }
.un__text ul li:before { content: ""; position: absolute; left: 0; top: .6em; width: 4px; height: 4px; border-radius: 100%; background-color: currentColor; }
.un__text ol { counter-reset: number; padding-left: 0; }
.un__text ol li { padding-left: 25px; }
.un__text ol li:before { display: inline-block; position: absolute; top: 0; left: 0; counter-increment: number; content: counter(number) "."; color: var(--clr-primary); font-size: inherit; line-height: inherit; font-weight: 500; }
.un__text picture img { display: block; width: 100%; }
.un__text figure { line-height: 0; width: 100% !important; }
.un__text figure.aligncenter { text-align: center; }
.un__text figure.alignright { text-align: right; }
.un__text figure img { width: auto; margin-bottom: 0; }
.un__text figure figcaption { font-size: 13px; font-weight: 600; line-height: 1.7em; color: var(--clr-black); letter-spacing: var(--lts-4); }
.un__text iframe { display: block; width: 100%; max-width: 100%; height: 650px; border: 0; max-height: calc(56.3vw - 20px); }
.un__text blockquote { position: relative; text-align: left; color: var(--clr-text); font-size: 24px; font-weight: 500; line-height: 1.46em; letter-spacing: var(--lts-6); padding-left: 14%; border-left: 6px solid var(--clr-red); margin: 70px 0 70px 10px; }
.un__text blockquote i { display: block; text-align: right; font-size: 13px; font-weight: 600; font-style: normal; letter-spacing: var(--lts-4); color: inherit; padding-top: 5px; }
.un__text :is(img, table, iframe, figure, .wp-block-image) { margin: 50px 0; }
.un__text table { border-collapse: collapse; width: 100%; }
.un__text table tbody { min-width: 690px; }
.un__text table tr { border-bottom: 1px solid var(--clr-grey-400); text-align: left; }
.un__text table th { color: var(--clr-black); font-weight: 600; vertical-align: middle; text-align: left; height: 60px; padding: 10px 5px; font-size: inherit; line-height: 1em; }
.un__text table th:first-child { padding-left: 15px; }
.un__text table th:last-child { padding-right: 15px; }
.un__text table td { vertical-align: middle; text-align: left; height: 60px; padding: 10px 5px; font-size: inherit; line-height: 1em; font-weight: 400; color: var(--clr-text); }
.un__text table td:first-child { padding-left: 15px; }
.un__text table td:last-child { padding-right: 15px; }
.un__text *:first-child { margin-top: 0; }
.un__text *:first-child img { margin-top: 0; }
.un__text > *:last-child { margin-bottom: 0; }
.un__text > *:last-child img { margin-bottom: 0; }
.un__text *[class*="un__btn-link"] {font-size: inherit;}
@media (min-width: 1200px) { .un__text a:not(.btn):hover { -webkit-text-decoration-color: transparent; text-decoration-color: transparent; } }
@media (max-width: 1640px) { 
  .un__text iframe { height: 516px; } 
  .un__text :is(img, table, iframe, figure, .wp-block-image) { margin: 40px 0; }
}
@media (max-width: 767px) { .un__text { font-size: 15px; }
.un__text > * + * { margin-top: 10px; }
.un__text :is(h1, h2, h3, h4, h5, h6) { margin-top: 30px; }
.un__text.un__text-xl { font-size: 18px; }
.un__text.un__text-lg { font-size: 17px; }
.un__text.un__text-sm { font-size: 15px; }
.un__text blockquote { padding-left: 10px; font-size: 18px; margin: 30px 0 30px 10px; border-width: 5px; }
.un__text :is(img, table, iframe, figure, .wp-block-image) { margin: 20px 0; } }

/*product change location*/
.p-change-location{position: relative;z-index:50;height:48px;text-align: center;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.p-change-location .h-info-inner{position: fixed;z-index: 50; left: 0;top: var(--header-h); width: 100%;background:var(--bg-3); font-size: 18px;line-height: 1em;font-weight: 500;letter-spacing: var(--lts-2);color: var(--clr-black);padding: 8px 15px;}
.p-change-location .h-info-inner b{font-weight:700;}
.p-change-location .h-info-inner .change-region{text-decoration:underline;cursor:pointer;}
@media (min-width: 1200px){.p-change-location .h-info-inner .change-region:hover{text-decoration:none;}}
@media (max-width: 1199px){.p-change-location {height:40px;}}
@media (max-width: 767px){.p-change-location .h-info-inner{font-size:12px;}}
@media (max-width: 534px){.p-change-location {height:52px;}}