/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/testimonies-carousel/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wider Screens */
.testimonies-carousel {
  background-image: url(images/noise-texture.606abb98.png);
  background-color: #F6F7E6;
  padding: 35px 0 35px 0;
}
.testimonies-carousel .embla__navigation {
  gap: 5px;
}
.testimonies-carousel .testimonies-list__heading .wp-block-button,
.testimonies-carousel .testimonies-list__heading .wp-block-button__link {
  padding-right: 0;
}

.testimonies-list__flex {
  position: relative;
}

.testimonies-list__container .embla__navigation {
  justify-content: flex-end;
  margin: 20px 0;
}
.testimonies-list__container .embla__viewport button {
  text-align: right;
}

.testimony-title,
.testimony-subtitle {
  color: #005993;
}

.testimony-item__content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 50px;
}

.testimony-title {
  font-family: "Red Hat Text", Avenir, Helvetica, Arial, sans-serif;
  margin-bottom: 16px !important;
}

.testimony-subtitle {
  margin-top: 5px !important;
  line-height: 127% !important;
  font-family: "Aleo", Avenir, Garamond, serif;
}

.testimony-item img,
.testimony-item figure {
  width: 209px;
  height: 209px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.testimonies-list__heading {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.testimony-item {
  display: block;
  flex-direction: column-reverse;
  gap: 50px;
  overflow: hidden;
  justify-content: flex-end;
  padding-left: 110px;
  margin-right: 24px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 24px !important;
  max-width: 978px;
  flex: 100% 0 0;
  opacity: 0.6;
}

.testimony-item[slide-active=true] {
  opacity: 1;
}

.testimonies-link {
  display: none;
}

.testimonies-list__bottom {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.testimonies-list__navigation--desktop {
  position: absolute;
  top: -80px;
  right: 0;
}

.button-prev--desktop,
.button-next--desktop {
  display: none;
}

.button-prev--mobile,
.button-next--mobile {
  display: block;
}

.testimonies-list__svg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.testimonies-list__svg svg {
  display: block;
}

@media screen and (min-width: 768px) {
  .testimonies-carousel .embla__navigation {
    gap: 15px;
  }
  .testimony-item {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    padding: 42px !important;
  }
  .testimonies-list__heading {
    justify-content: space-between;
    flex-direction: row;
  }
  .testimonies-list__bottom {
    display: none;
  }
  .testimonies-link {
    display: block;
  }
  .button-prev--mobile,
  .button-next--mobile {
    display: none;
  }
  .button-prev--desktop,
  .button-next--desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .testimonies-list__svg {
    display: block;
  }
  .testimonies-list__container {
    padding: 35px 0 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .testimonies-list__container .container--right-single {
    margin-right: auto;
  }
}

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