.w-10 {
    width: 10% !important;
}
.max-w-10 {
    max-width: 10% !important;
}
.min-w-10 {
    min-width: 10% !important;
}
.h-10 {
    height: 10% !important;
}
.max-h-10 {
    max-height: 10% !important;
}
.min-h-10 {
    min-height: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.max-w-20 {
    max-width: 20% !important;
}
.min-w-20 {
    min-width: 20% !important;
}
.h-20 {
    height: 20% !important;
}
.max-h-20 {
    max-height: 20% !important;
}
.min-h-20 {
    min-height: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.max-w-30 {
    max-width: 30% !important;
}
.min-w-30 {
    min-width: 30% !important;
}
.h-30 {
    height: 30% !important;
}
.max-h-30 {
    max-height: 30% !important;
}
.min-h-30 {
    min-height: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.max-w-40 {
    max-width: 40% !important;
}
.min-w-40 {
    min-width: 40% !important;
}
.h-40 {
    height: 40% !important;
}
.max-h-40 {
    max-height: 40% !important;
}
.min-h-40 {
    min-height: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.max-w-50 {
    max-width: 50% !important;
}
.min-w-50 {
    min-width: 50% !important;
}
.h-50 {
    height: 50% !important;
}
.max-h-50 {
    max-height: 50% !important;
}
.min-h-50 {
    min-height: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.max-w-60 {
    max-width: 60% !important;
}
.min-w-60 {
    min-width: 60% !important;
}
.h-60 {
    height: 60% !important;
}
.max-h-60 {
    max-height: 60% !important;
}
.min-h-60 {
    min-height: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.max-w-70 {
    max-width: 70% !important;
}
.min-w-70 {
    min-width: 70% !important;
}
.h-70 {
    height: 70% !important;
}
.max-h-70 {
    max-height: 70% !important;
}
.min-h-70 {
    min-height: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.max-w-80 {
    max-width: 80% !important;
}
.min-w-80 {
    min-width: 80% !important;
}
.h-80 {
    height: 80% !important;
}
.max-h-80 {
    max-height: 80% !important;
}
.min-h-80 {
    min-height: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.max-w-90 {
    max-width: 90% !important;
}
.min-w-90 {
    min-width: 90% !important;
}
.h-90 {
    height: 90% !important;
}
.max-h-90 {
    max-height: 90% !important;
}
.min-h-90 {
    min-height: 90% !important;
}
.w-100 {
    width: 100% !important;
}
.max-w-100 {
    max-width: 100% !important;
}
.min-w-100 {
    min-width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.max-h-100 {
    max-height: 100% !important;
}
.min-h-100 {
    min-height: 100% !important;
}
.wg-opacity-0 {
    opacity: 0;
}
.wg-opacity-10 {
    opacity: 0.1;
}
.wg-opacity-20 {
    opacity: 0.2;
}
.wg-opacity-30 {
    opacity: 0.3;
}
.wg-opacity-40 {
    opacity: 0.4;
}
.wg-opacity-50 {
    opacity: 0.5;
}
.wg-opacity-60 {
    opacity: 0.6;
}
.wg-opacity-70 {
    opacity: 0.7;
}
.wg-opacity-80 {
    opacity: 0.8;
}
.wg-opacity-90 {
    opacity: 0.9;
}
.wg-opacity-100 {
    opacity: 1;
}
.wg-category-stage-wrapper {
    position: relative;
}
.wg-category-stage {
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        padding-top: 0;
    }
}
.wg-category-stage--flat {
    margin-bottom: 2rem;
    min-height: 0;
    padding-top: 0;
}
.wg-category-stage-wrapper--no-bg {
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage-wrapper--no-bg {
        flex-direction: row;
        padding: 4rem 0;
    }
}
.wg-category-stage-wrapper--no-bg .wg-category-stage {
    align-items: center;
    flex-direction: row;
    padding: 1rem 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .wg-category-stage-wrapper--no-bg .wg-category-stage {
        padding: 4rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .wg-category-stage-wrapper--no-bg .wg-category-stage {
        margin: 0;
        min-height: auto;
        padding: 0;
    }
}
.wg-category-stage-wrapper--no-bg .wg-category-stage__body {
    height: 100%;
    max-width: none;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage-wrapper--no-bg .wg-category-stage__nav {
        bottom: auto;
        margin-right: 2rem;
        position: relative;
        right: auto;
        top: auto;
    }
}
.wg-category-stage__img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage__container-wrapper {
        left: 0;
        position: absolute;
        top: 0;
    }
}
.wg-category-stage__body {
    background-color: #fff;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage__body {
        padding: 3rem;
        width: 54%;
    }
}
.wg-category-stage__body--transparent {
    background-color: #fff;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage__body--transparent {
        background-color: initial;
        padding: 3rem 2rem;
    }
}
.wg-category-stage__footer {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .wg-category-stage__footer {
        flex-flow: row wrap;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 991px) {
    .wg-category-stage__nav {
        border-top: 3px solid #eff0f1;
    }
}
.wg-category-stage__nav-wrapper {
    background-color: #fff;
    padding: 0 1.8rem 1.8rem;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage__nav-wrapper {
        border: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 18.67rem;
    }
}
.wg-category-stage--no-bg + .wg-category-stage__nav-wrapper {
    bottom: 0;
}
@media only screen and (min-width: 992px) {
    .wg-category-stage--no-bg + .wg-category-stage__nav-wrapper {
        bottom: 4rem;
    }
}
.wg-category-stage__hint,
.wg-category-stage__hint > p {
    flex-basis: 100%;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .wg-category-stage__hint,
    .wg-category-stage__hint > p {
        margin-bottom: 1rem;
    }
}
.wg-category-stage__hint > p {
    display: none;
}
@media only screen and (min-width: 768px) {
    .wg-category-stage__hint > p {
        display: block;
    }
}
