.leaderVid {
    position:relative;
    padding: 4rem 0;
    margin-top: 2.5rem 0;
}
.leaderVid .CarlosWrapper {
    position: absolute;
    left: 0;
    top: 15.5rem;
    
}
.leaderVid .CarlosWrapper h2 {
    text-transform: none;
    color: var(--StoneGrey);
    border-bottom: 1px solid var(--StoneGrey);
}
.leaderVid::before {
    background-image: url(https://onqs3bucket.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/8/2022/09/22225012/video-bk.jpg);
    position: absolute;
    width: 100%;
    clip-path: polygon(30% 12%, 59% 22%, 100% 22%, 100% 100%, 0 100%, 0 12%);
    content: "";
    top: 0;
    z-index: -3;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 54% 56%;
}
.leaderVid .contain-wrap{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.leaderVid .right-wrapper{
    flex: 0 1 auto;
    max-width:500px;

}
.leaderVid .content-wrapper {
    background: var(--RichBlack);
    padding: 1rem 3rem .3rem 1rem;
    margin: .25rem 0;
}
.leaderVid .content-wrapper p, .leaderVid .content-wrapper h4 {
    color: white;
}
.leaderVid .intro-wrapper{
    background:white;
    padding: 1rem 1rem 2rem 1rem;
}
.leaderVid .title-wrapper h2{
    text-transform: uppercase;
}
/* slider */
.leaderVid .slick-prev .slick-prev-icon:before {
    content:"\f0d8";
    right: 0;
    position: absolute;
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
}
.leaderVid .slick-next .slick-next-icon::before {
    content: "\f0d7";
    right:33px;
    position: absolute;
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
}

.leaderVid .slick-next, .leaderVid .slick-next:focus{
    position:absolute;
    top:82%;
    line-height:0;
}


.leaderVid .slick-prev {
    left:unset;
    right: 6px;
    top: 4rem;
    z-index: 1;
}
.leaderVid .slick-next .slick-next-icon,
.leaderVid .slick-next .slick-prev-icon,
.leaderVid .slick-prev .slick-next-icon,
.leaderVid .slick-prev .slick-prev-icon {
    color:var(--GlacialBlue);
    font-size: 55px;
}

/* triangle button */


.leaderVid .st0{fill:url(#Path_13571_00000134962758154402255780000013999211797363339696_);}
.leaderVid .st1{fill:none; stroke: white;}
.leaderVid .st2{fill:#FFFFFF;}
.leaderVid .btn-wrapper{
    transition-duration: 2s;
    position: absolute;
    left: 33rem;
    bottom: 16rem;
}
.TRIsolid {
    background: transparent;
    max-width: 200px;
    border: none;
    padding: 2rem 2rem 2rem 0;
    transition-duration: 2s;
  }
  .TRIsolid:hover{
      padding:0;
  }
  .TRIsolid #Polygon_32 .st2 {
    fill: transparent;
    transition-duration: 2s;
  }

  .TRIsolid:hover #Polygon_32 .st2 {
    fill: white;
  }

  #vertCar .slick-prev:focus {
    top: 14% !important; 
}

 #vertCar .slick-prev:focus, #vertCar .slick-prev-icon, #vertCar .slick-next:focus,#vertCar .slick-next-icon  {

    font-size: 50px !important;
    margin-left: -2px;
}

#vertCar .slick-pause-icon{
    display: none;
}

/* Modal */

.modalbrd {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
.modal-VDBRAND .overlayTitle-47 {
    display: none;
}
.modal-VDBRAND .statisticsContainer-48 {
    display: none;
}
.modal-VDBRAND .ms-TooltipHost.root-52 {
    display: none;
    }
.modal-VDBRAND .modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    background-color: #fefefec2;
    padding: 14rem 0;
    position: relative;
}
.CarlosWrapper h4 {
    font-size: 1.3rem;
    margin: 0;
  }
  /* The Close Button */
  .closeBRD {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  
   .closeBRD:hover,
   .closeBRD:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
@media screen and (max-width: 991px) {
    .leaderVid::before{
        position: unset;
    }
    .leaderVid .btn-wrapper {
        position: unset;
        background: url(https://onqs3bucket.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/8/2022/01/26203350/videobk.jpg);
        background-size: cover;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 500px;
    }
    .title-wrapper {
        margin-top: 1rem;
    }
    .TRIsolid {
        max-width: 100px;
    }
    .leaderVid .right-wrapper {
        max-width:100%;
        
    }
    .leaderVid {
        padding: 0;
        margin-top: 0;
      }
}
 