.wdt-interactive-showcase-container {
    display: flex;
    will-change: flex;
    flex-wrap: wrap;
    margin: 0;
    width: auto;
    align-items: center;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    padding: 5px;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    width: 35%;
    padding-right: clamp(1.875rem, -5.6426rem + 9.3897vw, 5.625rem);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    width: 65%;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    padding: 0;
    margin: 0 auto 0 0;
    width: 100%;
    max-width: 680px;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li i {
    display: inherit;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    list-style-type: none;
    padding: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem) 0;
    position: relative;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 5px;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>* {
    position: relative;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: clamp(1.25rem, 1.0192rem + 1.0256vw, 2.25rem);
    font-weight: 600;
}

.wdt-interactive-showcase-button .wdt-interactive-showcase-button-link {
    transition: var(--wdtBaseTransition);
    padding: var(--wdtPadding_Btn);
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
    /* 16px */
    font-weight: var(--wdtFontWeight_Alt);
    border-radius: var(--wdtRadius_Part);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list>li>.wdt-interactive-showcase-content-group .wdt-interactive-showcase-button>a:not(.wdt-interactive-showcase-element) {
    display: inline-block;
    width: fit-content;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {
    width: 100vw;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
    padding: 0;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button>a {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: var(--wdtLetterspacing_2x);
    padding: clamp(1.25rem, 0.5288rem + 3.2051vw, 4.375rem) clamp(1.5rem, 0.6923rem + 3.5897vw, 5rem);
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>.wdt-interactive-showcase-content-group {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 40px;
    align-items: center;
}

*/ .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>.wdt-interactive-showcase-content-group a.wdt-interactive-showcase-element {
    grid-column: 1/3;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>.wdt-interactive-showcase-content-group .wdt-content-image,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>.wdt-interactive-showcase-content-group .wdt-content-image img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    position: relative;
    display: grid;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    grid-area: 1/-1;
    /* visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; transition: transform .2s ease .25s, visibility 03s ease; */
    opacity: 0;
    transition: var(--wdtBaseTransition);
    display: inline-flex;
    width: 100%;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"]>div {
    width: 100%;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    /* transform: scaleX(1); visibility: visible; */
    opacity: 1;
    z-index: 1;
}


/* .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
   content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--wdtPrimaryColor);
   visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; z-index: 0; transition: transform .2s ease .25s,visibility 03s ease; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before {
   transform: scaleX(1); visibility: visible;  }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after {
   content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--wdtSecondaryColor); visibility: hidden; transform: scaleY(0); 
   transform-origin: 50% 0; z-index: 1; transition: transform .2s ease, visibility .3s ease; }

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:after,
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after {
   visibility: visible; transform: scaleY(1); } */

@media screen and (max-width:1600px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        width: 40%;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        width: 60%;
    }
}

@media screen and (max-width:1280px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        width: 45%;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        flex: 1 1 100%;
        padding: 20px 0;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
        position: relative;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        width: 400px;
        margin: auto;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        width: 100%;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        max-width: 100%;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>.wdt-interactive-showcase-content-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: center;
    }
}