.wdt-interactive-showcase-container {
    display: flex;
    will-change: flex;
    flex-wrap: wrap;
    margin: -20px;
    width: auto;
    align-items: center;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    flex: 1;
    padding: 20px;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    padding: 40px 0 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 {
    list-style-type: none;
    padding: 0px;
    position: relative;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 0px;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>* {
    position: relative;
    display: block;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: var(--wdtFontSize_H3);
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--wdtFontTypo_Alt);
    line-height: normal;
}

.wdt-interactive-showcase-content-group {
    display: flex;
}

.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;
}

.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;
}

.wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    transform: scaleX(1);
    visibility: visible;
}


/* .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); } */

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    color: rgba(var(--wdtHeadAltColorRgb), 0.3);
    transition: var(--wdtBaseTransition);
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title,
.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title {
    color: rgba(var(--wdtHeadAltColorRgb), 1);
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group {
    display: inline-flex;
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-description {
    font-size: clamp(1.375rem, 1.1rem + 1.375vw, 2.75rem);
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--wdtFontTypo_Alt);
    color: rgba(var(--wdtHeadAltColorRgb), 0.3);
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-description,
.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-description {
    color: rgba(var(--wdtHeadAltColorRgb), 1);
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    flex: unset;
    width: 56%;
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    flex: unset;
    width: 44%;
}

.wdt-custom-product-collection-showcase .wdt-interactive-showcase-container {
    align-items: flex-start;
}

/*Home-2*/
.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container {
    display: grid;
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    grid-area: 1/1;
    z-index: 1
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    grid-area: 1/1;
    z-index: 0;
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    color: rgba(var(--wdtAccentTxtColorRgb), 0.3);
    transition: var(--wdtBaseTransition);
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title,
.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title {
    color: rgba(var(--wdtAccentTxtColorRgb), 1);
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-interactive-showcase-media-group .wdt-content-image img {
    border-radius: 22px;
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(.645, .045, .355, 1)
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div.wdt-interactive-showcase-active .wdt-interactive-showcase-media-group .wdt-content-image img {
    transform: scale(1);
    opacity: 1;
    transition: all 0.8s cubic-bezier(.645, .045, .355, 1);
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-interactive-showcase-media-group .wdt-content-image {
    position: relative;
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-interactive-showcase-media-group .wdt-content-image:after {
    border-radius: 22px;
    background: radial-gradient(67.61% 67.61% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 82.51%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(.645, .045, .355, 1);
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div.wdt-interactive-showcase-active .wdt-interactive-showcase-media-group .wdt-content-image:after {
    opacity: 1;
    transition: all 0.8s cubic-bezier(.645, .045, .355, 1);
}

.wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    overflow: hidden;
    border-radius: 22px;
    transform-origin: unset;
    transform: none;
}

/*Home-6*/
.wdt-custom-popup-interactive .wdt-interactive-showcase-container {
    display: grid;
    overflow: hidden;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    grid-area: 1 / -1;
    width: fit-content;
    z-index: 1;
    max-width: fit-content;
    float: right;
    margin-left: auto;
    height: 100%;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    grid-area: 1 / -1;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container {
    margin: 0;
    align-items: flex-start;
    width: 100%;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    max-width: 400px;
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    padding: 0px;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    width: 400px;
    height: 100%;
    max-height: 204px;
    padding: 40px 150px 56px 50px;
    backdrop-filter: blur(6px);
    background-color: rgba(var(--wdtHeadAltColorRgb), .15);
    margin-bottom: 0;
    border-style: solid;
    border-color: rgba(var(--wdtBodyBGColorRgb), 0.2);
    border-width: 1px;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(1) {
    grid-area: 1 / 1;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2) {
    grid-area: 2 / 1;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(3) {
    grid-area: 3 / 1;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(4) {
    grid-area: 4 / 1;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    padding: 0;
    margin-bottom: -1px;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a {
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: clamp(1.375rem, 1.1rem + 1.375vw, 2.75rem);
    font-weight: var(--wdtFontWeight_Alt);
    font-family: var(--wdtFontTypo_Alt);
    line-height: 1.2;
    text-transform: capitalize;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after {
    visibility: hidden;
    opacity: 0;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:before {
    background-color: rgba(var(--wdtPrimaryColorRgb), 0.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: 0 50%;
    z-index: 0;
    transition: transform .2s ease .25s, visibility 03s ease;
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before,
.wdt-custom-popup-interactive .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-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    opacity: 0;
    transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all .7s linear;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

/*End*/

@media(min-width: 1541px) {
    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img {
        min-height: 920px;
        object-fit: cover;
        width: 100%;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        min-height: 100%;
    }
}

@media(max-width: 1540px) {
    .wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        padding: 0px 0 0;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img {
        min-height: 700px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding: 36px 115px 30px 50px;
        max-height: 100%;
        width: 325px;
    }
}

@media(max-width: 1280px) {
    .wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: clamp(2.25rem, 1.925rem + 1.625vw, 3.875rem);
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img {
        min-height: 600px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding: 25px 90px 25px 35px;
        max-height: 100%;
        width: 275px;
    }
}

@media (max-width: 1024px) {
    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        flex: 1 1 100%;
        padding: 20px;
    }

    .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
        position: relative;
    }

    .wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: clamp(1.375rem, 1.1rem + 1.375vw, 2.75rem);
    }

    .wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-description {
        font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
    }

    .wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-interactive-showcase-media-group .wdt-content-image img {
        height: 550px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        height: auto;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img {
        min-height: 600px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H5);
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding: 25px;
        width: 25%;
        background-color: rgba(var(--wdtHeadAltColorRgb), .5);
        border-width: 1px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        width: auto;
        max-width: 100%;
        float: none;
        margin-left: 0;
        height: auto;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container {
        display: grid;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        border-bottom: 1px solid rgba(var(--wdtBodyBGColorRgb), 0.2);
    }

    .wdt-custom-popup-interactive .elementor-widget-container {
        justify-content: start;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item {
        top: 48%;
        left: 36%;
    }

}

@media(max-width: 768px) {

    .wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper,
    .wdt-custom-product-collection-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        width: 100%;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element img {
        min-height: 550px;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item {
        width: 97px !important;
        height: 97px !important;
        top: 50%;
        left: 80%;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:after {
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item:hover:before {
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: calc(var(--wdtFontSize_H5) - 2px);
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        width: 50%;
        padding: 20px;
    }
}

@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;
    }

    .wdt-custom-overlap-interactive-showcase .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-interactive-showcase-media-group .wdt-content-image img {
        height: 450px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding: 15px;
    }

    .wdt-custom-popup-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        width: 100%;
    }

    .wdt-right-slide-content .wdt-interactive-showcase-media-group,
    .wdt-right-slide-content .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li>.wdt-interactive-showcase-content-group>.wdt-interactive-showcase-content-group {
        grid-column: 1/3;
    }

    .wdt-custom-popup-interactive .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element span.wdt-popup-box-trigger-item {
        transform: translateX(-50%) translateY(-50%);
        left: 83%;
        top: 75%;
        width: 80px !important;
        height: 80px !important;
        font-size: 12px;
    }
}