/* Customizes the `.table` component with basic values,*/
@keyframes progressBarAnimation {
  from {
    width: 0; }
  to {
    width: 102%; } }
@keyframes fadeInFromBottom {
  from {
    opacity: 0;
    transform: translateY(150px); }
  to {
    opacity: 1;
    transform: translateY(0%); } }
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-150px); }
  to {
    opacity: 1;
    transform: translateY(0%); } }
.carousel {
  display: flex;
  position: relative;
  overflow: hidden; }
  .carousel.slick-initialized {
    opacity: 1;
    visibility: visible; }

.slider {
  display: flex;
  position: relative;
  overflow: hidden; }
  .slider div:not(:first-of-type) {
    display: none; }

.slider.slick-initialized div:not(:first-of-type) {
  display: block; }

.reviews {
  padding: 90px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .reviews {
      overflow: hidden;
      padding-top: 10px; } }
  .reviews .swipe-icon {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .reviews .swipe-icon {
        display: flex;
        position: relative;
        top: -88px; } }
    @media only screen and (max-width: 575px) {
      .reviews .swipe-icon {
        top: -78px; } }
  .reviews .slick-dots {
    bottom: -4px; }
  @media only screen and (max-width: 991px) {
    .reviews .slick-onload-slider {
      min-height: 900px; } }
  @media only screen and (max-width: 767px) {
    .reviews .slick-onload-slider {
      min-height: 660px; } }
  @media only screen and (max-width: 575px) {
    .reviews .slick-onload-slider {
      min-height: 700px; } }
  @media only screen and (max-width: 767px) {
    .reviews-desktop {
      display: none !important; } }
  .reviews-mobile {
    display: none !important; }
    @media only screen and (max-width: 767px) {
      .reviews-mobile {
        display: block !important;
        width: 250px !important; } }
  .reviews__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .reviews__title {
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1199px) {
      .reviews__title {
        text-align: center; } }
    @media only screen and (max-width: 575px) {
      .reviews__title {
        font-size: 45px;
        line-height: 41px;
        margin-bottom: 35px; } }
    .reviews__title span {
      color: #A7E727; }
      @media only screen and (max-width: 767px) {
        .reviews__title span {
          display: block; } }
  @media only screen and (max-width: 575px) {
    .reviews-slider h4 {
      font-size: 17px; } }
  .reviews-slider__item {
    margin-left: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .reviews-slider__item {
        margin-right: 20px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 575px) {
      .reviews-slider__item {
        margin-left: 10px; } }
    .reviews-slider__item-holder {
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 50px; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item-holder {
          flex-direction: column; } }
      .reviews-slider__item-holder img {
        width: auto; }
    .reviews-slider__item-text {
      color: #575757;
      font-size: 19px;
      line-height: 1.3;
      position: absolute; }
      .reviews-slider__item-text h3 {
        display: inline;
        font-weight: bold;
        margin: 0;
        color: #2F4050;
        font-size: 32px; }
        @media only screen and (max-width: 767px) {
          .reviews-slider__item-text h3 {
            font-size: 20px; } }
      .reviews-slider__item-text span {
        position: relative;
        padding: 12px 12px 2px 12px;
        display: inline-flex;
        width: auto;
        border-radius: 8px 8px 0 0 !important;
        background: #FFF;
        box-shadow: -1px 2px 4px 2px rgba(21, 36, 50, 0.14);
        justify-content: center;
        align-items: center;
        gap: 10px; }
        @media only screen and (max-width: 767px) {
          .reviews-slider__item-text span {
            justify-content: space-between; } }
        .reviews-slider__item-text span:after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 5px;
          background: #FFF;
          box-shadow: 0 2px 4px 0 rgba(21, 36, 50, 0.14); }
      .reviews-slider__item-text div {
        padding: 8px 12px 12px 12px;
        border-radius: 0 8px 8px 8px !important;
        background: #FFF;
        box-shadow: 0 2px 4px 0 rgba(21, 36, 50, 0.14);
        z-index: 2;
        position: relative;
        margin-top: 0; }
        @media only screen and (max-width: 767px) {
          .reviews-slider__item-text div {
            font-size: 10px; } }
      .reviews-slider__item-text.top-left {
        top: 2.5%;
        left: 0; }
        @media only screen and (max-width: 1199px) {
          .reviews-slider__item-text.top-left {
            left: 16%; } }
        @media only screen and (max-width: 767px) {
          .reviews-slider__item-text.top-left {
            top: -1.5%;
            left: 15%; } }
        @media only screen and (max-width: 575px) {
          .reviews-slider__item-text.top-left {
            left: 5%; } }
      .reviews-slider__item-text.bottom-right {
        bottom: 1%;
        right: 8%; }
        @media only screen and (max-width: 1199px) {
          .reviews-slider__item-text.bottom-right {
            right: 15%; } }
        @media only screen and (max-width: 767px) {
          .reviews-slider__item-text.bottom-right {
            right: 15%; } }
        @media only screen and (max-width: 575px) {
          .reviews-slider__item-text.bottom-right {
            right: 4%; } }
    .reviews-slider__item-image {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%; }
    .reviews-slider__item:nth-child(2).top-left {
      top: 2.5%;
      left: 12%; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(2).top-left {
          left: 25%; } }
    .reviews-slider__item:nth-child(2).bottom-right {
      bottom: 0;
      right: 15%; }
    .reviews-slider__item:nth-child(4) .top-left {
      top: 55%;
      left: 10%; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(4) .top-left {
          left: 25%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(4) .top-left {
          top: 65%;
          left: 25%; } }
      @media only screen and (max-width: 575px) {
        .reviews-slider__item:nth-child(4) .top-left {
          top: 59%;
          left: 13%; } }
    .reviews-slider__item:nth-child(4) .bottom-right {
      bottom: 72%;
      right: 0; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(4) .bottom-right {
          right: 15%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(4) .bottom-right {
          top: 0;
          right: 15%; } }
      @media only screen and (max-width: 575px) {
        .reviews-slider__item:nth-child(4) .bottom-right {
          right: 10%; } }
    .reviews-slider__item:nth-child(3) .top-left {
      top: 0;
      right: 50%;
      width: 364px; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(3) .top-left {
          right: 50%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(3) .top-left {
          top: -17,5%;
          width: 205px; } }
    .reviews-slider__item:nth-child(3) .bottom-right {
      top: 55%;
      right: 9%; }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(3) .bottom-right {
          right: 9%; } }
    .reviews-slider__item:nth-child(5) .top-left {
      top: 60%;
      left: 10%; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(5) .top-left {
          left: 25%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(5) .top-left {
          top: 55%;
          left: 20%; } }
      @media only screen and (max-width: 575px) {
        .reviews-slider__item:nth-child(5) .top-left {
          top: 46%;
          left: 13%; } }
    .reviews-slider__item:nth-child(5) .bottom-right {
      right: 0;
      top: 20%; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(5) .bottom-right {
          right: 17%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(5) .bottom-right {
          right: 20%;
          top: 0; } }
      @media only screen and (max-width: 575px) {
        .reviews-slider__item:nth-child(5) .bottom-right {
          right: 10%; } }
    .reviews-slider__item:nth-child(6) .top-left {
      top: -18%;
      left: 3%; }
      @media only screen and (min-width: 576px) {
        .reviews-slider__item:nth-child(6) .top-left {
          left: 10%; } }
      @media only screen and (min-width: 768px) {
        .reviews-slider__item:nth-child(6) .top-left {
          top: -15%;
          left: 20%; } }
      @media only screen and (min-width: 1200px) {
        .reviews-slider__item:nth-child(6) .top-left {
          left: 20%; } }
      @media only screen and (min-width: 1400px) {
        .reviews-slider__item:nth-child(6) .top-left {
          top: 0;
          left: 10%; } }
    .reviews-slider__item:nth-child(6) .bottom-right {
      left: 54%; }
      @media only screen and (min-width: 576px) {
        .reviews-slider__item:nth-child(6) .bottom-right {
          left: 64%; } }
      @media only screen and (min-width: 768px) {
        .reviews-slider__item:nth-child(6) .bottom-right {
          bottom: 0;
          left: 60%; } }
      @media only screen and (min-width: 1200px) {
        .reviews-slider__item:nth-child(6) .bottom-right {
          left: 45%; } }
      @media only screen and (min-width: 1400px) {
        .reviews-slider__item:nth-child(6) .bottom-right {
          bottom: 0;
          left: 40%; } }
    .reviews-slider__item:nth-child(7) .top-left {
      top: 10%;
      left: 55%; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(7) .top-left {
          left: 55%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(7) .top-left {
          top: -13%;
          left: 15%; } }
    .reviews-slider__item:nth-child(7) .bottom-right {
      bottom: 10%;
      right: 35%; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__item:nth-child(7) .bottom-right {
          right: 45%; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__item:nth-child(7) .bottom-right {
          bottom: 0;
          right: 20%; } }
      @media only screen and (max-width: 575px) {
        .reviews-slider__item:nth-child(7) .bottom-right {
          right: 7%; } }
  .reviews-slider__text {
    width: 80%; }
    @media only screen and (max-width: 1199px) {
      .reviews-slider__text {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .reviews-slider__text {
        padding-top: 0; } }
    .reviews-slider__text h4 {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 5px;
      color: #575757; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__text h4 {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .reviews-slider__text h4 {
          font-size: 19px;
          font-weight: 400;
          line-height: 27px; } }
      @media only screen and (max-width: 575px) {
        .reviews-slider__text h4 {
          font-size: 17px;
          line-height: 22px; } }
    .reviews-slider__text img {
      width: 80px;
      height: auto; }
    .reviews-slider__text span {
      font-size: 22px;
      color: #575757; }
    .reviews-slider__text-author h4 {
      font-weight: 600;
      line-height: 1;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .reviews-slider__text-author span {
        font-size: 19px; } }
    .reviews-slider__text-info {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
      padding-top: 30px; }
      @media only screen and (max-width: 1199px) {
        .reviews-slider__text-info {
          display: flex;
          align-items: center;
          justify-content: center; } }
  .reviews__slider {
    margin: 80px 0 20px 0; }
    @media only screen and (max-width: 767px) {
      .reviews__slider {
        margin-top: 104px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .reviews__slider-slick .slick-dots {
        bottom: 0; } }
    @media only screen and (max-width: 575px) {
      .reviews__slider-slick .slick-dots {
        flex-wrap: wrap;
        max-width: 80px; } }
    .reviews__slider__content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .reviews__slider__inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      width: 100%; }
    .reviews__slider__text {
      flex: 2; }
    .reviews__slider-arrows {
      margin-top: 0;
      width: 100%;
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 20px; }
      @media only screen and (max-width: 1199px) {
        .reviews__slider-arrows {
          display: none; } }
      .reviews__slider-arrows button {
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        font: inherit;
        cursor: pointer;
        text-align: left;
        text-decoration: none;
        color: inherit; }

/*# sourceMappingURL=revies-new.css.map */
