.fullSizeSlider-inner {
  max-width:1440px;
  margin:0px auto;
  position:relative;
  z-index:2;
  height:700px;
  color:#fff;
  overflow:hidden;
}
.fullSizeSlider-slide-text,
.fullSizeSlider-slide-title {
  color:#fff;
}
.fullSizeSlider-title {
  font-size: 40px;
  color:#fff;
  top:8%;
  left:50px;
  position: absolute;
  z-index: 2;
}
.fullSizeSlider-mod {
  max-width:1440px;
  margin:0px auto;
  position:relative;
}
.fullSizeSlider-bg  img{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:top;
}
.fullSizeSlider-bg {
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  height:100%;
  opacity:0.6;
  width:100%;
}



.fullSizeSlider-arrow {
  color:#000;
  height:60px;
  width:60px;
  overflow:hidden;
  cursor:pointer;
  display:flex;
  flex-direction:row;
  background:#fff;
  transition:1s ease background;
  -webkit-transition:1s ease background;
}
.fullSizeSlider-mod .arrow-button-block__content {
  height:60px;
  width:120px;
  display:flex;
  flex-direction:row;
  transition:0s ease transform;
  -webkit-transition:0s ease transform
  transform:translateX(-60px);
  -webkit-transform:translateX(-60px);
}
.fullSizeSlider-arrow:hover {
  background:#00dba8; 
}
.fullSizeSlider-arrow:hover .arrow-button-block__content {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:1s ease transform;
  -webkit-transition:1s ease transform;
}
.fullSizeSlider-arrow-right.fullSizeSlider-arrow .arrow-button-block__content {
  transform:translateX(-60px);
  -webkit-transform:translateX(-60px);
}
.fullSizeSlider-arrow-right.fullSizeSlider-arrow:hover .arrow-button-block__content {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
}
.fullSizeSlider-mod .arrow-button-block__content > div svg{
  height:21px;
  width:auto;
}
.fullSizeSlider-mod .arrow-button-block__content > div{
  display:flex;
  height:60px;
  width:60px;
  align-items:center;
  justify-content:center;
}
.fullSizeSlider-controls > div {
  height:60px;
  width:60px;
}
.fullSizeSlider-controls > div.fullSizeSlider-arrow-left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.fullSizeSlider-controls {
  padding:0px 20px;
  margin:0px auto;
  display:flex;
  justify-content:end;
  gap:20px;
  align-items:center;
  position: absolute;
  bottom: 47%;
  right: 60px;
  z-index: 3;
}
.fullSizeSlider-bg .desktop {
  display:flex;
}
.fullSizeSlider-bg .mobile {
  display:none;
}
.fullSizeSlider-slide-inner {
  padding-right:22px;
}
.fullSizeSlider-slide {
  height:700px;
  display:flex !important;
  align-items:end;
  border-left: 1px solid hsla(0, 0%, 100%, .4);
}
.fullSizeSlider-mod .slick-list {
  overflow:visible;
}
.fullSizeSlider-mod .slick-track {
  overflow:visible;
}

.fullSizeSlider-mod .fullSizeSlider-slider{
  width:97.5%
}
.fullSizeSlider-title { 
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-transform:uppercase;
}
.fullSizeSlider-slide-title { 
  margin-bottom:60px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-transform:uppercase;
}
.fullSizeSlider-slide {
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
  padding-left:25px;
  border-bottom: 4px solid transparent;
}
.fullSizeSlider-slider:not(:hover) .slick-slide.slick-current .fullSizeSlider-slide,
.fullSizeSlider-slide:hover {
  border-bottom: 4px solid #00dba8;
}
.fullSizeSlider-slide-inner {
  padding-left:25px;
}
.fullSizeSlider-slide-text {
  padding-top:0px;
  height:0px;
  opacity:0;
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
  padding-bottom:0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.fullSizeSlider-slider:not(:hover) .slick-slide.slick-current .fullSizeSlider-slide-text,
.fullSizeSlider-slide:hover .fullSizeSlider-slide-text {
  height:auto;
  opacity:1;
  padding-bottom:60px;
}
@media (max-width:1200px){
  .fullSizeSlider-slide-title { 
    font-size: 20px;
    line-height: 30px;
  }
  .fullSizeSlider-slide-text { 
    font-size: 16px;
    line-height: 26px;
  }
  .fullSizeSlider-title { 
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
  }
}
@media (max-width:991px){
  .fullSizeSlider-slide-title { 
    margin-bottom:25px;
  }
  .fullSizeSlider-slider .slick-slide.slick-current .fullSizeSlider-slide-text,
  .fullSizeSlider-slider .fullSizeSlider-slide-text,
  .fullSizeSlider-slider:not(:hover) .slick-slide.slick-current .fullSizeSlider-slide-text,
  .fullSizeSlider-slide:hover .fullSizeSlider-slide-text {
    height:auto;
    opacity:1;
    padding-bottom:40px;
  }
  .fullSizeSlider-slider .slick-slide.slick-current .fullSizeSlider-slide {
    border-bottom: 4px solid #00dba8;
  }
  .fullSizeSlider-slide {
    height:600px;
    border-left:none;
    padding-left:0px;
  }
  .fullSizeSlider-slide-title { 
    font-size: 20px;
    line-height: 30px;
  }
  .fullSizeSlider-slide-text { 
    font-size: 16px;
    line-height: 26px;
  }
  .fullSizeSlider-title { 
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    top: 5%;
    left: 25px;
  }
  .fullSizeSlider-bg .mobile {
    display:flex;
  }
  .fullSizeSlider-bg .desktop {
    display:none;
  }
  .fullSizeSlider-inner {
    height:600px;
    padding-left:0px;
  }
}