<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body:has(.landing .hero-section) {
  overflow-x: hidden;
}
.landing {
  color: #171717;
}

.section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 32px;
}
.section-title br {
  display: none;
}

.hero-section {
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f5f4f4;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 492px;
}

.hero-content__left-wrapper {
  width: 100%;
  max-width: 629px;
}
.hero-content .switcher-title {
  max-width: 448px;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 40px;
}
.hero-content__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.hero-content__hero-img {
  max-width: 790px;
  width: 100%;
  height: auto; 
}
.landing .hero-section .hero-content__btn {
  display: grid;
  min-height: 48px;
  max-width: 287px;
  width: 100%;
  place-items: center;
  font-size: 16px;
  line-height: 24px; 
  border-radius: 4px;
  font-weight: 600;
}

.cards {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.card {
  flex: 1;
  border-radius: 14px;
  padding: 32px 35px;
}
.card__title {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 24px;
}
.card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
.card__text {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.benefits-section {
  padding: 80px 0 40px;
}
.benefits-section .cards {
  min-height: 168px;
}
.benefits-section .card {
  background: #f4f4f8;
}

.steps-section {
  padding: 40px 0;
}
.steps-section .cards {
  min-height: 151px;
}
.steps-section .card,
.steps-section .card &gt; *{
  background: #FD3A99;
  color: white;
}

.faq-section {
  max-width: 732px;
  margin: 0 auto; 
  padding: 56px 0;
}
.faq-section__details {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;  
  line-height: 24px; 
}
.faq-section__details::after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml,&lt;svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M1 1L4.64645 4.64645C4.84171 4.84171 5.15829 4.84171 5.35355 4.64645L9 1" stroke="%23171717" stroke-width="1.5" stroke-linecap="round" /&gt;&lt;/svg&gt;');
}
.faq-section__details[open]::after {
  transform: rotate(180deg);
}
.faq-section__summary {
  list-style: none;
  font-weight: 700;
}
.faq-section__content {
  padding-top: 16px;
}

@media only screen and (max-width: 1450px) {
  .hero-content__hero-img {
    max-width: 600px;
    align-self: end;
  }
 }

@media only screen and (max-width: 1280px) {
 .cards {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
 .hero-content__hero-img {
    max-width: 400px;
  }

  .cards {
    gap: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .section-title br {
    display: inline;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-height: 400px;
 }
  .hero-content__left-wrapper {
    gap: 16px;
 }
 .hero-content .switcher-title {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0;
 }
 .landing .hero-section .hero-content__btn {
    min-height: 44px;
    height: auto;
    white-space: initial;
    padding: 0 17px;
    font-size: 14px;
    width: 100%;
    max-width: none;
  }
  .hero-content__hero-img {
    max-width: 360px;
    align-self: center;
 }

 .section {
  padding: 32px 0;
 }
 .cards {
    margin-top: 20px;
    flex-direction: column;
  }
  .card {
    padding: 20px 16px;
  }
  .card__title {
    font-size: 16px;
    line-height: 20px;
    gap: 12px;
    margin-bottom: 12px;
  }
  .card__icon {
    width: 32px;
    height: 32px;
  }
  .card__text {
    font-size: 14px;
    line-height: 18px;
  }

  .faq-section {
    padding: 32px 0;
  }
  .faq-section__content {
    padding-top: 12px;
  }
}

#mobilemenu .menu ul &gt; li a[title="Trade-in"] span {
  display: inline-grid;
  border-radius: 4px;
  padding: 4px 8px;
  height: 32px;
  background: #FD3A99 !important;
  color: white !important;
}

#mobilemenu .menu ul &gt; li a[title="Trade-in"]:hover span {
  background-color: #ff52a8 !important;
  color: white !important;
}

</pre></body></html>