@import url("front.css");

.rp-homecurator {
  width: 100%;
  max-width: none;
  padding-inline: clamp(1rem, 3.125vw, 3.75rem);
}

.rp-homehero__content,
.rp-homehero__visual {
  min-width: 0;
}

.rp-homehero__actions {
  position: relative;
  z-index: 3;
}

.rp-homehero__actions a,
.rp-homehero__actions a:visited {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  background: #1d1d1f !important;
  color: #fff !important;
}

.rp-homehero__actions a + a,
.rp-homehero__actions a + a:visited {
  border: 1px solid #d2d2d7;
  background: #fff !important;
  color: #1d1d1f !important;
}

.rp-homehero__visual img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (min-width: 576px) and (max-width: 991px) {
  .rp-homehero {
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr);
  }
  .rp-homehero__visual img {
    width: 48%;
    max-height: 210px;
  }
}
