.content-carousel {
  overflow-x: hidden;
}
.content-carousel .slick-track {
  align-content: stretch;
  align-items: stretch;
  display: flex;
}
.content-carousel .slick-dots {
  bottom: 0;
  direction: ltr;
  display: none;
  display: flex;
  display: none !important;
  justify-content: center;
  left: unset;
  list-style: none !important;
  list-style: none;
  margin-bottom: 0 !important;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  min-height: 47px;
  padding-left: 0 !important;
  padding: 0;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 2;
}
.content-carousel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  list-style: none;
  margin: 0 5px;
  padding-left: 0 !important;
  padding: 0;
  position: relative;
  width: 20px;
}
@media (min-width: 767px) {
  .content-carousel .slick-dots {
    display: flex !important;
  }
}
.content-carousel .slick-dots .slick-active button {
  border-left: 4px solid #fa4616;
  border-right: 4px solid #fa4616;
  transform: translateY(-20px);
}
.content-carousel .slick-dots button {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: unset !important;
  border-left: 4px solid #fa4616;
  border-radius: 0 !important;
  border-right: 4px solid rgba(250, 71, 22, 0);
  border-top: unset !important;
  cursor: pointer;
  flex: 0 1 auto;
  height: 47px !important;
  margin-left: 3px;
  margin-right: 10%;
  opacity: 1;
  padding: 0;
  text-indent: -999px;
  transition: all 0.2s ease-in-out;
  width: 0 !important;
}
.content-carousel .slick-dots button:focus {
  outline: 1px solid #e4e4e4 !important;
}
.content-carousel .slick-slide {
  align-items: flex-end;
  display: flex !important;
  height: unset;
  min-height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
.content-carousel .slick-slide .row {
  flex-direction: row-reverse;
  max-width: 100%;
  padding-bottom: 1.25rem;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 9999999;
  z-index: 9999;
}
@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-5,
.content-carousel .slick-slide .row .col-md-6 {
  direction: ltr;
}
.content-carousel .slick-slide .row h2 {
  color: #fff;
  direction: ltr;
  font-family: gentonabookbold;
  font-size: 48px;
  line-height: 40px;
}
@media (min-width: 800px) {
  .content-carousel .slick-slide .row h2 {
    margin-bottom: 40px;
  }
}
.content-carousel .slick-slide .row p {
  color: #fff;
  direction: ltr;
  font-family: gentonalight;
  font-size: 20px;
}
@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 {
    margin-top: 3rem;
    text-align: right;
  }
}
.content-carousel .slick-slide .row .animated-border-button {
  direction: ltr;
  font-family: gentonamedium, Arial, sans-serif;
}
@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 {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), #000);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.content-carousel .carousel-control-prev {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: end;
  left: -2px;
  padding-left: 50px;
  z-index: 999;
}
.content-carousel .carousel-control-next {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  justify-content: start;
  padding-right: 50px;
  right: -2px;
}
.content-carousel .carousel-control-next,
.content-carousel .carousel-control-prev {
  margin-bottom: auto;
  margin-top: auto;
  max-height: 164px;
  max-width: 160px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .content-carousel .carousel-control-next,
  .content-carousel .carousel-control-prev {
    border: 1px solid hsla(0, 0%, 100%, 0) !important;
  }
}
.content-carousel .carousel-control-next svg path,
.content-carousel .carousel-control-prev svg path {
    fill: #007aff;
}
.content-carousel .carousel-control-next-icon,
.content-carousel .carousel-control-prev-icon {
  height: 100%;
  max-height: 113px;
  max-width: 40px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.content-carousel .carousel-control-next-icon svg path,
.content-carousel .carousel-control-prev-icon svg path {
  transition: all 0.2s ease-in-out;
}
.content-carousel .carousel-control-next .carousel-control-next-icon,
.content-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: unset;
}
.content-carousel .largeBar,
.content-carousel .largeBar_bottom,
.content-carousel .smallBar,
.content-carousel .smallBar_left {
  transform: none !important;
  z-index: 2;
}
.content-carousel .largeBar,
.content-carousel .smallBar {
  position: absolute !important;
  right: 0 !important;
  top: 54px !important;
}
.content-carousel .smallBar {
  top: 85px !important;
}
.content-carousel .smallBar_left {
  left: 0 !important;
  position: absolute !important;
  top: 89px !important;
}
.content-carousel .largeBar_bottom {
  position: absolute;
  right: 0 !important;
  top: 89px !important;
}
.content-carousel .smallBar {
  height: 10px !important;
}
.content-carousel .largeBar,
.content-carousel .smallBar_left {
  height: 2px !important;
}
.content-carousel .largeBar_bottom-wrapper {
  left: unset !important;
  right: 0 !important;
  top: 0 !important;
}
.content-carousel .smallBar_left-wrapper {
  left: 0 !important;
  top: 0 !important;
}
.content-carousel .largeBar-wrapper,
.content-carousel .smallBar-wrapper {
  left: unset !important;
  right: 0 !important;
  top: 0 !important;
}
.content-carousel .largeBar > img,
.content-carousel .largeBar_bottom > img,
.content-carousel .smallBar > img {
  transform: translateX(0);
}
.content-carousel .smallBar_left > img {
  margin-left: 0;
  width: 0;
}
.content-carousel .slick-active .largeBar.animLines > img,
.content-carousel .slick-active .largeBar_bottom.animLines > img,
.content-carousel .slick-active .smallBar.animLines > img {
  animation: animToLeft 1.5s ease-out 0s 1 forwards;
}
.content-carousel .slick-active .smallBar_left.animLines > img {
  animation: animToRight 1.5s ease-out 0s 1 forwards;
}
@keyframes animToLeft {
  0% {
    opacity: 0.5;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(38%);
  }
}
@keyframes animToRight {
  0% {
    opacity: 0.5;
    transform: translateX(-100%);
    width: 100%;
  }
  to {
    opacity: 1;
    transform: translateX(-40%);
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .content-carousel .carousel-control-next,
  .content-carousel .carousel-control-prev {
    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 .largeBar,
  .content-carousel .largeBar_bottom,
  .content-carousel .smallBar,
  .content-carousel .smallBar_left {
    display: none !important;
  }
  .content-carousel h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    text-align: center;
  }
  .content-carousel p {
    font-size: 20px;
  }
  .content-carousel .carousel-control-next,
  .content-carousel .carousel-control-prev {
    top: -40%;
  }
  .content-carousel .carousel-control-prev {
    left: -2px;
  }
  .content-carousel .carousel-control-next {
    right: -2px;
  }
  .content-carousel .carousel-control-prev {
    border: none !important;
    padding-left: 10px !important;
  }
  .content-carousel .carousel-control-next {
    border: none !important;
    padding-right: 10px;
  }
}
.content-carousel .cc-bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(-100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(100%);
}
.wp-block-create-block-content-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
}
