.home-hero {
    position: relative;
    margin-bottom: 280px;
}

.home-hero::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 632px;
    height: 632px;
    background-color: rgba(240,240,244,0.34);
    border-radius: 50%;
    content: '';
    -webkit-transform: translate(-60%, 40%);
    transform: translate(-60%, 40%);
}

.home-hero .container-fluid {
    max-width: 2000px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
}

.home-hero .container-fluid .home-hero-box {
    position: absolute;
    left: 60px;
    bottom: -130px;
    width: 730px;
    padding-right: 0;
    padding-left: 0;
}

.home-hero-video {
    position: relative;
    z-index: 1;
    height: 686px;
    max-width: 1260px;
}

.home-hero-video .home-hero-mobile-image {
    display: none;
}

.home-hero-video img, .home-hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.home-hero-content {
    position: relative;
    z-index: 2;
}

.home-hero-content::after {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -20px;
    display: block;
    width: 60%;
    height: 80%;
    -webkit-animation: backgroundAnimation 5s ease infinite;
    animation: backgroundAnimation 5s ease infinite;
    background: -webkit-gradient(linear, left bottom, left top, from(#3c44fd), to(#ff4a8e));
    background: linear-gradient(360deg, #3c44fd, #ff4a8e);
    background-size: 400% 400%;
    content: '';
}

.home-hero-content-body {
    padding: 66px 70px 30px;
    background-color: #773cfd;
}

.home-hero-content-body-subtitle {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.home-hero-content-body-subtitle-blink {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

.home-hero-content-body-title {
    margin-bottom: 20px;
}

.home-hero-content-body-title h1 {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 42px;
}

.home-hero-content-body-title p {
    color: #fff;
}

.home-hero .bottom_content {
    padding: 30px 0;
    color: #fff;
}

.home-hero .bottom_content a {
    color: #fff;
    text-decoration: underline;
}

.home-hero-content-body-description {
    margin-bottom: 90px;
}

.home-hero-content-body-description p {
    font-family: Gordita-Regular;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.home-hero-content-body-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-hero-content-body-footer-item-button a {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px 32px;
    background-color: #4fde7b;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.home-hero-content-body-footer-item-continue {
    margin-top: 45px;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-duration: 0.6s, 2.6s;
    animation-duration: 0.6s, 2.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
}

.home-hero-video .play_btn {
    width: 100px;
    height: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-hero-video .play_btn a {
    display: block;
    position: relative;
    z-index: 11;
}

.fancybox-video {
    display: none;
}

.fancybox-lock .fancybox-overlay {
    background: rgba(0,0,0,0.5);
}

@-webkit-keyframes backgroundAnimation {
    0% {
        background-position: 51% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 51% 0%;
    }
}

@keyframes backgroundAnimation {
    0% {
        background-position: 51% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 51% 0%;
    }
}

@keyframes backgroundAnimation {
    0% {
        background-position: 51% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 51% 0%;
    }
}

@keyframes backgroundAnimation {
    0% {
        background-position: 51% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 51% 0%;
    }
}

@-webkit-keyframes blink {
    to {
        opacity: 0;
    }
}

@keyframes blink {
    to {
        opacity: 0;
    }
}

@media only screen and (min-width: 768px) {
    .home-hero .container-fluid > .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .home-hero-video {
        float: right;
    }
}

@media only screen and (min-width: 2000px) {
    .home-hero .container-fluid .home-hero-box {
        bottom:-90px;
    }

    .home-hero-video {
        height: 900px;
    }
}

@media (max-width: 991px) {
    .home-hero .container-fluid .home-hero-box {
        position:relative;
        right: 0;
        bottom: 0;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: -50px;
        left: auto;
    }

    .home-hero-video video {
        display: none;
    }

    .home-hero-video .home-hero-mobile-image {
        display: block;
    }
}

@media (max-width: 767px) {
    .home-hero {
        margin-bottom:60px;
    }

    .home-hero .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .home-hero-video {
        height: 300px;
    }

    .home-hero-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-hero-content-body {
        padding: 25px 25px 36px;
    }

    .home-hero-content-body-subtitle {
        padding-left: 0;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
    }

    .home-hero-content-body-title {
        margin-bottom: 30px;
    }

    .home-hero-content-body-title h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .home-hero-content-body-description {
        margin-bottom: 40px;
    }

    .home-hero-content-body-description p {
        font-size: 14px;
        line-height: 20px;
    }

    .home-hero-content-body-footer-item-button a {
        padding: 20px 51px 20px;
        font-size: 14px;
        line-height: 14px;
    }

    .home-hero-content-body-footer-item-continue {
        margin-top: 30px;
    }

    .home-hero-content-body-footer-item-continue img {
        width: 10px;
    }

    .home-hero .bottom_content {
        padding: 40px 0 0;
    }

    .home-hero {
        overflow: hidden;
    }

    .home-hero-content::after {
        width: 188px;
        height: 272px;
    }
}
