<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-beauty-consult {
  margin: 0 auto;
  text-align: center;
  max-width: 1048px;
  position: relative;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-beauty-consult * {
  box-sizing: border-box;
}
.dp-beauty-consult img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-beauty-consult img {
    margin: 0 auto;
    max-width: 1048px;
    width: 1048px;
    margin-left: calc(50% - 524px);
  }
}
.dp-beauty-consult__title {
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1em;
  font-weight: normal;
  margin: 0px auto;
  padding: 20px;
  font-size: 42px;
  padding-top: 0;
}
.dp-beauty-consult__text {
  margin: 0;
  margin-bottom: 20px;
}
.dp-beauty-consult__box {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.dp-beauty-consult__link a {
  background-color: transparent;
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #fff;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}
</pre></body></html>