/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/hero-slider/_hero-slider-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-hero-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.block-hero-slider .btn-scroll {
  display: block;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background-color: #0066b3;
  background-image: url("../images/icon-scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.block-hero-slider .btn-scroll:hover {
  background-color: #002f67;
}
.block-hero-slider .btn-scroll:after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 5px;
  background: white;
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  left: 22px;
  top: 42%;
}
@keyframes scroll {
  from {
    transform: translateY(75%);
    opacity: 1;
  }
  to {
    transform: translateY(0%);
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .block-hero-slider .btn-scroll {
    display: none;
  }
}
.block-hero-slider .hero-slogan {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 267px;
  height: auto;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .block-hero-slider .hero-slogan {
    width: 176px;
    bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-hero-slider .hero-slogan {
    width: 100px;
    bottom: 20px;
  }
}
.block-hero-slider .swiper-slide {
  aspect-ratio: 640/189;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-slide {
    aspect-ratio: 320/140;
  }
}
.block-hero-slider .swiper-slide.clickable-slide {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.block-hero-slider .swiper-slide.clickable-slide:hover {
  text-decoration: none;
  color: inherit;
}
.block-hero-slider .swiper-slide.clickable-slide:hover .slider-title {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.block-hero-slider .swiper-slide.clickable-slide:hover .image-wrapper:after {
  opacity: 0.1;
}
.block-hero-slider .swiper-slide .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-slide .image-wrapper {
    background-position: left !important;
  }
}
.block-hero-slider .swiper-slide .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-slide .image-wrapper img {
    -o-object-position: left;
       object-position: left;
  }
}
.block-hero-slider .swiper-slide .image-wrapper:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  z-index: 2;
}
.block-hero-slider .swiper-slide .image-wrapper:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 75%;
  left: 0;
  z-index: 3;
  opacity: 0.75;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.63%, #002f67 60.52%);
}
.block-hero-slider .swiper-slide .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.block-hero-slider .swiper-slide .row,
.block-hero-slider .swiper-slide .col-slide-content {
  height: 100%;
}
.block-hero-slider .swiper-slide .col-slide-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .block-hero-slider .swiper-slide .col-slide-content {
    align-items: flex-end;
  }
}
.block-hero-slider .swiper-slide .slider-title {
  display: block;
  margin-bottom: 50px;
  padding-right: 80px;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-slide .slider-title {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .block-hero-slider .swiper-slide .slider-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-slide .button {
    position: relative;
    display: block;
    max-width: 295px;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .block-hero-slider .swiper-slide .button {
    margin-bottom: 75px;
  }
}
.block-hero-slider .pagination-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .block-hero-slider .pagination-wrapper {
    position: absolute;
    bottom: 0px;
  }
}
.block-hero-slider .swiper-pagination {
  position: relative;
  text-align: left;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-pagination {
    text-align: center;
    padding: 10px 0;
  }
}
.block-hero-slider .swiper-pagination-bullet {
  font-weight: 600;
  font-size: 2rem;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  height: 24px;
  border-radius: 0;
  background: none;
  margin-right: 50px;
}
@media (max-width: 1535.98px) {
  .block-hero-slider .swiper-pagination-bullet {
    max-width: 250px;
    font-size: 1.6rem;
    margin-right: 25px;
  }
}
@media (max-width: 1199.98px) {
  .block-hero-slider .swiper-pagination-bullet {
    max-width: 200px;
    font-size: 1.4rem;
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-pagination-bullet {
    max-width: inherit;
    width: 8px;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
    border-radius: 2px;
    text-indent: -9999px;
    margin: 0 5px;
    background: #002f67;
  }
}
.block-hero-slider .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.block-hero-slider .swiper-pagination-bullet:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  max-width: 200px;
  height: 10px;
  background: rgba(196, 196, 196, 0.2);
  border-radius: 2px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-pagination-bullet:before {
    display: none;
  }
}
.block-hero-slider .swiper-pagination-bullet:after {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  max-width: 200px;
  height: 10px;
  background: #0066b3;
  border-radius: 2px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-pagination-bullet:after {
    display: none;
  }
}
.block-hero-slider .swiper-pagination-bullet .slide-progress {
  display: block;
  position: absolute;
  width: 0;
  max-width: 200px;
  height: 10px;
  background: #0066b3;
  border-radius: 2px;
  z-index: 2;
  transition: width linear 0s;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-pagination-bullet .slide-progress {
    display: none;
  }
}
.block-hero-slider .swiper-pagination-bullet-active {
  color: white;
}
@media (max-width: 991.98px) {
  .block-hero-slider .swiper-pagination-bullet-active {
    background: #0066b3;
  }
}
.block-hero-slider .swiper-pagination-bullet-active:after {
  width: 200px;
}
.block-hero-slider .swiper-pagination-bullet-active .slide-progress {
  width: 200px;
}
.block-hero-slider .pagination-wrapper.no-autoplay .swiper-pagination-bullet .slide-progress {
  display: none;
}
.block-hero-slider .pagination-wrapper.no-autoplay .swiper-pagination-bullet-active .slide-progress {
  display: block;
  transition-duration: 0s !important;
  width: 200px;
}
