/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}
a {
  display: inline-block;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
body {
  overscroll-behavior: none;
}
.home-testimonials .wrapper {
  position: relative;
  overflow: hidden;
  margin: 64px auto;
  z-index: 0;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto;
    width: 100%;
    max-width: 1840px;
  }
}
.home-testimonials .wrapper > p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #131314;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials .wrapper > p {
    display: none;
  }
}
.home-testimonials__content {
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.home-testimonials__content span {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0ec76a;
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
}
.home-testimonials__content h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
  margin: 0;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__content h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
.home-testimonials__content p {
  display: none;
  width: 100%;
  max-width: 100%;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__content p {
    display: block;
    margin-top: auto;
    font-size: 15px;
    line-height: 24px;
    color: #131314;
    max-width: 705px;
    margin: 20px auto 0 auto;
  }
}
.home-testimonials__items {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  max-width: 100%;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items {
    padding: 48px 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0px;
    background-color: #fff;
    border: none;
  }
}
.home-testimonials__items::before,
.home-testimonials__items::after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: calc(100% - 32px);
  height: 100%;
  transform: translateX(-50%);
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  z-index: -1;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items::before,
  .home-testimonials__items::after {
    display: none;
  }
}
.home-testimonials__items::after {
  bottom: -16px;
  width: calc(100% - 64px);
  z-index: -2;
}
.home-testimonials__items ul {
  padding: 0;
  margin: 0;
}
.home-testimonials__items .swiper-slide {
  width: 100%;
  max-width: 322px;
  height: 100%;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items .swiper-slide {
    width: 100%;
    max-width: 653px;
    max-height: 400px;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .home-testimonials__items .swiper-slide.swiper-slide-visible {
    opacity: 0.5;
  }
  .home-testimonials__items .swiper-slide.swiper-slide-fully-visible {
    opacity: 1;
  }
  .home-testimonials__items .swiper-slide-active {
    opacity: 1 !important;
  }
}
.home-testimonials__items .swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items .swiper-controls {
    margin-top: -40px;
  }
}
.home-testimonials__items .swiper-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.home-testimonials__items .swiper-controls button:first-of-type svg {
  transform: scale(-1);
}
.home-testimonials__items .swiper-controls button:not(:last-of-type) {
  margin-right: 10px;
}
.home-testimonials__items .swiper-controls button svg {
  width: 24px;
  height: 24px;
}
.home-testimonials__item {
  display: flex;
  flex-direction: column;
  height: 584px;
  border: 1px solid #e9e7ec;
  border-radius: 12px;
  background: #fbfbfb;
  padding: 48px 20px 20px 20px;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item {
    padding: 32px;
    height: 400px;
    border: 1px solid #e9e7ec;
    background: #fbfbfb;
  }
}
.home-testimonials__item-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and ( max-width: 960px ) { 
  .home-testimonials__item-content {
    overflow: auto;
  }
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-info {
    padding-bottom: 0;
    align-items: center;
  }
}
.home-testimonials__item-info > figure {
  max-width: 127px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-info > figure {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.home-testimonials__item-info figure {
  max-width: 127px;
}
.home-testimonials__item-info img {
  width: 100%;
  height: auto;
}
.home-testimonials__item-author {
  display: flex;
  align-items: flex-start;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author {
    display: flex;
    align-items: center;
  }
}
.home-testimonials__item-author figure {
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author figure {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.home-testimonials__item-author__content {
  width: 100%;
  max-width: 71.95%;
  margin-left: 12px;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author__content {
    max-width: max-content;
    margin-left: 0;
  }
}
.home-testimonials__item-author__content h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'euclidcircularb-semibold', Helvetica, Arial, sans-serif;
  margin: 0;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author__content h3 {
    font-size: 20px;
  }
}
.home-testimonials__item-author__content p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #424242;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-content {
    margin-bottom: 0;
  }
}
.home-testimonials__item-content p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: normal;
  color: #424242;
}
.home-testimonials__description {
  max-width: 82%;
  margin-top: auto;
}
.home-testimonials__description h2 {
  pointer-events: none;
  font-size: 32px;
  line-height: 40px;
  width: fit-content;
  margin: 0 0 0 20px;
  color: #0EC76A;
  font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
}
@media more-then-medium {
  .home-testimonials__description h2 {
    font-size: 48px;
    line-height: 40px;
  }
}
.home-testimonials__description h2::before {
  opacity: 1;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  right: 66px;
  bottom: 9px;
}
.home-testimonials__description p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #424242;
}
.home-testimonials__pagination {
  text-align: center;
  margin-top: 20px;
}
.home-testimonials__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #0EC76A;
  opacity: 0.3;
}
.home-testimonials__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

