.home__contentVideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 2rem;
    margin-top: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.home__contentVideo--info {
    width: 100%;
    margin-top: 3.625rem
}

.home__contentVideo--info-title {
    font-weight: 700;
    /* color:#deadff; */
    /* color: #D7F9FF; */
    color: #1C1E21;
    font-size: 1.625rem;
    line-height: 130%
}

.home__contentVideo--info-subtitle {
    font-size: 1rem;
    line-height: 150%;
    color: #1C1E21;
    margin-top: 1.5rem
}

.home__contentVideo--info-link {
    position: relative;
    width: 100%;
    color: #01080E;
    display: inline-block;
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 2.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box
}

.home__contentVideo--info-link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #2BFDBE;
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%)
}

.home__contentVideo--info-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2BFDBE;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%)
}

.home__contentVideo--video {
    position: relative;
    /* padding-top: 3.75rem; */
    /* margin-top: -50px; */
    width: 100%
}

.home__contentVideo--video-stripes {
    position: absolute;
    top: 0;
    left: 0
}

.home__contentVideo--video-numbers {
    position: absolute;
    top: 0;
    right: 0
}

.videoPlayer-cover {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.videoPlayer-cover::before {
    content: "";
    padding-top: 56.25%;
    float: right
}

.videoPlayer-cover>img {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

.videoPlayer-cover>iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (min-width:768px) {
    .home__contentVideo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        gap: 32px;
        -webkit-box-align: start;
        align-items: start;
        margin-top: 3.75rem
    }

    .home__contentVideo--info {
        margin-top: 0
    }

    .home__contentVideo--info-title {
        font-size: 1.875rem;
        line-height: 115%;
        max-width: 408px
    }

    .home__contentVideo--info-subtitle {
        max-width: 408px
    }

    .home__contentVideo--info-link {
        max-width: 282px
    }
}

@media screen and (min-width:1024px) {
    .home__contentVideo--info-title {
        font-size: 3.75rem;
        line-height: 100.5%
    }
}