@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0.9vw;
    position: absolute;
    text-decoration: underline;
     text-transform: none;
    top: calc(100% + 2vw);
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev
{
    margin-left: 22%;
    
}
.slick-next
{
      margin-right: 26%;
    
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus

{
    color: transparent;
    outline: none;
    background: transparent;
    background-image: url('/wp-content/uploads/sites/2/2022/08/arrow_left.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    background-image: url('/wp-content/uploads/sites/2/2022/08/arrow_right.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    line-height: 0.2em;
    font-family: 'MerriweatherSans';
    font-size: 0.9vw;
    opacity: 1;
    color: #505759;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    font-weight: bold;
}

.slick-prev
{
    /* left: -25px; */
    
    background-image: url('/wp-content/uploads/sites/2/2022/08/arrow_left.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'Previous';
    margin-left: 1em;
    line-height: 0.2em;
    position: relative;
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
    background-image: url('/wp-content/uploads/sites/2/2022/08/arrow_right.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
content: 'Next';
margin-left: -2.8em;
line-height: 0.2em;
font-family: 'MerriweatherSans-Book'; 
font-size: 0.9vw;
font-weight: bold;
position: relative;
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 1.2vw;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    top: calc(100% + 1.8vw);
    text-align: center;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2px 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 3px;
    cursor: pointer;
    border-radius: 12px;
    border: solid 1px #505759;
    /* border: 0; */
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
   
    background-color:#505759 ;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 20px;
}
  
@media (max-width: 1580px)
{
.slick-prev,
.slick-next
    {
        
        top: calc(100% + 2.5vw);
    }
    .slick-dots {
        top: calc(100% + 2.2vw);
       
    }
    .slick-prev {
        margin-left: 22%;
    }
    .slick-next {
        margin-right: 26%;
    }
}


@media (max-width: 900px){
    .slick-prev {
        margin-left: 19% !important;
    }
}

@media (max-width: 844px)
{
    .slick-prev:before {
        content: 'Previous';
        margin-left: 1em;
        line-height: 0.2em;
        z-index: 99;
        color: #505759!important;
    }
    .slick-prev, .slick-next {
        font-size: 1.8vw;
        
      }
 
  .slick-prev:before,
  .slick-next:before {
   
    font-size: 1.8vw;
  }
  .slick-prev, 
  .slick-next {
    font-size: 1.8vw;
    top: calc(100% + 2.2vw);
    margin-left: 19% !important;
    margin-right: 25%;
    z-index: 100;
    }
}


