#termoGradient img {
    width: 100%;
}

.termo_title-container {
    max-width: 880px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin: 0 auto;
    margin-bottom: 870px;
    z-index: 1;
}

.termo_main-video {
    width: 100%;
}

.termo_main-title {
    font-size: 180px;
    line-height: 90%;
    letter-spacing: -2%;
    font-family: 'pp-500';
    background: linear-gradient(180deg, #BCA16F 0%, #5D503A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.termo_main-text {
    font-size: 22px;
    line-height: 120%;
}

.termo_text-scene {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    margin: 250px 0;
}

.termo_secondary-title {
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -2%;
    font-family: 'pp-500';
    background: linear-gradient(180deg, #BCA16F 0%, #5D503A 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: 730px;
    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';
}

.termo_text p {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'sf-200';
}

.int-block-container {
    width: 100%;
    margin: 0 auto;
    padding: 150px 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: #A8A8A8;
}

.termo_vid-scene {
    margin: 400px 0;
}

.termo_vid-scene--details {
    position: relative;
    overflow: hidden;
}
.termo_main-video {
    width: 100%;
    display: block;
}

.termo_details {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    left: 7%;
    top: 32%;
    max-width: 640px;
    z-index: 2;
    pointer-events: none;
}

.termo_details-title {
    font-size: 120px;
    line-height: 80%;
    font-family: 'pp-500';
    background: linear-gradient(180deg, #BCA16F 0%, #5D503A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.termo_details-title span {
    font-family: 'ns-500-italic';
}

.termo_details-text {
    max-width: 460px;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
}