*, *::before, *::after {
    box-sizing:border-box
}

* {
    margin:0
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust:100%
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    font-family:inherit
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height:auto
}

input, button, textarea, select {
    font: inherit;
    color:inherit
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
    font-weight:normal
}

ul[role=list], ol[role=list] {
    list-style: none;
    padding:0
}

a {
    color: inherit;
    text-decoration:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior:auto !important
    }
}

@font-face {
    font-family: "PP Eiko Medium";
    src: url("assets/fonts/nitro-min-default-PPEiko-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PP Eiko Medium";
    src: url("assets/fonts/nitro-min-default-PPEiko-LightItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Now Display";
    src: url("assets/fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}



*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} 

html {
    overflow-x: hidden;
}

html, body {
    width: 100%;
    max-width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 62.5%;
    background: #EAE6E0;
    color: #101010;
    font-family: "Helvetica Now Display";
    font-weight: 400;
}

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

h1, h2, h3, h4, h5 {
    font-family: "PP Eiko Medium";
}

.s-section h1 {
    text-transform: uppercase;
    font-size: clamp(40px, calc(4.166667vw), 80px);
    line-height: 1;
    font-weight: normal;
    display: inline-block;
    margin-left: auto;
}
.s-section h1 span {
    color: #A07E3A;
}

.s-section {
    height: 100vh;
}

@media(max-width: 767px) {
    .s-section {
        height: auto;
    }
}

.s-rooted, .s-reaching {
    height: 300vh;
}

.s-rooted .container, .s-reaching .container {
    position: sticky;
    top: 50px;
    z-index: 11;
}

#floating-img {
    position: fixed;
    z-index: 10;
    pointer-events: none;
    max-width: initial;
}

.s-content {
    width: clamp(311px, calc(187px + 12.916667vw), 435px);
    margin-left: auto;
}
.s-content .box {
    padding: 20px;
    backdrop-filter: blur(6.800000190734863px);
    background: rgba(16, 16, 16, 0.2);
    opacity: 0.2;
}
.s-content .box.active {
    background: rgba(16, 16, 16, 0.1);
    opacity: 1;
}
.s-content .box:not(:last-child) {
    margin-bottom: 20px;
}
.s-content .box h3 {
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    line-height: 1.4;
    color: #101010;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.s-content .box h3 span {
    color: #A07E3A;
}
.s-content .box p {
    color: #606060;
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    line-height: 1.4;
    font-family: Helvetica;
    max-width: 365px;
}
@media(max-width: 767px) {
    .s-content {
        width: 100%;
        margin: 20px 0;
    }
}

.s-section .container {
    max-width: 1920px;
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
}

.s-section .row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.s-section .col-3 {
    width: calc(100% / 16 * 3);
    padding: 0 10px;
}
.s-section .col-5 {
    width: calc(100% / 16 * 5);
    padding: 0 10px;
}
.s-section .col-6 {
    width: calc(100% / 16 * 6);
    padding: 0 10px;
}
.s-section .col-8 {
    width: calc(100% / 16 * 8);
    padding: 0 10px;
}
.s-section .col-10 {
    width: calc(100% / 16 * 10);
    padding: 0 10px;
}
.s-section .col-11 {
    width: calc(100% / 16 * 11);
    padding: 0 10px;
}
.s-section .col-13 {
    width: calc(100% / 16 * 13);
    padding: 0 10px;
}
@media(max-width: 767px) {
    .s-section .col-3, .s-section .col-5, .s-section .col-6, .s-section .col-8, .s-section .col-10, .s-section .col-11, .s-section .col-13 {
        width: 100%;
    }
}

.s-section p {
    letter-spacing: 0;
}

.s-first {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    background: url(assets/images/hero.jpg) center center no-repeat;
    background-size: cover;
}

.s-first .container {
    padding: 0 20px;
}

.s-first h1 {
    font-size: 190px;
    font-size: 10vw;
    letter-spacing: -0.01em;
    color: #101010;
}
@media(min-width: 1800px) {
    .s-first h1 {
        font-size: 190px;
    }
}
@media(max-width: 767px) {
    .s-first h1 {
        font-size: 39px;
    }
}

.s-first h1 span {
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    display: block;
    margin-bottom: 40px;
    color: #101010;
    letter-spacing: 0;
    font-style: italic;
    font-weight: 300;
}
@media(max-width: 767px) {
    .s-first {
        background-image: url(assets/images/hero-mobile.jpg);
        background-position: bottom center;
        height: 100svh;
    }
    .s-first h1 span {
        margin-bottom: 15px;
    }
}

.s-excerpt {
    padding-top: 160px;
    display: flex;
    align-items: center;
}
.s-excerpt .container {
    padding: 0 20px;
}

.s-excerpt p {
    font-family: Helvetica;
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    max-width: 1115px;
    margin-left: auto;
    margin-right: auto;
}
.s-excerpt h2 {
    font-size: clamp(32px, calc(-32px + 6.666667vw), 96px);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: clamp(40px, calc(4.166667vw), 80px);
    letter-spacing: -0.01em;
    margin-left: auto;
    margin-right: auto;
}
.s-excerpt h3 {
    font-size: clamp(24px, calc(2.5vw), 48px);
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: clamp(40px, calc(4.166667vw), 80px);
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 767px) { 
    .s-excerpt { 
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .s-excerpt p { 
        letter-spacing: 0.02em;
    }
    .s-excerpt .container {
        padding: 0 30px;
    }
}

.s-hero {
    display: flex;
    align-items: center;
}
.s-hero h2 {
    font-size: clamp(32px, calc(-32px + 6.666667vw), 96px);
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.s-hero h2 span {
    color: #A07E3A;
}
@media(max-width: 767px) { 
    .s-hero {
        height: 100svh;
    }
    .s-hero h2 {
        line-height: 1.3;
    }
    .s-hero h2 span {
        display: block;
    }
}

.s-rooted h2, .s-reaching h2 {
    text-transform: uppercase;
    font-size: clamp(24px, calc(2.5vw), 48px);
    color: #101010;
    line-height: 1.4;
}
.s-rooted h2 span, .s-reaching h2 span {
    display: block;
    color: #A07E3A;
}

.s-outro {
    display: flex; 
    align-items: center;
}
.s-outro .content {
    padding-left: 62.5%;
}
.s-outro p {
    font-family: Helvetica;
    max-width: 526px;
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    margin-bottom: 40px;
}
.s-outro .custom-btn {
    width: 100%;
    max-width: 526px;
}
@media(max-width: 767px) { 
    .s-outro {
        display: none;
    }
}

@media(max-width: 767px) {
    .s-section .container {
        padding: 0 10px;
    }
    .s-section h1 {
        font-size: 40px;
        margin: 0;
    }
    .s-rooted .container {
        height: 300px;
        top: calc(100% - 300px);
    }
    .s-rooted .container, .s-reaching .container {
        z-index: 11;
    }
    .s-rooted .container h2, .s-reaching .container h2 {
        position: relative;
        z-index: 12;
    }
    .s-content {
        padding-left: 0;
    }
    .s-content {
        position: relative;
        z-index: 13;
    }
    .s-content .box { 
        opacity: 1;
        display: none;
    }
    .s-content .box.active { 
        display: block;
    }
    .s-content .box h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .s-content .box p {
        font-size: 16px;
    }
}

.s-content .box {
    position: relative;
}
.s-content .box:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #6B503B;
    position: absolute;
    top: 0;
    right: 100%;
    opacity: 0;
}
.s-content .box.active:after {
    opacity: 1;
}
@media(max-width: 1899px) {
    .s-content .box:after {
        display: none;
    }
}
.s-rooted .s-content .box:nth-child(1):after {
    width: 780px;
    top: 123px;
}
.s-rooted .s-content .box:nth-child(2):after {
    width: 1037px;
    top: 60px;
}
.s-rooted .s-content .box:nth-child(3):after {
    width: 675px;
    top: 89px;
}
.s-reaching .s-content .box:nth-child(1):after {
    width: 910px;
    top: 85px; 
}
.s-reaching .s-content .box:nth-child(2):after {
    width: 625px;
    top: 95px;
}
.s-reaching .s-content .box:nth-child(3):after {
    width: 890px;
    top: 68px;
}

.bg-beige {
    background: #EAE6E0;
}
.bg-black {
    background: #101010;
}

.custom-btn {
    padding: 8.5px clamp(30px, calc(-10px + 4.166667vw), 70px);
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    border-radius: 4px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: "Helvetica Now Display";
    text-transform: uppercase;
    display: inline-block;
    background: #101010;
    color: #fff;
    text-align: center;
}
.custom-btn:hover {
    background: #fff;
    color: #101010;
}
.custom-btn-gray {
    margin-top: 10px;
    margin-bottom: 40px;
    background: #ACACAC;
    color: #fff;
}
.custom-btn-gray:hover {
    background: #fff;
    color: #101010;
}
@media(max-width: 767px) {
    .custom-btn {
        width: 100%;
    }
}

.s-nothing {
    height: 400vh;
    z-index: 11;
    position: relative;
    background: #101010;
    color: #fff;
}

.s-nothing .left {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.s-nothing .left > div:first-child {
    margin-bottom: auto;
}
.s-nothing .left > div:last-child {
    margin-top: auto;
}
.swiper-images-carousel, .swiper-images-carousel-text {
    display: none;
}
@media(min-width: 768px) and (max-width: 1500px) {
    .s-nothing .left + .col-8 {
        width: calc(100% / 16 * 6);
        margin-left: calc(100% / 16 * 2);
    }
    .s-nothing .left:after {
        left: 153%;
    }
}
@media(max-width: 767px) {
    .s-nothing {
        overflow: hidden;
        padding-bottom: 40px;
    }
    .s-nothing .left {
        height: auto;
    }
    .s-nothing .left .loop-pagination {
        display: none;
    }
    .images-carousel {
        display: none !important;
    }
    .swiper-images-carousel-text {
        display: block;
        margin-top: 40px;
    }
    .swiper-images-carousel {
        display: block;
        width: 250px;
        overflow: visible;
        margin-bottom: 80px;
    }
    .swiper-images-carousel .swiper-slide {
        mix-blend-mode: difference;
    }
    .swiper-images-carousel .swiper-slide img {
        transform: scale(0.7);
        transition: transform 0.4s;
    }
    .swiper-images-carousel .swiper-slide.swiper-slide-active {
        mix-blend-mode: none;
        z-index: 1;
    }
    .swiper-images-carousel .swiper-slide.swiper-slide-active img {
        transform: scale(1)
    }
    .s-nothing .swiper-images-carousel-text .info {
        display: block;
    }
    .s-nothing .info p {
        font-size: 16px !important;
        color: rgba(255,255,255,0.7);
    }
    .s-nothing .info p span {
        display: block;
        color: #fff !important;
    }
    .swiper-navigation .swiper-pagination.swiper-pagination-bullets {
        margin: 0;
        width: 100%;
        margin-top: -23px;
        text-align: center;
    }
    .swiper-navigation .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #fff;
    }
    .swiper-navigation .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
    }
    .s-nothing .left:after {
        top: 165% !important;
        left: 57% !important;
        pointer-events: none;
    }
}

.s-nothing .container {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.s-nothing h2 {
    font-size: clamp(24px, calc(2.5vw), 48px);
    margin-bottom: 40px;
}
.s-nothing p {
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    max-width: 550px;
    font-family: Helvetica;
}

.s-nothing .info {
    display: none;
}
.s-nothing .info h3 {
    color: #A07E3A;
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    margin-bottom: 18px;
    text-transform: uppercase;
}
.s-nothing .info p {
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    margin-bottom: 18px;
    max-width: 550px;
}
.s-nothing .info p span {
    color: #A07E3A;
}
.s-nothing .loop-pagination p {
    opacity: 0.4;
}
.s-nothing .loop-pagination p.active {
    opacity: 1;
}

@media(max-width: 767px) { 
    .s-nothing {
        height: auto;
    }
    .s-nothing h2 {
        margin-bottom: 18px;
    }
    .s-nothing .info h3 { 
        font-size: 24px;
        color: #fff;
    }
    .s-nothing .container {
        position: initial;
        height: auto;
    }
}

.images-carousel {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: clamp(230px, calc(27px + 21.145833vw), 433px);
    margin-left: auto;
    margin-right: auto;
}
.s-nothing .left:after {
    content: '';
    display: block;
    width: clamp(282px, calc(32px + 26.041667vw), 532px);
    height: clamp(330px, calc(38px + 30.416667vw), 622px);
    position: absolute;
    top: 50%;
    left: 141%;
    transform: translate(-50%, -50%);
    background: url(assets/images/images-carousel-border.png) center center no-repeat;
    background-size: contain;
    z-index: 5;
}

.images-carousel > div {
    flex-shrink: 0;
    height: 360px;
    mix-blend-mode: difference;
    align-items: center;
    display: flex;
    filter: grayscale(1);
    position: relative;
}
.images-carousel > div.active {
    filter: grayscale(0);
}

.images-carousel > div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block; 
}
.images-carousel > div .l img {
    width: clamp(109px, calc(13px + 10vw), 205px);
    height: auto;
    position: absolute;
    left: clamp(-225px, calc(-15px - 10.9375vw), -120px);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.images-carousel > div.active .l img {
    opacity: 1;
}

.swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.swiper-navigation .swiper-pagination {
    position: initial;
    color: #fff;
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    letter-spacing: 0.02em;
    font-family: "Helvetica Now Display";
    text-align: left;
    width: auto;
    margin-right: 10px;
}
.swiper-navigation .swiper-pagination .swiper-pagination-current:before, .swiper-navigation .swiper-pagination .swiper-pagination-total:before {
    content: '0';
    display: inline;
}
.swiper-navigation .swiper-button-prev {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #fff;
    position: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.swiper-navigation .swiper-button-prev:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.0001 13.207L5 11.7929H16.3201L13.5554 8.99999L14.5453 8L19 12.5L14.5453 17L13.5554 15.9999L16.3202 13.2071L5.0001 13.207Z" fill="%23101010"/></svg>');
    background-size: contain;
    transform: scale(-1, 1);
}
.swiper-navigation .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #fff;
    position: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.swiper-navigation .swiper-button-next:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.0001 13.207L5 11.7929H16.3201L13.5554 8.99999L14.5453 8L19 12.5L14.5453 17L13.5554 15.9999L16.3202 13.2071L5.0001 13.207Z" fill="%23101010"/></svg>');
    background-size: contain; 
}
.swiper-navigation .swiper-button-disabled {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}
.swiper-navigation .swiper-button-disabled:before {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.0001 13.207L5 11.7929H16.3201L13.5554 8.99999L14.5453 8L19 12.5L14.5453 17L13.5554 15.9999L16.3202 13.2071L5.0001 13.207Z" fill="%23ffffff"/></svg>');
    background-size: contain; 
    opacity: 0.5;
}

.swiper-posts-navigation {
    border-top: 1px solid rgba(255,255,255,0.4);
    margin-top: 100px;
    padding-top: 40px;
}
.swiper-foundations-navigation {
    border-top: 1px solid #ACACAC;
    padding-top: 40px;
    margin-top: 40px;
    color: #101010;
    position: relative;
}
.swiper-foundations-navigation .swiper-pagination {
    color: #101010;
}
.swiper-foundations-navigation .custom-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.swiper-foundations-navigation .swiper-button-prev, .swiper-foundations-navigation .swiper-button-next { 
    background: #101010;
}
.swiper-foundations-navigation .swiper-button-disabled {
    background: rgba(16, 16, 16, 0.1);
}
.swiper-foundations-navigation .swiper-button-prev:before, .swiper-foundations-navigation .swiper-button-next:before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.0001 13.207L5 11.7929H16.3201L13.5554 8.99999L14.5453 8L19 12.5L14.5453 17L13.5554 15.9999L16.3202 13.2071L5.0001 13.207Z" fill="%23ffffff"/></svg>');
}
.swiper-foundations-navigation .swiper-button-disabled:before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.0001 13.207L5 11.7929H16.3201L13.5554 8.99999L14.5453 8L19 12.5L14.5453 17L13.5554 15.9999L16.3202 13.2071L5.0001 13.207Z" fill="%23101010"/></svg>');
}

#floating-img {
    width: fit-content;
    width: 1267px;
}

#floating-img > img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

#floating-img .shape-1,
#floating-img .shape-2 {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#floating-img .shape-1:not(.active),
#floating-img .shape-2:not(.active) {
    background-image: none !important;
}

#floating-img .shape-1 img,
#floating-img .shape-2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
}
#floating-img .shape-1 img.active,
#floating-img .shape-2 img.active {
    opacity: 1;
}
@media(max-width: 767px) {
    #floating-img {
        /* display: none; */
        width: 628px;
    }
}

.s-section.parallax {
    position: relative;
    padding: 16px;
    height: 100svh;
}
.s-section.parallax img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    max-height: calc(100vh - 16px - 16px);
    object-fit: cover;
    object-position: center center;
}
.s-section.parallax .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 44px;
}
.s-section.parallax h2 {
    max-width: 850px;
    font-size: clamp(24px, calc(2.5vw), 48px);
    text-transform: uppercase;
    line-height: 1.4;
}
.s-section.parallax h3 {
    max-width: 780px;
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    text-transform: uppercase;
    line-height: 1.5;
}
.s-section.parallax h3.italic {
    font-style: italic;
    margin-top: 40px;
    font-weight: 300;
    line-height: 1.4;
}
@media(max-width: 767px) { 
    .s-section.parallax {
        padding: 10px;
        height: 100svh;
    }
    .s-section.parallax img { 
        height: calc(100vh - 8px - 8px);
    }
    .s-section.parallax h2 {
        font-size: 32px;
        max-width: 315px;
    }
    .s-section.parallax h3 {
        max-width: 315px;
    }
    .s-section.parallax h3.italic {
        font-size: 14px;
        margin-top: 20px;
        max-width: 155px;
    }
    .s-section.parallax .container { 
        padding: 30px 18px;
        top: 0;
        transform: translateX(-50%);
    }
}


.s-foundations {
    height: auto;
    padding: 80px 0 120px;
    overflow: hidden;
}
.s-foundations h2 {
    font-size: clamp(24px, calc(2.5vw), 48px);
    margin: 0 0 120px 0;
    text-align: center;
}
.swiper-foundations {
    width: 360px;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
    position: relative;
}
.swiper-foundations:after {
    content: '';
    width: 500%;
    height: 1px;
    background: #ACACAC;
    position: absolute;
    top: 370px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.swiper-foundations .swiper-slide .text {
    position: relative;
}
.swiper-foundations .swiper-slide .text:before {
    content: '';
    width: 1px;
    height: 31px;
    top: -35px;
    left: 50%;
    display: block;
    background: #ACACAC;
    position: absolute;
}
.swiper-foundations .swiper-slide .text p {
    opacity: 0;
    transition: opacity 0.3s;
    width: 200%;
    margin-left: -50%;
}
.swiper-foundations .swiper-slide .text h3 {
    color: rgba(16, 16, 16, 0.4);
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);                
    margin-top: 50px;
    margin-bottom: 35px;
    font-family: "Helvetica Now Display";
    white-space: nowrap;
    transition: all 0.3s;
}
.swiper-foundations .swiper-slide .text p {
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    line-height: 1.5;
}
.swiper-foundations .swiper-slide.swiper-slide-active .text p {
    opacity: 1;
}
.swiper-foundations .swiper-slide.swiper-slide-active .text h3 {
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    font-family: "PP Eiko Medium";
    color: #A07E3A;
    text-transform: uppercase;
    margin-top: 110px;
}
.swiper-foundations .swiper-slide.swiper-slide-active .text:before {
    height: 51px;
    background: #A07E3A;
    top: -105px;
}
.swiper-foundations .swiper-slide img {
    transform: scale(0.5);
    transform-origin-y: 100%;
    transition: transform 0.3s;
    filter: grayscale(1);
    margin: 0 auto;
}
.swiper-foundations .swiper-slide.swiper-slide-active img {
    transform: scale(1) translateY(-40px);
    filter: grayscale(0);
}
@media(max-width: 767px) {
    .swiper-foundations {
        width: 270px;
    }
    .swiper-foundations .swiper-slide.swiper-slide-active .text h3 {
        font-size: 24px;
    }
    .swiper-foundations .swiper-slide .text p {
        line-height: 1.5;
        width: 100%;
        margin-left: 0;
    }
    .swiper-foundations .swiper-slide img {
        width: 230px;
    }
    .swiper-foundations:after {
        top: 260px;
    }
    .s-foundations h2 {
        font-size: 24px;
        text-align: left;
    }
    .swiper-foundations-navigation .custom-btn {
        bottom: -80%;
    }
}



.s-in-practice {
    background: #101010;
    color: #fff;
    padding: 70px 0;
    height: initial;
    overflow: hidden;
}
.s-in-practice h2 {
    font-size: clamp(24px, calc(2.5vw), 48px);
    line-height: 1.4;
}
.s-in-practice h3 {
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    line-height: 1.5;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.blog-post p {
    color: #606060;
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    padding-right: 30px;
}
.blog-post img {
    width: 322px;
    aspect-ratio: 322 / 298;
    border-radius: 2px;
    object-fit: cover;
    filter: grayscale(1);
    transform: scale(1);
    transition: all 0.3s;
}
.blog-post .learn-more {
    display: inline-flex;
    gap: 8px;
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    align-items: center;
    margin: 35px 0 15px;
}
.blog-post .image {
    overflow: hidden;
    display: block;
}
.blog-post:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}
.blog-post:hover h3 {
    color: #A07E3A;
}
.m-b-180 {
    margin-bottom: 180px;
}
.swiper-posts {
    overflow: visible;
}
.s-in-practice .equity h3 {
    color: #A07E3A;
}
.s-in-practice .equity p {
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    line-height: 1.5;
}
.s-in-practice .equity ul {
    padding-left: 25px;
}
.s-in-practice .equity li {
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    line-height: 1.5;
    color: #ACACAC;
    list-style: square;
}
.s-in-practice .equity li:not(:last-child) {
    margin-bottom: 8px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-120 {
    margin-bottom: 120px;
}


@media(max-width: 767px) { 
    .s-in-practice {
        background: transparent;
        color: #101010;
        padding: 40px 0;
    }
    .m-b-180 {
        margin-bottom: 40px;
    }
    .m-b-120 {
        margin-bottom: 40px;
    }
    .swiper-posts .swiper-wrapper {
        flex-wrap: wrap;
    }
    .swiper-posts .swiper-slide {
        margin-bottom: 60px;
    }
    .swiper-posts .swiper-slide:nth-child(4), .swiper-posts .swiper-slide:nth-child(5) {
        display: none;
    }
    .blog-post .learn-more svg {
        transform: rotate(-45deg);
        filter: invert(1);
    }
    .s-in-practice h3 {
        font-size: 16px;
        line-height: 1.4;
    }
    .blog-post img {
        width: 241px;
        aspect-ratio: 241 / 223;
    }
    .blog-post .learn-more {
        margin: 15px 0 15px;
    }
    .swiper-posts-navigation {
        display: none;
    }
    .s-in-practice .equity p {
        margin-top: 20px;
    }
}


.s-conduct {
    padding-top: 160px;
    padding-bottom: 160px;
    height: initial;
}
.s-conduct h3 {
    font-size: clamp(24px, calc(2.5vw), 48px);
    line-height: 1.4;
}
.s-conduct p {
    font-size: clamp(16px, calc(10px + 0.625vw), 22px);
    line-height: 1.5;
    margin-bottom: 40px;
}
.s-conduct p a {
    color: #010101;
    text-decoration: underline;
}
.s-conduct h4 {
    font-size: clamp(20px, calc(12px + 0.833333vw), 28px);
    line-height: 1.5;
    margin-bottom: 10px;
}
.s-conduct h4 + p {
    font-size: clamp(14px, calc(12px + 0.208333vw), 16px);
    margin: 0;
}
.border-top {
    border-top: 1px solid #ACACAC;
    padding: 40px 0;
}
.m-b-80, .s-conduct p.m-b-80 {
    margin-bottom: clamp(40px, calc(4.166667vw), 80px);
}
.m-b-140 {
    margin-bottom: 140px;
}
@media(max-width: 767px) { 
    .s-conduct {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .s-conduct h4 {
        font-size: 16px;
    }
    .border-top {
        padding: 20px 0;
    }
    .border-top svg {
        width: 85px;
        height: 85px;
        object-fit: contain;;
    }
    .s-conduct .col-5, .s-conduct .col-11 {
        width: 50%;
    }
    .s-conduct p {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .custom-btn-gray {
        margin-bottom: 0;
    }
    .s-conduct p + .custom-btn {
        margin-top: 20px;
    }
    .m-b-140 {
        margin-bottom: 40px;
    }
    .s-conduct h3 {
        margin-bottom: 0;
    }
    img + .border-top {
        border-top: none;
    }
}

.is-visible-mobile {
    display: none;
}
@media(max-width: 767px) {
    .is-hidden-mobile {
        display: none;
    }
    .is-visible-mobile {
        display: block;
    }
}