/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/content_image_info_slider/content_image_info_slider.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
/******************************************
Section | CTA with Image
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.content-image-info-slider {
  position: relative;
  background: #ffffff;
}
.content-image-info-slider .content-image {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  .content-image-info-slider .content-image {
    padding: 50px 0 50px;
    flex-direction: row;
  }
}
.content-image-info-slider .content-image .image-wrapper {
  display: flex;
  display: none;
  width: 100%;
  align-items: center;
  margin-left: 0;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .content-image-info-slider .content-image .image-wrapper {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  .content-image-info-slider .content-image .image-wrapper {
    margin-left: -118px;
  }
}
.content-image-info-slider .content-image .image-wrapper img {
  box-shadow: none;
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 596px;
  object-fit: cover;
}
.content-image-info-slider .content-image .content {
  display: flex;
  flex: 0 0 100%;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .content-image-info-slider .content-image .content {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 20px 110px 20px;
    flex: 0 0 46%;
  }
}
@media screen and (min-width: 1300px) {
  .content-image-info-slider .content-image .content {
    flex: 0 0 50%;
  }
}
.content-image-info-slider .content-image .content-wrapper {
  max-width: 450px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .content-image .content-wrapper {
    max-width: 630px;
  }
}
.content-image-info-slider .content-image .content h1,
.content-image-info-slider .content-image .content h2,
.content-image-info-slider .content-image .content h3,
.content-image-info-slider .content-image .content h4,
.content-image-info-slider .content-image .content h5,
.content-image-info-slider .content-image .content h6,
.content-image-info-slider .content-image .content p {
  color: #222222;
}
.content-image-info-slider .content-image .content p {
  max-width: 450px;
  margin-top: 0;
}
.content-image-info-slider .content-image .content h2 {
  margin-bottom: 16px;
  max-width: 452px;
  text-transform: uppercase;
}
.content-image-info-slider .info-slider {
  max-width: 1340px;
  margin-top: 0;
  border-radius: 8px;
  background: #222222;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider {
    margin-top: -213px;
  }
}
.content-image-info-slider .info-slider .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  background-color: #222222;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper {
    padding-bottom: 0;
  }
}
.content-image-info-slider .info-slider .swiper-slide {
  background: #222222;
  padding: 30px 25px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-slide {
    padding: 55px 60px;
  }
}
.content-image-info-slider .info-slider .swiper-slide .slide-image-wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-slide .slide-image-wrapper {
    width: 50%;
  }
}
.content-image-info-slider .info-slider .swiper-slide .slide-image-wrapper img {
  width: 100%;
  aspect-ratio: 12/9;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-slide .slide-image-wrapper img {
    aspect-ratio: unset;
    width: 610px;
    height: 416px;
    width: 100%;
  }
}
.content-image-info-slider .info-slider .swiper-slide .slide-info-wrapper {
  position: relative;
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-slide .slide-info-wrapper {
    width: 50%;
    padding: 0 0 80px 50px;
  }
}
@media screen and (min-width: 1300px) {
  .content-image-info-slider .info-slider .swiper-slide .slide-info-wrapper {
    padding: 0 56px 80px 108px;
  }
}
.content-image-info-slider .info-slider .swiper-slide .title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .content-image-info-slider .info-slider .swiper-slide .title {
    font-size: 32px;
  }
}
.content-image-info-slider .info-slider .swiper-slide .info {
  padding-left: 0;
  max-width: 100%;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-slide .info {
    max-width: 352px;
  }
}
.content-image-info-slider .info-slider .swiper-slide .info-item {
  position: relative;
  padding-left: 41px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .content-image-info-slider .info-slider .swiper-slide .info-item {
    font-size: 20px;
  }
}
.content-image-info-slider .info-slider .swiper-slide .info-item:not(:last-child) {
  margin-bottom: 16px;
}
.content-image-info-slider .info-slider .swiper-slide .info-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../assets/images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.content-image-info-slider .info-slider .swiper-button-next,
.content-image-info-slider .info-slider .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 40px;
  top: 50%;
  z-index: 100;
  transition: background-color 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-button-next,
  .content-image-info-slider .info-slider .swiper-button-prev {
    top: 50%;
  }
}
.content-image-info-slider .info-slider .swiper-button-next:after,
.content-image-info-slider .info-slider .swiper-button-prev:after {
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 40px;
}
.content-image-info-slider .info-slider .swiper-button-next:hover,
.content-image-info-slider .info-slider .swiper-button-prev:hover {
  background: #fdb913;
}
.content-image-info-slider .info-slider .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .content-image-info-slider .info-slider .swiper-button-next {
    right: 20px;
  }
}
.content-image-info-slider .info-slider .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .content-image-info-slider .info-slider .swiper-button-prev {
    left: 20px;
  }
}
.content-image-info-slider .info-slider .swiper-bg {
  display: flex;
  align-items: center;
  margin-top: 0;
  width: 100%;
  max-width: 407px;
  bottom: 0;
  height: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .content-image-info-slider .info-slider .swiper-bg {
    position: absolute;
    right: 25%;
    bottom: 70px;
    transform: translateX(50%);
    margin-right: 0;
    margin-right: 30px;
  }
}
.content-image-info-slider .info-slider .swiper-bg .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 23px;
}
.content-image-info-slider .info-slider .swiper-bg .swiper-pagination-bullet {
  background: #dddddd;
  width: 26px;
  height: 6px;
  margin: 0 5px;
  border-radius: 3px;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.content-image-info-slider .info-slider .swiper-bg .swiper-pagination-bullet:hover {
  background-color: #fdb913;
  opacity: 1;
}
.content-image-info-slider .info-slider .swiper-bg .swiper-pagination-bullet-active {
  background: #ffcc00;
  cursor: default;
}
.content-image-info-slider .info-slider .swiper-bg .swiper-pagination-bullet-active:hover {
  background-color: #ffcc00;
}

/*# sourceMappingURL=content_image_info_slider.css.map*/