@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap";
html {
    font-size: 62.5%;
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
textarea,
button,
div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul li {
    list-style: none;
}
button,
input,
textarea,
select {
    border: none;
    outline: none;
    background: transparent;
}
button:not([type="checkbox"]):not([type="radio"]),
input:not([type="checkbox"]):not([type="radio"]),
textarea:not([type="checkbox"]):not([type="radio"]),
select:not([type="checkbox"]):not([type="radio"]) {
    appearance: none;
}
fieldset {
    border: 0;
}
textarea {
    resize: vertical;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
img {
    display: block;
    max-width: 100%;
    height: 100%;
    height: -webkit-fit-content;
    object-fit: cover;
}
.for-mobile {
    display: none;
}
.sronly {
    width: 1px;
    height: 1px;
    margin: -1px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}
.container {
    --container-inline-padding: 5vw;
    width: 100%;
    padding-inline: var(--container-inline-padding);
    max-width: calc(1320px + var(--container-inline-padding) * 2);
    margin-inline: auto;
}
.container--small {
    --container-inline-padding: 5vw;
    width: 100%;
    padding-inline: var(--container-inline-padding);
    margin-inline: auto;
    max-width: calc(870px + var(--container-inline-padding) * 2);
}
:root {
    --clr-black: #262522;
    --clr-gold: #d0b872;
    --clr-white: #ffffff;
}
.flex,
.flex-center {
    display: flex;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.fill {
    width: 100%;
    height: 100%;
}
.before,
.after {
    position: relative;
}
.before:before,
.before:after,
.after:before,
.after:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.before:before {
    content: "";
    z-index: 1;
}
.after:after {
    content: "";
    z-index: -1;
}
.img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--background-image);
}
.img-bg--before:before {
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--background-image);
}
.img-bg--after:after {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--background-image);
}
body {
    background-color: #fff;
    min-height: 100vh;
}
* {
    scrollbar-color: #b49d5b #ffffff;
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-thumb {
    background: #b49d5b;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
}
hr {
    border: none;
    height: 1px;
    background-color: #262522;
    opacity: 0.1;
    margin-block: 40px;
}
body,
textarea {
    font-family: omnes-pro, sans-serif;
}
h1 {
    font-family: Benton Sans Comp Bd, sans-serif;
    font-style: normal;
    color: #b49d5b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 6rem;
    line-height: 6rem;
}

h1.wp-block-heading {
    font-family: Benton Sans Comp Med, sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
}

h2,
h3,
h4,
h5,
h6,
.title {
    font-family: Benton Sans Comp Med, sans-serif;
    font-style: normal;
    color: #b49d5b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    word-break: break-word;
}
p,
a,
li,
span,
.paragraph {
    color: #262522;
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
strong {
    font-weight: 600;
}
.paragraph,
.paragraph--regular,
.paragraph--italic,
.paragraph--light,
.paragraph--medium {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.paragraph--regular {
    font-weight: 500;
}
.paragraph--italic {
    font-weight: 500;
    font-style: italic;
    font-size: 2.8rem;
    line-height: 4rem;
}
.paragraph,
.paragraph--light {
    font-weight: 400;
}
.paragraph--medium {
    font-weight: 600;
}
h2 {
    letter-spacing: 0.05em;
}
em {
    font-style: normal;
    color: #b49d5b;
}
blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.2rem;
}
blockquote > *:not(:first-child) {
    margin-top: 3px;
}
blockquote p {
    display: contents;
}
blockquote,
blockquote * {
    color: #b49d5b;
    font-style: italic;
    font-weight: 400;
}
blockquote strong {
    font-weight: 600;
}
blockquote:before {
    content: "\201c";
}
blockquote:after {
    content: "\201d";
}
.wysiwyg {
    display: flex;
    flex-direction: column;
}
.wysiwyg > *:not(:first-child) {
    margin-top: 22px;
}
.wysiwyg div {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.wysiwyg em {
    color: currentColor !important;
    font-style: italic !important;
}
.wysiwyg blockquote,
.wysiwyg blockquote * {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.wysiwyg * strong,
.wysiwyg strong {
    font-weight: 500 !important;
}
.wysiwyg ul li {
    list-style-type: unset;
}
.wysiwyg li::marker {
    color: #b49d5b;
}
.wysiwyg ul li,
.wysiwyg ol li {
    text-align: left;
    margin-left: 2rem;
}
.wysiwyg a {
    color: #d0b872;
    text-decoration: underline;
}
.title-color--black {
    color: #262522 !important;
}
.title-color--gold {
    color: #b49d5b !important;
}
button,
.btn {
    cursor: pointer;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-family: Benton Sans Comp Med, sans-serif;
    background: transparent;
    color: #b49d5b;
    border: 2px solid #b49d5b;
    padding: 8px 30px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s;
    transition-property: background, color, border-color;
    cursor: pointer;
}
.btn:hover,
.btn.active {
    background: #b49d5b;
    color: #fff;
}
.btn--light {
    color: #fff;
    border-color: #fff;
}
.btn--light:hover,
.btn--light.active {
    background-color: #fff;
    color: #262522;
}
.Footer a,
.link {
    --line-clr: #b49d5b;
    --font-clr: #b49d5b;
    position: relative;
    color: var(--font-clr);
    transition: color 0.3s;
    font-family: Benton Sans Comp Bd, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.Footer a:before,
.link:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    max-width: 85%;
    transition: all 0.3s;
    background-color: var(--line-clr);
}
.Footer a:hover,
.link:hover {
    color: #262522;
}
.Footer a:hover:before,
.link:hover:before {
    max-width: 100%;
    background-color: #262522;
}
a,
.link {
    text-decoration: none;
}
.link {
    margin-bottom: 2px;
}
.link--dark:not(:hover) {
    color: #262522;
}
.link--dark:not(:hover):before {
    background-color: #262522;
}
.FullQuote {
    text-align: center;
    color: #fff;
    padding-block: 60px;
    max-width: unset;
}
.FullQuote > * {
    max-width: 840px;
}
.FullQuote > *:not(:first-child) {
    margin-top: 30px;
}
.FullQuote figure blockquote {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 4rem;
}
.FullQuote figure figcaption {
    margin-top: 30px;
}
.FullQuote figure figcaption hr {
    background-color: #fff;
    opacity: 1;
    width: 2rem;
    margin: 0 0 10px;
}
.FullQuote figure figcaption span {
    color: #fff;
    font-family: Benton Sans Comp Med, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
}
.FullQuote-bg--black {
    background-color: #262522;
}
.FullQuote-bg--black blockquote,
.FullQuote-bg--black blockquote * {
    color: #fff;
}
.FullQuote-bg--beige {
    background-color: #fbfaf7;
}
.FullQuote-bg--beige figure,
.FullQuote-bg--beige figure blockquote,
.FullQuote-bg--beige figure * {
    color: #b49d5b;
}
.FullQuote-bg--beige figure figcaption,
.FullQuote-bg--beige figure span {
    color: #262522 !important;
}
.FullQuote-bg--beige figure figcaption hr,
.FullQuote-bg--beige figure span hr {
    background-color: #262522;
}
.FullQuote .link:hover {
    color: #b49d5b;
}
.FullQuote .link:hover:before {
    background-color: #b49d5b;
}
body {
    overflow-x: hidden;
    max-width: 100vw;
}
#root {
    position: relative;
}
#app {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#app .page {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#app .page > * {
    width: 100%;
    margin-bottom: min(10vh, 100px);
}
#app footer {
    margin-top: auto;
}
.Navbar-wrapper {
    display: flex;
}
.Navbar-logo {
    max-height: 4rem;
}
.Navbar li {
    list-style-type: none;
}
@media screen and (max-width: 1080px) {
    .Navbar {
        position: relative;
        height: 7rem;
        display: flex;
        align-items: center;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .Navbar #hamburger {
        position: fixed;
        background-color: #262522;
        width: 4rem;
        height: 4rem;
        top: 1.5rem;
        right: 5vw;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateY(0);
        cursor: pointer;
        padding: 2px;
        box-shadow: 0 0 20px #00000040;
        transition: background 0.3s;
        transition-property: background, transform;
    }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
    .Navbar #hamburger {
        top: 2.5rem;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar #hamburger .line {
        width: 2rem;
        height: 3px;
        background-color: #fff;
        display: block;
        transition: all 0.15s ease-in-out;
    }
    .Navbar #hamburger .line:nth-of-type(2) {
        width: 2.5rem;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar #hamburger:hover {
        background-color: #b49d5b;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar #hamburger .line:not(:first-child) {
        margin-top: 4.5px;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar.open #hamburger {
        box-shadow: none;
    }
    .Navbar.open #hamburger .line:nth-child(2) {
        opacity: 0;
    }
    .Navbar.open #hamburger .line:nth-child(1) {
        transform: translateY(0.75rem) rotate(45deg);
    }
    .Navbar.open #hamburger .line:nth-child(3) {
        transform: translateY(-0.75rem) rotate(-45deg);
    }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
    .Navbar {
        height: 9rem;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar-logo--mobile img {
        max-height: 3rem;
        margin-top: -0.2rem;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar.scrolled #hamburger {
        transform: translateY(calc(5vw - 1.5rem));
    }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
    .Navbar.scrolled #hamburger {
        transform: translateY(calc(5vw - 2.5rem));
    }
}
@media screen and (max-width: 1080px) {
    .Navbar-wrapper {
        position: fixed;
        height: 100vh;
        background-color: #262522;
        top: 0;
        left: 0;
        z-index: 998;
        transition: transform 0.1s ease-in-out;
        transition-property: transform, opacity;
        transform: translateY(100vh);
        padding-left: 5vw;
        padding-right: 5vw;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        margin-inline: 0;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar-logo {
        margin-top: 10vh;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar nav {
        width: 100%;
        max-width: 260px;
        margin-top: 50px;
    }
    .Navbar nav ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
    }
    .Navbar nav ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Navbar nav ul li a {
        color: #fff;
        font-size: 3rem;
        transition: color 0.3s;
    }
    .Navbar nav ul li a:hover {
        color: #b49d5b;
    }
}
@media screen and (max-width: 1080px) {
    .Navbar.open .Navbar-wrapper {
        pointer-events: all;
        transform: translateY(0);
        opacity: 1;
    }
}
@media screen and (min-width: 1081px) {
    .Navbar {
        position: sticky;
        padding-top: 40px;
        padding-bottom: 50px;
        transition: padding 0.3s;
        transition-property: padding, box-shadow;
        top: 0;
        background-color: #fff;
        z-index: 999;
    }
    .Navbar-wrapper {
        align-items: center;
        justify-content: space-between;
    }
    .Navbar-logo {
        max-height: 4rem;
        height: 100%;
    }
    .Navbar-logo--mobile {
        display: none;
    }
    .Navbar-nav ul {
        display: flex;
        height: 4rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        text-transform: lowercase;
        align-items: flex-end;
    }
    .Navbar-nav ul * {
        font-size: 2rem;
        line-height: 3rem;
    }
    .Navbar-nav ul li {
        position: relative;
        margin-left: min(60px, 4vw);
    }
    .Navbar-nav ul li,
    .Navbar-nav ul li * {
        transition: color 0.3s;
    }
    .Navbar-nav ul li:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #262522;
        opacity: 0;
        transition: border 0.3s;
    }
    .Navbar-nav ul li.active,
    .Navbar-nav ul li.active a,
    .Navbar-nav ul li:hover,
    .Navbar-nav ul li:hover a {
        color: #b49d5b;
    }
    .Navbar-nav ul li.active:before {
        opacity: 1;
    }
}
@media screen and (min-width: 1081px) and (max-width: 1250px) {
    .Navbar-nav ul li {
        margin-left: 20px;
    }
}
@media screen and (min-width: 1081px) {
    .Navbar.scrolled {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
.Footer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 100px;
}
.Footer a {
    white-space: nowrap;
}
.Footer a:not(:hover):before {
    max-width: 0;
}
.Footer a:hover:before {
    background-color: #b49d5b;
}
.Footer .link:hover:before {
    background-color: #b49d5b;
}
.Footer p {
    color: #262522;
    white-space: nowrap;
}
.Footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
}
.Footer-content > div {
    flex-basis: 100%;
    margin-inline: auto;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.Footer-content > div:first-child {
    padding-left: 0;
}
.Footer-content > div:last-child {
    padding-right: 0;
}
.Footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.Footer-col--1 > *:not(:first-child) {
    margin-top: 30px;
}
.Footer-col--1 .logo {
    filter: brightness(0);
    max-height: 20px;
    margin-bottom: 20px;
}
.Footer-col--1 .contact-info {
    display: flex;
    flex-wrap: wrap;
    columns: 2;
    margin-left: -30px;
}
.Footer-col--1 .contact-info > * {
    margin-left: 30px;
}
.Footer-col--1 .contact-info .link {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 4rem;
    text-transform: none;
    color: #262522;
}
.Footer-col--1 .contact-info .link:nth-of-type(2n) {
    flex-basis: 50%;
}
.Footer-col--1 .contact-info .link.mail {
    font-size: 1.6rem;
}
.Footer-col--1 .contact-info .link.phone {
    max-width: fit-content;
}
.Footer-col--1 .contact-info .link:hover {
    color: #262522;
}
.Footer-col--1 .contact-info .link:hover:before {
    background-color: #b49d5b;
}
.Footer-col--1 .address {
    font-size: 1.6rem;
    line-height: 2rem;
}
.Footer-col--2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
}
.Footer-col--2 .Footer-menu {
    flex-basis: 45%;
}
.Footer-col--2 .Footer-menu li a {
    color: #262522;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 400;
}
.Footer-col--2 .Footer-menu li.active a {
    color: #b49d5b;
}
.Footer-col--3 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.Footer-col--3 .socials {
    margin-bottom: 50px;
}
.Footer-col--3 .socials p {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2rem;
}
.Footer-col--3 .socials .icons > *:not(:first-child) {
    margin-left: 10px;
}
.Footer-col--3 .socials-icon {
    width: 3rem;
    aspect-ratio: 1;
    transition: opacity 0.3s;
}
.Footer-col--3 .socials-icon:hover {
    opacity: 0.7;
}
.Footer-col--3 .socials-icon img {
    height: unset;
}
.Footer-col--3 .socials *:before {
    content: none;
}
.Footer-col--3 .copyright {
    display: flex;
    margin-top: auto;
    flex-direction: row-reverse;
}
.Footer-col--3 .copyright img {
    max-width: 4rem;
    aspect-ratio: 40/48;
    margin-left: 20px;
}
.Footer-col--3 .copyright-text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: right;
}
@media screen and (max-width: 650px) {
    .Footer-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .Footer-content .Footer-col {
        flex-basis: 30%;
    }
    .Footer-content .Footer-col--3 .socials {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .Footer-content .Footer-col--3 .socials p {
        margin: 0 20px 0 0;
    }
}
.image-text {
    --grid-repeat: 2;
    display: grid;
    grid-template-columns: repeat(var(--grid-repeat), 1fr);
    gap: 30px;
}
.image-text .image {
    max-height: 800px;
    max-height: min(800px, 90vh);
    overflow: hidden;
}
.image-text .image img {
    width: 100%;
}
.image-text .text {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.image-text .text > * {
    margin-top: 30px;
    margin-right: 30px;
    max-width: 420px;
    width: 100%;
}
.image-text .text h2,
.image-text .text h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
}
.image-text .text .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    min-width: unset;
    margin-left: -5px;
}
.image-text .text .btns > * {
    margin: 5px;
}
.image-text .text.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.image-text .text.flex-start {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.image-text .text .btns {
    width: fit-content;
}
.image-text.g2-1 {
    --grid-repeat: 3;
    gap: 30px;
}
@media screen and (min-width: 1001px) {
    .image-text.g2-1 .image {
        grid-column: span 2 !important;
    }
}
@media screen and (max-width: 1000px) {
    .image-text {
        --grid-repeat: 1 !important;
        gap: 3vw;
    }
    .image-text > * {
        grid-column: span 1 !important;
    }
    .image-text .text {
        padding-inline: 0;
    }
    .image-text .text > * {
        min-width: 80%;
    }
}
@media screen and (max-width: 550px) {
    .image-text .text * {
        max-width: unset;
    }
}
@media screen and (min-width: 1000px) {
    .image-text.reverse > * {
        grid-row: 1;
    }
    .image-text.reverse .image {
        grid-column: 2;
    }
    .image-text.reverse .text {
        grid-column: 1;
    }
}
.Hero {
    position: relative;
    min-height: 244px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-inline: 5vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.Hero > *:not(:first-child) {
    margin-top: 50px;
}
.Hero > * {
    grid-column: 2/4;
    text-align: left;
}
.Hero-text {
    max-width: 55vw;
}
.Hero-text * {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.8rem;
}
.Hero-text strong {
    font-weight: 500;
}
.Hero .btn {
    font-size: 1.4rem;
}
.Hero:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: var(--background-opacity);
    box-shadow: inset 0 0 30px #0000000d;
    max-width: 100vw;
}
@media screen and (max-width: 768px) {
    .Hero > * {
        grid-column: 1/4;
    }
    .Hero-title {
        font-size: 5rem;
        line-height: 5rem;
    }
    .Hero-text {
        max-width: unset;
    }
    .Hero-text p {
        font-size: 1.7rem;
        line-height: 2.3rem;
    }
}
.Text-wrapper .container {
    padding: 0;
}
.Text-wrapper.gold-bg {
    background-color: #d0b872bf !important;
}
.Text {
    text-align: center;
    width: fit-content;
    padding-inline: 5vw;
    padding-block: 5vh;
    display: flex;
    flex-direction: column;
}
.Text > *:not(:first-child) {
    margin-top: 15px;
}
.Text h2 {
    margin-bottom: 15px;
}
.Text .link,
.Text .btn {
    width: fit-content;
}
.Text .btns {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}
.Text .btns > * {
    margin-right: 10px;
    margin-bottom: 10px;
}
.Text-align--left {
    text-align: left;
    margin-left: 0 !important;
}
.Text-align--center {
    align-items: center;
}
.Text-align--center .btns {
    justify-content: center;
}
.Text-content--white p,
.Text-content--white span,
.Text-content--white strong {
    color: #fff;
}
.FullImage {
    height: calc(100vh - 90px);
    position: relative;
    display: flex;
    justify-content: center;
}
.FullImage-content--left {
    left: 13%;
}
.FullImage-content--right {
    right: 13%;
}
.FullImage img {
    height: 100%;
}
.FullImage figure {
    z-index: 1;
    position: absolute;
    bottom: 0;
    max-width: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -5px 15px #00000040;
    font-style: italic;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.2rem;
}
.FullImage figure > *:not(:first-child) {
    margin-top: 20px;
}
.FullImage figure:after {
    opacity: var(--background-opacity);
    background-color: #262522;
}
.FullImage figure blockquote,
.FullImage figure blockquote * {
    color: #fff;
}
.FullImage figure figcaption {
    margin-left: auto;
    width: fit-content;
    font-style: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #fff;
}
.FullImage figure .link {
    width: fit-content;
}
.FullImage figure .link:hover {
    color: #b49d5b;
}
.FullImage figure .link:hover:before {
    background-color: #b49d5b;
}
@media screen and (max-width: 550px) {
    .FullImage {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .FullImage figure {
        position: relative;
        bottom: unset;
        height: fit-content;
        width: 100%;
        max-width: unset;
        right: unset;
        left: 0;
    }
}
.FullImage + .Hero,
.FullImage + .FullQuote,
.FullImage + .CTA-mode--full,
.FullImage + .FullImage {
    margin-top: min(-10vh, -100px);
}
.Images {
    display: flex;
    margin-top: -30px;
    padding-left: calc(var(--container-inline-padding) - 30px);
}
.Images .Images-img {
    position: relative;
    flex-basis: 100%;
    max-height: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    margin-top: 30px;
    margin-left: 30px;
}
.Images .Images-img-wrapper {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.Images .Images-img img {
    width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 768px) {
    .Images {
        flex-wrap: wrap;
    }
}
.Images-amount--1 {
    --prefered-height: 600px;
}
.Images-amount--1 .Images-img {
    max-height: var(--prefered-height);
}
.Images-amount--2 {
    --prefered-height: 500px;
}
.Images-amount--2 .Images-img {
    max-height: var(--prefered-height);
    min-height: var(--prefered-height);
    flex-basis: 50%;
    width: 45%;
}
@media screen and (max-width: 768px) {
    .Images-amount--2 {
        --prefered-height: 600px;
    }
    .Images-amount--2 .Images-img {
        min-height: unset;
        flex-basis: 100%;
        width: 100%;
    }
}
.Images-amount--3 {
    --prefered-height: 400px;
}
.Images-amount--3 .Images-img {
    max-height: var(--prefered-height) !important;
    flex-basis: 33.3333333333%;
    height: fit-content;
    width: 30%;
}
.Images-amount--3 .Images-img img {
    aspect-ratio: 420/400;
}
@media screen and (max-width: 768px) {
    .Images-amount--3 {
        --prefered-height: 600px;
    }
    .Images-amount--3 .Images-img {
        min-height: unset;
        flex-basis: 100%;
        width: 100%;
    }
}
.Text-Quote {
    display: flex;
    flex-direction: row;
}
.Text-Quote > * {
    flex-basis: 50%;
    width: 50%;
}
.Text-Quote-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Text-Quote-text > * {
    max-width: calc(570px + 5vw);
    width: 100%;
    padding-right: 5vw;
}
.Text-Quote-text > *:not(:first-child) {
    margin-top: 30px;
}
.Text-Quote-text h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
}
.Text-Quote-text .btns {
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.Text-Quote-text .btns > * {
    margin-right: 10px;
    margin-bottom: 10px;
}
.Text-Quote-quote {
    padding-block: 60px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 30px #0000000d;
}
.Text-Quote-quote:not(:first-child) {
    margin-top: 30px;
}
.Text-Quote-quote > * {
    max-width: 840px;
}
.Text-Quote-quote .btns {
    display: flex;
    flex-direction: column;
    margin-bottom: -10px;
}
.Text-Quote-quote .btns > * {
    margin-bottom: 10px;
    margin-right: 10px;
}
.Text-Quote-quote .btns .link {
    width: fit-content;
}
.Text-Quote-quote .btns .link:hover {
    color: #b49d5b;
}
.Text-Quote-quote .btns .link:hover:before {
    background-color: #b49d5b;
}
.Text-Quote-quote figure {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.Text-Quote-quote figure > *:not(:first-child) {
    margin-top: 30px;
}
.Text-Quote-quote figure blockquote {
    color: #fff;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 4rem;
    word-wrap: break-word;
}
.Text-Quote-quote figure figcaption {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.Text-Quote-quote figure figcaption > *:not(:first-child) {
    margin-top: 10px;
}
.Text-Quote-quote figure figcaption hr {
    background-color: #fff;
    opacity: 1;
    width: 2rem;
    margin: 0;
}
.Text-Quote-quote figure figcaption span {
    color: #fff;
    font-family: Benton Sans Comp Med, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
}
.Text-Quote-quote-bg--black {
    background-color: #262522;
}
.Text-Quote-quote-bg--black figure,
.Text-Quote-quote-bg--black figure blockquote,
.Text-Quote-quote-bg--black figure figcaption,
.Text-Quote-quote-bg--black figure span,
.Text-Quote-quote-bg--black figure * {
    color: #fff;
}
.Text-Quote-quote-bg--black figure hr,
.Text-Quote-quote-bg--black figure blockquote hr,
.Text-Quote-quote-bg--black figure figcaption hr,
.Text-Quote-quote-bg--black figure span hr,
.Text-Quote-quote-bg--black figure * hr {
    background-color: #fff;
}
.Text-Quote-quote-bg--black .link {
    margin-top: auto;
}
.Text-Quote-quote-bg--beige {
    box-shadow: 0 0 30px #0003;
    background-color: #fbfaf7;
}
.Text-Quote-quote-bg--beige figure,
.Text-Quote-quote-bg--beige figure blockquote,
.Text-Quote-quote-bg--beige figure * {
    color: #b49d5b;
}
.Text-Quote-quote-bg--beige figure figcaption,
.Text-Quote-quote-bg--beige figure span {
    color: #262522 !important;
}
.Text-Quote-quote-bg--beige figure figcaption hr,
.Text-Quote-quote-bg--beige figure span hr {
    background-color: #262522;
}
.Text-Quote--reversed {
    flex-direction: row-reverse;
}
.Text-Quote--reversed .Text-Quote-text > * {
    padding-right: 0;
    padding-left: 5vw;
}
@media screen and (max-width: 1000px) {
    .Text-Quote {
        flex-direction: column;
    }
    .Text-Quote > *:not(:first-child) {
        margin-top: max(5vw, 25px);
    }
    .Text-Quote * {
        width: unset;
    }
    .Text-Quote .Text-Quote-text {
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    .Text-Quote .text * {
        max-width: unset;
    }
}
@media screen and (min-width: 1000px) {
    .Text-Quote.reverse {
        flex-direction: row-reverse;
    }
}
.CTA-content {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
}
.CTA-content > *:not(:first-child) {
    margin-top: 30px;
}
.CTA-content * {
    max-width: 840px;
}
.CTA * {
    color: #fff;
}
.CTA .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.CTA .btns > *:not(:first-child) {
    margin-left: 10px;
}
.CTA .btns .btn {
    margin-top: 10px;
    border-color: #fff;
}
.CTA .btns .btn:hover {
    background-color: #fff;
    color: #262522;
}
.CTA--card .CTA-wrapper {
    padding-inline: 90px;
}
.CTA-mode--full {
    position: relative;
    background-color: transparent;
}
.CTA-mode--full:before,
.CTA-mode--full:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2;
}
.CTA-mode--full:before {
    opacity: 0.1;
    z-index: -1;
    background-image: var(--background-image);
}
.CTA-mode--card {
    background-color: transparent;
}
.CTA-mode--card .CTA-content {
    position: relative;
    background-color: transparent;
}
.CTA-mode--card .CTA-content:before,
.CTA-mode--card .CTA-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2;
}
.CTA-mode--card .CTA-content:before {
    opacity: 0.1;
    z-index: -1;
    background-image: var(--background-image);
}
.CTA-align--center .CTA-content {
    align-items: center;
    text-align: center;
}
.CTA-bg--black:after,
.CTA-bg--black .CTA-content:after {
    background-color: #262522;
}
.CTA-bg--gold:after,
.CTA-bg--gold .CTA-content:after {
    background-color: #d0b872bf;
}
.CTA-bg--beige:after,
.CTA-bg--beige .CTA-content:after {
    background-color: #fbfaf7;
}
.CTA-bg--beige *,
.CTA-bg--beige .CTA-content * {
    color: #262522;
}
.CTA-bg--beige h2,
.CTA-bg--beige .CTA-content h2 {
    color: #b49d5b;
}
.CTA-bg--beige .btn,
.CTA-bg--beige .CTA-content .btn {
    color: #b49d5b;
    border-color: #b49d5b;
}
.CTA-bg--beige .btn:hover,
.CTA-bg--beige .CTA-content .btn:hover {
    background-color: #b49d5b;
    color: #fbfaf7;
}
.Text-CTA {
    display: flex;
    flex-direction: row;
}
.Text-CTA > * {
    flex-basis: 50%;
    width: 50%;
}
.Text-CTA-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.Text-CTA-text > * {
    max-width: calc(570px + 5vw);
    width: 100%;
    padding-right: 5vw;
}
.Text-CTA-text > *:not(:first-child) {
    margin-top: 30px;
}
.Text-CTA-text h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
}
.Text-CTA-text .btns {
    margin-bottom: -10px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.Text-CTA-text .btns > * {
    margin-bottom: 10px;
    margin-left: 10px;
}
.Text-CTA .CTA-content {
    padding: 60px !important;
}
.Text-CTA--reversed {
    flex-direction: row-reverse;
}
.Text-CTA--reversed .Text-CTA-text > * {
    padding-right: 0;
    padding-left: 5vw;
}
@media screen and (max-width: 1000px) {
    .Text-CTA {
        flex-direction: column;
    }
    .Text-CTA > *:not(:first-child) {
        margin-top: 3vw;
    }
    .Text-CTA * {
        width: unset;
    }
    .Text-CTA .text * {
        max-width: 80%;
    }
}
@media screen and (max-width: 550px) {
    .Text-CTA .text * {
        max-width: unset;
    }
}
@media screen and (min-width: 1000px) {
    .Text-CTA.reverse {
        flex-direction: row-reverse;
    }
}
.FeaturedItems {
    overflow: hidden;
}
.FeaturedItems-content-wrapper,
.FeaturedItems-wrapper {
    position: relative;
}
.FeaturedItems-content {
    display: grid;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
}
.FeaturedItems-text {
    background-color: #fff;
    flex-shrink: 0;
    align-self: flex-start;
    z-index: 2;
    flex: 1;
    height: 461px;
    margin-left: -50vw;
    padding-left: 50vw;
    margin-right: 25px;
}
.FeaturedItems-text h2 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.FeaturedItems-text p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.FeaturedItems-text .btn {
    margin-top: 30px;
}
.FeaturedItems-entries {
    grid-column: 2/4;
    width: 100%;
}
.FeaturedItems-entries .swiper-slide-next + .swiper-slide {
    opacity: 0.1;
}
.FeaturedItems-entries .swiper-button {
    top: 90px;
}
.FeaturedItems-entries .swiper-button.swiper-button-next {
    right: 0;
}
.FeaturedItems-entries .swiper-button.swiper-button-prev {
    left: 0;
}
.FeaturedItems-entries--inner {
    display: flex;
}
.FeaturedItems-entries-card {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    flex: 0 0 100%;
    max-width: 380px;
}
.FeaturedItems-entries-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}
.FeaturedItems-entries-card h3 {
    color: #262522;
}
.FeaturedItems-entries-card .image {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 420/250;
}
.FeaturedItems-entries-card .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.15s;
}
.FeaturedItems-entries-card h3 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
}
.FeaturedItems-entries-card small {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #262522;
    opacity: 0.3;
    margin-bottom: 5px;
}
.FeaturedItems-entries-card p {
    margin-bottom: 20px;
}
.FeaturedItems-entries-card .link {
    width: fit-content;
}
.FeaturedItems-entries-card .description {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 300;
}
.FeaturedItems-entries-card:before {
    content: var(--tag);
    z-index: 5;
    position: absolute;
    top: 5px;
    left: -5px;
    text-transform: uppercase;
    font-family: Benton Sans Comp Med, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    padding-inline: 10px;
    background-color: #b49d5b;
}
.FeaturedItems-entries-card--product .image {
    aspect-ratio: 380/300;
}
.FeaturedItems-entries-card--product:before {
    background-color: #262522;
}
.FeaturedItems-entries-card--product h3 {
    color: #b49d5b;
}
.FeaturedItems-entries-card--project img,
.FeaturedItems-entries-card--project:before,
.FeaturedItems-entries-card--project:after {
    transition: all 0.15s;
    opacity: 1;
}
.FeaturedItems-entries-card--project:hover .image img {
    filter: none;
}
.FeaturedItems-entries-card--project:hover .image:after,
.FeaturedItems-entries-card--project:hover .image:before {
    opacity: 0;
}
.FeaturedItems-entries-card--post h3 {
    text-transform: none;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3rem;
    letter-spacing: unset;
}
.FeaturedItems-entries-card:hover .image img {
    transform: scale(1.05);
}
.FeaturedItems-entries-card:hover .link:before {
    max-width: 100%;
}
.FeaturedItems-entries--grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.FeaturedItems-entries--grid .FeaturedItems-entries-card {
    width: 100%;
    max-width: unset;
}
.FeaturedItems-entries--grid.FeaturedItems-entries--1 .FeaturedItems-entries-card {
    grid-column: 2;
}
@media screen and (max-width: 1200px) {
    .FeaturedItems-content {
        display: flex;
        flex-direction: column;
    }
    .FeaturedItems-entries {
        max-width: 100% !important;
    }
    .FeaturedItems-text {
        width: 100%;
        max-width: unset;
        align-items: center;
        margin: unset;
        padding: unset;
        height: unset;
        margin-bottom: 25px;
    }
    .FeaturedItems-entries--grid.FeaturedItems-entries--1 .FeaturedItems-entries-card {
        grid-column: 1;
    }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
    .FeaturedItems-entries--grid {
        grid-template-columns: 1fr;
    }
    .FeaturedItems-entries--grid .FeaturedItems-entries-card {
        grid-column: 1 !important;
    }
}
.Parallax {
    display: grid;
    align-items: center;
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-left: -30px;
    margin-top: -30px;
}
.Parallax > * {
    margin-left: 30px;
}
.Parallax-text {
    --offset: 5vw;
    position: absolute;
    text-align: right;
    right: var(--offset);
    z-index: 3;
    color: #d0b872;
    --fs: 8vw;
    text-transform: none;
    font-size: var(--fs);
    line-height: var(--fs);
    opacity: 0.75;
}
@media screen and (max-width: 768px) {
    .Parallax-text {
        --fs: 6rem;
    }
}
.Parallax .image {
    min-height: 600px;
    height: 100%;
}
.Parallax .image img {
    height: 100%;
    width: 100%;
}
.Parallax .Parallax-imgWithTextWrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.Parallax--reversed .Parallax-text {
    text-align: left;
    right: unset;
    left: var(--offset);
}
@media screen and (max-width: 768px) {
    .Parallax .image,
    .Parallax .Parallax-imgWithTextWrapper {
        grid-column: 1/4 !important;
        grid-row: unset !important;
    }
    .Parallax .Parallax-text {
        --fs: 7rem;
    }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
    .Parallax .Parallax-text {
        --fs: 5rem;
    }
}
@media screen and (max-width: 768px) {
    .Parallax .image {
        min-height: 500px;
    }
}
.Parallax-img-one {
    overflow: hidden;
}
.Parallax-img-one .image {
    grid-column: 1/3;
    aspect-ratio: 1110/770;
    max-width: 100%;
    overflow: hidden;
}
.Parallax-img-one .image-caption-div {
    margin-left: 5vw;
}
.Parallax-img-one.Parallax--reversed .image-caption-div {
    margin-left: 0;
}
.Parallax-img-one.Parallax--reversed .image {
    grid-column: 2/4;
}
.Parallax-img-two .image {
    grid-row: 1;
}
.Parallax-img-two .Parallax-imgWithTextWrapper {
    width: 100%;
    grid-column: 2/4;
}
.Parallax-img-two .Parallax-imgWithTextWrapper .image {
    overflow: hidden;
    width: 100%;
}
.Parallax-img-two .Parallax-first-img {
    aspect-ratio: 1110/770;
}
.Parallax-img-two .Parallax-second-img {
    grid-column: 1;
    width: 100%;
}
.Parallax-img-two .Parallax-second-img .image-caption-div {
    margin-left: 20px;
}
.Parallax-img-two.Parallax--reversed .Parallax-imgWithTextWrapper {
    grid-column: 1/3;
}
.Parallax-img-two.Parallax--reversed .Parallax-first-img .image-caption-div {
    margin-left: 20px;
}
.Parallax-img-two.Parallax--reversed .Parallax-second-img {
    grid-column: 3;
}
.Parallax-img-two.Parallax--reversed .Parallax-second-img .image-caption-div {
    margin-left: 0;
}
.Fullscreen {
    position: relative;
    --height-offset: 90px;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    --title-fs: 10rem;
}
.Fullscreen-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.Fullscreen img,
.Fullscreen-image {
    position: relative;
    height: 100%;
    width: 100%;
}
.Fullscreen-title {
    font-size: var(--title-fs);
    line-height: var(--title-fs);
}
@media screen and (max-width: 1000px) {
    .Fullscreen {
        --height-offset: calc(var(--title-fs) * 0.3);
    }
}
@media screen and (max-width: 768px) {
    .Fullscreen {
        --title-fs: 9rem;
    }
}
@media screen and (max-width: 650px) {
    .Fullscreen {
        --title-fs: 8rem;
    }
}
@media screen and (max-width: 550px) {
    .Fullscreen {
        --title-fs: 6rem;
    }
}
@media screen and (max-width: 450px) {
    .Fullscreen {
        --title-fs: 4.5rem;
    }
}
@media screen and (min-width: 769px) {
    .Fullscreen {
        height: calc(100vh - var(--height-offset));
    }
    .Fullscreen-title,
    .Fullscreen-text {
        position: absolute;
        padding: 5vw;
    }
    .Fullscreen-title {
        top: 1em;
        right: 0;
        padding-top: 0;
        opacity: 0.6;
        color: #262522;
        text-transform: none;
    }
    .Fullscreen-text {
        left: 0;
        bottom: 0;
        max-width: max(340px + 5vw, 33.33%);
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .Fullscreen--title-left .Fullscreen-title {
        right: unset;
        left: 0;
    }
    .Fullscreen--text-right .Fullscreen-text {
        left: unset;
        right: 0;
    }
}
.Fullscreen .image-caption-div {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .Fullscreen {
        display: flex;
        flex-direction: column;
    }
    .Fullscreen > *:not(:first-child) {
        margin-top: 20px;
    }
    .Fullscreen img {
        margin-bottom: 10px;
    }
    .Fullscreen > *:not(img) {
        padding-inline: 5vw;
    }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
    .Fullscreen {
        --title-fs: 3.5rem;
    }
}
.Hero + .Hero,
.Hero + .FullQuote,
.Hero + .CTA-mode--full,
.Hero + .FullImage,
.Hero + .Text-wrapper--background {
    margin-top: max(-10vh, -100px);
}
.FullQuote + .Hero,
.FullQuote + .FullQuote,
.FullQuote + .CTA-mode--full,
.FullQuote + .FullImage,
.FullQuote + .Text-wrapper--background {
    margin-top: max(-10vh, -100px);
}
.CTA-mode--full + .Hero,
.CTA-mode--full + .FullQuote,
.CTA-mode--full + .CTA-mode--full,
.CTA-mode--full + .FullImage,
.CTA-mode--full + .Text-wrapper--background {
    margin-top: max(-10vh, -100px);
}
.FullImage + .Hero,
.FullImage + .FullQuote,
.FullImage + .CTA-mode--full,
.FullImage + .FullImage,
.FullImage + .Text-wrapper--background {
    margin-top: max(-10vh, -100px);
}
.Text-wrapper--background + .Hero,
.Text-wrapper--background + .FullQuote,
.Text-wrapper--background + .CTA-mode--full,
.Text-wrapper--background + .FullImage,
.Text-wrapper--background + .Text-wrapper--background {
    margin-top: max(-10vh, -100px);
}
.Text-wrapper--background {
    padding-top: max(5vh, 50px);
    padding-bottom: max(5vh, 50px);
}
.image {
    position: relative;
    height: fit-content;
}
.image img {
    width: 100%;
    height: auto;
}
.image:before,
.image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.image:before {
    background-image: url(/wp-content/themes/maisonmax/assets/svg/maisonmax-logo--small.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    z-index: 2;
    opacity: 1;
    opacity: var(--brand-opacity);
}
.image-overlay--bw img,
.image-overlay--gold img {
    filter: grayscale(100%);
}
.image-overlay--gold:after {
    background-color: #b49d5b;
    mix-blend-mode: overlay;
}
.image-brand--none:before {
    display: none;
}
.image-brand--black:before {
    filter: brightness(0);
}
.image-brand--white:before {
    filter: brightness(100);
}
.image-brand--gold:before {
    background-image: none;
    background-color: #d0b872;
    mask: url(/wp-content/themes/maisonmax/assets/svg/maisonmax-logo--small.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 30% !important;
    -webkit-mask: url(/wp-content/themes/maisonmax/assets/svg/maisonmax-logo--small.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 30% !important;
}
.image-caption-div {
    position: absolute;
    font-size: 1rem;
    line-height: 1rem;
    color: #262522;
    font-family: omnes-pro, sans-serif;
    top: calc(100% + 10px);
}
.PostCard {
    transform: scale(1);
    transition: transform 0.15s ease-in-out;
    transition-property: opacity, transform !important;
}
.PostCard-img-wrapper.image:before {
    display: none;
}
.PostCard-img-wrapper.image img,
.PostCard-img-wrapper.image:before,
.PostCard-img-wrapper.image:after {
    transition: all 0.15s;
}
.PostCard-img-wrapper img {
    height: 250px;
}
.PostCard-content {
    padding-block: 30px;
}
.PostCard-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262522;
    margin-bottom: 10px;
}
.PostCard-title small {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #b49d5b;
    margin-left: 2px;
    letter-spacing: 0.05em;
}
.PostCard-date {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}
.PostCard-text {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.PostCard-ctas {
    margin-top: 20px;
    display: flex;
}
.PostCard-ctas > *:not(:first-child) {
    margin-left: 30px;
}
@media screen and (min-width: 1000px) {
    .PostCard-ctas {
        display: none;
    }
}
.PostCard--news .PostCard-title {
    text-transform: none;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3rem;
    letter-spacing: 0;
}
.PostCard--news .PostCard-date {
    opacity: 0.3;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.PostCard:hover {
    transform: scale(1.03);
}
.PostCard:hover .link:before {
    max-width: 100%;
}
.PostCard:hover.PostCard--project .image img {
    filter: none;
}
.PostCard:hover.PostCard--project .image:after,
.PostCard:hover.PostCard--project .image:before {
    opacity: 0;
}
.swiper {
    position: relative;
    justify-content: center;
}
.swiper-slide {
    opacity: 0.1;
    transition: opacity 0.3s;
}
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-next + .swiper-slide {
    opacity: 1;
}
.swiper-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    max-width: 5rem;
    height: 5rem;
    background: #fefdfa;
    box-shadow: 0 0 20px #0000000d;
    z-index: 5;
    opacity: 1;
    transition-duration: 0.3s;
    transition-property: opacity, background-color, filter;
}
.swiper-button img {
    filter: brightness(1);
    height: 42%;
}
.swiper-button-prev {
    left: 1%;
}
.swiper-button-prev img {
    transform: rotate(180deg);
    margin-right: -0.6rem;
}
.swiper-button-next {
    right: 1%;
}
.swiper-button-next img {
    margin-left: -0.6rem;
}
.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.swiper-button:hover {
    background-color: #b49d5b;
}
.swiper-button:hover img {
    filter: brightness(10000);
}
.home {
    gap: min(15vh, 150px) !important;
}
.home .home-Hero-wrapper {
    position: relative;
}
.home .home-Hero-wrapper .section--1 {
    padding: 0;
}
.home .home-Hero-wrapper .section--1 .image {
    height: fit-content;
}
.home .home-Hero-wrapper .section--1 .image img {
    height: 100%;
}
.home .home-Hero-wrapper .home-Hero-mantra {
    position: absolute;
    --fs: 10rem;
    font-size: var(--fs);
    line-height: var(--fs);
    bottom: calc(var(--fs) * -0.6);
    left: 10vw;
    text-transform: uppercase;
    color: #d0b872;
    opacity: 0.75;
    font-family: Benton Sans Comp Bd, sans-serif;
}
@media screen and (max-width: 1000px) {
    .home .home-Hero-wrapper .home-Hero-mantra {
        bottom: unset;
        top: 55vw;
    }
}
@media screen and (max-width: 768px) {
    .home .home-Hero-wrapper .home-Hero-mantra {
        --fs: 8rem;
    }
}
@media screen and (max-width: 550px) {
    .home .home-Hero-wrapper .home-Hero-mantra {
        --fs: 6rem;
    }
}
@media screen and (max-width: 450px) {
    .home .home-Hero-wrapper .home-Hero-mantra {
        --fs: 5rem;
    }
}
@media screen and (max-width: 350px) {
    .home .home-Hero-wrapper .home-Hero-mantra {
        --fs: 3.5rem;
    }
}
.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.contact-block {
    width: 100%;
}
.contact-block--info {
    padding-top: 40px;
}
.contact-block--info h1,
.contact-block--info p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #262522;
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    text-transform: none;
}

.contact-block--map img {
    width: 100%;
    display: block;
    height: auto;
}

.contact-block--info ul {
    display: grid;
    grid-template-columns: min-content min-content;
    padding-top: 10px;
    margin-bottom: 30px;
    margin-right: -30%;
}
.contact-block--info ul > * {
    margin-top: 10px;
    margin-right: 30px;
}
.contact-block--info ul .link {
    white-space: nowrap;
    width: fit-content;
    font-weight: 300;
    line-height: 2rem;
    font-family: omnes-pro, sans-serif;
    text-transform: lowercase;
}
.contact-block--info ul .link.phone-link {
    font-size: 1.4rem;
    color: #262522;
}
.contact-block--info ul .link.phone-link:before {
    background-color: #262522;
}
.contact-block--info ul .link.mail-link {
    font-size: 1.6rem;
}
.contact-block--info ul .link:before {
    max-width: 0;
}
.contact-block--info ul .link:hover:before {
    max-width: 100%;
}
.contact-block--info .socials-text {
    margin-bottom: 10px;
}
.contact-block--info .info-socials {
    display: flex;
}
.contact-block--info .info-socials > *:not(:first-child) {
    margin-left: 10px;
}
.contact-block--info .info-socials .social-link {
    width: 40px;
    aspect-ratio: 1;
    transition: opacity 0.15s;
}
.contact-block--info .info-socials .social-link img {
    max-height: 40px;
}
.contact-block--info .info-socials .social-link:hover {
    opacity: 0.75;
}
.contact-block--info .nf-response-msg {
    margin-block: 50px;
    padding: min(10vw, 50px);
    background-color: #262522;
}
.contact-block--info .nf-response-msg > * {
    color: #fff;
    font-weight: 600;
}
.contact-block--info .nf-response-msg > *:not(:first-child) {
    margin-top: 20px;
}
.contact-block--info form {
    margin-inline: -5px !important;
    margin-top: 30px;
}
.contact-block--info form .nf-form-fields-required {
    display: none !important;
}
.contact-block--info form input,
.contact-block--info form textarea {
    border: 1px solid #b49d5b !important;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: omnes-pro, sans-serif;
    padding-inline: 20px !important;
    background-color: #fbfaf7 !important;
}
.contact-block--info form input::placeholder,
.contact-block--info form textarea::placeholder {
    font-weight: 300;
    color: #262522;
    opacity: 0.25;
}
.contact-block--info form input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 0 !important;
    border: 2px solid #b49d5b !important;
    background-color: #fff !important;
    color: #b49d5b;
    padding-inline: 30px !important;
}
.contact-block--info form input[type="submit"]:hover {
    background-color: #b49d5b !important;
    color: #fff;
}
.contact-block--info form .submit-container {
    margin-bottom: -10px !important;
}
.contact-block--info form .nf-field-label,
.contact-block--info form .nf-field-label label,
.contact-block--info form .nf-field-label .ninja-forms-req-symbol {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.05em;
    font-family: omnes-pro, sans-serif;
    color: #262522;
}
.contact-block--info form .nf-field-label .ninja-forms-req-symbol {
    margin-left: -0.1ch;
}
.contact-block--info form .nf-field-element:after {
    display: none !important;
}
.contact-block--info form .nf-error .nf-field-element * {
    border-color: #e45858 !important;
}
.contact-block--info form .nf-error .nf-error-msg,
.contact-block--info form .nf-error .nf-error-msg * {
    color: #e45858 !important;
}
.contact-block--info form .nf-pass .nf-field-element * {
    border-color: #b49d5b !important;
}
.contact-block--info form .nf-after-form-content {
    margin-top: 20px;
    font-size: 1.3rem;
}
.contact-block--info form .nf-after-form-content,
.contact-block--info form .nf-after-form-content * {
    color: #e45858 !important;
}
.contact-block .description {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.contact-block .address {
    margin-top: 30px;
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
    .contact {
        grid-template-columns: 1fr;
    }
    .contact-block--image img,
    .contact-block--map img {
        width: 100%;
    }
    .contact-block--info {
        padding-top: 0;
    }
}
.index-page .main-content {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
}
.index-page .main-content > *:not(:first-child) {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .index-page .main-content > *:not(:first-child) {
        margin-top: 50px;
    }
}
@media screen and (max-width: 550px) {
    .index-page .main-content > *:not(:first-child) {
        margin-top: 20px;
    }
}
.index-page .no-posts {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.index-page .filters {
    display: flex;
    margin-top: -20px;
    margin-left: -40px;
    align-items: center;
    flex-wrap: wrap;
}
.index-page .filters > * {
    margin-top: 20px;
    margin-left: 40px;
}
.index-page .filters p {
    font-family: Benton Sans Comp Med, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: 0.05em;
}
.index-page .filters ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.index-page .filters ul > *:not(:first-child) {
    margin-left: 5px;
}
.index-page .filters ul a.btn {
    border-width: 1px;
    padding-inline: 20px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: none;
    letter-spacing: 0.05em;
}
.index-page .filters ul a.btn:not(:hover) {
    background-color: #fbfaf7;
}
.index-page .filters ul a.btn.active {
    background-color: #b49d5b;
}
@media screen and (max-width: 600px) {
    .index-page .filters ul {
        display: grid;
        --grid-repeat: 3;
        grid-template-columns: repeat(var(--grid-repeat), 1fr);
        width: 100%;
    }
    .index-page .filters ul li a {
        width: 100%;
    }
}
@media screen and (max-width: 515px) {
    .index-page .filters ul {
        --grid-repeat: 2;
    }
    .index-page .filters ul li:first-child {
        grid-column: span 2;
    }
}
@media screen and (max-width: 360px) {
    .index-page .filters ul {
        --grid-repeat: 1;
    }
    .index-page .filters ul li:first-child {
        grid-column: 1;
    }
}
.index-page .cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
    .index-page .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .index-page .cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
.index-page .cards > .PostCard img {
    width: 100%;
    height: unset;
    min-height: 250px;
    aspect-ratio: 420/250;
}
.index-page .pagination-list {
    display: flex;
    margin-left: auto;
    width: fit-content;
}
.index-page .pagination-list > *:not(:first-child) {
    margin-left: 5px;
}
.index-page .pagination-list li > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
}
.index-page .pagination-btn {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #262522;
    color: #fff;
    transition-duration: 0.3s;
    transition-property: background, url-friendly-colour;
    font-family: Benton Sans Comp Med, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
}
.index-page .pagination-btn--prev,
.index-page .pagination-btn--next {
    --rotate-amount: 0deg;
    --translate-amount: 0%;
    position: relative;
    color: transparent;
}
.index-page .pagination-btn--prev:before,
.index-page .pagination-btn--next:before {
    content: "";
    position: absolute;
    border-left: 0.15rem solid #ffffff;
    border-top: 0.15rem solid #ffffff;
    width: 0.75rem;
    height: 0.75rem;
    transform: translate(var(--translate-amount)) rotate(var(--rotate-amount));
}
.index-page .pagination-btn--prev {
    --rotate-amount: -45deg;
    --translate-amount: 20%;
}
.index-page .pagination-btn--next {
    --rotate-amount: 135deg;
    --translate-amount: -20%;
}
.index-page .pagination-btn--disabled {
    opacity: 0.1;
    pointer-events: none;
}
.index-page .pagination-btn--active,
.index-page .pagination-btn:hover {
    background-color: #b49d5b;
}
.detail-page {
    display: flex;
    flex-direction: column;
}
.detail-page > *:not(:first-child) {
    margin-top: 150px;
}
@media screen and (max-width: 1000px) {
    .detail-page > *:not(:first-child) {
        margin-top: 100px;
    }
}
.detail-page-hero:after {
    background-image: url(/wp-content/themes/maisonmax/assets/images/hero-bg.jpg);
    height: 254px;
}
.detail-page-hero-content {
    display: flex;
    padding-top: 100px;
}
.detail-page-hero-content > *:not(:first-child) {
    margin-top: min(6vw, 100px);
}
@media screen and (min-width: 1001px) {
    .detail-page-hero-content > * {
        flex-basis: 100%;
    }
}
.detail-page-hero-content img {
    width: 50%;
    aspect-ratio: 660/500;
    object-fit: cover;
    object-position: center;
    min-width: 660px;
}
@media screen and (max-width: 1200px) {
    .detail-page-hero-content img {
        min-width: unset;
    }
}
.detail-page-hero-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-page-hero-content-text p {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.8rem;
    padding-top: 140px;
    padding-bottom: 15%;
}
@media screen and (max-width: 1000px) {
    .detail-page-hero-content {
        flex-direction: column;
    }
    .detail-page-hero-content img {
        width: 100%;
    }
    .detail-page-hero-content-text h1 {
        padding-bottom: 10px;
    }
    .detail-page-hero-content-text > *:not(:first-child) {
        margin-top: 30px;
    }
    .detail-page-hero-content-text p {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.detail-page .blocks {
    display: flex;
    flex-direction: column;
}
.detail-page .blocks > *:not(:first-child) {
    margin-top: 100px;
}
.detail-page .more {
    background-color: #fbfaf7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.detail-page .more-content {
    display: flex;
    flex-direction: column;
}
.detail-page .more-content > *:not(:first-child) {
    margin-top: 40px;
}
.detail-page .more-header {
    display: flex;
    justify-content: space-between;
}
.detail-page .more-header-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4rem;
}
.detail-page .more-header .btn {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
}
@media screen and (max-width: 580px) {
    .detail-page .more-header {
        flex-direction: column;
    }
    .detail-page .more-header > *:not(:first-child) {
        margin-top: 20px;
    }
}
.detail-page .more-articles {
    display: grid;
    --grid-columns: 3;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    gap: 30px;
}
@media screen and (max-width: 1000px) {
    .detail-page .more-articles {
        --grid-columns: 2;
    }
}
@media screen and (max-width: 768px) {
    .detail-page .more-articles {
        --grid-columns: 1;
    }
    .detail-page .more-articles img {
        height: unset;
        aspect-ratio: 420/250;
        width: 100%;
    }
}
.inspiration-page {
    display: flex;
    flex-direction: column;
}
.inspiration-page-row {
    padding-block: 100px;
    overflow-x: hidden;
}
.inspiration-page-row:nth-of-type(2n + 1) {
    background-color: #fbfaf7;
}
.inspiration-page-row-content {
    display: flex;
    flex-direction: column;
}
.inspiration-page-row-content > *:not(:first-child) {
    margin-top: 40px;
}
.inspiration-page-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inspiration-page-row-header-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4rem;
}
.inspiration-page-row-header .btn {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
}
@media screen and (max-width: 768px) {
    .inspiration-page-row-header {
        text-align: center;
        flex-direction: column;
    }
    .inspiration-page-row-header > *:not(:first-child) {
        margin-top: 20px;
    }
}
.inspiration-page-row-articles {
    position: relative;
    display: flex;
    --gap-amount: 30px;
    gap: 0;
}
.inspiration-page-row-articles .PostCard {
    --max-amount: 3;
    flex-basis: calc(1 / var(--max-amount) * 100%);
    min-width: calc(1 / var(--max-amount) * 100% - var(--gap-amount) + var(--gap-amount) / var(--max-amount));
}
.inspiration-page-row-articles .PostCard img {
    min-height: 250px;
    height: unset;
    aspect-ratio: 420/250;
}
@media screen and (max-width: 1024px) {
    .inspiration-page-row-articles .PostCard {
        --max-amount: 2;
    }
}
@media screen and (max-width: 768px) {
    .inspiration-page-row-articles .PostCard {
        --max-amount: 1;
    }
}
.inspiration-page .sbi {
    overflow: visible !important;
    margin-inline: 0 !important;
}
.inspiration-page .sbi,
.inspiration-page .sbi * {
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    height: unset !important;
    min-height: unset !important;
    max-height: unset !important;
}
.inspiration-page .sbi {
    width: 100% !important;
}
.inspiration-page .sbi .sb_instagram_header {
    display: none !important;
}
.inspiration-page .sbi .fa-clone {
    max-width: 25px !important;
}
.inspiration-page .sbi #sbi_images {
    overflow: visible !important;
    display: grid;
    gap: 30px;
    width: 100% !important;
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1000px) {
    .inspiration-page .sbi #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .inspiration-page .sbi #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 450px) {
    .inspiration-page .sbi #sbi_images {
        grid-template-columns: repeat(1, 1fr);
    }
}
.inspiration-page .sbi #sbi_images > * {
    aspect-ratio: 1;
}
.inspiration-page .sbi #sbi_images > * a,
.inspiration-page .sbi #sbi_images > * .sbi_photo_wrap {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    height: 100% !important;
    min-height: unset !important;
    max-height: unset !important;
}
.inspiration-page .sbi #sbi_load {
    display: none !important;
}
._404-page {
    padding-top: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 5vw;
    text-align: center;
}
._404-page > *:not(:first-child) {
    margin-top: 30px;
}
._404-page .btn {
    margin-top: 10px;
}
.instagram-feed a span {
    color: #fff;
}
