<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-momento-faq {
  padding: 80px 0;
  text-align: center;
}

.dp-momento-faq__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #17171a;
}

.dp-momento-faq__see-more {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #876c43;
  margin-top: 32px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.dp-momento-faq__see-more:hover {
  text-decoration: none;
}

.dp-momento-faq__container {
  max-width: 764px;
  width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.dp-momento-faq .dp-momento-header__machine-detail-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.015em;
  text-transform: none;
}

.dp-momento-contact {
  background-color: #f3f3f3;
  padding: 58px 0 71px 0;
}

.dp-momento-contact__container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-momento-contact__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-momento-contact__description {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #434242;
  margin-top: 5px;
}

.dp-momento-contact__link {
  background: #876c43;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  height: 49px;
  padding: 0 40px;
  margin-top: 29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dp-momento-contact__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.12em;
  margin-left: 10px;
}

.dp-momento-contact__testimony {
  max-width: 593px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(23, 23, 26, 0.15), 0px 2px 8px rgba(23, 23, 26, 0.08);
  -moz-box-shadow: 0px 0px 8px rgba(23, 23, 26, 0.15), 0px 2px 8px rgba(23, 23, 26, 0.08);
  box-shadow: 0px 0px 8px rgba(23, 23, 26, 0.15), 0px 2px 8px rgb(23, 23, 26, 0.08);
  border-radius: 3px;
  padding: 33px 80px 29px 44px;
  margin: 10px;
  margin-right: 60px;
}

.dp-momento-contact__testimony-text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.12em;
}

.dp-momento-contact__testimony-author {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.12em;
  margin-top: 21px;
}

.dp-momento-contact__testimony-job {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #999999;
  margin-top: 5px;
}

.dp-momento-contact__subcontainer {
  width: 50%;
  padding-left: calc(225 / 1920 * 100vw);
}

.dp-momento-contact__testimonials-list {
  margin-top: 34px;
}

.dp-momento-contact__testimonials-list .slick-slide:not(.slick-current) {
  opacity: 0.5;
}

.dp-momento-contact .dp-momento-carrousel .slick-prev {
  left: -15px;
}

.dp-momento-contact .dp-momento-carrousel .slick-next {
  right: 0;
}

.dp-momento-contact .dp-momento-carrousel .slick-arrow {
  top: 50%;
  transform: translate(-50%, -50%);
}

.dp-momento-faq__container-secondary {
  display: none;
}

.dp-momento-faq__see-more &gt; span {
  display: none;
}

.dp-momento-faq__see-more[is-faq-expanded="true"] .dp-momento-faq__see-more-expanded,
.dp-momento-faq__see-more:not([is-faq-expanded="true"]) .dp-momento-faq__see-more-not-expanded {
  display: inline;
}

.dp-momento-contact__testimonials-list .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -30px;
  position: absolute;
  width: 100%;
  left: 0;
}

.dp-momento-contact__testimonials-list .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #000;
  font-size: 0;
  line-height: 0%;
  transition: 0.3s;
}

.dp-momento-contact__testimonials-list .slick-dots li button[aria-selected="true"] {
  background-color: rgba(0, 0, 0, 1);
}

.dp-momento-contact__testimonials-list .slick-dots li {
  margin: 0 6px;
}

.dp-momento-contact__subtitle br[dp-mobile] {
  display: none;
}

@media screen and (min-width: 1700px) {
  .dp-momento-contact .dp-momento-carrousel .slick-next {
    right: auto;
    left: 632px;
  }
}

@media screen and (max-width: 1700px) {
  .dp-momento-contact__subcontainer {
    padding-left: calc(100 / 1920 * 100vw);
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .dp-momento-faq {
    padding: 50px;
  }

  .dp-momento-contact__container {
    flex-direction: column;
  }

  .dp-momento-contact__subcontainer {
    width: 100%;
    padding: 0 20px;
  }

  .dp-momento-contact__subcontainer:nth-child(2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .dp-momento-contact__subtitle br[dp-desktop] {
    display: none;
  }

  .dp-momento-contact__subtitle br[dp-mobile] {
    display: block;
  }

  .dp-momento-faq {
    padding: 70px 20px;
  }

  .dp-momento-faq__title {
    font-size: 30px;
  }

  .dp-momento-faq__container {
    margin-top: 30px;
  }

  .dp-momento-faq .dp-momento-header__machine-detail-title {
    padding-left: 0;
    padding-right: 0;
  }

  .dp-momento-contact__container {
    flex-direction: column;
  }

  .dp-momento-contact__subcontainer {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .dp-momento-contact__subcontainer:nth-child(2) {
    padding: 0;
  }

  .dp-momento-contact__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.12em;
  }

  .dp-momento-contact__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    margin-top: 30px;
  }

  .dp-momento-contact__link {
    margin-top: 30px;
  }

  .dp-momento-contact__subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.02em;
    margin-top: 40px;
    padding: 0 20px;
  }

  .dp-momento-contact__testimonials-list {
    margin-top: 30px;
    width: 100%;
  }

  .dp-momento-contact__testimony {
    max-width: 330px;
    text-align: center;
    padding: 30px 20px 25px 20px;
    margin: 20px;
  }

  .dp-momento-contact__testimony-author {
    margin-top: 15px;
  }

  .dp-momento-contact {
    padding: 40px 0 100px 0;
  }
}
</pre></body></html>