@font-face {
  font-family: "Helvetice", "sans-serif";
  src: url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.ttf") format("truetype");
}
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetice", "sans-serif";
}

* {
  outline: none;
}

.container-c {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 5vh 0;
}

.logotype {
  margin: 0 auto;
}

.button {
  padding: 0.8em 14px;
  border: 3px solid #b08c93;
  transition: all 300ms ease;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  color: white;
  background-color: #b08c93;
  font-size: 22px;
}
.button:hover {
  text-decoration: none;
  color: white;
  transition: all 300ms ease;
}

.learn-more {
  padding: 0.8em 14px;
  border: 3px solid #b08c93;
  transition: all 300ms ease;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  color: #b08c93;
  font-size: 22px;
}
.learn-more:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #b08c93;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: all 300ms ease;
}
.learn-more:hover {
  color: white;
  box-shadow: none;
  text-decoration: navajowhite;
}
.learn-more:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #b08c93;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.site-icon svg {
  width: 25px;
}

.social-list {
  font-size: 28px;
}
.social-list a {
  margin: 0 3px;
}
.social-list a:hover {
  text-decoration: none;
}

.review-block {
  margin: 3rem 0;
}
.review-block a {
  display: block;
}
.review-block img.sec-img {
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s linear;
}
.review-block img {
  max-width: 100%;
}
.review-block .active {
  opacity: 1 !important;
  transition: 0.2s linear !important;
}
.review-block p {
  font-size: 22px;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  user-select: none;
  outline: none;
}

.next a, .prev a {
  padding: 8px 16px;
  text-decoration: none;
  background-color: #f1f1f1;
  color: black;
  border-radius: 50%;
  display: inline-block;
}
.next a:hover, .prev a:hover {
  background-color: #ddd;
  cursor: pointer;
  color: black;
}

.review {
  position: relative;
  width: 45%;
  padding: 1.4rem;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 5px 15px 1px #bfa8c4;
  box-shadow: 0 5px 15px 1px #bfa8c4;
}
.review .author {
  font-weight: 700;
  font-size: 17px;
}
.review .company {
  font-size: 15px;
  font-weight: 500;
  color: #a3a3a3;
}
.review .content {
  color: #353638;
  font-size: 19px;
}

.review:nth-of-type(odd) {
  margin-right: auto;
}
.review:nth-of-type(odd):before {
  left: 107%;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #bfa8c4;
  position: absolute;
}

.review:nth-of-type(even) {
  margin-left: auto;
}
.review:nth-of-type(even):after {
  right: 107%;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #bfa8c4;
  position: absolute;
  top: 15%;
}

.line {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.reviews-hr {
  height: 100%;
  background-color: #b08c93;
  width: 5px;
  margin-right: 4.25%;
}

@media all and (max-width: 871px) {
  .next, .prev {
    display: none;
  }

  .review {
    width: 90%;
    margin: 0 auto;
  }
  .review:before, .review:after {
    display: none;
  }
  .review .line {
    display: none;
  }
}

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