/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/content-carousel-block/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.content-carousel {
  overflow-x: hidden;
}
.content-carousel .slick-track {
  display: flex;
  align-content: stretch;
  align-items: stretch;
}
.content-carousel .slick-dots {
  left: unset;
  margin-bottom: 0px !important;
  display: none;
  list-style: none !important;
  padding-left: 0 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  width: auto;
  direction: ltr;
  min-height: 47px;
  display: none !important;
}
.content-carousel .slick-dots li {
  padding-left: 0 !important;
  list-style: none;
  margin-bottom: 0;
  margin-right: 10%;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 767px) {
  .content-carousel .slick-dots {
    display: flex !important;
  }
}
.content-carousel .slick-dots .slick-active button {
  border-left: #fa4616 4px solid;
  border-right: #fa4616 4px solid;
  transform: translateY(-20px);
}
.content-carousel .slick-dots button {
  opacity: 1;
  border-left: #fa4616 4px solid;
  border-right: rgba(250, 71, 22, 0) 4px solid;
  height: 47px !important;
  border-radius: 0 !important;
  width: 0 !important;
  border-top: unset !important;
  border-bottom: unset !important;
  transition: all 0.2s ease-in-out;
  margin-right: 10%;
  padding: 0;
  flex: 0 1 auto;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
}
.content-carousel .slick-dots button:focus {
  outline: #e4e4e4 solid 1px !important;
}
.content-carousel .slick-slide {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  display: flex !important;
  align-items: flex-end;
  min-height: 850px;
  height: unset;
}
.content-carousel .slick-slide .row {
  position: relative;
  z-index: 9999999;
  text-align: left;
  z-index: 9999;
  padding-right: 6%;
  padding-left: 6%;
  flex-direction: row-reverse;
  padding-bottom: 1.25rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .content-carousel .slick-slide .row {
    padding-bottom: 75px;
  }
}
@media (max-width: 450px) {
  .content-carousel .slick-slide .row {
    margin-top: 90%;
  }
}
.content-carousel .slick-slide .row .col-md-6, .content-carousel .slick-slide .row .col-md-5 {
  direction: ltr;
}
.content-carousel .slick-slide .row h2 {
  font-family: "IBM Plex Sans";
  font-size: 48px;
  line-height: 40px;
  color: #fff;
  direction: ltr;
}
@media (min-width: 800px) {
  .content-carousel .slick-slide .row h2 {
    margin-bottom: 40px;
  }
}
.content-carousel .slick-slide .row p {
  font-size: 20px;
  color: #fff;
  font-family: "IBM Plex Sans";
  direction: ltr;
}
@media (min-width: 767px) {
  .content-carousel .slick-slide .row p {
    font-size: 24px;
  }
}
.content-carousel .slick-slide .row .col-md-4 {
  min-width: 330px;
}
.content-carousel .slick-slide .row .button-col {
  margin-bottom: 3rem;
}
@media (min-width: 767px) {
  .content-carousel .slick-slide .row .button-col {
    text-align: right;
    margin-top: 3rem;
  }
}
.content-carousel .slick-slide .row .animated-border-button {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  direction: ltr;
}
@media (min-width: 767px) {
  .content-carousel .slick-slide .row .animated-border-button {
    line-height: 70px;
  }
}
@media (max-width: 800px) {
  .content-carousel .text-end {
    margin: 0 !important;
  }
}
.content-carousel .slick-slide:after {
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.content-carousel .carousel-control-prev {
  left: -2px;
  justify-content: end;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-left: 50px;
  z-index: 999;
}
.content-carousel .carousel-control-next {
  right: -2px;
  justify-content: start;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-right: 50px;
}
.content-carousel .carousel-control-prev,
.content-carousel .carousel-control-next {
  max-height: 164px;
  max-width: 160px;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .content-carousel .carousel-control-prev,
  .content-carousel .carousel-control-next {
    border: rgba(255, 255, 255, 0) 1px solid !important;
  }
}
.content-carousel .carousel-control-prev:hover svg path, .content-carousel .carousel-control-prev:focus svg path,
.content-carousel .carousel-control-next:hover svg path,
.content-carousel .carousel-control-next:focus svg path {
  fill: #fa4616;
}
.content-carousel .carousel-control-prev-icon,
.content-carousel .carousel-control-next-icon {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  max-width: 40px;
  max-height: 113px;
}
.content-carousel .carousel-control-prev-icon svg path,
.content-carousel .carousel-control-next-icon svg path {
  transition: all 0.2s ease-in-out;
}
.content-carousel .carousel-control-prev:hover,
.content-carousel .carousel-control-prev:focus,
.content-carousel .carousel-control-next:hover,
.content-carousel .carousel-control-next:focus {
  border-color: #fa4616 !important;
}
.content-carousel .carousel-control-next .carousel-control-next-icon, .content-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: unset;
}
.content-carousel .smallBar,
.content-carousel .largeBar,
.content-carousel .smallBar_left,
.content-carousel .largeBar_bottom {
  z-index: 2;
  transform: none !important;
}
.content-carousel .smallBar,
.content-carousel .largeBar {
  position: absolute !important;
  right: 0 !important;
  top: 54px !important;
}
.content-carousel .smallBar {
  top: 85px !important;
}
.content-carousel .smallBar_left {
  top: 89px !important;
  left: 0 !important;
  position: absolute !important;
}
.content-carousel .largeBar_bottom {
  top: 89px !important;
  right: 0 !important;
  position: absolute;
}
.content-carousel .smallBar {
  height: 10px !important;
}
.content-carousel .largeBar,
.content-carousel .smallBar_left {
  height: 2px !important;
}
.content-carousel .largeBar_bottom-wrapper {
  right: 0 !important;
  left: unset !important;
  top: 0 !important;
}
.content-carousel .smallBar_left-wrapper {
  left: 0 !important;
  top: 0 !important;
}
.content-carousel .largeBar-wrapper {
  right: 0 !important;
  left: unset !important;
  top: 0 !important;
}
.content-carousel .smallBar-wrapper {
  right: 0 !important;
  left: unset !important;
  top: 0 !important;
}
.content-carousel .smallBar > img,
.content-carousel .largeBar > img,
.content-carousel .largeBar_bottom > img {
  transform: translateX(0%);
}
.content-carousel .smallBar_left > img {
  width: 0;
  margin-left: 0;
}
.content-carousel .slick-active .smallBar.animLines > img,
.content-carousel .slick-active .largeBar.animLines > img,
.content-carousel .slick-active .largeBar_bottom.animLines > img {
  animation: 1.5s ease-out 0s 1 animToLeft forwards;
}
.content-carousel .slick-active .smallBar_left.animLines > img {
  animation: 1.5s ease-out 0s 1 animToRight forwards;
}
@keyframes animToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(38%);
    opacity: 1;
  }
}
@keyframes animToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0.5;
    width: 100%;
  }
  100% {
    transform: translateX(-40%);
    opacity: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .content-carousel .carousel-control-prev,
  .content-carousel .carousel-control-next {
    top: -25%;
  }
  .content-carousel .carousel-control-prev {
    left: -35px;
  }
  .content-carousel .carousel-control-next {
    right: -35px;
  }
}
@media only screen and (max-width: 896px) {
  .content-carousel .smallBar,
  .content-carousel .largeBar,
  .content-carousel .smallBar_left,
  .content-carousel .largeBar_bottom {
    display: none !important;
  }
  .content-carousel h2 {
    font-size: 28px !important;
    text-align: center;
    line-height: 34px !important;
  }
  .content-carousel p {
    font-size: 20px;
  }
  .content-carousel .carousel-control-prev,
  .content-carousel .carousel-control-next {
    top: -40%;
  }
  .content-carousel .carousel-control-prev {
    left: -2px;
  }
  .content-carousel .carousel-control-next {
    right: -2px;
  }
  .content-carousel .carousel-control-prev {
    padding-left: 10px !important;
    border: none !important;
  }
  .content-carousel .carousel-control-next {
    padding-right: 10px;
    border: none !important;
  }
}
.content-carousel .cc-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(-100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(100%);
}

/*# sourceMappingURL=style-index.css.map*/