@media (min-width:1200px) {
.wwd {
        margin-top: 120px;
        padding-top: 80px;
        padding-bottom: 60px
    }

    .wwd_title {
        font-size: 60px
    }

    .wwd_description {
        font-size: 15px
    }

    .wwd_description {
        max-width: 939px;
        margin-bottom: 11px
    }

    .wwd img {
        margin-bottom: 46px;
        max-width: 1202px
    }

    .wwd_second-description {
        font-size: 15px
    }

    .wwd_second-description {
        max-width: 939px
    }

    .wwd_videoWrapper {
        margin-top: 40px;
        max-width: 700px
    }

    .wwd_video:first-child {
        display: block
    }

    .wwd_video:last-child {
        display: none
    }

    .newsLetterBtn_title {
        margin-bottom: 18px;
        font-size: 24px
    }
}


@media (min-width:1600px) {
    .wwd_description {
        font-size: 18px;
        line-height: 1.56
    }

    .wwd_second-description {
        font-size: 18px;
        line-height: 1.56
    }

    .wwd_videoWrapper {
        margin-top: 53px;
        max-width: none
    }
}


@media (min-width:992px) {
    .wwd_video:first-child {
        display: block !important;
    }
    .wwd_video:last-child {
        display: none;
    }
}



.wwd {
    margin-top: 60px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: #000;
    padding-bottom: 40px
}

.wwd_title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 15px
}

.wwd_title .animation-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.wwd_title .letter {
    transform-origin: 0 100%;
    display: inline-block
}

.wwd_description {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #fff;
    opacity: .8;
    opacity: 1;
    text-align: center;
    margin-bottom: 40px;
    max-width: 939px
}

.wwd img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px
}

.wwd_second-description {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #fff;
    opacity: .8;
    opacity: 1;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.wwd_videoWrapper {
    width: 100%;
    background-color: #000;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.wwd_video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 1080px;
    margin-bottom: 30px
}

.wwd_video:first-child {
    display: none
}

.newsLetterBtn {
    text-align: center
}

.newsLetterBtn_title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.topbanner_anotherside-link {
    text-transform: uppercase;
    padding: 11px 28px 11px 29px;
    border-radius: 8px;
    border-top-right-radius: 0;
    box-shadow: 0 6px 11px 0 rgba(91, 205, 255, .21);
    background-color: #3bd4ff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: .5s
}

.topbanner_anotherside-link:hover {
    background-color: unset
}

.topbanner_anotherside-link:hover:after {
    transform: translate(-50%, -50%) skewX(-45deg) scale(1, 1);
    transition: all .5s
}

.topbanner_anotherside-link:hover input,
.topbanner_anotherside-link:hover span {
    color: #000
}

.topbanner_anotherside-link input,
.topbanner_anotherside-link span {
    position: relative;
    z-index: 2;
    transition: .4s
}

.topbanner_anotherside-link:after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    width: 160%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skewX(-45deg) scale(0, 1);
    transition: all .5s
}

.topbanner_anotherside-link span {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: block
}
