.wdt-interactive-showcase-container { display: flex; will-change: flex; flex-wrap: wrap; margin: 0px; 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: 0; margin: 0; width: 100%; max-width: 100%; flex-wrap: wrap; justify-content: space-between; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { list-style-type: none; padding: 20px 30px; position: relative; flex: 0 0 auto; margin:0; }
.wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:last-child{ margin-right: 0px; }
.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.125rem, 0.3732rem + 0.939vw, 1.5rem); /* Min-18 & Max-24 */ font-weight: var(--wdtFontWeight_Alt); line-height: var(--wdtLineHeight_Alt); 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; 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 .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; width: 100%; }
.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; }

/*Custom css*/ 
.wdt-custom-interactive-video .wdt-interactive-showcase-container { display: grid; align-items: end; margin: 0; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 0; height: 100%; grid-area: 1/-1; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { display: flex; padding: clamp(1.875rem, -5.6426rem + 9.3897vw, 5.625rem);/*30-90px*/ padding-top: clamp(5.625rem, 3.4777rem + 3.352vw, 7.5rem); grid-area: 1/-1; z-index: 1; background: linear-gradient(0deg, var(--wdtSecondaryColor) 50%, transparent 100%); }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { height: fit-content; padding: 10px 10px 10px 30px; background-color: rgba(var(--wdtHeadAltColorRgb),0.3); border: 1px solid rgba(var(--wdtBorderColorRgb), 0.35); transition: var(--wdtBaseTransition); overflow: hidden; border-radius: var(--wdtRadius_Part); backface-visibility: hidden; scroll-snap-align: start; }
.wdt-custom-interactive-video .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 .wdt-interactive-showcase-element { color: var(--wdtAccentTxtColor); margin-right: 15px; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-button { display: flex; }
.wdt-custom-interactive-video .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.wdt-interactive-showcase-element { display: none; }
.wdt-custom-interactive-video .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 { display: flex; align-items: center; justify-content: space-between; }
.wdt-custom-interactive-video .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: linear-gradient(270deg, rgba(var(--wdtPrimaryColorRgb), 0) 0%, var(--wdtPrimaryColor) 100%); visibility: hidden; transform: scaleX(0); transform-origin: 0 50%; z-index: 0; transition: transform .2s ease .25s, visibility 03s ease; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before, .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before { transform: scaleX(1); visibility: visible; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a:after { content: "\e801"; position: absolute; display: grid; place-items: center; width: 100%; height: 100%; border-radius: var(--wdtRadius_2X) var(--wdtRadius_Part) var(--wdtRadius_Part) var(--wdtRadius_2X); top: 0; font-family: "refurb-extra-icons"; background: var(--wdtSecondaryColor); color: var(--wdtPrimaryColor); left: 0; font-size:  clamp(1.1875rem, 1.0622rem + 0.1565vw, 1.25rem); transition: var(--wdtAltTransition); transform: scale(1); }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a { position: relative; width: clamp(2.8125rem, 1.5596rem + 1.5649vw, 3.4375rem);/*45-55px*/ height: clamp(2.1875rem, 0.9346rem + 1.5649vw, 2.8125rem);/*35-45px*/ display: inline-block; border: 1px solid rgba(var(--wdtBorderColorRgb),0.5); border-radius: var(--wdtRadius_2X) var(--wdtRadius_Part) var(--wdtRadius_Part) var(--wdtRadius_2X); overflow: hidden; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper:has(.wdt-interactive-showcase-active) li.wdt-interactive-showcase-active { border: 1px solid rgba(var(--wdtPrimaryColorRgb),.5); }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-button a:after { background: var(--wdtPrimaryColor); color: var(--wdtHeadAltColor); }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-button a, .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-button a { border: 1px solid rgba(var(--wdtPrimaryColorRgb),0.5); }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { transform: none; opacity: 0; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { opacity: 1; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a.wdt-interactive-showcase-element { color: var(--wdtTertiaryColor); }
.wdt-dark-bg .wdt-custom-interactive-video .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 .wdt-interactive-showcase-element { color: var(--wdtTertiaryColor); }
.wdt-dark-bg .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button a:after { border-color: var(--wdtTertiaryColor); }
.wdt-dark-bg .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-button .wdt-interactive-showcase-button-link:after { background: linear-gradient(to right, var(--wdtTertiaryColor) 50%, var(--wdtTertiaryColor) 50%); }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-popup-box-trigger-holder, .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element { width: 100%; }

.wdt-custom-interactive-video .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-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { display: flex; width: 60%; align-items: flex-end; justify-content: flex-end; margin: -10px; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { margin: 10px; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper .wdt-interactive-showcase-container-title-wrapper .wdt-interactive-showcase-container-subtitle{
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    color: var(--wdtHeadAltColor);
    text-transform: capitalize;
    width: fit-content;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 0;
    color: var(--wdtAccentTxtColor);
    background: linear-gradient(90deg, var(--wdtPrimaryColor) -50%, transparent 90%);
    -webkit-box-shadow: inset 0px 1px 10px -1px var(--wdtPrimaryColor) !important;
    box-shadow: inset 0px 1px 10px -1px var(--wdtPrimaryColor) !important;
    border-radius: var(--wdtRadius_Part);
    background-size: 100% 100%;
  }
  
  .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper .wdt-interactive-showcase-container-title-wrapper .wdt-interactive-showcase-container-title{
    margin: 0;
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem); /* Min-24 & Max-40 */
    color: var(--wdtAccentTxtColor);
  }

  .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper .wdt-interactive-showcase-container-title-wrapper{
    display: inline-flex;
    flex-direction: column;
    width: 40%;
  }

  @media (max-width:1540px) {
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper .wdt-interactive-showcase-container-title-wrapper{width: 33%;}
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { width: 67%;}
  }
  @media (max-width:1280px) {
      .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{
        flex-direction: column;
        gap: 30px;
      }

      .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{justify-content: flex-start;}

      .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper .wdt-interactive-showcase-container-title-wrapper{ width: 100%;}

  }

  @media only screen and (min-width:769px) and (max-width:1280px) { 
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { width: 100%;}
  }

  @media (max-width:769px){ 
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { width: auto;}
    
  }

/*style-2*/

.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title { font-size: clamp(2.25rem, 1.8462rem + 1.7949vw, 4rem); text-transform: capitalize; font-weight: var(--wdtFontWeight_Alt); font-family: var(--wdtFontTypo_Alt); position: relative; }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group { display: flex; flex-direction: row-reverse; justify-content: left; align-items: center; }
.wdt-interactive-style-2 .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-style-2 .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: auto; height: auto; border-radius: var(--wdtRadius_Zero); }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { margin: 0 0 0 auto; }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 0px 0 20px; }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper li .wdt-interactive-showcase-media-group { position: absolute; right: 0; top: 0; transform: scale(0.5); opacity: 0; transform: rotate(0deg) translateY(-50%); -webkit-transform: rotate(0deg) translateY(-50%); transition: var(--wdt-Ad-Transition); z-index: 1;}
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper li.wdt-interactive-showcase-active .wdt-interactive-showcase-media-group { opacity: 1; transform: scale(1); transform: rotate(-14.14deg) translateY(-50%); -webkit-transform: rotate(-14.14deg) translateY(-50%); }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title { color: var(--wdtPrimaryColor); }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:after,
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title:after { content: ''; position: absolute; width: 100%; height: 2px; background-color: currentColor; bottom: 0; left: 0; transform-origin: right; transform: scaleX(0); transition: transform .3s ease-in-out;}
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title:after,
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title:after {transform-origin: left; transform: scaleX(1);}
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title:before,
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title:before {content: ""; position: absolute; display: inline-block; width: 35px; height: 50px;-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M99.7,50.7c0.4-0.4,0.4-1,0-1.3l-6.1-6.1c-0.4-0.4-1-0.4-1.3,0c-0.4,0.4-0.4,1,0,1.3l5.4,5.4l-5.4,5.4c-0.4,0.4-0.4,1,0,1.3 c0.4,0.4,1,0.4,1.3,0L99.7,50.7z M0,51l99,0V49L0,49L0,51z'/%3E%3C/svg%3E%0A");mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M99.7,50.7c0.4-0.4,0.4-1,0-1.3l-6.1-6.1c-0.4-0.4-1-0.4-1.3,0c-0.4,0.4-0.4,1,0,1.3l5.4,5.4l-5.4,5.4c-0.4,0.4-0.4,1,0,1.3 c0.4,0.4,1,0.4,1.3,0L99.7,50.7z M0,51l99,0V49L0,49L0,51z'/%3E%3C/svg%3E%0A");-webkit-mask-position: right; -webkit-mask-size: cover; -webkit-mask-repeat: no-repeat; mask-position: right; mask-size: cover; mask-repeat: no-repeat;background: currentColor; left: -150px; transition: var(--wdtAltTransition); transform: scale(1.6) translateY(-35%); top: 50%; opacity: 0;}
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title:before,
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title:before { left: -100px; opacity: 1; }
.wdt-interactive-style-2 .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {  padding-left: 120px; }

/*Style-3*/
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container { display: grid; grid-template-columns: 35% 65%; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { padding: 0px; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding: 0px clamp(1.875rem, 1.1538rem + 3.2051vw, 5rem); padding-right: 0px; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title,
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title { color: var(--wdtLinkColor); }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {  margin-bottom: 20px; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] { transform: none; opacity: 0; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active { opacity: 1; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {width: auto;}
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group { display: flex; align-items: center; position: relative;}
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 0; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem); color: var(--wdtHeadAltColor); transition: var(--wdtBaseTransition); line-height: normal; font-family: var(--wdtFontTypo_Alt);}
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group .wdt-content-image, 
.wdt-custom-interactive-hotspot .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: 50px; height: 30px; border-radius: var(--wdtRadius_Zero); margin-right: 16px; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { padding: 20px 10px 20px 45px; border: 1px solid var(--wdtBorderColor); transition: all 0.2s ease; border-radius: var(--wdtRadius_Part); -webkit-border-radius: var(--wdtRadius_Part); overflow: hidden;}
.wdt-custom-interactive-hotspot .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: linear-gradient(270deg, rgba(var(--wdtPrimaryColorRgb), 0) 0%, rgba(var(--wdtPrimaryColorRgb), 0.5) 100%); visibility: hidden; transform: scaleX(0); border-radius: var(--wdtRadius_Part); -webkit-border-radius: var(--wdtRadius_Part); transform-origin: 0 50%; z-index: 0; transition: transform .2s ease .25s, visibility 03s ease;}
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:before, 
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:before { transform: scaleX(1); visibility: visible; }
/* .wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active { border-color: transparent; } */

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > .wdt-interactive-showcase-content-group:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transition: var(--wdtAltTransition);
    border-radius: var(--wdtRadius_2X) var(--wdtRadius_Part) var(--wdtRadius_Part) var(--wdtRadius_2X);
    z-index: 0;
    width: 55px;
    height: 47px;
    border: 1px solid;
    margin: auto;
    border-color: var(--wdtSecondaryColor);
    background-color: var(--wdtPrimaryColor);
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    opacity: 0;
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > .wdt-interactive-showcase-content-group:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M58,15.5c0.9-0.9,2-1.3,3.1-1.3c1.1,0,2.2,0.4,3.1,1.3l31.3,31.3c0.2,0.2,0.4,0.4,0.5,0.7c0.1,0.1,0.1,0.2,0.2,0.3 c0.1,0.1,0.2,0.3,0.2,0.4c0.1,0.1,0.1,0.3,0.1,0.4c0,0.1,0.1,0.2,0.1,0.4c0.1,0.6,0.1,1.2,0,1.7c0,0.1-0.1,0.3-0.1,0.4 c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c-0.1,0.1-0.1,0.2-0.2,0.3c-0.2,0.2-0.4,0.5-0.5,0.7L64.2,84.5 c-1.7,1.7-4.5,1.7-6.2,0c-1.7-1.7-1.7-4.5,0-6.2l23.8-23.8H7.6c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4l74.1,0L58,21.7 C56.2,20,56.2,17.2,58,15.5L58,15.5z'%3E%3C/path%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M58,15.5c0.9-0.9,2-1.3,3.1-1.3c1.1,0,2.2,0.4,3.1,1.3l31.3,31.3c0.2,0.2,0.4,0.4,0.5,0.7c0.1,0.1,0.1,0.2,0.2,0.3 c0.1,0.1,0.2,0.3,0.2,0.4c0.1,0.1,0.1,0.3,0.1,0.4c0,0.1,0.1,0.2,0.1,0.4c0.1,0.6,0.1,1.2,0,1.7c0,0.1-0.1,0.3-0.1,0.4 c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c-0.1,0.1-0.1,0.2-0.2,0.3c-0.2,0.2-0.4,0.5-0.5,0.7L64.2,84.5 c-1.7,1.7-4.5,1.7-6.2,0c-1.7-1.7-1.7-4.5,0-6.2l23.8-23.8H7.6c-2.4,0-4.4-2-4.4-4.4c0-2.4,2-4.4,4.4-4.4l74.1,0L58,21.7 C56.2,20,56.2,17.2,58,15.5L58,15.5z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-position: right;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-position: right;
    mask-size: cover;
    mask-repeat: no-repeat;
    background: linear-gradient(to right, var(--wdtSecondaryColor) 50%, var(--wdtSecondaryColor) 50%);
    transition: var(--wdtAltTransition);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 18px;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    opacity: 0;
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover a > .wdt-interactive-showcase-content-group:before,
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover a > .wdt-interactive-showcase-content-group:after,.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a > .wdt-interactive-showcase-content-group:before,
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active a > .wdt-interactive-showcase-content-group:after{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
}




/* .wdt-custom-interactive-iconbox .elementor-widget-container {display: flex;flex-wrap: wrap;justify-content: center;}  */
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container {margin:0;align-items:flex-start;width: 100%;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container {display:grid;overflow: hidden;} 
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper, .wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {padding: 0;margin-bottom: -1px;}
.wdt-custom-interactive-iconbox .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%;margin-right:-1px;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { grid-area: 1 / -1; height: 100%; }
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div > div, 
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div > div .elementor-section.elementor-top-section {
    height:100%;
}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {max-width:700px;display: grid;grid-template-columns: 50% 50%;height: 100%;} 
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:not(:last-child) {margin-bottom: 0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:first-child, 
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:nth-child(2) {border-top: 0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { scroll-snap-align: start; display: flex;align-items: center;width:100%;height: 100%;max-height: 300px;padding:30px 80px;backdrop-filter:blur(4px);background-color:rgba(var(--wdtSecondaryColorRgb), .80);margin-bottom: 0;border-style: solid;border-color: rgba(var(--wdtBorderColorRgb), 0.2);border-width: 1px 1px 0 0;margin-right:-1px;justify-content: center;cursor: pointer;z-index: 1;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group{display:flex;align-items:center;flex-direction: column;justify-content: center;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon{height:unset;line-height:0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon span i{height:unset;line-height:0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon span{font-size: 60px;height:unset;line-height:0;color:var(--wdtTertiaryColor);transition:var(--wdtBaseTransition);margin-right:0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title{font-size: var(--wdtFontSize_H6);text-transform: capitalize; color: var(--wdtTertiaryColor);transition: var(--wdtBaseTransition);font-weight: var(--wdtFontWeight_Base);margin-top: 10px;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {grid-area: 1 / -1;visibility: visible;transform: scale(1.05);opacity:0;transform-origin:center;transition: all .7s linear;pointer-events: none;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {transform: scale(1);opacity:1;visibility: visible;pointer-events: all;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:after{content: "";position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:var(--wdtPrimaryColor);opacity:0;z-index:-1;transform:scale(0.7); -webkit-border-radius: var(--wdtRadius_3X); border-radius: var(--wdtRadius_3X); transform-origin:center;transition: var(--wdtAltTransition); margin: 15px;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover:after,
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active:after{ -webkit-transform:scale(1); transform:scale(1); opacity:1; }
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon span,.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group .wdt-interactive-showcase-media-group .wdt-content-icon span{color:var(--wdtSecondaryColor);}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li:hover .wdt-content-title,
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-content-title{color:var(--wdtSecondaryColor);}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container{padding:50px;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button > a{padding: var(--wdtPadding_Btn);background: var(--wdtPrimaryColor);border-color: var(--wdtPrimaryColor);font-size: var(--wdtFontSize_Base);font-family: var(--wdtFontTypo_Base);font-weight: var(--wdtFontWeight_Alt);text-transform: capitalize;}
.wdt-custom-interactive-iconbox .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image, .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper .wdt-content-image img {height: 100%;}


/*Responsive*/

@media screen and (min-width: 1541px) 
{
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {min-height: 100%;}
}

@media (max-width:1280px)
{
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {width:100%;padding:30px;}  

}  

@media only screen and (min-width:1025px) and (max-width:1280px){
    .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{
        justify-content: center;
    }
}

@media (max-width:1024px)
{

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container {display: flex;overflow: hidden;flex-direction: column-reverse;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { flex-wrap: nowrap; scroll-behavior: smooth; overflow-x: scroll; overflow-y: hidden; scroll-snap-type: x mandatory; }
.wdt-custom-interactive-iconbox .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{ scroll-snap-align:start; }
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{flex:0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{width:100%;margin-left:0;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container{padding:20px;}
.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-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper { padding:20px 0; margin: 0;}
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container { grid-template-columns: repeat(1, 1fr); }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 100%; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { line-height: 1; margin-right: 10px; margin-bottom: 10px !important; padding: var(--wdtPadding_Btn); }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper { padding-left: 0px; padding-top: 30px; }
.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > .wdt-interactive-showcase-content-group:before, .wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > .wdt-interactive-showcase-content-group:after { display: none; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{max-width: 100%;}
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li{background-color: rgba(var(--wdtAccentTxtColorRgb), .98);border-color: rgba(var(--wdtBorderColorRgb), 0.1);border-width: 0px 1px 1px 0;margin-right: 0;backdrop-filter: unset;padding: 25px;width:100%;}

.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper{ grid-area:auto; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper{ order:1; background:var(--wdtHeadAltColor); }


.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
   
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container {
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    flex: 0;
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    width: 100%;
    margin-left: 0;
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover > .wdt-media-image-cover-container {
    padding: 20px;
}

.wdt-interactive-showcase-list::-webkit-scrollbar {
    width: 100%;
    height: 8px;
    border: 1px solid var(--wdtTertiaryColor);
}

.wdt-interactive-showcase-list::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(var(--wdtAccentTxtColorRgb), .4);
}

.wdt-interactive-showcase-list::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--wdtAccentTxtColor);
}

.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-interactive-video .wdt-interactive-showcase-container {
    grid-template-columns: 500px 1fr;
} */

.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    padding: 40px 20px;
    overflow: hidden;
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container {
    grid-template-columns: repeat(1, 1fr);
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px !important;
    padding: var(--wdtPadding_Btn);
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    padding-left: 0px;
    padding-top: 30px;
}

.wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > .wdt-interactive-showcase-content-group:before, .wdt-custom-interactive-hotspot .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li a > .wdt-interactive-showcase-content-group:after {
    display: none;
}

.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
    max-width: 100%;
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    background-color: var(--wdtSecondaryColor);
    border-color: rgba(var(--wdtBorderColorRgb), 0.1);
    border-width: 0px 1px 1px 0;
    margin-right: 0;
    backdrop-filter: unset;
    padding: 25px;
    width: 33%;
}


}



@media (max-width: 767px) 
{
    .wdt-custom-interactive-video .wdt-interactive-showcase-container > .wdt-interactive-showcase-list-wrapper > ul.wdt-interactive-showcase-list > li .wdt-interactive-showcase-button a:not(:first-child):after{margin: auto;left: unset;}
    .wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { width: 50%; }
    
    /* custom video interactive */
    .wdt-custom-interactive-video .wdt-interactive-showcase-container { grid-template-columns: 1fr; }
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list { flex-wrap:nowrap; overflow-x:scroll; overflow-y:hidden; scroll-behavior:smooth; white-space:nowrap; scroll-snap-type:x mandatory; gap:0px; padding: 0 20px; padding-bottom: 20px; }
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { min-width: 50%; margin: 0 20px 0 0; }

    @-moz-document url-prefix() {
        .wdt-interactive-showcase-list { scrollbar-color: var(--wdtPrimaryColor) var(--wdtBodyBGColor); scrollbar-width: thin; }
    }

    .wdt-interactive-showcase-list::-webkit-scrollbar { width: 100%; height: 3px; }
    .wdt-interactive-showcase-list::-webkit-scrollbar-track { border-radius: 0; background: rgba(var(--wdtAccentTxtColorRgb), 1); }
    .wdt-interactive-showcase-list::-webkit-scrollbar-thumb { border-radius: 0; background: var(--wdtPrimaryColor); }

    .wdt-custom-interactive-video .wdt-advanced-video-container .wdt-play-button { left: 0 !important; right: 0 !important; bottom: 0 !important; top: 0 !important; transform: none !important; margin: auto;}
}



@media (max-width: 650px) {
    .wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list{
        padding:0 0 20px;
        margin: 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; }
.wdt-custom-interactive-video .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group { gap: 0px; }
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li { width: 100%; }

}


@supports (-moz-appearance: none) {
    /* Styles for Firefox */ .wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        scrollbar-width: thin;
    }
}

/* Chrome, Edge, and Safari */
.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list::-webkit-scrollbar {
    height: 6px;
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list::-webkit-scrollbar-track {
    background: var(--wdtBorderColor);
}

.wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list::-webkit-scrollbar-thumb {
    background: var(--wdtPrimaryColor);
    cursor: pointer;
}