.vancode-carousel{}
.vancode-carousel{
      overflow: hidden;
      visibility: visible;
      aspect-ratio: 1.66;
}

.vancode-carousel .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #A2D471;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 300ms ease-in-out;
      cursor: pointer;
}

.vancode-carousel .swiper-slide .vancode-carousel-item{
      display: block;
      width: 100%;
      height: 100%;
}
.vancode-carousel .swiper-slide .carousel-image{
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 1;
      filter: grayscale(0);
      transition: all 300ms ease-in-out;
}
.vancode-carousel .swiper-slide .carousel-image img{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
}

.vancode-carousel .swiper-slide .carousel-content{
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
}
.vancode-carousel .swiper-slide .carousel-content .carousel-title{font-weight: 600;color: #52792B;margin-bottom: 0;}
.vancode-carousel .swiper-slide .carousel-content .carousel-cat{font-family: var( --e-global-typography-primary-font-family ), Sans-serif; color: #52792b; font-size: smaller;}

.vancode-carousel .swiper-button{color:var( --e-global-color-141f85d );}
.vancode-carousel .swiper-button-prev{margin-left: -5em;}
.vancode-carousel .swiper-button-next{margin-right: -5em;}

.vancode-carousel .swiper-pagination{margin-bottom: -2em;}
.vancode-carousel .swiper-pagination-bullet{background-color: var( --e-global-color-141f85d );}
.vancode-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{}

.vancode-carousel .vancode-carousel-ajax{
      position: absolute;
      width: 100%; 
      height: 100%;
      overflow: hidden;
      z-index: 1;
      box-shadow: 0 0 20px rgba(100,100,100,0.1);
}
.vancode-carousel .vancode-carousel-ajax .vancode-carousel-bg{
      position: absolute;
      width: 100%; 
      height: 100%;
      z-index: 1;
}
.vancode-carousel .vancode-carousel-ajax .vancode-carousel-bg svg{
      position: relative;
      top: -15px;
      left: -15px;
      width: calc(100% + 30px); 
      height: calc(100% + 30px);
      display: block;
}
.vancode-carousel .vancode-carousel-ajax .vancode-carousel-close{
      position: absolute;
      right: 1em;
      top: 1em;
      width: 30px;
      height: 30px;
      background-color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 30px;
      box-shadow: 0 0 7px rgba(0,0,0,0.2);
      z-index: 10;
      cursor: pointer;
}
.vancode-carousel .vancode-carousel-ajax .vancode-carousel-content{
      position: relative;
      width: 100%;
      height: 100%;
      background-color: #fff;
      overflow-x: auto;
      padding: 3em;
      opacity:0;
      z-index: 8;
}

/* ------ hover ------ */
.vancode-carousel .swiper-slide:hover .carousel-image{
      opacity: 0;
      filter: grayscale(1);
      mix-blend-mode: luminosity;
}

/* ------ active ------ */
.vancode-carousel .swiper-slide.expanded .carousel-image{opacity: 0;}









#triangulation {
      height: 100vh;
      width: 100vw;
      position: relative;
      display: block;
}
#triangulation svg{
      position: relative;
      opacity: 1;
      display: block;
      min-height: 100%;
      visibility: visible;
}


















