#banner_main{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner-group a{
    margin: 0 auto;
    box-shadow: none !important;
}
.banner-main-wrapper{
    display: flex;
    align-items: center;
    height: 100dvh;
    position: relative;
}
.banner-main-wrapper > div{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.separator-line{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: #323232;
    top: 0;
    transition: all .5s ease;
}
.separator-line::before{
    content: '';
    position: absolute;
    background: url(../../images/logo.svg);
    width: 120px;
    height: 115px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.globe-img{
    transition: all 1s ease;
    width: 100%;
    min-height: 474px;
    transform: scale(1.1);
}
.join-a-hive .globe-img{
    transform: scale(1.25);
}
.animate-text .line{
    height: 70px;
    position: relative;
    overflow: hidden;
}
.animate-text span{
    font-size: 58px;
    line-height: 1.3;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.banner-hive-all{
    position: relative;
    transition: all .5s ease;
}
.banner-hive-all a{
    margin-top: 10px;
}
.banner-group{
    margin-top: -40px;
    text-align: center;
}
.animate-text{
    display: flex;
    column-gap: 10px;
    max-width: 690px;
    flex-wrap: wrap;
    position: absolute;
    left: calc((100vw - 1500px) / 2);
    transition: all .4s ease;
}
.banner-group{
    transition: all .4s ease;
    position: relative;
    z-index: 99;
}
.separator-line.hide{
    opacity: 0;
}
.banner-hive-all.hidden{
    opacity: 0;
    pointer-events: none;
}
.move-line-right{
    transform: translateX(20.8vw);
}
.move-line-left{
    transform: translateX(-20.8vw);
}
.join-a-hive .globe-img.hide-planet{
    transform: translateX(41.6vw) scale(1.25);
}
.join-a-hive .globe-img.hide-planet-scale{
    transform: translateX(41.6vw) scale(0.7);
    opacity: 0;
}
.hide-planet-left{
    transform: translateX(-41.6vw) scale(1.1);
}
.hide-planet-scale-left{
    transform: translateX(-41.6vw) scale(0.7);
    opacity: 0;
}
.hide-text{
    transform: translateY(-50px);
    opacity: 0;
}
.hide-group{
    transform: translateY(-50px);
    opacity: 0;
}
@media(max-width: 1600px){
    .animate-text{
        left: 100px;
    }
}
@media(max-width: 1200px){
    .animate-text{
        left: 20px;
    }
    .animate-text span{
        font-size: 46px;
    }
    .animate-text .line{
        height: 60px;
    }
}
@media(max-width: 1024px){
    .globe-img{
        min-height: 200px;
    }
    h2{
        font-size: 36px !important;
    }
    .animate-text{
        width: 690px;
        top: 0;
    }
    .animate-text span{
        font-size: 46px;
    }
    .banner-group{
        margin-top: -20px;
    }
    .create-a-hive .animate-text{
        left: -100px;
    }
}
@media(max-width: 767px){
    .join-a-hive .globe-img{
        transform: scale(1.1);
    }
    .banner-main-wrapper{
        flex-direction: column;
    }
    .globe-img{
        height: 150px;
    }
    h2{
        font-size: 32px !important;
    }
    a.btn-all{
        width: 135px !important;
        height: 40px !important;
        font-size: 14px !important;
    }
    .banner-hive-all a{
        margin-top: 15px;
    }
    .globe-img{
        transform: scale(1);
    }
    .hide-planet{
        transform: translateX(55vw) scale(1.1);
    }
    .join-a-hive .globe-img.hide-planet-scale{
        transform: translateX(55vw) scale(0.7);
        opacity: 0;
    }
    .hide-planet-left{
        transform: translateX(-55vw) scale(1.1);
    }
    .hide-planet-scale-left{
        transform: translateX(-55vw) scale(0.7);
        opacity: 0;
    }
    .separator-line{
        width: 100%;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-top: 7px;
    }
    .separator-line::before{
        background-size: 50% auto;
        background-repeat: no-repeat;
        background-position: center;
    }
    .animate-text{
        width: 100%;
        top: 20px;
        left: 0;
        justify-content: center;
    }
    .create-a-hive .animate-text{
        left: 0;
    }
    .animate-text .line{
        text-align: center;
    }
    .move-line-left{
        top: 15%;   
    }
    .move-line-right{
        top: 80%;
    }
    .hide-planet-left{
        transform: translateY(-80vw) scale(1);
    }
    .join-a-hive .globe-img.hide-planet{
        transform: translateY(80vw) scale(1.1);
    }
    .animate-text span{
        font-size: 42px;
    }
    .animate-text .line {
        height: 48px;
    }
}