
section.tabs-horizontal-section .content-container {
    max-width: 1132px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 140px;  
}

section.tabs-horizontal-section {
    position: relative;
    z-index: 1;
}
section.tabs-horizontal-section .tabs-panels-v2{
    min-height: 665px;
}

section.tabs-horizontal-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 708px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    z-index: -1;
}

section.tabs-horizontal-section .tab-title {
    font-family: "Cal Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #C9D3EE 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-top: 30px;
    padding-bottom: 17px;
    margin: 0;
}

section.tabs-horizontal-section .tab-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01rem;
    color: #96A0BC;
}

section.tabs-horizontal-section .image-container img {
    width: 100%;
    height: auto;
}

section.tabs-horizontal-section .image-container {
    max-width: 1134px;
    height: auto;
}

.tabs-horizontal-section input[type="radio"].tab-selector-input {
    display: none;
}

.tabs-v2 {
    display: flex;
    gap: 31px;
    margin-top: 55px;
}

section.tabs-horizontal-section .label-group {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    margin: 0 auto;
    border-top: solid 2px #FFFFFF4D;
    cursor: pointer;
    position: relative;
}
section.tabs-horizontal-section .label-group::before{
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    transition: width 0s linear;
}
section.tabs-horizontal-section .label-group.active::before{
    width: 100%;
    transition: width 10s linear;
}

section.tabs-horizontal-section .label-group:hover label {
    cursor: pointer;
}

.tabset-v2 {
    display: flex;
    flex-direction: column-reverse;
}

.tabs-horizontal-section .tab-content {
    opacity: 0;
    align-items: start;
    justify-content: space-between;
    column-gap: 35px;
    row-gap: 30px;
    transition: opacity 0.3s ease-in-out;   
    
    position: absolute;
}

.tabs-horizontal-section .tab-content.active {
    opacity: 1;
}

.tabs-horizontal-section .tabs-selectors-v2{
    display: none;
    gap: 31px;
    justify-content: center;
    margin-top: 50px;
}
.tabs-horizontal-section .tab-selector {
    width: 6px;
    height: 6px;
    background-color: #ffffff4D;
    border-radius: 50%;
    transition: 0.3s ease-in;
}
.tabs-horizontal-section .tab-selector.active{
    background-color: #fff;
    box-shadow: rgb(255, 255, 255) 0px 0px 8px;
}

@media screen and (max-width: 1100px) {

    section.tabs-horizontal-section .content-container {
        padding-inline: 26px;
    }
    section.tabs-horizontal-section .tab-content{
        max-width: 100%;
        position: relative;
        display: none;
    }
    section.tabs-horizontal-section .tab-content.active{
        display: block;
    }
    section.tabs-horizontal-section .tabs-panels-v2{
        min-height: initial;
    }
    section.tabs-horizontal-section .label-group{
        max-width: 100%;
        text-align: center;
        display: none;
        border: none;
    }
    section.tabs-horizontal-section .label-group.active{
        display: flex;
    }
    section.tabs-horizontal-section .label-group::before{
        display: none;
    }
    .tabs-horizontal-section .tabs-selectors-v2{
        display: flex;
    }
    section.tabs-horizontal-section .content-container{
        padding-bottom: 40px;
        padding-top: 35px;
    }
    section.tabs-horizontal-section::after{
        height: 100%;
    }
}

@media screen and (max-width: 980px) {
    section.tabs-horizontal-section .tab-title {
        font-size: 18px;
        line-height: 20px;
    }

    section.tabs-horizontal-section .tab-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 950px) {
    .tabs-v2 {
        flex-wrap: wrap;
        margin-top: 0;
    }
}
/* bv_used_css_seperator *//* BV_USED_CSS_MEDIA_QUERY */@media (max-width: 480px) {section.tabs-horizontal-section::after {background-image:  url(https://lumigo.io/wp-content/uploads/al_opt_content/IMAGE/lumigo.io/wp-content/themes/lumigo/images/v7/Background.png.bv.webp?bv_host=lumigo.io);}}
@media (min-width: 481px) and (max-width: 820px) {section.tabs-horizontal-section::after {background-image:  url(https://lumigo.io/wp-content/uploads/al_opt_content/IMAGE/lumigo.io/wp-content/themes/lumigo/images/v7/Background.png.bv.webp?bv_host=lumigo.io);}}
@media (min-width: 821px) and (max-width: 1536px) {section.tabs-horizontal-section::after {background-image:  url(https://lumigo.io/wp-content/uploads/al_opt_content/IMAGE/lumigo.io/wp-content/themes/lumigo/images/v7/Background.png.bv.webp?bv_host=lumigo.io);}}
@media (min-width: 1537px) {section.tabs-horizontal-section::after {background-image:  url(https://lumigo.io/wp-content/uploads/al_opt_content/IMAGE/lumigo.io/wp-content/themes/lumigo/images/v7/Background.png.bv.webp?bv_host=lumigo.io);}}
