.feedspace-main-hero{
    padding-top: 0;
    padding-bottom: 0;
}
.feedspace-header-main{
    gap: 0;
}
.feedspace-header-main > .header-right-sec:last-child,
.feedspace-header-main > .header-right-sec:first-child{
    margin-left: auto;
}
.feedspace-hero-contain{
    padding-top: 60px;
    padding-bottom: 24px;
}
header + .feedspace-hero-contain{
    padding-top: 24px;
    padding-bottom: 24px;
}
header + .feedspace-main-hero{
    padding-top: 0;
    padding-bottom: 24px;
}
.feedspace-header-left img{
    max-height: 60px;
    width: 100%;
    max-width: 120px;
}
.feedspace-dark-mode .feedspace-header-right:after{
    display: none;
}
header{
    padding-top:12px;
    padding-bottom:12px;
    position: relative;
}
.feedspace-wol-main{
    padding-top: 5px;
}
.feedspace-hero-title{
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 600;
    text-wrap: balance;
}
.feedspace-main-hero-description{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.25px;
    line-height: 1.4;
}
.feedspace-main-hero-btn{
    margin-top: 16px;
}
.feedspace-header-left:nth-last-child(2){
    margin: 0;
}
.feedspace-header-main .feedspace-header-left{
    margin: 0 auto;
}
.feedspace-main-hero.menu-active .feedspace-header-left,
.feedspace-main-hero.header-cta-active .feedspace-header-left{
    margin: 0;
}
.header-right-sec{
    display: none;
}
.feedspace-main-hero.menu-active .header-right-sec,
.feedspace-main-hero.header-cta-active .header-right-sec{
    display: block;
}

@media (max-width:767px){
    .feedspace-dark-mode .feedspace-menu-icon svg path{
        stroke:#fff;
    }
    body.feedspace-menu-open .feedspace-header-right{
        padding: 8px;
    }
    .feedspace-mobile-menu-icon{
        border: 0;
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }
    .feedspace-menu-open .feedspace-mobile-menu-icon{
        background: rgba(0, 0, 0, 0.10);
    }
    .feedspace-dark-mode .feedspace-menu-open .feedspace-mobile-menu-icon{
        background: rgba(255, 255, 255, 0.10);
    }   
    .header-right-sec{
        position: relative;
    }
    .feedspace-header-right{
        top: 100%;
        right: 0;
        margin-top: 4px;
        min-width: 166px;
        width: auto;
        max-width: calc(100% - 20px);
        border-radius: 8px;
        box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        border-color: #E2E8F0;
        padding: 8px;
        display: none !important;
        border: solid 1px;
    }
    body.feedspace-menu-open .feedspace-header-right{
        display: block !important;
    }
    .feedspace-navigation-link{
        padding: 6px 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.15px;
    }
    .feedspace-header-btn{
        padding: 0;
        margin-top: 0;
    }
    .header-cta-active .feedspace-navigation-list{
        padding-bottom: 6px;
        margin-bottom: 8px;
        border-bottom: solid 1px #E2E8F0;
    }
    .feedspace-navigation-list:empty{
        margin: 0;
        padding: 0;
        border: 0;
    }
    .feedspace-header-right .feedspace-primary-btn{
        width: 100%;
        justify-content: center;
    }
    .feedspace-dark-mode .feedspace-header-right{
        background-color: #262626 !important;
        border-color: rgba(229,231,235,0.10) !important;
    }
    .feedspace-dark-mode .feedspace-navigation-list{
        border-color: rgba(229,231,235,0.10) !important;
    }
}

@media (min-width:992px){
    .feedspace-hero-contain{
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .feedspace-main-hero{
        padding-top: 0;
        padding-bottom: 0;
    }   
    header + .feedspace-hero-contain{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header + .feedspace-main-hero{
        padding-top: 0;
        padding-bottom: 0;
    }
    .feedspace-header-left img{
        max-height: 70px;
        max-width: 130px;
    }
}
@media (min-width:1024px){
    .feedspace-wol-main{
        padding-top: 16px;
    }
    .feedspace-hero-title{
        font-size: 40px;
    }
    .feedspace-main-hero-description{
        font-size: 16px;
        margin-top: 4px;
    }
    .feedspace-main-hero-btn{
        margin-top: 24px;
    }
}
@media (min-width:1200px){
    .feedspace-hero-contain{
        padding-top: 100px;
        padding-bottom: 60px;
    }
    header + .feedspace-hero-contain{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    header{
        padding-top:16px;
        padding-bottom:12px;
    }
    .feedspace-main-hero{
        padding-top: 0;
        padding-bottom: 0;
    }   
    header + .feedspace-main-hero{
        padding-top: 0;
        padding-bottom: 0;
    }
    .feedspace-header-left img{
        max-height: 80px;
        max-width: 144px;
    }
    .feedspace-hero-title{
        font-size: 52px;
    }
}