.container-large {
    max-width: 80rem;
    margin: 0 auto;
}

.padding-global{
    padding:0 5%;
    position:relative;
}
.z-index-10{
    z-index:10;
}
.bg-image-wrapper {
    z-index: 5;
    background-image: linear-gradient(#00000031, #00000015);
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-image-overlay{
    position: absolute;
    z-index: 1;
    background-color: rgb(0 0 0 / 40%);
    inset: 0%;
}

.slider-content {
    height: 100dvh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 60rem;
    width: 100%;
    margin: 0 auto 0 0;
}
.slider-content h1{
    font-family: "Palatino Linotype", Sans-serif;
    font-size: 72px;
    font-weight: 400;
    color:#FFF;
    line-height: 1;
}

.slider-content p{
    color:#FFF;
    font-family: "Urbanist", Sans-serif;
    font-size: 24px;
    line-height:1;
    margin-bottom:1.2rem;
}

.slider-content a.swiper-button{
    color: #fff;
    background-color: #0000;
    border: 1px solid #FFF;
    border-radius: 100px;
    padding: .75rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .35s;
    width: fit-content;
}
.slider-content a.swiper-button:hover {
    background: var(--e-global-color-primary);
    color: #FFF;
}
button.button.button-danger.ss-remove-slide {
    background: #353333;
    color: #FFF;
    border: none;
}
        .ss-tabs-nav {
            margin-bottom: 10px;
        }
        .ss-tabs-nav button {
            margin-right: 5px;
            padding: 6px 12px;
            background: #f1f1f1;
            border: 1px solid #ccc;
            border-bottom: none;
            cursor: pointer;
        }
        .ss-tabs-nav button.active {
            background: #0073aa;
            color: #fff;
        }
        .ss-tab-content {
            display: none;
            border: 1px solid #ddd;
            padding: 10px;
            background: #fff;
        }
        .ss-tab-content.active {
            display: block;
        }