<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-BTC-offer__content {
  margin-top: 24px;
}

.dp-BTC-offer__wrapper {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
}

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

  .dp-BTC-offer__wrapper {
    padding: 0 24px;
  }
}

/***********/
/** TITLE **/
/***********/

.dp-BTC-offer__container-title {
  padding: 0 20px;
}

.dp-BTC-offer__step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.dp-BTC-offer {
  position: relative;
}

.dp-BTC-offer__step-visual-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
}

.dp-BTC-offer__step-visual {
  width: 49px;
  height: 4px;
  border-radius: 4px;
  background-color: #00000033;
  transition: opacity 0.3s;
}

.dp-BTC-offer__step-visual-1--filled {
  background-color: #712929;
}

.dp-BTC-offer__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  margin-top: 5px;
}

.dp-BTC-offer__description {
  font-size: 20px;
  margin-top: 5px;
  line-height: 120%;
}

.dp-BTC-offer__description-inner[data-offer] {
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer__description-inner[data-offer="machine"],
.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer__description-inner[data-offer="subscription"] {
  display: inline;
}

.dp-BTC-custom-inner-add-to-bag-icon-container {
  position: absolute;
  left: 5px;
  top: 50%;
  font-size: 1.875rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 26px;
}

.dp-BTC-custom-inner-add-to-bag-icon,
.dp-BTC .AddToBagButton[is-added="true"] .AddToBagButtonLarge__basketIcon {
  display: none;
}

.dp-BTC .AddToBagButton[is-loading="true"] .dp-BTC-custom-inner-add-to-bag-icon--loader,
.dp-BTC .AddToBagButton[is-added="true"]:not([is-loading="true"]) .dp-BTC-custom-inner-add-to-bag-icon--minus {
  display: block;
}

.dp-BTC-custom-inner-add-to-bag-icon--loader {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dp-BTC .AddToBagButton[is-loading="true"] .AddToBagButtonLarge__basketIcon {
  display: none;
}

@media screen and (max-width: 767px) {
  .dp-BTC-offer__container-title {
    padding: 0;
  }
}
</pre></body></html>