html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.section {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.section.four.section_to-pin {
    height: 100vh;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.section.four.section_to-pin .section_pin {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section.four.section_to-pin .section_pin .content_wrapper {
    min-width: 777px;
    padding: 0vw 6vw 0vw 6vw;
}

.section.four.section_to-pin .section_pin .image_wrapper {
    min-width: 100vw;
    position: relative;
    opacity: 0.7;
    transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}

.section.four.section_to-pin .section_pin .image_wrapper .image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.section.four.section_to-pin .section_pin .image_wrapper.active {
    opacity: 1;
}

.section .grid-container {
    width: 100%;
}

img {
    max-width: unset;
}

@media screen and (min-width: 640px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 56px;
        line-height: 66px;
    }
}

@media screen and (min-width: 1440px) {
    h1 {
        font-size: 64px;
        line-height: 74px;
    }
}
