.dvdp-landing {
    margin: 40px 0;
}

.dvdp-header {
    margin: 0;
    padding: 117px 50px 80px;
    position: relative;
    box-sizing: border-box;
}

.dvdp-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url("/image/catalog/dvdp-landing/header-bg-left.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    transition: 2s;
    transition-delay: 150ms;
}

.dvdp-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("/image/catalog/dvdp-landing/header-bg-right.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    transition: 2s;
    transition-delay: 150ms;
}

.dvdp-header_animation-left:after {
    animation: headerWidth 2s linear 200ms forwards;
}

.dvdp-header_animation-index-left:after {
    z-index: 1;
}

.dvdp-header_animation-index-right:before {
    z-index: 1;
}

.dvdp-header_animation-right:before {
    animation: headerWidth 2s linear 200ms forwards;
}

.dvdp-header_animation-return-left:after {
    animation: headerWidthReturn 2s linear 0ms;
}

.dvdp-header_animation-return-right:before {
    animation: headerWidthReturn 2s linear 0ms;
}

.dvdp-header_animation-width-left:after {
    width: 80%;
    z-index: 1;
}

.dvdp-header_animation-width-right:before {
    width: 80%;
    z-index: 1;
}

@keyframes headerWidth {
    10% {
        width: 50%;
        background-color: white;
        z-index: 1;
    }
    100% {
        width: 80%;
        background-color: white;
        z-index: 1;
    }
}

@keyframes headerWidthReturn {
    10% {
        width: 80%;
        z-index: 1;
    }
    100% {
        width: 50%;
        z-index: 1;
    }
}

.dvdp-header img:first-of-type {
    position: absolute;
    top: 50px;
    margin: 0 80px;
    left: 0;
    width: calc(100% - 160px);
    object-fit: contain;
    z-index: 2;
}

.dvdp-header img:nth-of-type(2) {
    position: absolute;
    top: 50px;
    margin: 287px auto 0 -215px;
    left: 50%;
    max-width: 430px;
    width: 100%;
    object-fit: contain;
    z-index: 2;
}

.dvdp-header__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 500px 238px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.dvdp-header__inner p {
    color: #020A0A;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    max-width: 531px;
    width: 100%;
}

.dvdp-header__inner p:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.dvdp-header__inner p:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0 0 0 auto;
}

.dvdp-header__inner a:nth-of-type(1) {
    grid-area: 2 / 1 / 3 / 2;
    justify-content: center;
    padding: 0;
}

.dvdp-header__inner a:nth-of-type(2) {
    grid-area: 2 / 2 / 3 / 3;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 0;
}

.dvdp-header__inner a:nth-of-type(1):before {
    content: "";
    position: relative;
    background-image: url("/image/catalog/dvdp-landing/header-arrow-left.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 24px;
    width: 100%;
    min-height: 24px;
    margin-right: 10px;
    transform: rotate(-90deg);
}

.dvdp-header__inner a:nth-of-type(2):after {
    content: "";
    position: relative;
    background-image: url("/image/catalog/dvdp-landing/header-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 24px;
    width: 100%;
    min-height: 24px;
    margin-left: 10px;
    transform: rotate(90deg);
}

.dvdp-header__inner a {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 80%;
    font-variant: small-caps;
    border-radius: 16px;
    background: #266141;
    max-width: 406px;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: .3s;
}

.dvdp-header__inner a:hover {
    background: #3D805C;
}

.dvdp-night {
    margin: 150px 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background-image: url("/image/catalog/dvdp-landing/night-bg.webp");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 0;
}

.dvdp-night:before {
    content: "";
    position: absolute;
    background-image: url("/image/catalog/dvdp-landing/night-title.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 352px;
    top: 50px;
    z-index: 1;
}

.dvdp-night:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 55, 44, .1);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.dvdp-night_animation:after {
    background-color: rgba(34, 55, 44, .5);
    transition: .9s;
}

.dvdp-night h2 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 136px 50px 0;
    position: relative;
    z-index: 2;
    grid-area: 1 / 1 / 2 / 3;
    margin: 0;
}

.dvdp-night p {
    color: #FFF;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: small-caps;
    margin: 120px 0 0 50px;
    position: relative;
    z-index: 2;
    max-width: 691px;
    width: 100%;
    grid-area: 2 / 1 / 3 / 2;
}

.dvdp-night img {
    object-fit: contain;
    width: 100%;
    max-width: 538px;
    grid-area: 2 / 2 / 3 / 3;
    position: relative;
    bottom: 40px;
    z-index: 2;
}

.dvdp-sensor {
    margin: 150px 0;
    padding: 0;
    position: relative;
}

.dvdp-sensor h2 {
    color: #22372C;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 150px;
    padding: 0;
}

.dvdp-sensor p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 40px 150px 50px;
}

.dvdp-sensor ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px 0;
}

.dvdp-sensor ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
}

.dvdp-sensor ul li img {
    object-fit: contain;
    max-width: 84px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dvdp-sensor ul li p {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

.dvdp-sensor__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 150px;
}

.dvdp-sensor__image-wrapper {
    position: relative;
}

.dvdp-sensor__image-wrapper img {
    object-fit: contain;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dvdp-sensor__main-image {
    max-width: 583px;
}

.dvdp-sensor__image-inner {
    position: absolute;
    max-width: 413px;
    left: 30px;
    top: 0;
}

.dvdp-sensor__image {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    min-height: 405px;
}

.dvdp-germanium-lens {
    position: relative;
    margin: 200px 0 400px;
}

.dvdp-germanium-lens__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 152px;
    object-fit: contain;
    z-index: 0;
}

.dvdp-germanium-lens__inner {
    margin: 0;
    padding: 70px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 50px 167px;
    z-index: 1;
    position: relative;
}

.dvdp-germanium-lens__main-image {
    grid-area: 1 / 1 / 3 / 2;
    object-fit: contain;
    max-width: 620px;
    width: 100%;
}

.dvdp-germanium-lens__main-image img {
    object-fit: contain;
    width: 100%;
}

.dvdp-germanium-lens__inner h2 {
    grid-area: 1 / 2 / 2 / 3;
    color: #22372C;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    max-width: 700px;
}

.dvdp-germanium-lens__inner p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    max-width: 700px;
}

.dvdp-germanium-lens__stones {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}

.dvdp-germanium-lens__stone1 {
    object-fit: contain;
    max-width: 198px;
    width: 100%;
    position: relative;
    top: 500px;
    left: 100px;
}

.dvdp-germanium-lens__stone2 {
    object-fit: contain;
    max-width: 118px;
    width: 100%;
    position: relative;
    top: 360px;
    left: 260px;
}

.dvdp-germanium-lens__stone3 {
    object-fit: contain;
    max-width: 65px;
    width: 100%;
    position: relative;
    top: 160px;
    left: -90px;
}

.dvdp-germanium-lens__stone4 {
    object-fit: contain;
    max-width: 48px;
    width: 100%;
    position: relative;
    top: 190px;
    left: 270px;
}

.dvdp-germanium-lens__stone5 {
    object-fit: contain;
    max-width: 80px;
    width: 100%;
    position: relative;
    top: 60px;
    left: 140px;
}

.dvdp-germanium-lens__stone6 {
    object-fit: contain;
    max-width: 80px;
    width: 100%;
    position: relative;
    top: -60px;
    left: 200px;
}

.dvdp-hz h2 {
    color: #020A0A;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-hz h2:first-of-type {
    max-width: 656px;
    margin: 90px 0 0;
}

.dvdp-hz h2:last-of-type {
    margin: 0 0 670px;
    top: calc(50vh - 300px);
    position: sticky;
}

.dvdp-hz p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 50px 0 0;
    padding: 0;
}

.dvdp-hz p:first-of-type {
    margin: 50px 0 488px;
}

.dvdp-hz__zoom-wrapper {
    object-fit: cover;
    width: 100%;
    min-height: 325px;
    margin: 65px 0 255px;
    position: sticky;
    top: calc(50vh - 150px);
}

.dvdp-hz__border {
    width: 564px;
    z-index: 1;
    position: relative;
    margin: 2px 0 0;
}

.dvdp-hz__image-wrapper {
    max-width: 564px;
    height: 564px;
    width: 100%;
    position: sticky;
    top: calc(50vh - 270px);
    margin: 0 0 150px -60px;
    grid-area: 1 / 2 / 6 / 3;
    z-index: 1;
}

.dvdp-hz__image-wrapper:after {
    content: '';
    width: 554px;
    height: 554px;
    background-image: url("/image/catalog/dvdp-landing/dvdp-hz-bg.webp");
    border-radius: 50%;
    background-position: center;
    background-size: 110%;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 5px;
}

.dvdp-hz__image-wrapper_animation:after {
    animation: hzEagle 4s linear 0ms infinite forwards;
}

@keyframes hzEagle {
    20% {
        background-size: 110%;
        filter: brightness(100%);
    }
    40% {
        background-size: 100%;
        filter: brightness(50%);

    }
    60% {
        background-size: 100%;
        filter: brightness(50%);
    }
    80% {
        background-size: 110%;
        filter: brightness(100%);
    }
}

.dvdp-hz__eagle {
    position: absolute;
    top: 40px;
    left: -50px;
    object-fit: contain;
    width: 623px;
    z-index: 2;
}

.dvdp-hz__eagle_animation {
    animation: hzEagleBird 4s linear 0ms infinite forwards;
}

@keyframes hzEagleBird {
    20% {
        scale: 100%
    }
    40% {
        scale: 55%

    }
    60% {
        scale: 55%
    }
    80% {
        scale: 100%
    }
}

.dvdp-hz {
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(5, minmax(min-content, max-content));
    gap: 0;
    margin: 200px 0 250px;
    min-height: 2300px;
}

.dvdp-hz__hz-title {
    grid-area: 1 / 1 / 2 / 2;
}

.dvdp-hz__hz-description {
    grid-area: 2 / 1 / 3 / 2;
    max-width: 690px;
}

.dvdp-hz__zoom-title {
    grid-area: 3 / 1 / 4 / 2;
}

.dvdp-hz__zoom-wrapper {
    grid-area: 2 / 1 / 5 / 3;
}

.dvdp-hz__zoom-description {
    grid-area: 5 / 1 / 6 / 2;
    margin: 0 !important;
    position: sticky;
    top: calc(50vh + 300px);
}

.dvdp-focus {
    position: relative;
    background-image: url("/image/catalog/dvdp-landing/focus-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.dvdp-focus__image-wrapper div {
    position: relative;
    z-index: 0;
}

.dvdp-focus__image-wrapper div:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 35px;
    background-image: url("/image/catalog/dvdp-landing/rotate-image-bg.webp");
    background-size: contain;
    width: 336px;
    height: 336px;
    animation: focusBlur 7s linear 0ms infinite forwards;
    z-index: 0;
    filter: blur(4px);
}

.dvdp-focus__rotate-image {
    object-fit: contain;
    position: relative;
    z-index: 1;
    max-width: 406px;
    animation: focusRotate 7s linear 0ms infinite forwards;
}

.dvdp-focus-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 185px;
    padding: 100px 50px 120px 120px;
}

.dvdp-focus-wrapper h2 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-focus-wrapper p {
    color: #FFF;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 50px 0 0;
}

.dvdp-angle__angle-image {
    margin: 0 40px;
    width: calc(100% - 80px);
    position: absolute;
    top: 0;
}

.dvdp-angle__lcos-image {
    margin: 0 80px;
    width: calc(100% - 160px);
    position: absolute;
    bottom: 73px;
}

.dvdp-angle-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dvdp-angle-wrapper h2 {
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 75px auto 0;
    padding: 0;
    max-width: 922px;
}

.dvdp-angle-wrapper h2:last-of-type {
    max-width: 952px;
    margin: 100px auto 0;
}

.dvdp-angle-wrapper p {
    color: #FFF;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 25px auto 0;
    max-width: 922px;
}

.dvdp-angle-wrapper p:last-of-type {
    max-width: 952px;
    margin: 25px auto 70px;
}

.dvdp-angle__main-image {
    object-fit: contain;
    max-width: 500px;
    width: 100%;
    margin: 40px auto 32px;
}

.dvdp-autonomy {
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 40px 76px;
    margin: 215px 0 250px;
    align-items: center;
    background-image: url("/image/catalog/dvdp-landing/autonomy-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
}

.dvdp-autonomy h2 {
    color: #020A0A;
    font-size: 71px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 180px 0 0;
    padding: 0;
    grid-area: 1 / 1 / 2 / 2;
    max-width: 690px;
    width: 100%;
}

.dvdp-autonomy p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    grid-area: 2 / 1 / 3 / 2;
    max-width: 690px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dvdp-autonomy img {
    object-fit: contain;
    max-width: 671px;
    width: 100%;
    grid-area: 1 / 2 / 3 / 3;
    margin: 100px 0 0;
}

@keyframes focusBlur {
    20% {
        filter: blur(4px);
    }
    35% {
        filter: blur(0);

    }
    65% {
        filter: blur(0);
    }
    80% {
        filter: blur(4px);
    }
}

@keyframes focusRotate {
    20% {
        transform: rotate(0);
    }
    35% {
        transform: rotate(90deg);

    }
    65% {
        transform: rotate(90deg);
    }
    80% {
        transform: rotate(0);
    }
}

@media screen and (max-width: 1599px) {
    .dvdp-header_animation-width-left:after {
        width: 60%;
    }

    .dvdp-header_animation-width-right:before {
        width: 60%;
    }

    @keyframes headerWidth {
        10% {
            width: 50%;
        }
        100% {
            width: 60%;
        }
    }

    @keyframes headerWidthReturn {
        10% {
            width: 60%;
        }
        100% {
            width: 50%;
        }
    }

    .dvdp-header__inner {
        gap: 470px 238px;
    }

    .dvdp-night:before {
        width: calc(100% - 120px);
        margin: 0 60px;
    }

    .dvdp-night p {
        margin: 80px 0 0 50px;
        font-size: 20px;
        max-width: 618px;
    }

    .dvdp-night img {
        max-width: 428px;
        bottom: 20px;
    }

    .dvdp-sensor h2 {
        margin: 0 70px;
    }

    .dvdp-sensor p {
        font-size: 20px;
        margin: 40px 70px 80px;
    }

    .dvdp-sensor__inner {
        margin: 0 70px;
    }

    .dvdp-sensor__image {
        top: -10px;
    }

    .dvdp-germanium-lens__inner {
        gap: 50px 100px;
    }

    .dvdp-germanium-lens__inner h2 {
        max-width: 561px;
    }

    .dvdp-germanium-lens__inner p {
        font-size: 20px;
        max-width: 561px;
    }

    .dvdp-germanium-lens__stone1 {
        width: 100%;
        top: 500px;
        left: 20px;
    }

    .dvdp-germanium-lens__stone2 {
        width: 100%;
        top: 410px;
        left: 280px;
    }

    .dvdp-germanium-lens__stone3 {
        max-width: 65px;
        top: 160px;
        left: -50px;
    }

    .dvdp-germanium-lens__stone4 {
        max-width: 48px;
        top: 230px;
        left: 210px;
    }

    .dvdp-germanium-lens__stone5 {
        max-width: 80px;
        top: 90px;
        left: 40px;
    }

    .dvdp-germanium-lens__stone6 {
        max-width: 80px;
        top: -100px;
        left: 70px;
    }

    .dvdp-hz p {
        font-size: 20px;
    }

    .dvdp-hz__hz-description {
        max-width: 561px;
    }

    .dvdp-hz__image-wrapper {
        max-width: 550px;
        height: 550px;
    }

    .dvdp-hz__border {
        width: 550px;
    }

    .dvdp-hz__eagle {
        width: 610px;
    }

    .dvdp-hz__image-wrapper:after {
        width: 534px;
        height: 534px;
    }

    .dvdp-hz h2:last-of-type {
        min-width: 760px;
    }

    .dvdp-focus-wrapper p {
        font-size: 20px;
    }

    .dvdp-angle-wrapper p {
        font-size: 20px;
    }

    .dvdp-focus-wrapper {
        gap: 0 75px;
        padding: 100px 50px 120px 120px;
    }

    .dvdp-angle-wrapper h2:first-of-type {
        margin: 50px auto 0;
    }

    .dvdp-autonomy h2 {
        grid-area: 1 / 1 / 2 / 3;
        margin: 0;
    }

    .dvdp-autonomy p {
        font-size: 20px;
        grid-area: 2 / 1 / 3 / 2;
        align-self: start;
        max-width: 532px;
    }

    .dvdp-autonomy img {
        grid-area: 2 / 2 / 3 / 3;
        margin: -120px 0 0;
        max-width: 580px;
    }

    .dvdp-autonomy {
        align-items: end;
        padding: 0 0 50px;
        width: 100%;
        gap: 40px 96px;
        margin: 200px 0 200px;
    }
}

@media screen and (max-width: 1344px) {
    .dvdp-header__inner {
        gap: 400px 100px;
    }

    .dvdp-header img:nth-of-type(2) {
        margin: 277px auto 0 -175px;
        max-width: 350px;
    }

    .dvdp-header {
        padding: 115px 50px 50px;
    }

    .dvdp-header_animation-width-left:after {
        width: 55%;
    }

    .dvdp-header_animation-width-right:before {
        width: 55%;
    }

    @keyframes headerWidth {
        10% {
            width: 50%;
        }
        100% {
            width: 55%;
        }
    }

    @keyframes headerWidthReturn {
        10% {
            width: 55%;
        }
        100% {
            width: 50%;
        }
    }

    .dvdp-night p {
        margin: 50px 0 150px 50px;
        font-size: 20px;
        max-width: 602px;
    }

    .dvdp-night img {
        max-width: 338px;
        bottom: -30px;
        margin-left: 40px;
    }

    .dvdp-night h2 {
        font-size: 65px;
        padding: 120px 50px 0;
    }

    .dvdp-sensor h2 {
        font-size: 65px;
        margin: 0 59px;
    }

    .dvdp-sensor p {
        margin: 40px 59px 50px;
    }

    .dvdp-sensor__inner {
        margin: 0 59px;
    }

    .dvdp-sensor__main-image {
        max-width: 580px;
    }

    .dvdp-germanium-lens__inner h2 {
        max-width: 561px;
        font-size: 65px;
    }

    .dvdp-germanium-lens__inner p {
        max-width: 508px;
    }

    .dvdp-germanium-lens__inner {
        gap: 40px 40px;
    }

    .dvdp-germanium-lens__main-image {
        margin: 20px 0 0;
    }

    .dvdp-germanium-lens__stone1 {
        top: 500px;
        left: -80px;
    }

    .dvdp-germanium-lens__stone2 {
        top: 410px;
        left: 80px;
    }

    .dvdp-germanium-lens__stone3 {
        top: 85px;
        left: -100px;
    }

    .dvdp-germanium-lens__stone4 {
        top: 230px;
        left: 100px;
    }

    .dvdp-germanium-lens__stone5 {
        max-width: 80px;
        top: 60px;
        left: -50px;
    }

    .dvdp-germanium-lens__stone6 {
        max-width: 80px;
        top: -120px;
        left: 70px;
    }

    .dvdp-hz h2 {
        font-size: 65px;
    }

    .dvdp-hz__hz-description {
        max-width: 508px;
    }

    .dvdp-hz h2:first-of-type {
        max-width: 518px;
        margin: 50px 0 0;
    }

    .dvdp-hz__zoom-description {
        max-width: 684px;
    }

    .dvdp-hz__image-wrapper {
        max-width: 480px;
        height: 480px;
        margin: 0 0 150px -160px;
    }

    .dvdp-hz__border {
        width: 480px;
    }

    .dvdp-hz__eagle {
        width: 530px;
    }

    .dvdp-hz__image-wrapper:after {
        width: 470px;
        height: 470px;
    }

    .dvdp-hz__zoom-wrapper {
        min-height: 225px;
    }

    .dvdp-hz h2:last-of-type {
        margin: 0 0 580px;
    }

    .dvdp-hz__zoom-description {
        top: calc(50vh + 200px);
    }

    .dvdp-focus-wrapper {
        gap: 0 50px;
        padding: 100px 50px 100px 50px;
    }

    .dvdp-focus-wrapper h2 {
        font-size: 65px;
    }

    .dvdp-angle-wrapper h2 {
        font-size: 65px;
        margin: 75px auto 0;
    }

    .dvdp-angle-wrapper p {
        max-width: 875px;
    }

    .dvdp-angle__main-image {
        max-width: 450px;
        margin: 40px auto 0;
    }

    .dvdp-angle-wrapper h2:last-of-type {
        max-width: 952px;
        margin: 60px auto 0;
    }

    .dvdp-angle-wrapper p:last-of-type {
        max-width: 920px;
        margin: 25px auto 100px;
    }

    .dvdp-autonomy h2 {
        font-size: 65px;
    }

    .dvdp-autonomy {
        margin: 150px 0 200px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-header__inner p {
        font-size: 18px;
    }

    .dvdp-header {
        padding: 85px 25px 50px;
    }

    .dvdp-header__inner {
        gap: 351px 42px;
    }

    .dvdp-header img:nth-of-type(2) {
        margin: 227px auto 0 -155px;
        max-width: 310px;
    }

    .dvdp-header img:first-of-type {
        margin: 0 50px;
        width: calc(100% - 100px);
    }

    .dvdp-header__inner a {
        font-size: 18px;
        max-width: 380px;
    }

    .dvdp-night {
        margin: 100px 0;
    }

    .dvdp-night p {
        margin: 50px 0 100px 40px;
        font-size: 18px;
        max-width: 450px;
    }

    .dvdp-night img {
        max-width: 310px;
        bottom: -50px;
        margin-left: 0;
    }

    .dvdp-night h2 {
        font-size: 54px;
        padding: 100px 40px 0;
    }

    .dvdp-sensor {
        margin: 125px 0;
    }

    .dvdp-sensor h2 {
        font-size: 54px;
        margin: 0 40px;
    }

    .dvdp-sensor > p {
        font-size: 18px;
        margin: 100px 40px 60px;
    }

    .dvdp-sensor__inner {
        margin: 0 40px;
    }

    .dvdp-sensor ul li img {
        max-width: 75px;
    }

    .dvdp-sensor ul li p {
        font-size: 20px;
    }

    .dvdp-sensor ul li {
        gap: 0 25px;
    }

    .dvdp-sensor__main-image {
        max-width: 480px;
    }

    .dvdp-sensor__image-inner {
        max-width: 343px;
        left: 20px;
        top: 0;
    }

    .dvdp-germanium-lens__inner h2 {
        max-width: 423px;
        font-size: 54px;
    }

    .dvdp-germanium-lens__inner p {
        font-size: 18px;
        max-width: 423px;
    }

    .dvdp-germanium-lens__inner {
        gap: 40px 30px;
    }

    .dvdp-germanium-lens__stone1 {
        top: 400px;
        left: -70px;
    }

    .dvdp-germanium-lens__stone2 {
        top: 390px;
        left: 50px;
    }

    .dvdp-germanium-lens__stone3 {
        top: 85px;
        left: -190px;
    }

    .dvdp-germanium-lens__stone4 {
        top: 220px;
        left: 30px;
    }

    .dvdp-germanium-lens__stone5 {
        top: 50px;
        left: -130px;
    }

    .dvdp-germanium-lens__stone6 {
        top: -140px;
        left: 190px;
    }

    .dvdp-germanium-lens {
        position: relative;
        margin: 125px 0 250px;
    }

    .dvdp-germanium-lens__main-image {
        max-width: 467px;
    }

    .dvdp-germanium-lens__main-image img {
        object-fit: contain;
        width: 100%;
    }

    .dvdp-hz h2 {
        font-size: 54px;
    }

    .dvdp-hz p {
        font-size: 18px;
    }

    .dvdp-hz__hz-description {
        max-width: 423px;
    }

    .dvdp-hz__zoom-description {
        max-width: 568px;
    }

    .dvdp-hz__image-wrapper {
        max-width: 420px;
        height: 420px;
        margin: 0 0 150px -260px;
    }

    .dvdp-hz__border {
        width: 420px;
    }

    .dvdp-hz__image-wrapper:after {
        width: 410px;
        height: 410px;
    }

    .dvdp-hz__eagle {
        width: 470px;
    }

    .dvdp-hz__zoom-wrapper {
        top: calc(50vh - 170px);
    }

    .dvdp-hz h2:last-of-type {
        margin: 0 0 530px;
    }

    .dvdp-hz__zoom-description {
        top: calc(50vh + 120px);
    }

    .dvdp-focus__rotate-image {
        max-width: 350px;
    }

    .dvdp-focus__image-wrapper div:before {
        top: 30px;
        left: 35px;
        width: 266px;
        height: 266px;
    }

    .dvdp-focus-wrapper {
        gap: 0 40px;
        padding: 100px 40px;
    }

    .dvdp-focus-wrapper h2 {
        font-size: 54px;
    }

    .dvdp-focus-wrapper p {
        font-size: 18px;
    }

    .dvdp-angle-wrapper h2 {
        font-size: 55px;
        margin: 55px auto 0;
    }

    .dvdp-angle-wrapper p {
        font-size: 18px;
        max-width: 723px;
    }

    .dvdp-angle__main-image {
        max-width: 389px;
        margin: 40px auto 0;
    }

    .dvdp-angle-wrapper p:last-of-type {
        max-width: 743px;
        margin: 25px auto 60px;
    }

    .dvdp-hz {
        margin: 200px 0 200px;
    }

    .dvdp-autonomy h2 {
        font-size: 55px;
    }

    .dvdp-autonomy {
        margin: 140px 0 150px;
        gap: 40px 86px;
        padding: 0;

    }

    .dvdp-autonomy p {
        max-width: 415px;
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-header__inner {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        gap: 50px 0;
        justify-content: space-between;
    }

    .dvdp-header__inner p:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .dvdp-header__inner p:nth-of-type(2) {
        grid-area: 3 / 1 / 4 / 2;
        margin: 450px 0 0;
    }

    .dvdp-header__inner a:nth-of-type(1) {
        grid-area: 2 / 1 / 3 / 2;
        justify-content: flex-start;
        padding: 0 48px;
    }

    .dvdp-header__inner a:nth-of-type(2) {
        grid-area: 4 / 1 / 5 / 2;
        justify-content: flex-start;
        margin: 0;
        padding: 0 20px;
    }

    .dvdp-header:after {
        width: 100%;
        height: 50%;
        background-size: 100%;
        background-position: top left;
        background-image: url(/image/catalog/dvdp-landing/header-bg-mob-right.webp);
    }

    .dvdp-header:before {
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: url(/image/catalog/dvdp-landing/header-bg-mob-left.webp);
        background-size: 100%;
        background-position: bottom left;
    }

    .dvdp-header {
        padding: 50px;
    }

    .dvdp-header img:first-of-type {
        margin: 0;
        width: 100%;
        min-height: 190px;
        top: calc(50% - 82px);
    }

    .dvdp-header img:nth-of-type(2) {
        margin: 310px auto 0 -200px;
        max-width: 400px;
    }

    .dvdp-header__inner a:nth-of-type(1):after {
        content: "";
        position: relative;
        background-image: url(/image/catalog/dvdp-landing/header-arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        max-width: 24px;
        width: 100%;
        min-height: 24px;
        margin-left: 10px;
        transform: rotate(90deg);
    }

    .dvdp-header__inner a:nth-of-type(1):before {
        display: none;
    }

    .dvdp-night {
        margin: 100px 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        background-position: bottom left;
        background-size: cover;
        width: 100%;
    }

    .dvdp-night h2 {
        font-size: 45px;
        padding: 70px 40px 0;
        grid-area: 1 / 1 / 2 / 2;
    }

    .dvdp-night p {
        margin: 10px 40px 50px;
        font-size: 16px;
        max-width: calc(100% - 80px);
        grid-area: 3 / 1 / 4 / 2;
    }

    .dvdp-night img {
        grid-area: 2 / 1 / 3 / 2;
        margin: 0 auto;
        max-width: 390px;
        bottom: -30px;
    }

    .dvdp-sensor h2 {
        font-size: 45px;
        margin: 0;
    }

    .dvdp-sensor > p {
        margin: 25px 0 70px;
    }

    .dvdp-sensor__image {
        top: 0;
        min-height: 325px;
    }

    .dvdp-sensor__inner {
        margin: 0;
    }

    .dvdp-sensor ul li img {
        max-width: 70px;
    }

    .dvdp-sensor ul li p {
        font-size: 18px;
    }

    .dvdp-sensor ul li {
        gap: 0 30px;
    }

    .dvdp-sensor__main-image {
        max-width: 410px;
    }

    .dvdp-sensor__image-inner {
        max-width: 273px;
        top: 0;
    }

    .dvdp-germanium-lens__inner h2 {
        max-width: 379px;
        font-size: 45px;
    }

    .dvdp-germanium-lens__inner p {
        font-size: 16px;
        max-width: 379px;
    }

    .dvdp-germanium-lens__inner {
        gap: 25px 30px;
    }

    .dvdp-germanium-lens__main-image {
        max-width: 294px;
        margin: 0;
    }

    .dvdp-germanium-lens__stone1 {
        top: 380px;
        left: -70px;
        max-width: 129px;
    }

    .dvdp-germanium-lens__stone2 {
        top: 370px;
        left: 50px;
        max-width: 91px;
    }

    .dvdp-germanium-lens__stone3 {
        top: 175px;
        left: -160px;
    }

    .dvdp-germanium-lens__stone4 {
        top: 250px;
        left: 60px;
    }

    .dvdp-germanium-lens__stone5 {
        top: 80px;
        left: 230px;
    }

    .dvdp-germanium-lens__stone6 {
        top: -80px;
        left: 230px;
    }

    .dvdp-germanium-lens__image {
        min-height: 112px;
    }

    .dvdp-hz h2 {
        font-size: 45px;
    }

    .dvdp-hz h2:first-of-type {
        max-width: 343px;
        margin: 10px 0 0;
    }

    .dvdp-hz p {
        font-size: 16px;
    }

    .dvdp-hz__hz-description {
        max-width: 343px;
    }

    .dvdp-hz p:first-of-type {
        margin: 40px 0 488px;
    }

    .dvdp-hz h2:last-of-type {
        min-width: 476px;
    }

    .dvdp-hz__zoom-description {
        top: calc(50vh + 50px);
        max-width: 481px;
        margin: 0 0 30px !important;
    }

    .dvdp-hz__image-wrapper {
        max-width: 325px;
        height: 325px;
        margin: 0 0 210px -105px;
    }

    .dvdp-hz__border {
        width: 325px;
    }

    .dvdp-hz__eagle {
        width: 325px;
        left: -10px;
    }

    .dvdp-hz__image-wrapper:after {
        width: 315px;
        height: 315px;
    }

    .dvdp-hz__zoom-wrapper {
        top: calc(50vh - 225px);
    }

    .dvdp-focus-wrapper {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        gap: 60px 0;
        padding: 100px 50px 80px 48px;
    }

    .dvdp-focus-wrapper h2 {
        font-size: 45px;
    }

    .dvdp-focus-wrapper p {
        font-size: 16px;
        margin: 40px 0 0;
    }

    .dvdp-angle-wrapper h2 {
        font-size: 45px;
        margin: 25px auto 0;
    }

    .dvdp-angle-wrapper h2:first-of-type {
        margin: 30px auto 0;
    }

    .dvdp-angle-wrapper p {
        font-size: 16px;
        max-width: 600px;
    }

    .dvdp-angle__main-image {
        max-width: 295px;
        margin: 50px auto 0;
    }

    .dvdp-angle-wrapper p:last-of-type {
        max-width: 610px;
        margin: 20px auto 100px;
    }

    .dvdp-angle__lcos-image {
        margin: 0 30px;
        width: calc(100% - 60px);
        bottom: 133px;
    }

    .dvdp-angle__angle-image {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .dvdp-hz {
        margin: 200px 0 150px;
    }

    .dvdp-focus {
        background-image: url(/image/catalog/dvdp-landing/focus-bg.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 550px;
    }

    .dvdp-focus:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 500px;
        background: linear-gradient(0deg, rgba(34, 55, 44, 1) 59%, rgba(0, 0, 0, 0) 100%);
        z-index: 0;
    }

    .dvdp-focus:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 550px;
        background: linear-gradient(0deg, #9EA4A9 59%, #9EA4A9 100%);
        z-index: 0;
    }

    .dvdp-focus-wrapper {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .dvdp-autonomy h2 {
        font-size: 45px;
        max-width: 517px;
    }

    .dvdp-autonomy {
        margin: 140px 0 150px;
        gap: 40px 26px;
        padding: 0;
        background-position: center bottom 40px;
    }

    .dvdp-autonomy p {
        max-width: 330px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-header img:nth-of-type(2) {
        margin: 310px auto 0 -185px;
        max-width: 370px;
    }

    .dvdp-header__inner p {
        font-size: 16px;
    }

    .dvdp-header {
        padding: 48px;
    }

    .dvdp-header__inner p:nth-of-type(2) {
        margin: 400px 0 0;
    }

    .dvdp-header:after {
        width: 100%;
        height: 50%;
        background-size: cover;
        background-position: top left;
        background-image: url(/image/catalog/dvdp-landing/header-bg-mob-right.webp);
    }

    .dvdp-header:before {
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: url(/image/catalog/dvdp-landing/header-bg-mob-left.webp);
        background-size: cover;
        background-position: bottom right;
    }

    .dvdp-sensor {
        margin: 100px 0;
    }

    .dvdp-sensor h2 {
        text-align: center;
        margin: 0 auto;
    }

    .dvdp-sensor > p {
        font-size: 16px;
        margin: 30px 0 50px;
    }

    .dvdp-sensor__inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        margin: 0 75px;
    }

    .dvdp-sensor__main-image {
        max-width: 360px;
    }

    .dvdp-sensor__image-inner {
        max-width: 263px;
        top: 0;
        left: 5px;
    }

    .dvdp-sensor ul {
        margin: 70px 0 0;
    }

    .dvdp-germanium-lens {
        margin: 100px 0 150px;
    }

    .dvdp-germanium-lens__inner {
        padding: 50px 0 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 65px 0;
    }

    .dvdp-germanium-lens__inner h2 {
        font-size: 45px;
        grid-area: 1 / 1 / 2 / 2;
        text-align: center;
        margin: 0 auto;
    }

    .dvdp-germanium-lens__main-image {
        max-width: 450px;
        margin: 0 auto;
        grid-area: 2 / 1 / 3 / 2;
    }

    .dvdp-germanium-lens__inner p {
        grid-area: 3 / 1 / 4 / 2;
        max-width: 514px;
        margin: 0 auto;
    }

    .dvdp-germanium-lens__stones {
        position: absolute;
        top: 360px;
        right: 50%;
        width: 100%;
        max-width: 514px;
        margin-right: -257px;
    }

    .dvdp-germanium-lens__stone1 {
        top: 430px;
        left: 10px;
    }

    .dvdp-germanium-lens__stone2 {
        top: 350px;
        left: 110px;
    }

    .dvdp-germanium-lens__stone3 {
        top: 290px;
        left: -90px;
    }

    .dvdp-germanium-lens__stone4 {
        top: 270px;
        left: 100px;
    }

    .dvdp-germanium-lens__stone5 {
        top: 220px;
        left: -50px;
    }

    .dvdp-germanium-lens__stone6 {
        top: 120px;
        left: -50px;
    }

    .dvdp-hz {
        display: grid;
        grid-template-columns: repeat(1, minmax(min-content, max-content));
        grid-template-rows: repeat(6, minmax(min-content, max-content));
        gap: 0;
        margin: 200px 0 200px;
        min-height: 1350px;
    }

    .dvdp-hz__hz-title {
        text-align: center;
        font-size: 45px;
        margin: 0 auto;
        grid-area: 1 / 1 / 2 / 2;
    }

    .dvdp-hz__hz-description {
        grid-area: 2 / 1 / 3 / 2;
        text-align: justify;
        font-size: 16px;
    }

    .dvdp-hz__zoom-wrapper {
        grid-area: 4 / 1 / 5 / 2;
        top: calc(50vh - 125px);
    }

    .dvdp-hz__zoom-title {
        grid-area: 5 / 1 / 6 / 2;
        text-align: center;
    }

    .dvdp-hz__zoom-description {
        grid-area: 6 / 1 / 7 / 2;
        max-width: 269px;
        margin: 0 auto -130px !important;
    }

    .dvdp-hz h2:first-of-type {
        max-width: 555px;
        margin: 10px auto 0;
    }

    .dvdp-hz p:first-of-type {
        margin: 20px auto 60px;
    }

    .dvdp-hz__hz-description {
        max-width: 555px;
    }

    .dvdp-hz__image-wrapper {
        max-width: 325px;
        height: 325px;
        margin: 0 auto 210px;
        top: calc(50vh - 170px);
        grid-area: 3 / 1 / 4 / 2;
    }

    .dvdp-focus {
        background-position-y: 100vw;
    }

    .dvdp-focus-wrapper h2 {
        text-align: center;
    }

    .dvdp-focus-wrapper p {
        font-size: 16px;
        margin: 25px auto 0;
        max-width: 414px;
    }

    .dvdp-angle-wrapper h2 {
        max-width: 420px;
    }

    .dvdp-angle-wrapper p {
        max-width: 420px;
    }

    .dvdp-angle__main-image {
        max-width: 255px;
        margin: 45px auto 0;
    }

    .dvdp-angle-wrapper p:last-of-type {
        max-width: 421px;
    }

    .dvdp-focus {
        background-position: center bottom 250px;
        background-size: auto 970px;
    }

    .dvdp-angle-wrapper h2:last-of-type {
        max-width: 422px;
        margin: 60px auto 0;
    }

    .dvdp-focus:after {
        height: 658px;
    }

    .dvdp-autonomy h2 {
        text-align: center;
        grid-area: 1 / 1 / 2 / 2;
        padding: 30px 0 0;
        margin: 0 auto;
        max-width: 510px;
    }

    .dvdp-autonomy {
        margin: 140px 0 150px -255px;
        gap: 30px 0;
        padding: 0;
        background-position: center top;
        max-width: 510px;
        left: 50%;
        position: relative;
    }

    .dvdp-autonomy p {
        max-width: calc(100% - 20px);
        padding: 0 10px;
        font-size: 16px;
        margin: 0 auto;
        grid-area: 2 / 1 / 3 / 2;
    }

    .dvdp-autonomy img {
        grid-area: 3 / 1 / 4 / 2;
        margin: 0 auto;
        max-width: 510px;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-header__inner p {
        font-size: 12px;
        text-align: center;
    }

    .dvdp-header {
        padding: 50px 16px;
    }

    .dvdp-header img:nth-of-type(2) {
        margin: -80px auto 0 -97px;
        top: 50%;
        max-width: 194px;
    }

    .dvdp-header__inner a {
        font-size: 14px;
        line-height: 110%;
    }

    .dvdp-header__inner a:nth-of-type(1), .dvdp-header__inner a:nth-of-type(2) {
        padding: 0 35px;
        margin: 0 auto;
    }

    .dvdp-header__inner p:nth-of-type(2) {
        margin: 200px 0 0;
    }

    .dvdp-header img:first-of-type {
        margin: 0 20px;
        width: calc(100% - 40px);
        min-height: 190px;
        top: calc(50% - 90px);
    }

    .dvdp-night:before {
        width: calc(100% - 20px);
        margin: 0 10px;
        top: 25px;
    }

    .dvdp-night h2 {
        font-size: 25px;
        padding: 70px 0 0 25px;
    }

    .dvdp-night img {
        margin: 0 auto;
        max-width: 250px;
        bottom: -45px;
    }

    .dvdp-night p {
        margin: 40px 15px 50px;
        font-size: 12px;
        max-width: calc(100% - 30px);
        text-align: center;
    }

    .dvdp-sensor h2 {
        font-size: 25px;
    }

    .dvdp-sensor > p {
        font-size: 14px;
        text-align: center;
        margin: 50px 0 50px;
    }

    .dvdp-sensor__image {
        min-height: 200px;
    }

    .dvdp-sensor__inner {
        margin: 0 3px;
    }

    .dvdp-sensor__main-image {
        max-width: 250px;
    }

    .dvdp-sensor__image-inner {
        max-width: 193px;
        top: 0;
        left: 0;
    }

    .dvdp-germanium-lens__inner h2 {
        font-size: 25px;
    }

    .dvdp-germanium-lens__image {
        min-height: 95px;
    }

    .dvdp-germanium-lens__inner {
        gap: 50px 0;
    }

    .dvdp-germanium-lens__main-image {
        max-width: 350px;
    }

    .dvdp-germanium-lens__inner p {
        max-width: 350px;
        text-align: center;
        font-size: 14px;
    }

    .dvdp-germanium-lens__stones {
        top: 200px;
        right: 50%;
        width: 100%;
        max-width: 350px;
        margin-right: -175px;
    }

    .dvdp-germanium-lens__stone2 {
        top: 350px;
        left: 40px;
    }

    .dvdp-germanium-lens__stone3 {
        top: 260px;
        left: -80px;
    }

    .dvdp-germanium-lens__stone4 {
        top: 220px;
        left: 0;
    }

    .dvdp-germanium-lens__stone5 {
        top: 170px;
        left: 20px;
    }

    .dvdp-germanium-lens__stone6 {
        top: 80px;
        left: 90px;
    }

    .dvdp-germanium-lens {
        margin: 100px 0 250px;
    }

    .dvdp-hz h2 {
        font-size: 35px;
    }

    .dvdp-hz h2:first-of-type {
        max-width: 269px;
    }

    .dvdp-hz__hz-description {
        max-width: 269px;
        font-size: 14px;
    }

    .dvdp-hz__image-wrapper {
        max-width: 200px;
        height: 200px;
        margin: 0 auto 350px;
        top: calc(50vh - 150px);
    }

    .dvdp-hz__border {
        width: 200px;
    }

    .dvdp-hz__eagle {
        width: 200px;
        left: -10px;
        top: 15px
    }

    .dvdp-hz__image-wrapper:after {
        width: 190px;
        height: 190px;
    }

    .dvdp-hz h2:last-of-type {
        min-width: 269px;
        max-width: 269px;
        font-size: 35px;
        text-align: center;
        margin: 0 auto 570px;
    }

    .dvdp-hz__zoom-wrapper {
        min-height: 155px;
        margin: 65px 0 375px;
    }

    .dvdp-hz__zoom-description {
        margin: 0 auto 10px !important;
    }

    .dvdp-focus-wrapper h2 {
        font-size: 30px;
    }

    .dvdp-focus-wrapper p {
        font-size: 14px;
        max-width: 240px;
        text-align: center;
    }

    .dvdp-focus-wrapper {
        padding: 60px 0 80px 0;
    }

    .dvdp-focus__rotate-image {
        max-width: 230px;
    }

    .dvdp-focus__image-wrapper div:before {
        top: 20px;
        left: 25px;
        width: 176px;
        height: 176px;
    }

    .dvdp-angle-wrapper h2 {
        font-size: 30px;
    }

    .dvdp-angle-wrapper h2:first-of-type {
        margin: 20px auto 0;
    }

    .dvdp-angle-wrapper p {
        font-size: 14px;
        max-width: 240px;
        text-align: center;
    }

    .dvdp-angle__main-image {
        max-width: 200px;
        margin: 45px auto 0;
    }

    .dvdp-angle-wrapper p:last-of-type {
        max-width: 240px;
    }

    .dvdp-angle__lcos-image {
        margin: 0 20px;
        width: calc(100% - 40px);
        bottom: 333px;
    }

    .dvdp-angle-wrapper h2:first-of-type {
        max-width: 240px;
    }

    .dvdp-focus-wrapper h2 {
        max-width: 260px;
    }

    .dvdp-focus:after {
        height: 557px;
    }

    .dvdp-angle-wrapper h2:last-of-type {
        max-width: 240px;
    }

    .dvdp-focus {
        background-position: center bottom 280px;
        background-size: auto 900px;
    }

    .dvdp-autonomy {
        margin: 100px 0 150px -135px;
        gap: 30px 0;
        padding: 0;
        background-position: center top;
        max-width: 270px;
        left: 50%;
        position: relative;
    }

    .dvdp-autonomy h2 {
        font-size: 25px;
        max-width: 270px;
    }

    .dvdp-autonomy p {
        max-width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .dvdp-autonomy img {
        margin: 0 auto;
        max-width: 270px;
        width: 100%;
    }
}

@media screen and (max-width: 409px) {
    .dvdp-germanium-lens__main-image {
        max-width: 270px;
    }

    .dvdp-germanium-lens__inner p {
        max-width: 260px;
        text-align: center;
        font-size: 14px;
    }

    .dvdp-germanium-lens__stones {
        top: 250px;
        right: 50%;
        width: 100%;
        max-width: 260px;
        margin-right: -130px;
    }

    .dvdp-germanium-lens__stone2 {
        top: 350px;
        left: 10px;
    }

    .dvdp-germanium-lens__stone3 {
        top: 150px;
        left: 120px;
    }

    .dvdp-germanium-lens__stone4 {
        top: 220px;
        left: 0;
    }

    .dvdp-germanium-lens__stone5 {
        top: 60px;
        left: -50px;
    }

    .dvdp-germanium-lens__stone6 {
        top: -70px;
        left: 90px;
    }

    .dvdp-germanium-lens {
        margin: 100px 0 250px;
    }
}

.dvdp-distance {
    background-color: rgba(243, 227, 205, .3);
    margin: 0;
    padding: 0;
    position: relative;
}

.dvdp-distance h2 {
    color: #020A0A;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 150px 0 0;
    margin: 0 140px 40px;
}

.dvdp-distance > p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 0 140px;
    padding: 0;
}

.dvdp-distance__line ul {
    list-style: none;
    margin: 0 60px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.dvdp-distance__line ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.dvdp-distance__line ul li:after {
    content: '';
    position: relative;
    bottom: 82px;
    left: 0;
    margin: 0;
    width: 4px;
    height: 28px;
    background: #020A0A;
}

.dvdp-distance__line ul li img {
    object-fit: contain;
    width: 100%;
    max-width: 100px;
    margin: 0 0 20px;
}

.dvdp-distance__line ul li span {
    color: #020A0A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 145.4%;
    margin: 0;
    padding: 0;
}

.dvdp-distance__line ul li p {
    color: #020A0A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 145%;
    margin: 71px 0 0;
    padding: 0;
}

.dvdp-distance__line {
    position: relative;
    margin: 100px 140px 210px;
}

.dvdp-distance__line:after {
    content: '';
    position: absolute;
    top: 206px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #020A0A;
}

.dvdp-distance__line:before {
    content: '';
    position: absolute;
    top: 185px;
    right: -15px;
    width: 46px;
    height: 60px;
    background-image: url("/image/catalog/dvdp-landing/distance-right-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.dvdp-distance__list {
    background-image: url("/image/catalog/dvdp-landing/distance-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    list-style: none;
    padding: 220px 76px 200px;
    margin: 0;
    gap: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.dvdp-distance__list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1116px;
    background: rgba(2, 10, 10, 0.70);
    gap: 0 30px;
    min-height: 252px;
}

.dvdp-distance__list li img {
    object-fit: contain;
    width: 100%;
    max-width: 406px;
}

.dvdp-distance__list li h4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 30px 0 5px 30px;
    padding: 0;
}

.dvdp-distance__list li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 5px 0 30px 30px;
    padding: 0;
    text-align: justify;
}

.dvdp-distance__list li:nth-of-type(2) {
    align-self: flex-end;
}

.dvdp-distance__list li:nth-of-type(2) h4 {
    margin: 30px 30px 5px 0;
}

.dvdp-distance__list li:nth-of-type(2) p {
    margin: 5px 30px 30px 0;
}

.dvdp-distance__image2 {
    background-image: url("/image/catalog/dvdp-landing/distance-image-2a.webp");
    background-size: cover;
    min-width: 406px;
    width: 100%;
    height: 252px;
    animation: distanceFox 10s linear infinite forwards;
}

@keyframes distanceFox {
    0% {
        background-image: url("/image/catalog/dvdp-landing/distance-image-2a.webp");
    }
    20% {
        background-image: url("/image/catalog/dvdp-landing/distance-image-2b.webp");
    }
    40% {
        background-image: url("/image/catalog/dvdp-landing/distance-image-2c.webp");
    }
    60% {
        background-image: url("/image/catalog/dvdp-landing/distance-image-2d.webp");
    }
    80% {
        background-image: url("/image/catalog/dvdp-landing/distance-image-2e.webp");
    }
    100% {
        background-image: url("/image/catalog/dvdp-landing/distance-image-2f.webp");
    }
}

.dvdp-distance__birds {
    position: absolute;
    top: 450px;
    max-width: 600px;
    width: 100%;
    min-height: 600px;
    right: 0;
}

.dvdp-distance__birds img {
    width: 100%;
    object-fit: contain;
    position: absolute;
}

.dvdp-distance__birds img:first-of-type {
    max-width: 126px;
    top: 0;
    left: 0;
}

.dvdp-distance__birds img:nth-of-type(2) {
    max-width: 68px;
    top: 110px;
    left: 76px;
}

.dvdp-distance__birds img:nth-of-type(3) {
    max-width: 71px;
    top: 120px;
    left: 146px;
}

.dvdp-distance__birds img:nth-of-type(4) {
    max-width: 61px;
    top: 140px;
    left: 176px;
}

.dvdp-distance__birds img:nth-of-type(4) {
    max-width: 61px;
    top: 140px;
    left: 176px;
}

.dvdp-distance__birds img:nth-of-type(5) {
    max-width: 87px;
    top: 230px;
    left: 76px;
}

.dvdp-distance__birds img:nth-of-type(6) {
    max-width: 70px;
    top: 255px;
    left: 106px;
}

.dvdp-distance__birds img:nth-of-type(7) {
    max-width: 58px;
    top: 255px;
    left: 216px;
}

.dvdp-distance__birds img:nth-of-type(8) {
    max-width: 92px;
    top: 355px;
    left: 216px;
}

.dvdp-distance__birds img:nth-of-type(9) {
    max-width: 86px;
    top: 335px;
    left: 346px;
}

.dvdp-distance__birds img:nth-of-type(10) {
    max-width: 52px;
    top: 335px;
    left: 436px;
}

.dvdp-distance__birds img:nth-of-type(11) {
    max-width: 68px;
    top: 425px;
    left: 366px;
}

.dvdp-distance__birds img:nth-of-type(12) {
    max-width: 98px;
    top: 415px;
    left: 436px;
}

.dvdp-distance__birds img:nth-of-type(13) {
    max-width: 52px;
    top: 470px;
    left: 400px;
}

.dvdp-distance__birds img:nth-of-type(14) {
    max-width: 73px;
    top: 490px;
    left: 480px;
}

@media screen and (max-width: 1599px) {
    .dvdp-distance h2 {
        margin: 0 60px 40px;
    }

    .dvdp-distance > p {
        font-size: 20px;
        margin: 0 60px;
    }

    .dvdp-distance__list {
        padding: 220px 35px 150px 35px;
    }

    .dvdp-distance__line {
        margin: 100px 65px 160px;
    }
}

@media screen and (max-width: 1344px) {
    .dvdp-distance h2 {
        margin: 0 38px 40px;
        font-size: 65px;
    }

    .dvdp-distance > p {
        margin: 0 38px;
    }

    .dvdp-distance__list {
        padding: 220px 15px 150px 15px;
    }

    .dvdp-distance__list li {
        max-width: 1050px;
    }

    .dvdp-distance__list li p {
        margin: 5px 0 0 30px;
    }

    .dvdp-distance__list li h4 {
        margin: 0 0 5px 30px;
    }

    .dvdp-distance__list li:nth-of-type(2) h4 {
        margin: 0 30px 5px 0;
    }

    .dvdp-distance__list li:nth-of-type(2) p {
        margin: 5px 30px 0 0;
    }

    .dvdp-distance__line {
        margin: 100px 45px 160px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-distance h2 {
        margin: 0 18px 40px;
        font-size: 55px;
        padding: 125px 0 0;
    }

    .dvdp-distance > p {
        font-size: 18px;
        margin: 0 40px;
    }

    .dvdp-distance__line {
        margin: 100px 35px 100px;
    }

    .dvdp-distance__list {
        background-size: 100%;
        z-index: 1;
        position: relative;
        gap: 75px 0;
        padding: 220px 15px 125px 15px;
    }

    .dvdp-distance__list li {
        z-index: 1;
        position: relative;
    }

    .dvdp-distance__list:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 950px;
        background: linear-gradient(0deg, rgba(37, 41, 34, 1) 59%, rgba(91, 103, 112, 0) 100%);
        z-index: 0;
    }

    .dvdp-distance__list li h4 {
        font-size: 25px;
    }

    .dvdp-distance__list li p {
        font-size: 16px;
    }

    .dvdp-distance__birds {
        top: 400px;
        max-width: 500px;
        min-height: 500px;
    }

    .dvdp-distance__birds img:nth-of-type(9) {
        max-width: 86px;
        top: 335px;
        left: 306px;
    }

    .dvdp-distance__birds img:nth-of-type(10) {
        max-width: 52px;
        top: 335px;
        left: 406px;
    }

    .dvdp-distance__birds img:nth-of-type(11) {
        max-width: 68px;
        top: 425px;
        left: 326px;
    }

    .dvdp-distance__birds img:nth-of-type(12) {
        max-width: 98px;
        top: 415px;
        left: 400px;
    }

    .dvdp-distance__birds img:nth-of-type(13) {
        max-width: 52px;
        top: 470px;
        left: 380px;
    }

    .dvdp-distance__birds img:nth-of-type(14) {
        max-width: 73px;
        top: 490px;
        left: 420px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-distance h2 {
        font-size: 45px;
        text-align: center;
    }

    .dvdp-distance__line {
        margin: 60px 35px 60px;
    }

    .dvdp-distance__line ul {
        margin: 0 20px;
    }

    .dvdp-distance__list {
        background-size: 180%;
        gap: 14px;
        padding: 170px 15px 100px 15px;
        display: grid;
        grid-template-columns: repeat(2, minmax(min-content, max-content));
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        align-items: flex-end;
    }

    .dvdp-distance__list li:nth-of-type(1) {
        grid-area: 1 / 1 / 3 / 2;
    }

    .dvdp-distance__list li:nth-of-type(2) {
        grid-area: 2 / 2 / 4 / 3;
    }

    .dvdp-distance__list li:nth-of-type(3) {
        grid-area: 3 / 1 / 5 / 2;
    }

    .dvdp-distance__list li {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 334px;
        width: 100%;
        gap: 15px 0;
    }

    .dvdp-distance__list li h4 {
        font-size: 20px;
        margin: 0 15px 10px 15px;
    }

    .dvdp-distance__list li p {
        font-size: 14px;
        margin: 10px 15px 15px;
    }

    .dvdp-distance__list li:nth-of-type(2) h4 {
        margin: 0 15px 10px 15px;
    }

    .dvdp-distance__list li:nth-of-type(2) p {
        margin: 10px 15px 15px;
    }

    .dvdp-distance__list li:nth-of-type(2) {
        flex-direction: column;
    }

    .dvdp-distance__image2 {
        min-width: 100%;
        width: 100%;
        height: 208px;
        animation: distanceFox 10s linear infinite forwards;
    }

    .dvdp-distance__list:after {
        height: 250px;
    }

    .dvdp-distance__birds {
        top: 430px;
        max-width: 500px;
        min-height: 500px;
        left: 50%;
        margin: 0 0 0 -250px;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-distance > p {
        font-size: 16px;
        max-width: 452px;
        margin: 0 auto;
    }

    .dvdp-distance__line {
        margin: 90px auto 60px;
        max-width: 452px;
    }

    .dvdp-distance__line ul li img {
        width: 100%;
        max-width: 70px;
        margin: 0 0 10px;
    }

    .dvdp-distance__line ul li span {
        font-size: 20px;
    }

    .dvdp-distance__line ul li p {
        font-size: 22px;
        margin: 48px 0 0;
    }

    .dvdp-distance__line:after {
        top: 146px;
        height: 3px;
    }

    .dvdp-distance__line ul li:after {
        bottom: 62px;
        width: 3px;
        height: 20px;
    }

    .dvdp-distance__line:before {
        top: 130px;
        right: -12px;
        width: 35px;
        height: 40px;
    }

    .dvdp-distance__birds img:first-of-type {
        max-width: 96px;
        top: 40px;
        left: 40px;
    }

    .dvdp-distance__birds img:nth-of-type(2) {
        max-width: 52px;
        top: 125px;
        left: 106px;
    }

    .dvdp-distance__birds img:nth-of-type(3) {
        max-width: 54px;
        top: 130px;
        left: 159px;
    }

    .dvdp-distance__birds img:nth-of-type(4) {
        max-width: 46px;
        top: 160px;
        left: 166px;
    }

    .dvdp-distance__birds img:nth-of-type(5) {
        max-width: 66px;
        top: 250px;
        left: 106px;
    }

    .dvdp-distance__birds img:nth-of-type(6) {
        max-width: 53px;
        top: 265px;
        left: 126px;
    }

    .dvdp-distance__birds img:nth-of-type(7) {
        max-width: 44px;
        top: 262px;
        left: 226px;
    }

    .dvdp-distance__birds img:nth-of-type(8) {
        max-width: 70px;
        top: 345px;
        left: 216px;
    }

    .dvdp-distance__birds img:nth-of-type(9) {
        max-width: 65px;
        top: 335px;
        left: 306px;
    }

    .dvdp-distance__birds img:nth-of-type(10) {
        max-width: 39px;
        top: 335px;
        left: 386px;
    }

    .dvdp-distance__birds img:nth-of-type(11) {
        max-width: 52px;
        top: 425px;
        left: 326px;
    }

    .dvdp-distance__birds img:nth-of-type(12) {
        max-width: 74px;
        top: 395px;
        left: 400px;
    }

    .dvdp-distance__birds img:nth-of-type(13) {
        max-width: 39px;
        top: 450px;
        left: 380px;
    }

    .dvdp-distance__birds img:nth-of-type(14) {
        max-width: 55px;
        top: 450px;
        left: 450px;
    }

    .dvdp-distance__list {
        background-size: 180%;
        gap: 25px 0;
        padding: 170px 50px 100px 50px;
        grid-template-columns: repeat(1, minmax(min-content, max-content));
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        align-items: flex-end;
        justify-content: center;
    }

    .dvdp-distance__list li:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .dvdp-distance__list li:nth-of-type(2) {
        grid-area: 2 / 1 / 3 / 2;
        align-self: end;
        justify-self: end;
        left: 87px;
        position: relative;
    }

    .dvdp-distance__list li:nth-of-type(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .dvdp-distance__list:after {
        height: 1320px;
    }

    .dvdp-distance__line ul {
        margin: 0 12px;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-distance h2 {
        margin: 0 auto 25px;
        font-size: 25px;
        padding: 100px 0 0;
        max-width: 240px;
    }

    .dvdp-distance > p {
        font-size: 14px;
        max-width: 240px;
        margin: 0 auto;
        text-align: center;
    }

    .dvdp-distance__line {
        margin: 75px auto 60px;
        max-width: 240px;
    }

    .dvdp-distance__line ul {
        margin: 0 2px;
    }

    .dvdp-distance__line ul li img {
        width: 100%;
        max-width: 40px;
        margin: 0 0 7px;
    }

    .dvdp-distance__line ul li span {
        font-size: 12px;
    }

    .dvdp-distance__line ul li p {
        font-size: 12px;
        margin: 38px 0 0;
    }

    .dvdp-distance__line ul li:after {
        bottom: 45px;
        width: 2px;
        height: 12px;
    }

    .dvdp-distance__line:after {
        top: 86px;
        height: 2px;
    }

    .dvdp-distance__line:before {
        top: 80px;
        right: -4px;
        width: 14px;
        height: 25px;
    }

    .dvdp-distance__birds {
        top: 430px;
        max-width: 240px;
        min-height: 240px;
        margin: 0 0 0 -120px;
    }

    .dvdp-distance__birds img:first-of-type {
        max-width: 56px;
        top: 40px;
        left: 0;
    }

    .dvdp-distance__birds img:nth-of-type(2) {
        max-width: 31px;
        top: 95px;
        left: 36px;
    }

    .dvdp-distance__birds img:nth-of-type(3) {
        max-width: 33px;
        top: 110px;
        left: 59px;
    }

    .dvdp-distance__birds img:nth-of-type(4) {
        max-width: 28px;
        top: 120px;
        left: 76px;
    }

    .dvdp-distance__birds img:nth-of-type(5) {
        max-width: 40px;
        top: 200px;
        left: 16px;
    }

    .dvdp-distance__birds img:nth-of-type(6) {
        max-width: 32px;
        top: 210px;
        left: 36px;
    }

    .dvdp-distance__birds img:nth-of-type(7) {
        max-width: 27px;
        top: 202px;
        left: 80px;
    }

    .dvdp-distance__birds img:nth-of-type(8) {
        max-width: 42px;
        top: 255px;
        left: 86px;
    }

    .dvdp-distance__birds img:nth-of-type(9) {
        max-width: 39px;
        top: 245px;
        left: 130px;
    }

    .dvdp-distance__birds img:nth-of-type(10) {
        max-width: 24px;
        top: 260px;
        left: 170px;
    }

    .dvdp-distance__birds img:nth-of-type(11) {
        max-width: 30px;
        top: 305px;
        left: 176px;
    }

    .dvdp-distance__birds img:nth-of-type(12) {
        max-width: 43px;
        top: 298px;
        left: 210px;
    }

    .dvdp-distance__birds img:nth-of-type(13) {
        max-width: 24px;
        top: 325px;
        left: 185px;
    }

    .dvdp-distance__birds img:nth-of-type(14) {
        max-width: 33px;
        top: 330px;
        left: 220px;
    }

    .dvdp-distance__list {
        padding: 140px 10px 100px;
        justify-content: center;
    }

    .dvdp-distance__list li {
        max-width: 254px;
        margin: 0 auto;
    }

    .dvdp-distance__list li:nth-of-type(2) {
        left: 0;
    }

    .dvdp-distance__list:after {
        height: 1230px;
        background: linear-gradient(0deg, rgba(37, 41, 34, 1) 95%, rgba(91, 103, 112, 0) 100%);
    }

    .dvdp-distance__list li h4 {
        font-size: 16px;
        margin: 0 15px 0 15px;
        text-align: center;
    }

    .dvdp-distance__list li p {
        font-size: 12px;
        margin: 10px 20px 15px;
        text-align: center;
    }
}

.dvdp-factory {
    margin: 0 0 200px;
    background-image: url("/image/catalog/dvdp-landing/factory-bg.webp");
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: 206px 1fr;
    gap: 50px 80px;
    padding: 195px 50px 90px 70px;
    position: relative;
}

.dvdp-factory:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 120px);
    height: 100%;
    background-image: url("/image/catalog/dvdp-landing/factory-title.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 50px;
    z-index: 1;
    margin: 0 60px;
}

.dvdp-factory:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(91, 103, 112, .1);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.dvdp-factory_animation:after {
    background-color: rgba(91, 103, 112, .7);
    transition: .9s;
}

.dvdp-factory > img {
    object-fit: contain;
    width: 100%;
    max-width: 575px;
    grid-area: 1 / 1 / 3 / 2;
    z-index: 1;
}

.dvdp-factory > h2 {
    grid-area: 1 / 2 / 2 / 3;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    max-width: 700px;
    width: 100%;
    z-index: 1;
}

.dvdp-factory > p {
    max-width: 700px;
    width: 100%;
    grid-area: 2 / 2 / 3 / 3;
    color: #FFF;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-variant: small-caps;
    margin: 0;
    z-index: 1;
}

@media screen and (max-width: 1599px) {
    .dvdp-factory > p {
        font-size: 20px;
        max-width: 650px;
    }

    .dvdp-factory > h2 {
        max-width: 650px;
    }

    .dvdp-factory > img {
        max-width: 432px;
    }

    .dvdp-factory {
        width: unset;
        padding: 195px 50px 200px 70px;
        background-size: cover;
        gap: 50px 50px;
    }
}

@media screen and (max-width: 1344px) {
    .dvdp-factory > p {
        max-width: 590px;
    }

    .dvdp-factory > h2 {
        max-width: 590px;
        font-size: 54px;
    }

    .dvdp-factory {
        width: unset;
        padding: 195px 40px 130px 50px;
        gap: 30px 50px;
    }

    .dvdp-factory > img {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-factory > h2 {
        max-width: 542px;
        font-size: 50px;
        grid-area: 1 / 1 / 2 / 3;
        justify-self: end;
    }

    .dvdp-factory > p {
        max-width: 455px;
        font-size: 18px;
        grid-area: 2 / 2 / 3 / 3;
    }

    .dvdp-factory > img {
        margin: -60px 0 0;
        grid-area: 2 / 1 / 3 / 2;
        max-width: 330px;
    }

    .dvdp-factory {
        padding: 140px 15px 30px 40px;
        gap: 40px 90px;
        margin: 0 0 150px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-factory {
        padding: 70px 45px 50px 45px;
        gap: 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
    }

    .dvdp-factory > h2 {
        max-width: 100%;
        font-size: 45px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
    }

    .dvdp-factory > img {
        margin: 40px auto 0;
        grid-area: 2 / 1 / 3 / 2;
        max-width: 350px;
    }

    .dvdp-factory > p {
        max-width: 600px;
        font-size: 16px;
        grid-area: 3 / 1 / 4 / 2;
    }

    .dvdp-factory:before {
        background-position: center 30px;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-factory {
        padding: 55px 15px 80px 15px;
        background-position: center bottom;
        margin: 0 0 100px;
    }

    .dvdp-factory > p {
        margin: 0 auto;
        max-width: 422px;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-factory > img {
        max-width: 250px;
        margin: 40px auto 0;
    }

    .dvdp-factory > p {
        max-width: 250px;
        font-size: 14px;
    }

    .dvdp-factory > h2 {
        font-size: 22px;
        max-width: 250px;
    }

    .dvdp-factory:before {
        width: calc(100% - 40px);
        margin: 0 20px;
        background-position: center 20px;
    }

    .dvdp-factory {
        padding: 35px 15px 50px 15px;
        background-position: center bottom;
    }
}

.dvdp-app {
    margin: 200px 0 290px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 40px 100px;
}

.dvdp-app > img {
    object-fit: contain;
    width: 100%;
    max-width: 632px;
    grid-area: 1 / 1 / 3 / 2;
    margin: 30px 0 0;
}

.dvdp-app__inner h2 {
    color: #020A0A;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-app__inner p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 50px 0 0;
}

.dvdp-app__inner {
    max-width: 690px;
    width: 100%;
    position: relative;
}

.dvdp-app__qrs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.dvdp-app__qrs img {
    object-fit: contain;
    width: 100%;
    max-width: 222px;
    margin: 0 50px;
}

@media screen and (max-width: 1599px) {
    .dvdp-app__inner p {
        font-size: 20px;
    }

    .dvdp-app__qrs img {
        max-width: 322px;
    }

    .dvdp-app {
        margin: 200px 0 290px;
        gap: 40px 0;
    }

    .dvdp-app__qrs img {
        max-width: 202px;
    }
}

@media screen and (max-width: 1345px) {
    .dvdp-app__inner h2 {
        font-size: 65px;
    }

    .dvdp-app__inner {
        max-width: 625px;
        margin: 0 0 0 -50px;
    }

    .dvdp-app__qrs img {
        max-width: 182px;
    }

    .dvdp-app {
        margin: 200px 0 200px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-app {
        margin: 150px 0 200px;
    }

    .dvdp-app__inner h2 {
        font-size: 50px;
    }

    .dvdp-app__inner {
        max-width: 470px;
        margin: 0 0 0 -20px;
    }

    .dvdp-app__inner p {
        font-size: 16px;
        margin: 30px 0 0;
    }

    .dvdp-app__qrs img {
        max-width: 162px;
        margin: 0 10px;
    }

    .dvdp-app {
        gap: 10px 0;
        margin: 150px 0 150px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-app {
        grid-template-columns: repeat(2, minmax(min-content, max-content));
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        gap: 50px 65px;
    }

    .dvdp-app__inner {
        max-width: 528px;
        margin: 0 auto 40px;
        grid-area: 1 / 1 / 2 / 3;
    }

    .dvdp-app > img {
        max-width: 452px;
        grid-area: 2 / 1 / 3 / 2;
        margin: 0;
    }

    .dvdp-app__qrs {
        grid-area: 2 / 2 / 3 / 3;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 75px 0;
    }

    .dvdp-app__inner h2 {
        font-size: 45px;
        text-align: center;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-app {
        margin: 100px 0;
        gap: 10px 0;
        grid-template-columns: repeat(2, minmax(min-content, max-content));
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        justify-content: center;
    }

    .dvdp-app__inner {
        grid-area: 1 / 1 / 2 / 2;
    }

    .dvdp-app__inner p {
        font-size: 16px;
    }

    .dvdp-app__qrs {
        grid-area: 2 / 1 / 3 / 2;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
    }

    .dvdp-app > img {
        max-width: 322px;
        grid-area: 3 / 1 / 4 / 2;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-app__inner h2 {
        font-size: 25px;
        text-align: center;
        max-width: 240px;
        margin: 0 auto;
    }

    .dvdp-app__inner p {
        font-size: 14px;
    }

    .dvdp-app > img {
        max-width: 240px;
        margin: 30px auto 0;
    }

    .dvdp-app__qrs img {
        max-width: 122px;
        margin: 0 10px;
    }

    .dvdp-app__inner {
        margin: 0 auto 30px;
    }
}

.dvdp-sensitive {
    margin: 250px 0 200px;
    position: relative;
}

.dvdp-sensitive h2 {
    color: #020A0A;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    max-width: 1110px;
}

.dvdp-sensitive p {
    color: #020A0A;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 50px 0 130px;
    padding: 0;
}

.dvdp-sensitive img {
    object-fit: contain;
    width: 100%;
}

.dvdp-sensitive img:last-of-type {
    position: absolute;
    left: 50%;
    bottom: 210px;
    max-width: 386px;
    margin: 0 0 0 -193px;
}

@media screen and (max-width: 1599px) {
    .dvdp-sensitive p {
        font-size: 20px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 150px;
    }
}

@media screen and (max-width: 1345px) {
    .dvdp-sensitive p {
        font-size: 20px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 150px;
    }

    .dvdp-sensitive h2 {
        font-size: 64px;
        max-width: 980px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-sensitive p {
        font-size: 18px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 90px;
        max-width: 312px;
        margin: 0 0 0 -156px;
    }

    .dvdp-sensitive h2 {
        font-size: 55px;
        max-width: 837px;
    }

    .dvdp-sensitive {
        margin: 150px 0;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-sensitive p {
        font-size: 16px;
        margin: 30px 0 80px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 50px;
        max-width: 266px;
        margin: 0 0 0 -133px;
    }

    .dvdp-sensitive h2 {
        font-size: 45px;
        max-width: 700px;
    }

    .dvdp-sensitive {
        margin: 150px 0;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-sensitive p {
        max-width: 518px;
        margin: 30px auto 120px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 50px;
        max-width: 266px;
        margin: 0 0 0 -133px;
    }

    .dvdp-sensitive h2 {
        font-size: 32px;
        max-width: 518px;
    }

    .dvdp-sensitive {
        margin: 150px 0;
    }

    .dvdp-sensitive div {
        max-width: 518px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-sensitive p {
        font-size: 14px;
        max-width: 260px;
        margin: 30px auto 120px;
    }

    .dvdp-sensitive img:last-of-type {
        bottom: 50px;
        max-width: 126px;
        margin: 0 0 0 -63px;
    }

    .dvdp-sensitive h2 {
        font-size: 18px;
        max-width: 275px;
    }

    .dvdp-sensitive {
        margin: 100px 0;
    }

    .dvdp-sensitive div {
        max-width: 250px;
    }
}

.dvdp-warranty {
    margin: 0;
    padding: 258px 0 236px;
    box-sizing: border-box;
    background-image: url("/image/catalog/dvdp-landing/warranty.webp");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.dvdp-warranty h2 {
    color: #020A0A;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    max-width: 695px;
}

.dvdp-warranty p {
    color: #020A0A;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    padding: 0;
    margin: 30px 0 0;
    max-width: 691px;
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .dvdp-warranty p {
        font-size: 20px;
    }

    .dvdp-warranty {
        margin: 0;
        padding: 205px 0 221px;
        background-position: 100px bottom;
    }
}

@media screen and (max-width: 1345px) {
    .dvdp-warranty p {
        font-size: 20px;
        max-width: 642px;
    }

    .dvdp-warranty {
        margin: 0;
        padding: 140px 0 170px;
        background-position: 140px bottom;
    }

    .dvdp-warranty h2 {
        font-size: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-warranty p {
        font-size: 18px;
        max-width: 448px;
    }

    .dvdp-warranty {
        margin: 0;
        padding: 70px 0 170px;
        background-position: 10px bottom;
    }

    .dvdp-warranty h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-warranty p {
        font-size: 16px;
        max-width: 304px;
    }

    .dvdp-warranty {
        margin: 0;
        padding: 10px 0 40px;
        background-position: right bottom;
    }

    .dvdp-warranty h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-warranty p {
        font-size: 16px;
        max-width: 100%;
    }

    .dvdp-warranty {
        margin: 0;
        padding: 10px 0 300px;
        background-position: right bottom;
    }

    .dvdp-warranty h2 {
        font-size: 45px;
        text-align: center;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-warranty p {
        text-align: center;
    }

    .dvdp-warranty {
        margin: 0;
        padding: 10px 0 80vw;
        background-size: 160%;
        background-position: right bottom;
    }

    .dvdp-warranty h2 {
        font-size: 25px;
    }
}

.dvdp-measurements {
    margin: 300px 0 0;
    padding: 70px 90px 200px;
    position: relative;
    background-image: url("/image/catalog/dvdp-landing/measurements-bg.webp");
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.dvdp-measurements ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(4, minmax(min-content, max-content));
    gap: 240px 65px;
}

.dvdp-measurements ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.dvdp-measurements ul li:first-of-type {
    grid-area: 1 / 1 / 3 / 2;
}

.dvdp-measurements ul li:nth-of-type(2) {
    grid-area: 2 / 2 / 4 / 3;
}

.dvdp-measurements ul li:nth-of-type(3) {
    grid-area: 3 / 1 / 5 / 2;
}

.dvdp-measurements ul li img {
    object-fit: contain;
    width: 100%;
}

.dvdp-measurements ul li div {
    padding: 40px 43px 45px;
    background-color: rgba(255, 255, 255, .7);
}

.dvdp-measurements ul li div h4 {
    color: #020A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-measurements ul li div p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 30px 0 0;
    padding: 0;
}

@media screen and (max-width: 1599px) {
    .dvdp-measurements {
        margin: 280px 0 0;
        padding: 50px 15px 200px;
        background-size: 115%
    }

    .dvdp-measurements ul {
        gap: 240px 25px;
    }
}

@media screen and (max-width: 1344px) {
    .dvdp-measurements {
        margin: 200px 0 0;
        padding: 50px 25px 150px;
    }

    .dvdp-measurements ul {
        gap: 240px 50px;
    }

    .dvdp-measurements ul li div {
        padding: 34px;
    }

    .dvdp-measurements ul li div p {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-measurements {
        margin: 280px 0 0;
        padding: 50px 50px 125px;
        background-size: 145%;
        background-position: left 60px bottom;
    }

    .dvdp-measurements ul {
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
        grid-template-rows: unset;
        gap: 60px 0;
    }

    .dvdp-measurements ul li {
        max-width: 510px;
        width: 100%;
    }

    .dvdp-measurements ul li:nth-of-type(2) {
        align-self: flex-end;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-measurements ul li:nth-of-type(2), .dvdp-measurements ul li:nth-of-type(1), .dvdp-measurements ul li:nth-of-type(3) {
        align-self: center;
    }

    .dvdp-measurements {
        margin: 180px 0 0;
        padding: 50px 0 125px;
        background-size: 255%;
        background-position: right -650px bottom;
    }

    .dvdp-measurements ul li div p {
        font-size: 16px;
    }

    .dvdp-measurements ul {
        gap: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-measurements {
        margin: 100px 0 0;
        padding: 0 0 125px;
    }
    .dvdp-measurements ul li {
        max-width: 445px;
    }

    .dvdp-measurements ul li div h4 {
        font-size: 28px;
    }

    .dvdp-measurements ul li div p {
        font-size: 14px;
    }

    .dvdp-measurements ul li div {
        padding: 30px;
    }

    .dvdp-measurements ul {
        gap: 80px 0;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-measurements {
        padding: 0 0 100px;
        background-size: 205%;
        background-position: right -150px bottom;
    }

    .dvdp-measurements ul li {
        max-width: 250px;
    }

    .dvdp-measurements ul li div h4 {
        font-size: 16px;
        text-align: center;
    }

    .dvdp-measurements ul li div p {
        font-size: 12px;
        text-align: center;
        margin: 13px 0 0;
    }

    .dvdp-measurements ul li div {
        padding: 17px;
    }

    .dvdp-measurements ul {
        gap: 50px 0;
    }
}


/* ### settings ### */
.dvdp-settings {
    background-color: #005641;
    margin: 0;
    padding: 0;
    background-image: url("/image/catalog/dvdp-landing/artelv-settings.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 350px center;
    position: relative;
    box-sizing: border-box;
}

.dvdp-settings__objects-wrapper {
    padding: 190px 145px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dvdp-settings__objects-wrapper h2 {
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-settings__objects-wrapper p {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 45px 0 0;
}

.dvdp-settings__objects-wrapper img {
    object-fit: contain;
    max-width: 851px;
    width: 100%;
    margin: -50px auto;
}

.dvdp-settings__record-wrapper {
    padding: 250px 80px 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 180px;
}

.dvdp-settings__record-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 117px 0;
}

.dvdp-settings__record-wrapper ul h4 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-settings__record-wrapper ul p {
    color: #FFF;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 50px 0 0;
    padding: 0;
}

.dvdp-settings__record-phone {
    margin: 0;
    padding: 0;
    position: relative;
}

.dvdp-settings__record-phone img {
    object-fit: contain;
}

.dvdp-settings__record-phone img:first-of-type {
    max-width: 421px;
    z-index: 2;
    position: relative;
}

.dvdp-settings__record-phone img:last-of-type {
    max-width: 150px;
    position: absolute;
    top: calc(50% - 49px);
    left: calc(50% - 75px);
    z-index: 3;
    opacity: 0;
    animation: settingsOpacity 25s ease-in-out 0ms infinite forwards;
}

.dvdp-settings__record-phone > div:first-of-type {
    position: absolute;
    width: 95%;
    height: 92%;
    top: 5%;
    left: 3%;
    border-radius: 60px;
    overflow: hidden;
}

.dvdp-settings__record-phone > div:first-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/image/catalog/dvdp-landing/record-iphone-bg.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: settingsMove 25s ease-in-out 0ms infinite forwards;
}

.dvdp-settings__record-phone > div:last-of-type {
    position: absolute;
    width: 111px;
    height: 225px;
    top: 110px;
    left: 60px;
    overflow: hidden;
    z-index: 3;
}

.dvdp-settings__record-phone > div:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/image/catalog/dvdp-landing/record-iphone-pip.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: settingsMove 25s ease-in-out 0ms infinite forwards;
}

@keyframes settingsMove {
    10% {
        background-position: left top;
    }
    40% {
        background-position: right top;
    }
    60% {
        background-position: right top;
    }
    90% {
        background-position: left top;
    }
}

@keyframes settingsOpacity {
    10% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}

@media screen and (max-width: 1599px) {
    .dvdp-settings__objects-wrapper {
        padding: 190px 74px 0 74px;
    }

    .dvdp-settings__objects-wrapper p {
        font-size: 20px;
    }

    .dvdp-settings {
        background-size: 115%;
    }

    .dvdp-settings__objects-wrapper img {
        margin: -30px auto;
    }

    .dvdp-settings__record-wrapper {
        padding: 220px 60px 150px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0 90px;
    }

    .dvdp-settings__record-wrapper ul p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1345px) {
    .dvdp-settings__objects-wrapper {
        padding: 140px 85px 0;
    }

    .dvdp-settings__objects-wrapper h2 {
        font-size: 65px;
    }

    .dvdp-settings__record-wrapper {
        padding: 220px 43px 150px;
        gap: 0 40px;
    }

    .dvdp-settings__record-wrapper ul h4 {
        font-size: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-settings__objects-wrapper {
        padding: 120px 35px 0;
    }

    .dvdp-settings__objects-wrapper h2 {
        font-size: 55px;
    }

    .dvdp-settings__objects-wrapper p {
        font-size: 18px;
    }

    .dvdp-settings__record-wrapper {
        padding: 180px 33px 125px;
        gap: 0 30px;
        align-items: center;
    }

    .dvdp-settings__record-wrapper ul h4 {
        font-size: 55px;
    }

    .dvdp-settings__objects-wrapper img {
        margin: -50px auto;
    }

    .dvdp-settings__record-wrapper ul p {
        font-size: 18px;
        margin: 25px 0 0;
    }

    .dvdp-settings__record-phone img:first-of-type {
        max-width: 340px;
    }

    .dvdp-settings__record-phone > div:last-of-type {
        width: 88px;
        height: 190px;
        top: 80px;
        left: 40px;
    }

    .dvdp-settings__record-wrapper ul {
        gap: 77px 0;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-settings__objects-wrapper {
        padding: 120px 30px 0;
    }

    .dvdp-settings__objects-wrapper h2 {
        font-size: 45px;
    }

    .dvdp-settings__objects-wrapper p {
        font-size: 16px;
    }

    .dvdp-settings__record-wrapper {
        padding: 130px 33px 150px;
        gap: 100px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dvdp-settings__record-wrapper ul h4 {
        font-size: 45px;
        text-align: center;
    }

    .dvdp-settings__objects-wrapper img {
        margin: -50px auto;
    }

    .dvdp-settings__record-wrapper ul p {
        font-size: 16px;
        margin: 25px 0 0;
        text-align: center;
    }

    .dvdp-settings__record-wrapper ul {
        gap: 75px 0;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-settings__objects-wrapper {
        padding: 100px 18px 0;
    }

    .dvdp-settings__record-wrapper {
        padding: 110px 33px 100px;
        gap: 100px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dvdp-settings__record-wrapper ul h4 {
        font-size: 45px;
        text-align: center;
    }

    .dvdp-settings__objects-wrapper img {
        margin: -20px auto;
    }

    .dvdp-settings {
        background-position: top 540px center;
    }

    .dvdp-settings__record-wrapper ul {
        gap: 50px 0;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-settings__objects-wrapper {
        padding: 75px 7px 0;
    }

    .dvdp-settings__objects-wrapper h2 {
        font-size: 25px;
    }

    .dvdp-settings__objects-wrapper p {
        font-size: 12px;
        margin: 25px 0 0;
    }

    .dvdp-settings__record-wrapper {
        padding: 90px 15px 100px;
        gap: 50px 0;
    }

    .dvdp-settings__record-wrapper ul h4 {
        font-size: 25px;
    }

    .dvdp-settings__record-wrapper ul p {
        font-size: 12px;
    }

    .dvdp-settings__objects-wrapper img {
        margin: 0 auto;
    }

    .dvdp-settings {
        background-position: top 320px center;
    }

    .dvdp-settings__record-wrapper ul {
        gap: 50px 0;
    }

    .dvdp-settings__record-phone img:first-of-type {
        max-width: 180px;
    }

    .dvdp-settings__record-phone > div:last-of-type {
        width: 48px;
        height: 100px;
        top: 40px;
        left: 20px;
    }

    .dvdp-settings__record-phone > div:first-of-type {
        border-radius: 20px;
    }

    .dvdp-settings__record-phone img:last-of-type {
        max-width: 90px;
        position: absolute;
        top: calc(50% - 28px);
        left: calc(50% - 45px);
        z-index: 3;
        opacity: 0;
        animation: settingsOpacity 25s ease-in-out 0ms infinite forwards;
    }
}

@media screen and (max-width: 390px) {
    .dvdp-settings {
        background-position: top 440px center;
    }
}

/* usage */
.dvdp-usage {
    margin: 0 0 100px;
}

.dvdp-usage ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.dvdp-usage ul li {
    margin: 0;
    padding: 531px 45px 50px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 33.33%;
    min-height: 840px;
    box-sizing: border-box;
}

.dvdp-usage ul li:first-of-type {
    background-image: url("/image/catalog/dvdp-landing/dvdp-usage-bg1.webp");
}

.dvdp-usage ul li:nth-of-type(2) {
    background-image: url("/image/catalog/dvdp-landing/dvdp-usage-bg2.webp");
    background-position: left top;
    background-size: 102%;
}

.dvdp-usage ul li:nth-of-type(3) {
    background-image: url("/image/catalog/dvdp-landing/dvdp-usage-bg3.webp");
}

.dvdp-usage ul li h5 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dvdp-usage ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    font-variant: small-caps;
    margin: 18px 0 0;
    padding: 0;
}

@media screen and (max-width: 1599px) {
    .dvdp-usage ul li {
        margin: 0;
        padding: 531px 38px 50px;
    }

    .dvdp-usage ul li h5 {
        font-size: 28px;
    }

    .dvdp-usage ul li p {
        font-size: 18px;
    }

    .dvdp-usage ul li:nth-of-type(2) {
        background-position: left top;
        background-size: 117%;
    }
}

@media screen and (max-width: 1345px) {
    .dvdp-usage ul li {
        margin: 0;
        padding: 490px 34px 40px;
        min-height: 753px;
    }

    .dvdp-usage ul li h5 {
        font-size: 25px;
    }

    .dvdp-usage ul li p {
        font-size: 16px;
    }

    .dvdp-usage ul li:nth-of-type(2) {
        background-position: left top;
        background-size: auto 753px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-usage ul li {
        padding: 366px 27px 40px;
        min-height: 618px;
    }

    .dvdp-usage ul li h5 {
        font-size: 20px;
    }

    .dvdp-usage ul li p {
        font-size: 14px;
    }

    .dvdp-usage ul li:nth-of-type(2) {
        background-size: auto 618px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-usage ul li {
        padding: 222px 15px 20px;
        min-height: 470px;
    }

    .dvdp-usage ul li h5 {
        font-size: 16px;
    }

    .dvdp-usage ul li p {
        font-size: 14px;
        margin: 15px 0 0;
    }

    .dvdp-usage ul li:nth-of-type(2) {
        background-size: auto 470px;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-usage ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .dvdp-usage ul li {
        padding: 436px 40px 50px;
        min-height: 665px;
        width: 100%;
        background-position: center bottom;
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dvdp-usage ul li h5 {
        font-size: 32px;
        margin: auto 0 0;
    }

    .dvdp-usage ul li p {
        font-size: 16px;
        margin: 20px 0 0;
    }

    .dvdp-usage ul li:nth-of-type(2) {
        background-size: 102%;
        background-position: center bottom;
    }
}

@media screen and (max-width: 567px) {

    .dvdp-usage ul li {
        padding: 181px 17px 20px;
        min-height: 347px;
        width: 100%;
    }

    .dvdp-usage ul li h5 {
        font-size: 20px;
        text-align: center;
    }

    .dvdp-usage ul li p {
        font-size: 12px;
        margin: 15px 0 0;
        text-align: center;
    }

    .dvdp-usage ul li:nth-of-type(2) {
        background-size: 102%;
        background-position: center bottom;
        text-align: center;
        justify-content: center;
    }

    .dvdp-usage ul li:nth-of-type(2) h5 {
        text-align: center;
        align-items: center;
        margin: auto auto 0;
    }
}


.dvdp-angle__main-image {
    position: relative;
    max-width: 550px!important;
    top: 25px;
    left: -5px;
    margin: 20px auto 22px!important;
    z-index: 1;
}

@media screen and (max-width: 1599px) {
    .dvdp-angle__main-image {
        max-width: 491px!important;
        top: 43px;
    }
}

@media screen and (max-width: 1344px) {
    .dvdp-angle__main-image {
        max-width: 481px!important;
        top: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .dvdp-angle__main-image {
        max-width: 430px!important;
        top: 17px;
    }
}

@media screen and (max-width: 991px) {
    .dvdp-angle__main-image {
        max-width: 300px!important;
        top: 60px;
        left: -5px;
    }
}

@media screen and (max-width: 767px) {
    .dvdp-angle__main-image {
        max-width: 209px!important;
        top: 15px;
        left: -5px;
    }
}

@media screen and (max-width: 567px) {
    .dvdp-angle__main-image {
        max-width: 240px!important;
        top: 37px;
        left: -3px;
    }
}