/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.preloader{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;visibility:visible;transition:opacity .35s ease,visibility .35s ease}.preloader__logo{max-width:220px;width:40vw;height:auto;display:block;opacity:0;transform:scale(0.95);-webkit-animation:fadeInLogo .8s ease forwards;animation:fadeInLogo .8s ease forwards;-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes fadeInLogo{to{opacity:1;transform:scale(1)}}@keyframes fadeInLogo{to{opacity:1;transform:scale(1)}}.preloader.is-hidden{opacity:0;visibility:hidden}@media(prefers-reduced-motion: reduce){.preloader{transition:none}}html.wp-toolbar .preloader{top:0}.has-seen-preloader #site-preloader{display:none !important}@font-face{font-family:"Inter";src:url("/wp-content/themes/lbntheme/views/fonts/Inter-VariableFont.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/wp-content/themes/lbntheme/views/fonts/Inter-Italic-VariableFont.woff2") format("woff2");font-weight:100 900;font-style:italic;font-display:swap}.rich-text ul,.rich-text ol{list-style:initial;padding-left:32px}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6{margin-top:32px;margin-bottom:16px}.rich-text h1{font-size:4.8rem;font-family:"Inter",sans-serif;font-weight:200;line-height:1.07;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.rich-text h1{font-size:3rem}}.rich-text h2{font-size:3.2rem;font-family:"Inter",sans-serif;font-weight:200;line-height:1.22;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.rich-text h2{font-size:2.1rem}}.rich-text h3{font-size:2.4rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.35;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.rich-text h3{font-size:1.6rem}}.rich-text h4{font-size:1.8rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.rich-text h4{font-size:1.2rem}}.rich-text h5{font-size:1.4rem;font-family:"Inter",sans-serif;font-weight:400;line-height:1.25;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.rich-text h5{font-size:1rem}}.rich-text h6{font-size:1.15rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.rich-text h6{font-size:.85rem}}.rich-text blockquote{margin-right:32px;margin-left:32px}.rich-text em{font-style:italic}.rich-text strong{font-weight:bold}.rich-text p{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;margin-top:16px;margin-bottom:16px}@media(max-width: 820px){.rich-text p{font-size:.75rem}}.rich-text p:first-of-type{margin-top:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;background:#000;color:#fff;overflow-x:hidden;font-family:"helvetica-lt-pro",sans-serif}html{font-size:1rem;scroll-behavior:smooth}@media(max-width: 1024px){html{font-size:.875rem}}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}b{font-weight:bold}*{box-sizing:border-box}.grecaptcha-badge{visibility:hidden;pointer-events:none}.p-tiny{padding-top:8px;padding-bottom:8px}@media(max-width: 820px){.p-tiny{padding-top:4px;padding-bottom:4px}}@media(max-width: 576px){.p-tiny{padding-top:2.6666666667px;padding-bottom:2.6666666667px}}.p-small{padding-top:16px;padding-bottom:16px}@media(max-width: 820px){.p-small{padding-top:8px;padding-bottom:8px}}@media(max-width: 576px){.p-small{padding-top:5.3333333333px;padding-bottom:5.3333333333px}}.p-medium{padding-top:32px;padding-bottom:32px}@media(max-width: 820px){.p-medium{padding-top:16px;padding-bottom:16px}}@media(max-width: 576px){.p-medium{padding-top:10.6666666667px;padding-bottom:10.6666666667px}}.p-big{padding-top:64px;padding-bottom:64px}@media(max-width: 820px){.p-big{padding-top:32px;padding-bottom:32px}}@media(max-width: 576px){.p-big{padding-top:21.3333333333px;padding-bottom:21.3333333333px}}.p-mega{padding-top:128px;padding-bottom:128px}@media(max-width: 820px){.p-mega{padding-top:64px;padding-bottom:64px}}@media(max-width: 576px){.p-mega{padding-top:42.6666666667px;padding-bottom:42.6666666667px}}.ptop-tiny{padding-top:8px}.ptop-small{padding-top:16px}.ptop-medium{padding-top:32px}.ptop-big{padding-top:64px}.ptop-mega{padding-top:128px}.pbottom-tiny{padding-bottom:8px}.pbottom-small{padding-bottom:16px}.pbottom-medium{padding-bottom:32px}.pbottom-big{padding-bottom:64px}.pbottom-mega{padding-bottom:128px}.m-tiny{margin-top:8px;margin-bottom:8px}@media(max-width: 820px){.m-tiny{margin-top:4px;margin-bottom:4px}}.m-small{margin-top:16px;margin-bottom:16px}@media(max-width: 820px){.m-small{margin-top:8px;margin-bottom:8px}}.m-medium{margin-top:32px;margin-bottom:32px}@media(max-width: 820px){.m-medium{margin-top:16px;margin-bottom:16px}}.m-big{margin-top:64px;margin-bottom:64px}@media(max-width: 820px){.m-big{margin-top:32px;margin-bottom:32px}}.m-mega{margin-top:128px;margin-bottom:128px}@media(max-width: 820px){.m-mega{margin-top:64px;margin-bottom:64px}}.mtop-tiny{margin-top:8px}.mtop-small{margin-top:16px}.mtop-medium{margin-top:32px}.mtop-big{margin-top:64px}.mtop-mega{margin-top:128px}.mbottom-tiny{margin-bottom:8px}.mbottom-small{margin-bottom:16px}.mbottom-medium{margin-bottom:32px}.mbottom-big{margin-bottom:64px}.mbottom-mega{margin-bottom:128px}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.body-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:300px auto;grid-template-columns:300px auto}@media(max-width: 820px){.body-wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:64px}}.body--no-scroll{overflow:hidden;height:100vh}@media(max-width: 820px){main{padding-top:120px}}body #tarteaucitronRoot div#tarteaucitronAlertBig{width:520px !important;left:10% !important;bottom:10% !important;top:initial !important;padding:32px 48px 64px 48px !important;transform:initial !important;text-align:initial !important}@media(max-width: 820px){body #tarteaucitronRoot div#tarteaucitronAlertBig{width:60% !important;left:50% !important;bottom:initial !important;padding:initial !important;top:50% !important;transform:translate(-50%, -50%) !important;padding:16px !important}}#tarteaucitronAlertBig{border-radius:0 !important}div#tarteaucitronAlertBig:before,.tarteaucitronSelfLink,#tarteaucitronPercentage{display:none !important}.tarteaucitronAlertBigTop{background-color:#fff !important;color:#fff !important}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{color:#fff !important;font-family:"TheSans",sans-serif !important;font-size:.9rem !important;line-height:1.3;text-align:left !important}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a{font-family:"TheSans",sans-serif !important;font-size:.9rem !important;text-decoration:underline !important;font-weight:700 !important;background-color:transparent !important;color:#fff !important}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert .management{font-family:"TheSans",sans-serif !important;display:inline-block;font-size:1.1rem !important;padding-bottom:16px}span#tarteaucitronDisclaimerAlert{padding:0 !important}@media(max-width: 820px){span#tarteaucitronDisclaimerAlert{margin:8px 0 16px 0 !important}}#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow,#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny,#tarteaucitronAlertBig #tarteaucitronCloseAlert,#tarteaucitronAlertBig #tarteaucitronPersonalize2{position:absolute;display:inline-block;box-sizing:border-box !important;background-color:#000 !important;border:solid 1px #000 !important;font-size:.9rem !important;border-radius:20px;color:#fff !important;margin:auto;text-transform:uppercase;padding:8px 16px;width:calc(50% - 64px)}@media(max-width: 820px){#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow,#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny,#tarteaucitronAlertBig #tarteaucitronCloseAlert,#tarteaucitronAlertBig #tarteaucitronPersonalize2{position:relative !important;margin-bottom:0;width:100% !important}}#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow span::before,#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny span::before,#tarteaucitronAlertBig #tarteaucitronCloseAlert span::before,#tarteaucitronAlertBig #tarteaucitronPersonalize2 span::before{display:none !important}#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow:hover,#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny:hover,#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover{background-color:#fff !important;color:#000 !important}#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny{display:none !important}#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow{bottom:32px;right:48px;padding:8px}@media(max-width: 820px){#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow{bottom:initial !important;right:initial !important}}#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button:disabled.tarteaucitronAllow{opacity:1 !important}#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert{bottom:32px;left:48px;padding:8px}@media(max-width: 820px){#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert{bottom:initial !important;left:initial !important}}#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert{border:solid 1px #000 !important;background-color:#fff !important;font-size:.9rem !important;color:#000 !important;margin:0 !important}#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover{background-color:#000 !important;color:#fff !important}#tarteaucitronRoot .tarteaucitronH1,#tarteaucitronRoot .tarteaucitronH2,#tarteaucitron #tarteaucitronInfo{color:#fff !important;font-family:"TheSans",sans-serif !important;font-weight:300 !important;font-size:1.1rem;background-color:transparent !important}#tarteaucitronRoot .tarteaucitronH3{color:#fff !important;font-weight:300 !important}#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{color:#fff !important;background-color:#fff !important}#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder{background-color:#fff !important;color:#fff !important;border-color:transparent !important;border-top:none}#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny{box-sizing:border-box !important;background-color:#000 !important;border:solid 1px #000 !important;font-size:.9rem !important;border-radius:20px !important;color:#fff !important;margin:auto;margin-bottom:16px}#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover,#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover{opacity:1}#tarteaucitronRoot .tarteaucitronCheck::before,#tarteaucitronRoot .tarteaucitronCross::before{display:none !important}#tarteaucitronRoot .tarteaucitronTitle{background-color:#000 !important}#tarteaucitronRoot .tarteaucitronTitle button{display:block !important;margin:10px auto !important;background-color:transparent !important;color:#fff !important}#tarteaucitronRoot .tarteaucitronTitle button span.tarteaucitronPlus{display:none}#tarteaucitronIcon #tarteaucitronManager,#tarteaucitronIcon,#tarteaucitron #tarteaucitronServices .tarteaucitronLine{background-color:transparent !important}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk,#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName{display:block !important;float:initial !important;text-align:center !important;padding-bottom:8px}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies{color:#fff !important}#tarteaucitron a{color:#fff !important}.custom_form input,.custom_form textarea{color:#000}.custom_form .custom_form_label:not(.custom_form_label_file){font-size:1.4rem;font-family:"Inter",sans-serif;font-weight:400;line-height:1.25;letter-spacing:normal;text-transform:none;font-style:normal;font-weight:300;color:#fff;margin-bottom:32px;min-height:54px}@media(max-width: 820px){.custom_form .custom_form_label:not(.custom_form_label_file){font-size:1rem}}@media(max-width: 820px){.custom_form .custom_form_label:not(.custom_form_label_file){margin-bottom:24px}}.custom_form .custom_form_label:not(.custom_form_label_file)::before{content:"";width:100%;height:1px;position:absolute;bottom:-5px;left:0;border-bottom:#fff 2px solid}.custom_form .custom_form_label:not(.custom_form_label_file)::after{content:"";width:0;height:1px;position:absolute;bottom:-5px;left:0;border-bottom:#000 2px solid;transition:width .3s ease-in-out}.custom_form .custom_form_label:not(.custom_form_label_file).custom_form_label_textarea{min-height:178px}.custom_form .custom_form_label_file{box-sizing:content-box}@media(max-width: 576px){.custom_form .custom_form_label_file{margin-bottom:32px}}.custom_form .custom_form_label_file .custom_form_span_file.focus{height:24px !important}.custom_form .custom_form_label_file input{width:0;height:0}@media(max-width: 820px){.custom_form .custom_form_label_file input{position:absolute !important;padding-bottom:0 !important}}.custom_form .file-name{position:absolute;top:100%;width:100%;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width: 820px){.custom_form .file-name{height:1.1rem}}@media(max-width: 576px){.custom_form .file-name{margin-top:16px}}@media(max-width: 820px){.custom_form .custom_form_submit_wrapper{margin-top:50px}}@media(max-width: 576px){.custom_form .custom_form_submit_wrapper{margin-left:auto;margin-right:auto}}.custom_form .custom_form_submit_wrapper .custom_form_submit{font-size:1rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;margin-left:auto;margin-right:32px;padding:16px 64px;color:#fff;border:solid 1px #fff;transition:background-color .3s ease-in-out,color .3s ease-in-out;background-color:transparent}@media(max-width: 820px){.custom_form .custom_form_submit_wrapper .custom_form_submit{font-size:.7rem}}.custom_form .custom_form_submit_wrapper .custom_form_submit:hover{background-color:#fff;color:#000;cursor:pointer}.custom_form .custom_form_field_error{color:#dc3545;font-size:.8rem;font-style:italic}.custom_form .recaptcha.show{position:relative;color:#fff;width:auto;padding-top:32px}.custom_form.animated .custom_form_label .custom_form_span{position:relative;top:1.3rem;font-style:italic;transition:top .3s ease-in-out,font-size .3s ease-in-out,color .3s ease-in-out}.custom_form.animated .custom_form_label .custom_form_span{position:relative;top:1.3rem;font-style:italic;transition:top .3s ease-in-out,font-size .3s ease-in-out,color .3s ease-in-out}.custom_form.animated .custom_form_label.active .custom_form_span{top:0;font-size:.75em;color:#fff}.custom_form.animated .custom_form_label.custom_form_label_file{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:96px;line-height:20px}.custom_form.animated .custom_form_label.custom_form_label_file.lastfile{padding-right:200px}.custom_form.animated .custom_form_label.custom_form_label_file .custom_form_span{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;color:#fff;font-style:normal;cursor:pointer;padding-right:10px;transition:color .3s ease-in-out}@media(max-width: 820px){.custom_form.animated .custom_form_label.custom_form_label_file .custom_form_span{font-size:.75rem}}@media(max-width: 576px){.custom_form.animated .custom_form_label.custom_form_label_file .custom_form_span{font-size:1rem}}.custom_form.animated .custom_form_label.custom_form_label_file .custom_form_span:hover{color:#000}.custom_form.animated .custom_form_label.custom_form_label_file .custom_form_span:hover::after{border:solid 1px #000}.custom_form.animated .custom_form_label.custom_form_label_file .custom_form_span::after{content:"+";display:inline-block;position:absolute;top:0;left:100%;width:20px;height:20px;line-height:20px;font-size:16px;padding-left:5px;box-sizing:border-box;border:solid 1px #fff;transition:border .3s ease-in-out}.custom_form.animated .custom_form_label.active::after{width:100%;z-index:2}.msg_custom_form{font-size:1.4rem;font-family:"Inter",sans-serif;font-weight:400;line-height:1.25;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.msg_custom_form{font-size:1rem}}.custom_form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;position:relative}.custom_form input[type=text],.custom_form input[type=email],.custom_form input[type=tel],.custom_form input[type=submit],.custom_form textarea{border:none;outline:none;padding:0;background:none;z-index:2}.custom_form textarea{width:100%;min-height:150px}.custom_form .custom_form_label{position:relative;width:100%;display:flex;flex-direction:column}.custom_form .custom_form_label.half{width:calc(50% - 16px)}@media(max-width: 820px){.custom_form .custom_form_label.half{width:100%}}.custom_form .custom_form_label.custom_form_label_file .custom_form_span{height:100%}.custom_form .custom_form_label.custom_form_label_file input[type=file]{position:absolute;right:0}@media(max-width: 820px){.custom_form .custom_form_label.custom_form_label_file input[type=file]{position:relative;padding-bottom:16px}}.custom_form .custom_form_submit_wrapper{margin-left:auto;position:relative;z-index:3}.custom_form .custom_form_submit_wrapper input[type=submit]{cursor:pointer}.custom_form.animated .custom_form_field_error{position:absolute;top:calc(100% + 8px)}.msg_custom_form{position:fixed;z-index:1000;inset:0;transition:opacity .3s ease-in-out;opacity:0;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:center}.msg_custom_form.open{opacity:1;pointer-events:all}.msg_custom_form_overlay{position:fixed;z-index:1;inset:0;background-color:#000C}.msg_custom_form_content{position:relative;z-index:2;background-color:#fff;padding:30px 60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.msg_custom_form_text{position:relative;z-index:2;text-align:center;color:#fff !important;padding-bottom:20px}.msg_custom_form_approval,.msg_custom_form_cookies{display:inline;color:#000 !important;border:none;padding:5px 10px;border-radius:30px;transition:all .3s ease-in-out}.msg_custom_form_approval:hover,.msg_custom_form_cookies:hover{color:#fff !important;background-color:#000}.header{position:relative;padding-top:64px;padding-left:64px;min-width:192px;z-index:700;--color: #FFFFFF;--color-current: #000000;--color-disabled: #BBB}@media(max-width: 820px){.header{position:fixed;top:0;left:0;right:0;width:100%;background:#000;padding:16px 64px}}.header-content{position:-webkit-sticky;position:sticky;top:64px;display:block;flex-direction:column;align-items:center;justify-content:space-between}@media(max-width: 820px){.header-content{position:relative;top:auto;display:flex;flex-direction:row}}.header .header-logo{display:block;width:160px;transition:all .3s ease;z-index:510}@media(max-width: 820px){.header .header-logo{width:60px}}.header .header-logo-img{width:100%}.header .header-desktop-navigation{margin-top:64px;text-transform:uppercase}@media(max-width: 820px){.header .header-desktop-navigation{display:none}}.header .header-desktop-navigation #menu-menu-principal,.header .header-desktop-navigation #menu-menu-principal-fr,.header .header-desktop-navigation #menu-menu-principal-en,.header .header-desktop-navigation #menu-menu-principal-es{position:relative;display:flex;flex-direction:column;gap:16px;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:32px 0}.header .header-desktop-navigation #menu-menu-principal .menu-item>a,.header .header-desktop-navigation #menu-menu-principal-fr .menu-item>a,.header .header-desktop-navigation #menu-menu-principal-en .menu-item>a,.header .header-desktop-navigation #menu-menu-principal-es .menu-item>a{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;font-weight:400;color:#fff;text-decoration:none;text-transform:uppercase}@media(max-width: 820px){.header .header-desktop-navigation #menu-menu-principal .menu-item>a,.header .header-desktop-navigation #menu-menu-principal-fr .menu-item>a,.header .header-desktop-navigation #menu-menu-principal-en .menu-item>a,.header .header-desktop-navigation #menu-menu-principal-es .menu-item>a{font-size:.75rem}}.header .header-desktop-navigation #menu-menu-principal .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal-fr .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal-en .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal-es .menu-item>a.is-active{font-weight:bold;border-bottom:2px solid #fff}.header .header-desktop-navigation #menu-menu-principal .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal .menu-item.current-menu-item>a,.header .header-desktop-navigation #menu-menu-principal .menu-item.current-menu-ancestor>a,.header .header-desktop-navigation #menu-menu-principal-fr .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal-fr .menu-item.current-menu-item>a,.header .header-desktop-navigation #menu-menu-principal-fr .menu-item.current-menu-ancestor>a,.header .header-desktop-navigation #menu-menu-principal-en .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal-en .menu-item.current-menu-item>a,.header .header-desktop-navigation #menu-menu-principal-en .menu-item.current-menu-ancestor>a,.header .header-desktop-navigation #menu-menu-principal-es .menu-item>a.is-active,.header .header-desktop-navigation #menu-menu-principal-es .menu-item.current-menu-item>a,.header .header-desktop-navigation #menu-menu-principal-es .menu-item.current-menu-ancestor>a{font-weight:bold;border-bottom:2px solid #fff}.header .header-desktop-navigation .my_polylang_langswitcher{display:flex;margin-top:16px}.header .header-desktop-navigation .my_polylang_langswitcher .lang-item{position:relative;margin-inline:0;padding-inline:5px}.header .header-desktop-navigation .my_polylang_langswitcher .lang-item a{font-size:1.1rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;position:relative;color:var(--color);text-decoration:none;transition:color .3s ease-in-out,font-weight .3s ease-in-out}.header .header-desktop-navigation .my_polylang_langswitcher .lang-item:not(:last-child)::after{content:"";display:block;height:10px;width:1px;background-color:var(--color-disabled);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.header .header-desktop-navigation .my_polylang_langswitcher .lang-item:not(.current-lang) a{color:var(--color-disabled)}.header .header-desktop-navigation .my_polylang_langswitcher .lang-item:not(.current-lang) a:hover{color:#fff}.header .header-desktop-navigation .my_polylang_langswitcher .lang-item.current-lang{pointer-events:none}.header #project-placeholder{margin:32px 0;padding-bottom:32px}@media(max-width: 820px){.header #project-placeholder{display:none}}.header #project-placeholder #project-wrapper{font-size:.9rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;display:flex;gap:16px;align-items:center;justify-content:space-between}.header #project-placeholder #project-location{margin-top:8px;font-size:.7rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-style:italic}.header .header-burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;margin-left:auto;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:510}.header .header-burger img{display:block;width:42px;height:auto}@media(max-width: 820px){.header .header-burger{display:inline-flex}}.header .mobile-menu{position:fixed;inset:0;background:#000;color:#fff;z-index:500;display:-ms-grid;display:grid;-ms-grid-rows:1fr;grid-template-rows:1fr;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s}.header .mobile-menu .my_polylang_langswitcher{display:flex;justify-content:center}.header .mobile-menu .my_polylang_langswitcher .lang-item{position:relative;margin-inline:0;padding-inline:5px}.header .mobile-menu .my_polylang_langswitcher .lang-item a{font-size:1.1rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;position:relative;color:var(--color);text-decoration:none;transition:color .3s ease-in-out,font-weight .3s ease-in-out}.header .mobile-menu .my_polylang_langswitcher .lang-item:not(:last-child)::after{content:"";display:block;height:10px;width:1px;background-color:var(--color-disabled);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.header .mobile-menu .my_polylang_langswitcher .lang-item:not(.current-lang) a{color:var(--color-disabled)}.header .mobile-menu .my_polylang_langswitcher .lang-item:not(.current-lang) a:hover{color:#fff}.header .mobile-menu .my_polylang_langswitcher .lang-item.current-lang{pointer-events:none}.header .mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .22s ease,transform .22s ease,visibility 0s}.header .mobile-menu-inner{width:min(92vw, 360px);margin:0 auto;display:-ms-grid;display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;align-content:center;gap:32px}.header .mobile-menu-sep{border:0;border-top:1px solid rgba(255,255,255,.35);width:100%;height:0}.header .mobile-menu-list{list-style:none;padding:0;margin:0;display:-ms-grid;display:grid;gap:22px}.header .mobile-menu-list>li{margin:0;padding:0;text-align:center}.header .mobile-menu-list a{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;display:inline-block;text-decoration:none;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-weight:400;line-height:1.6;padding:8px 4px;transition:opacity .18s ease,transform .18s ease}@media(max-width: 820px){.header .mobile-menu-list a{font-size:.75rem}}.header .mobile-menu-list a:hover,.header .mobile-menu-list a:focus-visible{opacity:1;transform:translateY(-1px);outline:none}.header .mobile-menu-list .current-menu-item>a,.header .mobile-menu-list .current_page_item>a{text-decoration:underline;font-weight:bold}.footer{font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;background-color:#fff;color:#000;padding:64px}.footer .footer-section-1{display:-ms-grid;display:grid;-ms-grid-columns:4fr 5fr;grid-template-columns:4fr 5fr;gap:64px}@media(max-width: 576px){.footer .footer-section-1{-ms-grid-columns:1fr;grid-template-columns:1fr}}.footer .footer-section-1-info{display:flex;flex-direction:column;gap:64px}.footer .footer-section-1-info .footer-logo{display:block;width:160px;transition:all .3s ease;z-index:90}@media(max-width: 576px){.footer .footer-section-1-info .footer-logo{width:60px}}.footer .footer-section-1-info .footer-logo-img{width:100%}.footer .footer-section-1-info .personal-infos{display:flex;flex-direction:column;gap:4px;font-weight:500}.footer .footer-section-1-info .personal-infos a{color:#000;text-decoration:none}.footer .footer-section-1-info .personal-infos a:hover{text-decoration:underline}.footer .footer-description{text-align:right}@media(max-width: 576px){.footer .footer-description{text-align:left}}.footer .footer-description>p{font-weight:500}.footer .footer-section-2{margin-top:64px}.footer .footer-section-2 .footer-links{display:flex;flex-direction:column;gap:16px}.footer .footer-section-2 .footer-links>li>a{color:#000;text-transform:uppercase;text-decoration:none;font-weight:500}.footer .footer-section-2 .footer-links>li>a:hover{text-decoration:underline}.section-archive{padding:64px}.section-archive .archive-news-filters{font-family:"helvetica-lt-pro",sans-serif;display:flex;color:#fff;font-weight:400;text-transform:lowercase;padding:8px 0}.section-archive .archive-news-filters .archive-news-filters-list{display:flex;align-items:baseline;list-style:none;margin:0;padding:0;line-height:1.2;font-family:"helvetica-lt-pro",sans-serif}.section-archive .archive-news-filters .archive-news-filters-list li{display:inline-flex;align-items:baseline}.section-archive .archive-news-filters .archive-news-filters-list li+li::before{content:",";margin:0 4px 0 0}.section-archive .archive-news-filters .archive-news-filter{color:#fff;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:1px;transition:border-color .18s ease,opacity .18s ease}.section-archive .archive-news-filters .archive-news-filter:hover,.section-archive .archive-news-filters .archive-news-filter:focus-visible{border-bottom-color:currentColor;outline:none}.section-archive .archive-news-filters .archive-news-filter.is-active,.section-archive .archive-news-filters .archive-news-filter[aria-current=true]{border-bottom-color:currentColor}.section-archive .archive-news-item{padding:64px 0;border-top:1px solid #fff}.section-archive .archive-news-item>a{color:#fff;text-decoration:none}.section-archive .archive-news-item.is-featured .archive-news-article-media-wrapper-img{width:100%}.section-archive .archive-news-article{display:-ms-grid;display:grid;-ms-grid-columns:3fr 5fr;grid-template-columns:3fr 5fr;gap:64px}@media(max-width: 820px){.section-archive .archive-news-article{-ms-grid-columns:1fr;grid-template-columns:1fr}}.section-archive .archive-news-article-media-wrapper{overflow:hidden}.section-archive .archive-news-article-media-wrapper-img{width:50%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;transition:width .8s}@media(max-width: 820px){.section-archive .archive-news-article-media-wrapper-img{width:100%}}.section-archive .archive-news-article-infos-wrapper{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;margin-top:auto}@media(max-width: 820px){.section-archive .archive-news-article-infos-wrapper{font-size:.75rem}}.section-archive .archive-news-article-infos-wrapper .archive-news-year{font-family:"helvetica-lt-pro",sans-serif}.section-archive .archive-news-article-infos-wrapper .archive-news-title{font-size:1.8rem;font-family:"all-round-gothic";font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;margin-bottom:64px}@media(max-width: 820px){.section-archive .archive-news-article-infos-wrapper .archive-news-title{font-size:1.2rem}}.section-archive-projects{background:#000;color:#fff;min-height:100vh;padding:64px}.section-archive-projects .archive-projects-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:5fr 6fr;grid-template-columns:5fr 6fr;gap:64px}.section-archive-projects .archive-projects-featured{position:-webkit-sticky;position:sticky;top:64px;-ms-grid-row-align:start;align-self:start}.section-archive-projects .archive-projects-featured img{display:block;width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .25s ease}.section-archive-projects .archive-projects-featured img.is-visible{opacity:1}.section-archive-projects .archive-projects-list ul{list-style:none;margin:0;padding:0}.section-archive-projects .archive-projects-list li{margin:0;padding:0}.section-archive-projects .archive-projects-list a{display:-ms-grid;display:grid;-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:16px 0;color:#fff;text-decoration:none;border-bottom:1px solid #fff}.section-archive-projects .archive-projects-list a:hover,.section-archive-projects .archive-projects-list a:focus-visible{font-weight:bold}.section-archive-projects .archive-projects-list a.is-active{font-weight:bold}.section-archive-projects .archive-projects-list a .archive-projects-title{font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;font-weight:inherit}.section-archive-projects .archive-projects-list a .archive-projects-year{font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;font-weight:inherit;white-space:nowrap}@media(max-width: 820px){.section-archive-projects{padding:20px}.section-archive-projects .archive-projects-wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:20px}.section-archive-projects .archive-projects-featured{position:relative;top:0}.section-archive-projects .archive-projects-featured img{width:100%;height:58vh;-o-object-fit:cover;object-fit:cover}.section-archive-projects .archive-projects-list a .archive-projects-title{font-size:1.05rem}.section-archive-projects .archive-projects-list a .archive-projects-year{font-size:.95rem}}@media(max-width: 320px){.section-archive-projects{padding:16px}.section-archive-projects .archive-projects-featured img{height:64vh}.section-archive-projects .archive-projects-list a .archive-projects-title{font-size:1.1rem}.section-archive-projects .archive-projects-list a .archive-projects-year{font-size:1rem}}.single-news{max-width:1320px;padding-left:64px;padding-right:64px;margin:auto;box-sizing:content-box;padding-top:64px;padding-bottom:64px}@media(max-width: 576px){.single-news{padding-left:32px;padding-right:32px}}@media(max-width: 320px){.single-news{padding-left:16px;padding-right:16px}}.single-news-img{width:100%;max-height:700px;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}@media(max-width: 820px){.single-news-img{aspect-ratio:40/25}}.single-news .news-header{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:64px}@media(max-width: 820px){.single-news .news-header{-ms-grid-columns:1fr;grid-template-columns:1fr}}.single-news .news-header .news-info{font-family:"helvetica-lt-pro",sans-serif;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #fff}.single-news .news-header .news-date{font-family:"helvetica-lt-pro",sans-serif}.single-news .news-header .news-date,.single-news .news-header .news-title{margin:16px 0}.single-news .news-header .news-title{font-family:"all-round-gothic",sans-serif}.single-news .section-related-news{margin-top:64px;padding-top:64px;border-top:1px solid #fff}.single-news .related-news-grid{list-style:none;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);gap:64px}.single-news .related-news-card{color:#fff}.single-news .related-news-link{color:inherit;text-decoration:none;display:block}@media(max-width: 820px){.single-news .related-news-link{display:flex;gap:32px}}.single-news .related-news-date{font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;display:block;line-height:1.2;margin-bottom:16px}@media(max-width: 820px){.single-news .related-news-date{display:none}}.single-news .related-news-media{width:100%;overflow:hidden}@media(max-width: 820px){.single-news .related-news-media{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.single-news .related-news-img,.single-news .related-news-placeholder{width:100%;height:auto;aspect-ratio:4/3;display:block;-o-object-fit:cover;object-fit:cover;transform:scale(1);filter:grayscale(1);transition:filter .3s,transform .35s ease}.single-news .related-news-img:hover,.single-news .related-news-placeholder:hover{transform:scale(1.03);filter:grayscale(0)}@media(max-width: 820px){.single-news .related-news-img,.single-news .related-news-placeholder{max-width:120px}}.single-news .related-news-placeholder{background:rgba(255,255,255,.08)}.single-news .related-news-infos{margin-top:16px}@media(max-width: 820px){.single-news .related-news-infos{margin-top:0}}.single-news .related-news-title{margin:16px 0 8px 0;font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;line-height:1.35}@media(max-width: 820px){.single-news .related-news-title{margin:0}}.single-news .related-news-location{margin:0;font-size:12px}@media(max-width: 1024px){.single-news .related-news-grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.single-news .related-news-grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:32px}}.single-project{max-width:1320px;padding-left:64px;padding-right:64px;margin:auto;box-sizing:content-box;padding-top:64px;padding-bottom:64px}@media(max-width: 576px){.single-project{padding-left:32px;padding-right:32px}}@media(max-width: 320px){.single-project{padding-left:16px;padding-right:16px}}.single-project-img-wrapper{position:relative}.single-project-img-wrapper .legend{font-size:1rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;font-weight:300;position:absolute;bottom:0;left:0;z-index:1;font-size:12px;background-color:rgba(0,0,0,.4);padding:8px;width:100%;text-align:left}@media(max-width: 820px){.single-project-img-wrapper .legend{font-size:.7rem}}.single-project-img-wrapper>img{width:100%;max-height:700px;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}@media(max-width: 820px){.single-project-img-wrapper>img{aspect-ratio:40/25}}.single-project .section-related-projects{margin-top:64px;padding-top:64px;border-top:1px solid #fff}.single-project .related-projects-grid{list-style:none;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);gap:64px}.single-project .related-projects-card{color:#fff}.single-project .related-projects-link{color:inherit;text-decoration:none;display:block}@media(max-width: 820px){.single-project .related-projects-link{display:flex;gap:32px}}.single-project .related-projects-date{display:block;font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;line-height:1.2;margin-bottom:16px}@media(max-width: 820px){.single-project .related-projects-date{display:none}}.single-project .related-projects-media{width:100%;overflow:hidden}@media(max-width: 820px){.single-project .related-projects-media{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.single-project .related-projects-img,.single-project .related-projects-placeholder{width:100%;height:auto;aspect-ratio:4/3;display:block;-o-object-fit:cover;object-fit:cover;transform:scale(1);filter:grayscale(1);transition:filter .3s,transform .35s ease}.single-project .related-projects-img:hover,.single-project .related-projects-placeholder:hover{transform:scale(1.03);filter:grayscale(0)}@media(max-width: 820px){.single-project .related-projects-img,.single-project .related-projects-placeholder{max-width:120px}}.single-project .related-projects-placeholder{background:rgba(255,255,255,.08)}.single-project .related-projects-infos{margin-top:16px}@media(max-width: 820px){.single-project .related-projects-infos{margin-top:0}}.single-project .related-projects-title{margin:16px 0 8px 0;font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;font-family:"helvetica-lt-pro",sans-serif;line-height:1.35}@media(max-width: 820px){.single-project .related-projects-title{margin:0}}.single-project .related-projects-location{font-size:12px;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;margin:0;font-size:12px;font-family:"helvetica-lt-pro",sans-serif;font-style:italic}@media(max-width: 1024px){.single-project .related-projects-grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.single-project .related-projects-grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:32px}}.section-about{max-width:1320px;padding-left:64px;padding-right:64px;margin:auto;box-sizing:content-box;padding-top:64px;padding-bottom:64px;position:relative}@media(max-width: 576px){.section-about{padding-left:32px;padding-right:32px}}@media(max-width: 320px){.section-about{padding-left:16px;padding-right:16px}}.section-about-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:2fr 3fr;grid-template-columns:2fr 3fr;gap:64px}@media(max-width: 820px){.section-about-wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0}}.section-about-wrapper .about-deco{width:100%;max-width:400px;height:auto}@media(max-width: 820px){.section-about-wrapper .about-deco{display:none}}.section-about-wrapper .about-infos{display:flex;flex-direction:column;gap:32px}.section-about-wrapper .about-infos .about-infos-media>img{display:block;margin:auto;width:auto;height:100%;max-height:400px}.section-about .about-biography,.section-about .awards-section,.section-about .studios-section{display:flex;gap:32px;margin:32px 0}.section-about .about-biography>h2,.section-about .awards-section>h2,.section-about .studios-section>h2{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;min-width:60px;font-family:"helvetica-lt-pro",sans-serif}@media(max-width: 820px){.section-about .about-biography>h2,.section-about .awards-section>h2,.section-about .studios-section>h2{font-size:.75rem}}.section-about .awards-columns,.section-about .studios-columns{position:relative;flex:1}.section-about .awards-columns>li,.section-about .studios-columns>li{list-style:none;margin:0;padding:0}.section-about .awards-columns>.award-item,.section-about .awards-columns>.studio-item,.section-about .studios-columns>.award-item,.section-about .studios-columns>.studio-item{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;flex:1;display:-ms-grid;display:grid;-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;gap:32px;align-items:baseline;border-bottom:1px solid #fff;padding:16px 0}@media(max-width: 820px){.section-about .awards-columns>.award-item,.section-about .awards-columns>.studio-item,.section-about .studios-columns>.award-item,.section-about .studios-columns>.studio-item{font-size:.75rem}}.section-about .awards-columns>.award-item:first-child,.section-about .awards-columns>.studio-item:first-child,.section-about .studios-columns>.award-item:first-child,.section-about .studios-columns>.studio-item:first-child{padding:0 0 16px 0}.section-about .awards-columns>.award-item>p,.section-about .awards-columns>.studio-item>p,.section-about .studios-columns>.award-item>p,.section-about .studios-columns>.studio-item>p{margin:0;line-height:1.4;color:#fff}.section-about .awards-columns>.award-item>span,.section-about .awards-columns>.studio-item>span,.section-about .studios-columns>.award-item>span,.section-about .studios-columns>.studio-item>span{margin:0;white-space:nowrap}.section-home{max-width:1320px;padding-left:64px;padding-right:64px;margin:auto;box-sizing:content-box;padding-bottom:64px}@media(max-width: 576px){.section-home{padding-left:32px;padding-right:32px}}@media(max-width: 320px){.section-home{padding-left:16px;padding-right:16px}}.section-home .featured-project{padding:64px 0}.section-home .featured-project-link{position:relative;display:block;overflow:hidden}.section-home .featured-project-link-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;pointer-events:none;z-index:10}.section-home .featured-project-link-overlay p{margin:0;color:#fff;text-align:center;font-weight:600;line-height:1.25;font-size:clamp(1rem, 1.8vw, 1.25rem);letter-spacing:.02em}.section-home .featured-project-link:hover .featured-project-link-overlay,.section-home .featured-project-link:focus-visible .featured-project-link-overlay{opacity:1;visibility:visible}.section-home .featured-project-link:hover .featured-project-link-img,.section-home .featured-project-link:focus-visible .featured-project-link-img{transform:scale(1.03)}.section-home .featured-project-link:focus-visible{outline:2px solid #fff;outline-offset:2px}.section-home .featured-project-link-img{width:100%;aspect-ratio:139/70;-o-object-fit:cover;object-fit:cover;transform:scale(1);filter:grayscale(1);transition:filter .3s,transform .35s ease}.section-home .featured-project-link-img:hover{filter:grayscale(0)}@media(max-width: 820px){.section-home .featured-project-link-img{aspect-ratio:480/600}}.section-home .featured-project-link.is-active>img{filter:grayscale(0)}.section-home .section-home-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:64px}@media(max-width: 576px){.section-home .section-home-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}}.section-home .section-home-grid .items-project-link{position:relative;display:block;text-decoration:none;color:inherit;overflow:hidden}.section-home .section-home-grid .items-project-link-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;pointer-events:none;z-index:10}.section-home .section-home-grid .items-project-link-overlay p{margin:0;color:#fff;text-align:center;font-weight:600;line-height:1.25;font-size:clamp(1rem, 1.8vw, 1.25rem);letter-spacing:.02em}.section-home .section-home-grid .items-project-link:hover .items-project-link-overlay,.section-home .section-home-grid .items-project-link:focus-visible .items-project-link-overlay{opacity:1;visibility:visible}.section-home .section-home-grid .items-project-link:hover .items-project-link-img,.section-home .section-home-grid .items-project-link:focus-visible .items-project-link-img{transform:scale(1.03)}.section-home .section-home-grid .items-project-link:focus-visible{outline:2px solid #fff;outline-offset:2px}.section-home .section-home-grid .items-project-link.is-active>img{filter:grayscale(0)}.section-home .section-home-grid .items-project-link-img{filter:grayscale(1);width:100%;aspect-ratio:139/70;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:filter .3s,transform .35s ease}.section-home .section-home-grid .items-project-link-img:hover{filter:grayscale(0)}@media(max-width: 820px){.section-home .section-home-grid .items-project-link-img{aspect-ratio:4/3}}.section-home #btn-more-project{display:block;text-decoration:none;border-top:1px solid #fff;border-bottom:1px solid #fff;border-left:none;border-right:none;padding:16px;background-color:transparent;color:#fff;width:100%;text-align:left;margin-top:64px;cursor:pointer;transition:all 1s ease;background:linear-gradient(to left, #000000 50%, #FFFFFF 50%) right;background-size:200% 100%}.section-home #btn-more-project:hover{color:#000;background-position:left}@media(prefers-reduced-motion: reduce){.items-project-link-img,.items-project-link-overlay{transition:none}}.section-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:64px;margin:64px 0}@media(max-width: 820px){.section-grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0}}.section-grid .grid-image-item{position:relative}.section-grid .grid-image-item-img{width:100%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.section-grid .grid-image-item .legend{font-size:1rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;font-weight:300;position:absolute;bottom:0;left:0;z-index:1;font-size:12px;background-color:rgba(0,0,0,.4);padding:8px;width:100%;text-align:left}@media(max-width: 820px){.section-grid .grid-image-item .legend{font-size:.7rem}}.section-grid .grid-text-item{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal}@media(max-width: 820px){.section-grid .grid-text-item{font-size:.75rem}}@media(max-width: 820px){.section-grid .grid-text-item{margin:32px 0}}.single-project .section-grid-elements-columns.left:has(.grid-text-item),.single-project .section-grid-elements-columns.right:has(.grid-text-item){border-left:1px solid #fff;padding-left:32px}.section-text{font-size:.75rem;font-family:"Inter",sans-serif;font-weight:300;line-height:1.19;letter-spacing:normal;text-transform:none;font-style:normal;margin:64px 0}@media(max-width: 820px){.section-text{font-size:.75rem}}@media(max-width: 820px){.section-text{margin:32px 0}}.section-image{position:relative;font-size:0;margin:64px 0}@media(max-width: 820px){.section-image{margin:32px 0}}.section-image-container{max-width:1320px;padding-left:64px;padding-right:64px;margin:auto;box-sizing:content-box}@media(max-width: 576px){.section-image-container{padding-left:32px;padding-right:32px}}@media(max-width: 320px){.section-image-container{padding-left:16px;padding-right:16px}}.section-image-container-wrapper{position:relative;text-align:center;margin:auto}.section-image-container-wrapper .legend{font-size:1rem;font-family:"Inter",sans-serif;font-weight:700;line-height:1;letter-spacing:normal;text-transform:none;font-style:normal;font-weight:300;position:absolute;bottom:0;left:0;z-index:1;font-size:12px;background-color:rgba(0,0,0,.4);padding:8px;width:100%;text-align:left}@media(max-width: 820px){.section-image-container-wrapper .legend{font-size:.7rem}}.section-image img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;max-height:600px}
