.home-banner .banner-image.show,
.home-banner .banner-video.show{
    top: 0;
}
.home-banner .banner-video iframe,
.home-banner .banner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner .banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-banner .banner-video:before{
    content: '';
    width: 100%;
    height: calc(100% + 5px);
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(10,45,1);
    background: linear-gradient(0deg, rgba(10,45,1,1) 5%, rgba(10,45,1,0.5) 40%, rgba(10,45,1,.6) 100%);
}
.home-banner .banner-image,
.home-banner .banner-video{
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 50%;
    top: -100%;
    left: 0;
    transition: top .5s;
}
.home-banner .title h1 .color-green{
    color: #9BE06A;
}
.home-banner .title{
    max-width: 880px;
}
.home-banner .title h1{
    color: #FFF;
    margin: 0 0 23px;
    font-size: 90px;
    line-height: 90px;
}
.home-banner .content {
    color: #fff;
    text-align: center;
    max-width: 615.336px;
}
.home-banner.animation-run{
    opacity: 1;
}
.home-banner {
    overflow: hidden;
    width: 100%;
/*    height: 115vh;*/
    min-height: 850px;
    position: relative;
    opacity: 0;
}
.home-banner .banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home-banner.animation-run .banner-bg{
    transform: translateY(0%);
}
.home-banner .bg-cross img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
}
.home-banner .bg-cross{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-banner .line-bg-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.home-banner.animation-run .arrow-animation.arrow-animation-2.run img{
    animation: arrow-run2 2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}
.home-banner.animation-run .arrow-animation.run img{
    animation: arrow-run 2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}
.home-banner .arrow-animation.arrow-animation-2 img{
    transform: translateY(-100%);
}
.home-banner .arrow-animation img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
    transform: translateY(200%);
    top: 0;
    left: 0;
}
.home-banner .arrow-animation {
    width: 100%;
    position: absolute;
    bottom: 11%;
    left: 0;
    height: 34%;
    z-index: 999;
    overflow: hidden;
}
.home-banner .banner-content.show{
    opacity: 1;
}
.home-banner .banner-content .wp-block-button .wp-element-button{
    color: #fff;
}
.home-banner .banner-content .wp-block-button{
    margin-top: 22px;
}
.home-banner .banner-content{
    opacity: 0;
    transition: opacity .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-banner .banner-inner {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 43%;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.home-banner .container{
    max-width: 1134px;
    width: 100%;
    padding: 0 36px;
}
.home-banner .content{
    line-height: 30px;
}
@keyframes arrow-run {
    0%{
        transform: translateY(-15%);
        opacity: 1;
    }
    100%{
        transform: translateY(50%);
        opacity: 0;
    }
}
@keyframes arrow-run2 {
    0%{
        transform: translateY(-100%);
        opacity: 0;
    }
    100%{
        transform: translateY(-15%);
        opacity: 1;
    }
} 
@media(min-width: 1441px){
    .home-banner .bg-cross img.bg-laptop{
        display: none;
    }
    .home-banner{
        min-height: 990px;
    }
    .home-banner .banner-inner{
        top: 38%;
    }
    .home-banner .arrow-animation{
        bottom: 13%;
    }
    .home-banner .banner-image, 
    .home-banner .banner-video{
        height: 50%;
    }
    .home-banner .arrow-animation{
        max-width: 1536px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 2001px){
    .home-banner{
        height: 105vh;
    }
}
@media(max-width: 1440px){
    .home-banner .bg-cross img.bg-desktop{
        display: none;
    }
}
@media (max-width: 1440px) and (min-width: 1201px) {
    .home-banner .banner-inner {
        top: 35%;
    }
}
@media(max-width: 1200px){
    .home-banner .title h1{
        font-size: 70px;
        line-height: 70px;
    }
    .home-banner{
        min-height: 800px;
    }
}
@media(max-width: 767.98px){
    .home-banner {
        min-height: 948px;
    }
    .home-banner .container{
        padding: 0 30px;
    }
    .home-banner .title h1{
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -0.5px;
        margin: 0 0 13px;
    }
    .home-banner .title {
        max-width: 81%;
    }
    .home-banner .content{
        font-size: 16px;
        max-width: 88%;
    }
    .home-banner .banner-content .wp-block-button {
        margin-top: 23px;
    }
    .home-banner .banner-inner{
        top: calc(39% - 1px);
    }
    .home-banner .banner-image, 
    .home-banner .banner-video{
        height: calc(46% + 2px);
    }
    .logged-in .home-banner .banner-image.show, .logged-in .home-banner .banner-video.show{
        top: -30px;
    }
    .home-banner .banner-image.show, .home-banner .banner-video.show {
        top: -50px;
    }
}
@media(max-width: 429px){
    .home-banner .title {
        max-width: 290px;
    }
}