.vid-border {
    border: 1px solid #493934;
}
.oceanpage-video {
    padding: 20px;
}
.oceanpage-title-container {
    display: flex;
    margin: 25px 0;
    gap: 25px;
}
.engelberg {
    max-width: 620px;
    width: 100%;
    height: auto;
    padding: 25px 40px 25px 40px;
    border: 1px solid #493934;
}
.oceanpage-title {
    font-family: 'sf-500';
    margin-bottom: 30px;
    font-size: 55px;
}
.oceanpage-text {
    max-width: 510px;
    font-size: 18px;
}
.oceanpage-text-helper {
    margin-bottom: 20px;
}
.ocean {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 25px 25px 60px 25px;
    border: 1px solid #493934;
}
.ocean-block {
    max-width: 700px;
}
.oceanpage-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    background: #493934;
    transition: .2s;
}
.oceanpage-btn:hover {
    color: #493934;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 77px -6px #493934;
    -moz-box-shadow: 0px 0px 77px -6px #493934;
    box-shadow: 0px 0px 77px -6px #493934;
}

.bgGradient {
    width: 100%;
}

.thermo_scene {
    margin: 500px 0;
    position: relative;
    width: 100%;
}
.thermo_main-container {
    max-width: 1100px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.thermo_main-text-scene {
    margin-bottom: 870px;
}

.thermo_scene .thermo_main-container {
    max-width: 1500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.thermo_scene-2 .thermo_main-container {
    max-width: 1500px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1;
}

.thermo_main-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
    -webkit-mask-size: cover;
    mask-size: cover;
}

.thermo_main-title {
    font-size: 110px;
    margin-bottom: 30px;
    line-height: .9;
    font-family: 'pp-500';
    background: linear-gradient(140deg, #DDDDDD 0%, #75615B 50%, #D1D1D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thermo_main-text {
    max-width: 700px;
    width: 100%;
    font-size: 20px;
}
.thermo_text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.thermo_text-container .thermo_main-text {
    margin-bottom: 20px;
}
.thermo_text-container .thermo_main-text:nth-child(2) {
    color: #525252;
}
.int-block-container {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 150px 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.int-block-container img {
    max-width: 970px;
    max-height: 800px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.int-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.int-text-block {
    max-width: 626px;
    width: 100%;
}
.int-text-block p {
    font-size: 22px;
    margin-bottom: 32px;
}
.int-text-block p:last-child {
    color: #4D4D4D;
}


.thermo_scene-4 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.thermo_scene-4 .thermo_main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}
.thermo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.thermo_text-left {
    margin-top: 60px;
    align-self: flex-start;
}

.thermo_text-right {
    margin-bottom: 60px;
    align-self: flex-end;
}
.thermo_text {
    max-width: 460px;
    width: 100%;
}

.thermo_text .thermo_main-title {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'sf-700';
}

.thermo_text p {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'sf-200';
}

.thermo_scene-5 {
    max-width: 1420px;
    margin: 0 auto;
}
.thermo_tech_text-container {
    padding-top: 1000px;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.thermo_tech_text-container .thermo_text {
    max-width: 600px;
    width: 100%;

}
.thermo_text-list {
    margin-bottom: 100px;
}

.thermo_img-container {
    position: absolute;
    top: 0;
    right: -10%;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    object-fit: cover;
    object-position: left;
    -webkit-mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 30%, 
        rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 1) 30%, 
        rgba(0, 0, 0, 1) 100%);
}
.thermo_img-container video {
    width: 100%;
    height: 100%;
}


/* .thermo_img-container {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.thermo_img-container video {
    width: 100%;
    display: block;
} */


.bkh65-pin-container {
    font-size: 40px;
    width: 100%;
    height: 1080px;
    /* margin: 180px 0; */
    background-color: var(--grey-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bkh65-pin-container p {
    font-size: 40px;
    line-height: 100%;
    font-family: 'sf-700';
    background: -webkit-linear-gradient(#93A891 12.75%, #1B1B1B 88.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.thermo_img-scene {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: black;
    color: white;
    margin: 300px 0;
    overflow: hidden;
}

.frame {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 880px;
    width: 100%;
    position: relative;
}

.frame img {
    width: 100%;
    height: auto;
    position: relative;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    opacity: 0;
}

.frame-left img, .frame-right img {
    display: block;
    display: inline-block; 
    max-width: 100%;
}

.frame-animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.frame-left img {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.frame-right img {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}


.desc_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 60px;
    width: 100%;
    color: white;
}

.classic {
    font-family: 'ns-400-italic';
}
.modern {
    font-family: 'pp-500';
}

.thermo_description-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 660px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.thermo_description-container p {
    width: 100%;
    padding-bottom: 20px;
}

.thermo_description-container p:last-child {
    color: #525252;
}

#termoGradient img {
    width: 100%;
}

@media (max-width: 1680px) {
}

@media (max-width: 1440px) {
    .thermo_main-video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .oceanpage-btn {
        padding: 16px 0;
    }
    .oceanpage-video {
        padding: 60px;
    }
    .engelberg {
        padding: 20px 35px;
    }
    .oceanpage-title {
        font-size: 46px;
        line-height: 100%;
        margin-bottom: 20px;
    }
    .oceanpage-text {
        font-size: 12px;
        max-width: 300px;
    }
    .ocean {
        gap: 20px;
        padding: 20px 35px;
    }

    .item-category {
        font-size: 16px;
        white-space: nowrap;
    }

    .thermo_main-title {
        font-size: 80px;
    }
    .thermo_main-video {
        height: 100%;
    }
    .thermo_main-container {
        max-width: 850px;
    }
    .thermo_main-text {
        font-size: 18px;
        max-width: 550px;
    }
    .thermo_scene .thermo_main-container {
        top: -20px;
    }

    .thermo_text-container {
        bottom: -80px;
    }

    .int-block-container img {
        max-width: 660px;
        height: auto;
    }

    .int-block-container {
        gap: 20px;
        padding: 50px 30px 150px 30px;
    }
    .thermo_overlay {
        padding: 0 50px;
    }
    .thermo_tech_text-container {
        padding: 960px 50px 0 50px;
    }
    .thermo_img-container {
        max-width: 780px;
    }
    .frame {
        max-width: 600px;
    }
    .desc_text {
        font-size: 48px;
    }
    .thermo_description-container {
        font-size: 16px;
        bottom: -20px;
        max-width: 480px;
    }
    .thermo_text .thermo_main-title {
        font-size: 32px;
    }
    .thermo_text {
        max-width: 310px;
    }
    .thermo_text p {
        font-size: 16px;
    }
}

@media (max-width: 1340px) {
}

@media (max-width: 1280px) {
    .oceanpage-text {
        font-size: 12px;
        min-width: 300px;
    }
    .oceanpage-video {
        padding: 20px;
    }
    .oceanpage-title-container {
        gap: 20;
        margin: 20px 0;
    }
    .oceanpage-title {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .engelberg {
        padding: 20px;
    }
    .ocean {
        padding: 20px;
    }
    .thermo_main-title {
        font-size: 68px;
    }
    .int-block-container img {
        max-width: 570px;
    }
    .int-text-block p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .thermo_img-container {
        max-width: 660px;
    }
    .thermo_text .thermo_main-title {
        font-size: 28px;
    }
    .thermo_text p {
        font-size: 14px;
    }
    .thermo_tech_text-container .thermo_text {
        max-width: 450px;
    }
    .thermo_tech_text-container {
        padding: 640px 30px 0 80px;
    }
    .thermo_main-container {
        max-width: 700px;
    }
    .thermo_main-text {
        font-size: 16px;
    }
    .thermo_text {
        max-width: 290px;
    }
    .thermo_overlay {
        padding: 0 30px;
    }
    .frame {
        max-width: 540px;
    }
    .thermo_description-container {
        max-width: 370px;
        font-size: 12px;
    }

}

@media (max-width: 1160px) {
}