.webstoriesCarrossel {
    grid-column: 1/-1;
    grid-row: span 4;
    margin-bottom: 42px;
}
.webstoriesCarrossel > header {
    position: relative;
    margin-bottom: 35px;
}
.webstoriesCarrossel > header > h2 {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: -1.36px;
    color: #181818;
}
.webstoriesCarrossel > header:after {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #D6FF49;
    border-radius: 5px;
    bottom: -15px;
    left: 0;
    position: absolute;
}
.webstoriesCarrossel > .webstoriesSplide {
    width: 100%;
    height: 397px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li {
    position: relative;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000033 0%, #202022 100%) 0% 0% no-repeat padding-box;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure > .webstoriesCapa {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li:hover > figure > .webstoriesCapa {
    transform: scale(1.05);
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure > .webstoriesIcon {
    position: absolute;
    top: 16px;
    width: 30px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > div > h2 {
    font-family: "OpenSans-SemiBold",sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #D6FF49;
    text-align: center;
    margin-bottom: 5px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > div > h3 {
    font-family: "OpenSans-SemiBold",sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    text-align: center;
    color: #fff;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__arrows {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    right: 0;
    top: -54px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__arrows > .splide__arrow--prev {
    right: unset;
    background: none;
    width: 36px;
    height: 36px;
    rotate: -180deg;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__arrows > .splide__arrow--next {
    left: unset;
    background: none;
    width: 36px;
    height: 36px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__arrows > .splide__arrow--prev > img,
.webstoriesCarrossel > .webstoriesSplide > .splide__arrows > .splide__arrow--next > img {
    width: 100%;
    height: 100%;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__pagination {
    bottom: -42px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__pagination > li > .splide__pagination__page {
    border: 2px solid #231F20;
    background-color: transparent;
    opacity: 1;
    height: 10px;
    width: 10px;
}
.webstoriesCarrossel > .webstoriesSplide > .splide__pagination > li > .splide__pagination__page.is-active {
    background-color: #231F20;
    width: 12px;
    height: 12px;
}
.modalMW-content.webstoriesModal {
    width: 700px;
    height: 100%;
}
@media screen and (max-width: 792px) {
    .webstoriesCarrossel {
        grid-row: auto;
        margin-bottom: 0;
    }
    .webstoriesCarrossel > header > h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -1.04px;
    }
    .webstoriesCarrossel > .webstoriesSplide {
        max-width: unset;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li {
        max-width: 140px;
        min-width: unset;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure {
        width: 140px;
        height: 248px;
        margin-bottom: 18px;
        box-shadow: 0px 10px 25px #0000001A;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure:after {
        display: none;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > figure > .webstoriesIcon {
        top: 10px;
        left: 10px;
        transform: unset;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > div {
        position: static;
        padding: 0;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > div > h2 {
        font-size: 12px;
        line-height: 14px;
        color: #181818;
        text-align: left;
        margin-bottom: 8px;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__track > .splide__list > li > div > h3 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.28px;
        text-align: left;
        color: #181818;
    }
    .webstoriesCarrossel > .webstoriesSplide > .splide__pagination {
        bottom: 0;
    }
    .modalMW-content.webstoriesModal {
        aspect-ratio: 418 / 700;
        height: auto;
    }
    .modalMW-content.webstoriesModal > iframe {
        border-radius: 12px;
    }
}