.termo85-scene {
    position: relative;
}
.termo85-scene__pin {
    position: relative;
    height: 1580px;
    overflow: hidden;
}
.termo85-scene__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.termo85-scene__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;

}
.termo85-scene__title {
    width: 100%;
    max-width: 1200px;
    font-size: 130px;
    margin-bottom: 30px;
    line-height: .9;
    font-family: 'pp-500';
    background: linear-gradient(90deg, #26303B 0%, #627382 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.termo85-scene__title .title-i {
    font-family: "ns-500-italic"; 
}
.termo85-scene__text {
    max-width: 700px;
    width: 100%;
    font-size: 20px;
    color: #fff; 
}


.termo_firstvid-scene {
    margin-top: 700px;
    margin-bottom: 300px;
}

.termo_vid-scene {
    margin: 300px 0;
}

.termo_main-video {
    width: 100%;
    display: block;
}

.termo_text-scene {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    margin: 400px 0;
}

.termo_secondary-title {
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -2%;
    font-family: 'pp-500';
    background: linear-gradient(90deg, #26303B 0%, #627382 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.termo_secondary-title span {
    font-family: 'ns-500-italic';
}

.termo_secondary-text {
    width: 100%;
    max-width: 760px;
    font-size: 18px;
    line-height: 120%;
}

.int-block-container {
    width: 100%;
    margin: 0 auto;
    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: #525252;
}

.termo85-video-section {
    position: relative;
    width: 100%;
    margin: 250px 0;
    overflow: hidden;
}

.termo85-video {
    width: 100%;
    display: block;
}

.termo85-video-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
    pointer-events: none;
}

.termo85-title {
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -2%;
    font-family: 'pp-500';
    background: linear-gradient(90deg, #26303B 0%, #627382 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.termo85-title span {
    font-family: 'ns-500-italic';
}

.termo85-text {
    width: 100%;
    max-width: 760px;
    font-size: 18px;
    line-height: 120%;
}


.termo_scene-5 {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.termo_tech_text-container {
    padding-top: 1000px;
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    z-index: 2;
}

.termo_tech_text-container .termo_text {
    max-width: 510px;
    width: 100%;
}

.termo_text-list {
    margin-bottom: 100px;
}

.termo_img-container {
    position: absolute;
    top: 0;
    left: 0;
    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%);
}

.termo_img-container video {
    width: 100%;
    height: 100%;
}

.termo_text .termo_main-title {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'sf-700';
    background: linear-gradient(90deg, #26303B 0%, #627382 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.termo_text p {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'sf-200';
}