/*!**********************************************************************************************************************************************************************************!*\
  !*** 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/culture/culture.scss ***!
  \**********************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.testimonials {
  position: relative;
  background: #222222 linear-gradient(180deg, rgba(0, 0, 0, 0) 66.14%, #222222 93.84%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 118px 0 219px;
}
@media all and (max-width: 768px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials img.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonials__container {
  max-width: 65.277777777%;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .testimonials__container {
    max-width: 75%;
  }
}
@media all and (max-width: 480px) {
  .testimonials__container {
    max-width: 90%;
  }
}
.testimonials__container .swiper-button-prev,
.testimonials__container .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials__container .swiper-button-prev::after,
.testimonials__container .swiper-button-next::after {
  content: url("/wp-content/themes/element/assets/images/t16/t16-arr.svg");
  line-height: 0;
  height: initial;
  width: initial;
  font-size: unset;
}
@media all and (max-width: 480px) {
  .testimonials__container .swiper-button-prev,
  .testimonials__container .swiper-button-next {
    display: none;
  }
}
.testimonials__container .swiper-button-prev {
  left: -111px;
}
@media all and (max-width: 768px) {
  .testimonials__container .swiper-button-prev {
    left: -50px;
  }
}
.testimonials__container .swiper-button-prev::after {
  transform: rotateZ(180deg);
}
.testimonials__container .swiper-button-next {
  right: -111px;
}
@media all and (max-width: 768px) {
  .testimonials__container .swiper-button-next {
    right: -50px;
  }
}
.testimonials__container .swiper-pagination {
  top: calc(100% + 69px);
  bottom: unset;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media all and (max-width: 480px) {
  .testimonials__container .swiper-pagination {
    top: calc(100% + 20px);
  }
}
.testimonials__container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  border-radius: 3px;
  background: #dddddd;
  margin: 0;
  padding: 0;
}
.testimonials__container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffcc00;
}
.testimonials__label {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.testimonials__slide {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.testimonials__slide-text p {
  margin: 0;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .testimonials__slide-text p {
    font-size: 24px;
    line-height: 30px;
  }
}
.testimonials__slide-author {
  color: #ffcc00;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: center;
}
.testimonials__slide-author::before {
  content: "- ";
}

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