<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-BTCB {
  height: 182px;
  max-width: 1020px;
  color: #000;
  display: block;
  position: relative;
  font-family: "Lucas", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
  background-color: #d4a589;
  transition: height 0.3s;
}

.dp-BTCB * {
  line-height: 1.2em;
  box-sizing: border-box;
}

.dp-BTCB sup {
  top: -0.2em;
  font-size: 0.7em;
  line-height: normal;
}

.dp-BTCB-banner_modalities {
  color: #000;
  text-decoration: none;
}

.dp-BTCB-banner_modalities-container {
  font-size: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 7px;
  width: 100%;
}

.dp-BTCB-banner_modalities:hover {
  text-decoration: underline;
}

.dp-BTCB-stage {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.dp-BTCB-xtra-bold {
  font-weight: 800;
}

.dp-BTCB-bold {
  font-weight: 700;
}

.dp-BTCB-semi-bold {
  font-weight: 600;
}

.dp-BTCB-color {
  color: #9c3316;
}

.dp-BTCB-green {
  color: #3d8705;
  font-weight: 700;
}

.dp-BTCB-is-mobile,
.dp-BTCB-is-mobile-inline {
  display: none;
}

.dp-BTCB-is-desktop,
.dp-BTCB[is-sticky="1"] .dp-BTCB-is-sticky-desktop {
  display: block;
}

.dp-BTCB-is-sticky:not(.dp-BTCB-is-desktop),
.dp-BTCB-is-sticky-desktop:not(.dp-BTCB-is-desktop),
.dp-BTCB-is-sticky-mobile:not(.dp-BTCB-is-desktop) {
  display: none;
}

.dp-BTCB-stage_block,
.dp-BTCB-stage_block-content {
  display: none;
}

.dp-BTCB-valid-cart-btn {
  border: none;
  padding: 6px 16px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-family: "Lucas", sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #3d8705;
  border-radius: 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  width: fit-content;
  transition: box-shadow 0.3s;
  font-weight: 600;
}

.dp-BTCB-stage_final-content__p1 .dp-BTCB-green {
  font-weight: 700;
}

.dp-BTCB-sticky-mobile__container .dp-BTCB-valid-cart-btn {
  margin: 0 auto;
  margin-top: 10px;
}

.dp-BTCB-valid-cart-btn:hover {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.45);
}

/** DISPLAY / HIDE **/

.dp-BTCB[is-final-step="1"] .dp-BTCB-stage_block {
  display: none;
}

.dp-BTCB-stage__feedback-mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  .dp-BTCB[is-sticky="1"] .dp-BTCB-is-sticky-desktop,
  .dp-BTCB-is-desktop {
    display: none;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-is-sticky-mobile,
  .dp-BTCB-is-mobile {
    display: block;
  }

  .dp-BTCB-is-mobile-inline {
    display: inline;
  }
}

/****************/
/** MODALITIES **/
/****************/

#dp-BTCB-modalities-popin {
  display: none;
  line-height: 1.5;
  color: #000;
}

.dp-BTCB-modalities-popin__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.dp-BTCB-modalities-popin__content {
  text-align: left;
}

.dp-BTCB-modalities-popin__content a {
  text-decoration: underline;
}

/***************/
/** SCALE BAR **/
/***************/

/** BASE **/

.dp-BTCB-banner_scale-bar-container {
  width: 100%;
  position: relative;
  bottom: 0;
  height: 5px;
  margin-top: auto;
}

.dp-BTCB-sticky-mobile__container .dp-BTCB-banner_scale-bar-container {
  margin-top: 10px;
}

.dp-BTCB[is-final-step="1"] .dp-BTCB-sticky-mobile__container .dp-BTCB-banner_scale-bar-container {
  display: none;
}

.dp-BTCB-sticky-mobile__container .dp-BTCB-banner_scale-bar {
  background: rgba(128, 88, 88, 0.22);
}

.dp-BTCB-banner_scale-bar,
.dp-BTCB-banner_scale-bar-fill {
  height: 6px;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  transition: width 0.3s, background-color 0.3s;
}

.dp-BTCB-banner_scale-bar-value {
  position: absolute;
  right: -48px;
  font-size: 12px;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
}

.dp-BTCB-banner_scale-bar {
  background: #fff;
}

.dp-BTCB-banner_scale-bar-fill {
  background-color: #9c3316;
}

.dp-BTCB-banner_scale-bar-fill--full {
  background-color: #3d8705;
}

@media screen and (max-width: 700px) {
  .dp-BTCB-banner_scale-bar-step {
    display: none;
  }

  .dp-BTCB-banner_scale-bar,
  .dp-BTCB-banner_scale-bar-fill {
    height: 8px;
  }
}

/** CUSTOM **/

.dp-BTCB-banner_scale-bar-caps-cart,
.dp-BTCB-banner_scale-bar-caps-target {
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.dp-BTCB-banner_scale-bar-caps-cart {
  left: -100px;
  padding-right: 15px;
  justify-content: flex-end;
}

.dp-BTCB-banner_scale-bar-caps-target {
  right: -100px;
  padding-left: 15px;
  justify-content: flex-start;
}

/******************/
/** CUSTOM STAGE **/
/******************/

.dp-BTCB-stage__content-left {
  max-width: 279px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  background-image: url(./images/KV.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.dp-BTCB-stage__content-right-has-machine-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: normal;
}

.dp-BTCB-stage__content-right-has-machine-text strong {
  font-weight: 600;
  color: #702829;
}

.dp-BTCB-stage__content-right-has-machine-text &gt; span,
.dp-BTCB-stage__content-right-has-machine-text::before {
  vertical-align: middle;
}

.dp-BTCB-stage__content-right-has-machine-text::before {
  content: url(./images/checkmark.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
}

.dp-BTCB-stage__content-left p {
  max-width: 145px;
  width: 100%;
  font-size: 17px;
  color: #000;
  position: relative;
}

.dp-BTCB[is-first-step="1"][has-feedback="1"],
.dp-BTCB[has-feedback-intro="1"] {
  height: 175px;
}

.dp-BTCB-stage__content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
  position: absolute;
  background-color: #dbd2c3;
  z-index: -1;
  top: 0;
  left: 0;
}

.dp-BTCB .dp-BTCB-stage__feedback {
  height: 25px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: height 0.3s;
  overflow: hidden;
}

.dp-BTCB[is-first-step="1"][has-feedback="1"] .dp-BTCB-stage__feedback {
  display: flex;
}

.dp-BTCB[is-first-step="1"] .dp-BTCB-stage__feedback,
.dp-BTCB[is-intro="1"] .dp-BTCB-stage__feedback {
  background-color: #885b3e;
}

.dp-BTCB-stage__content-intro {
  display: none;
}

.dp-BTCB-stage__content-right-container {
  width: 100%;
  padding: 10px 20px;
  position: relative;
}

.dp-BTCB-stage__content-right {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.dp-BTCB-stage__content-right .dp-BTCB-orange,
.dp-BTCB-stage__content-right .dp-BTCB-green {
  font-weight: 700;
}

.dp-BTCB-stage_block {
  text-align: left;
  display: none;
  width: 324px;
  height: 116px;
  position: relative;
  transition: opacity 0.3s;
}

.dp-BTCB[is-three-blocks="1"] .dp-BTCB-stage_block {
  width: 216px;
}

.dp-BTCB-stage_block.dp-BTCB-is-displayed {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}

.dp-BTCB-stage__content-right-title {
  display: none;
}

.dp-BTCB-stage_block-content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 104px;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
}

.dp-BTCB-stage_block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
  bottom: 0;
  transition: opacity 0.3s, padding-bottom 0.3s, background-color 0.3s;
  padding-bottom: 80px;
  height: 100%;
  opacity: 0;
  z-index: -1;
  white-space: normal;
  text-align: center;
  padding: 10px 5px;
}

.dp-BTCB-stage_block-content[is-displayed="1"] {
  transition: opacity 0.3s, padding-bottom 0.3s;
  opacity: 1;
  z-index: 1;
}

.dp-BTCB-stage_block-content .dp-BTCB-color {
  font-weight: 700;
}

.dp-BTCB-stage_block-content[data-step="GOAL"] p:first-child::before,
.dp-BTCB-stage_block-content[data-step="PASSED"] p:first-child::before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  background: url(./images/valid.png);
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.dp-BTCB-stage_block[data-current-step="PASSED"] {
  opacity: 0.3;
}

.dp-BTCB-stage_block-content[data-step="BASE"] p:first-child {
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
}

.dp-BTCB-stage_block-content[data-step="GOAL"] p:first-child,
.dp-BTCB-stage_block-content[data-step="PASSED"] p:first-child {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
}

.dp-BTCB-stage_block-content[data-step="BASE"] p:nth-child(2) {
  font-size: 15px;
  line-height: 20px;
  margin-top: 3px;
}

.dp-BTCB-stage_block-content[data-step="GOAL"] p:nth-child(2),
.dp-BTCB-stage_block-content[data-step="PASSED"] p:nth-child(2) {
  font-size: 17px;
  line-height: 20px;
}

.dp-BTCB-stage_block-content[data-step="BASE"] p:first-child a {
  color: #97744f;
}

.dp-BTCB-stage_block-content[data-step="STARTED"] p:first-child {
  font-size: 17px;
  line-height: 20px;
}

.dp-BTCB-stage_block-content[data-step="STARTED"] p:nth-child(2) {
  font-size: 13.75px;
  line-height: 18px;
}

.dp-BTCB-stage_block-content[data-step="GOAL"] p {
  font-size: 19px;
}

.dp-BTCB-stage_block-content[data-step="STARTED"] {
  padding: 10px 13px;
}

.dp-BTCB-stage_block-content[data-step="GOAL"],
.dp-BTCB-stage_block-content[data-step="PASSED"] {
  padding: 10px 11px;
}

.dp-BTCB-stage_block-content[data-step="GOAL"] .dp-BTCB-color,
.dp-BTCB-stage_block-content[data-step="PASSED"] .dp-BTCB-color {
  color: #3d8705;
}

.dp-BTCB-stage_block p:nth-child(2) {
  font-size: 19px;
  line-height: 18px;
}

.dp-BTCB-stage_block-content .dp-BTCB-button-chocolate {
  background-color: #3d8705;
  border: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  transition: box-shadow 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.dp-BTCB-stage_block-content .dp-BTCB-button-chocolate * {
  line-height: 1;
}

.dp-BTCB-stage_block-content .dp-BTCB-button-chocolate:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/** FINAL BLOCK **/

.dp-BTCB-stage_final-content {
  display: none;
  text-align: left;
  width: 100%;
  position: relative;
  margin-top: 5px;
}

.dp-BTCB[is-final-step="1"] .dp-BTCB-stage_final-content {
  display: inline-block;
}

.dp-BTCB-stage_final-content__container {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  min-height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
}

.dp-BTCB-stage_final-content-buttons {
  margin-right: 10px;
  margin-top: 10px;
}

.dp-BTCB-stage_final-content .dp-BTCB-valid-cart-btn {
  margin-top: 5px;
}

.dp-BTCB-stage_final-content__p1 {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.dp-BTCB-stage_final-content__p1 {
  font-size: 20px;
  line-height: 23px;
}

.dp-BTCB-stage_final-content__p1 &gt; strong:first-child::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(./images/valid.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-right {
  display: none;
}

.dp-BTCB-validate-cart-button {
  background-color: #3d8705;
  border: none;
  width: 190px;
  height: 30px;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  font-family: "Lucas", sans-serif;
  font-size: 16px;
  margin-top: 15px;
}

/************************/
/** RESPONSIVE DESKTOP **/
/************************/

@media screen and (max-width: 996px) and (min-width: 700px) {
  .dp-BTCB-stage__content-left {
    display: none;
  }

  .dp-BTCB-stage_final-content p:nth-child(2) {
    font-size: 17px;
    line-height: 18px;
  }

  .dp-BTCB-stage__content-right {
    flex-grow: 0;
  }

  .dp-BTCB[is-final-step="1"]:not([is-sticky="1"]) .dp-BTCB-stage__content::after {
    display: flex;
  }

  .dp-BTCB-stage_final-content {
    padding-left: 67px;
  }

  .dp-BTCB-stage__content {
    justify-content: center;
    background-image: none;
    padding-right: 0;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-stage__content {
    background-image: none;
  }

  .dp-BTCB[is-sticky="1"][is-final-step="1"] .dp-BTCB-stage__content-right {
    display: none;
  }

  .dp-BTCB[is-sticky="1"][is-final-step="1"] .dp-BTCB-stage_final-content {
    flex-basis: calc(100% - 100px);
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-stage_block-content[data-step="BASE"] p:first-child {
    font-size: 16px;
    line-height: 18px;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-stage_block-content[data-step="GOAL"] p:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
  }

  .dp-BTCB-stage_final-content::before {
    display: none;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-right {
    display: none;
  }
}

/*******************/
/** STICKY MOBILE **/
/*******************/

@keyframes macaronEntering {
  from {
    right: -150px;
  }
  60% {
    right: 20px;
  }
  80% {
    right: 0;
  }
  to {
    right: 10px;
  }
}

/** CUSTOM **/

.dp-BTCB-sticky-mobile__container {
  display: flex;
  justify-content: center;
  bottom: -500px;
  transition: bottom 0.3s;
  left: 50%;
  transform: translate(-50%);
  position: fixed;
  max-width: 400px;
  width: 100%;
}

.dp-BTCB[is-sticky="1"] .dp-BTCB-sticky-mobile__container {
  bottom: 20px;
}

.dp-BTCB-sticky-mobile__content-container {
  max-width: 400px;
  width: 100%;
  height: 110px;
  pointer-events: all;
  padding: 16px;
  border-radius: 10px;
  background: rgba(240, 240, 240, 0.9);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25), 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  overflow: hidden;
  transition: height 0.3s, padding 0.3s;
}

.dp-BTCB[has-feedback="1"] .dp-BTCB-sticky-mobile__content-container {
  height: 134px;
  padding-top: 38px;
}

.dp-BTCB-sticky-mobile__content-feedback {
  border-radius: 10px 10px 0px 0px;
  background: #9c3316;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f3eee6;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: -30px;
  white-space: break-spaces;
  transition: top 0.3s;
}

.dp-BTCB-sticky-mobile__content-feedback .dp-BTCB-color {
  color: #fff;
  font-weight: 700;
}

.dp-BTCB[has-feedback="1"] .dp-BTCB-sticky-mobile__content-feedback {
  top: 0;
}

.dp-BTCB-banner_mobile-sticky-content--feedback {
  background-color: #885b3e;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-BTCB-banner_mobile-sticky-content-1[data-step="BASE"] {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.dp-BTCB-banner_mobile-sticky-content-2[data-step="BASE"] {
  font-size: 15px;
}

.dp-BTCB-banner_mobile-sticky-content-1[data-step="STARTED"] {
  font-size: 16px;
  font-weight: 500;
}

.dp-BTCB-banner_mobile-sticky-content-1[data-step="STARTED"] .dp-BTCB-orange {
  font-weight: 700;
}

.dp-BTCB-banner_mobile-sticky-content-1[data-step="GOAL"] {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
}

.dp-BTCB-banner_mobile-sticky-content-1[data-step="GOAL"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  position: relative;
  background-image: url(./images/checkmark.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.dp-BTCB-banner_mobile-sticky-content-2[data-step="GOAL"] {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 2px;
}

.dp-BTCB-banner_mobile-sticky-content-2[data-step="GOAL"] .dp-BTCB-green {
  font-weight: 700;
}

.dp-BTCB-banner_mobile-sticky-content-3[data-step="GOAL"] {
  color: #3d8705;
  font-size: 15px;
  padding-top: 5px;
  text-decoration: underline;
}

.dp-BTCB-banner_mobile-sticky-content-3--goal {
  font-size: 15px;
  margin-top: 5px;
  color: #3d8705;
  text-decoration: underline;
}

.dp-BTCB-sticky-mobile__intro p:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.dp-BTCB-sticky-mobile__intro p:nth-child(2) {
  font-size: 15px;
  line-height: 15px;
  margin-top: 3px;
}

.dp-BTCB-sticky-mobile__started p:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.dp-BTCB-sticky-mobile__started .dp-BTCB-color,
.dp-BTCB-sticky-mobile__goal .dp-BTCB-color {
  font-weight: 700;
}

.dp-BTCB-sticky-mobile__goal &gt; p {
  font-size: 18px;
  line-height: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-BTCB-sticky-mobile__goal &gt; p:first-child::before {
  content: url(./images/checkmark.svg);
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

/*******************/
/** CUSTOM MOBILE **/
/*******************/

@media screen and (max-width: 700px) {
  /** BASE **/

  .dp-BTCB-sticky-mobile__container {
    max-width: 350px;
  }

  .dp-BTCB-stage_final-content ul li {
    font-size: 14px;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-right-container,
  .dp-BTCB[is-final-step="1"] .dp-BTCB-banner_modalities-container {
    display: flex;
  }

  .dp-BTCB-stage__content {
    flex-direction: column;
  }

  .dp-BTCB-stage_final-content ul {
    margin-top: 16px;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-right-has-machine-text,
  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-right-has-machine-text {
    display: none;
  }

  .dp-BTCB {
    height: 190px;
  }

  .dp-BTCB-stage__content-right-container {
    padding: 16px 0;
    height: 100%;
  }

  .dp-BTCB[has-feedback="1"][is-intro="0"] {
    height: 180px;
    transition: height 0.3s;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-stage {
    display: none !important;
  }

  .dp-BTCB-banner_modalities {
    z-index: 3;
    bottom: 0;
  }

  .dp-BTCB-banner_modalities a {
    text-decoration: underline;
  }

  .dp-BTCB-stage__feedback-desktop {
    display: none;
  }

  .dp-BTCB-stage__feedback-mobile {
    display: block;
    font-size: 16px;
  }

  .dp-BTCB-stage__feedback-mobile span br {
    display: none;
  }

  /** CUSTOM **/

  .dp-BTCB-stage__content {
    background-image: none;
    padding-right: 0;
  }

  .dp-BTCB[is-intro="1"] .dp-BTCB-stage__content-right-title {
    opacity: 0;
    transition: opacity 0.3s, top 0.3s;
  }

  .dp-BTCB-stage__content-right-title {
    position: absolute;
    top: 0;
    height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: opacity 0.3s, top 0.3s;
    width: 100%;
    justify-content: center;
    font-weight: 500;
  }

  .dp-BTCB[has-feedback="1"] .dp-BTCB-stage__content-right-title {
    top: 27px;
    transition: opacity 0.3s, top 0.3s;
  }

  .dp-BTCB-stage_final-content::after {
    display: none;
  }

  .dp-BTCB-stage_block-content[data-step="STARTED"] p:first-child {
    font-size: 15px;
  }

  .dp-BTCB-stage_block-content[data-step="GOAL"] p:nth-child(2) {
    font-size: 13px;
    line-height: 16px;
  }

  .dp-BTCB-banner_scale-bar,
  .dp-BTCB-banner_scale-bar-fill {
    height: 6px;
  }

  .dp-BTCB-banner_scale-bar-container {
    top: -3px;
  }

  .dp-BTCB-stage__content-right {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -o-overflow-scrolling: scroll;
    scroll-behavior: smooth;
    flex-basis: 100%;
    max-width: 100vw;
    width: 100%;
    transition: left 0.3s, padding-top 0.3s;
    padding: 0 16px;
    margin-top: 16px;
    flex-basis: 100px;
    display: block;
  }

  .dp-BTCB-stage__content-right-container {
    display: flex;
    flex-direction: column;
  }

  .dp-BTCB-banner_modalities-container {
    padding: 0 16px;
    margin-top: auto;
  }

  .dp-BTCB-stage__content-right-has-machine-text {
    padding: 0 16px;
    text-align: left;
    font-size: 14px;
    justify-content: flex-start;
  }

  .dp-BTCB[is-intro="1"] .dp-BTCB-stage__content-right {
    left: 100vw;
    transition: left 0.3s;
  }

  .dp-BTCB-stage_content-feedback {
    display: none;
  }

  .dp-BTCB-stage__content-right::-webkit-scrollbar {
    display: none;
  }

  .dp-BTCB-stage_content-feedback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    font-size: 18px;
    background-color: #3d8705;
    color: #000;
    display: none;
  }

  .dp-BTCB[is-intro="0"] .dp-BTCB-stage__content.dp-BTCB-left-halo::before {
    opacity: 0.9;
    transition: opacity 0.3s;
  }

  .dp-BTCB[is-intro="0"] .dp-BTCB-stage__content.dp-BTCB-right-halo::after {
    opacity: 0.9;
    transition: opacity 0.3s;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content.dp-BTCB-left-halo::before,
  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content.dp-BTCB-right-halo::after {
    opacity: 0;
  }

  /** END HALO **/

  .dp-BTCB-stage_block {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: visible;
  }

  .dp-BTCB-stage-0_content-mobile-left {
    flex-basis: 40%;
    text-align: right;
    height: 100%;
    position: relative;
    padding-top: 10px;
  }

  .dp-BTCB-stage-0_content-mobile-left p {
    font-size: 12px;
    letter-spacing: -0.4px;
    text-align: left;
  }

  .dp-BTCB-stage-0_content-mobile-left img {
    margin: 0;
    width: 130px;
    height: 100px;
    position: relative;
    bottom: 10px;
  }

  .dp-BTCB-stage-0_content-mobile-right {
    position: relative;
    width: 100%;
    flex-basis: 60%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .dp-BTCB-stage_final-content__container {
    padding: 10px;
    margin-top: 0;
  }

  .dp-BTCB-stage-0_content-mobile-right:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    background-color: #9c9c9c;
    height: 82px;
    width: 2px;
    bottom: 20px;
  }

  .dp-BTCB-stage_final-content p {
    font-size: 18px;
  }

  .dp-BTCB-validate-cart-button {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 13px;
    width: 155px;
  }

  .dp-BTCB-stage_block {
    display: none;
    height: 100%;
    vertical-align: top;
    width: 295px;
    padding: 0 8px;
    box-sizing: content-box;
  }

  .dp-BTCB[is-three-blocks="1"] .dp-BTCB-stage_block {
    width: 295px;
  }

  .dp-BTCB-stage_block-content {
    text-align: left;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-right-container {
    padding: 14px 0;
  }

  .dp-BTCB-stage_final-content {
    display: none;
    position: relative;
    padding: 16px;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    background-image: url(./images/background-mobile.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }

  .dp-BTCB-stage_final-content &gt; div &gt; p:first-child {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
  }

  .dp-BTCB-stage_final-content &gt; div &gt; p:first-child br {
    display: none;
  }

  .dp-BTCB-stage_final-content p:first-child::before {
    width: 17px;
    height: 17px;
  }

  .dp-BTCB-stage_final-content .dp-BTCB-valid-cart-btn {
    padding: 3px 16px;
  }

  .dp-BTCB-stage_final-content p:first-child &gt; span:first-child {
    font-size: 15px;
  }

  .dp-BTCB-stage_final-content::before,
  .dp-BTCB-stage_final-content::after {
    display: none;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__feedback {
    display: none;
  }

  .dp-BTCB-stage__feedback {
    background-color: #3d8705;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 16px;
    height: 0;
    overflow: hidden;
    display: block;
    text-align: center;
    transition: height 0.3s, padding 0.3s;
    z-index: 1;
  }

  .dp-BTCB[has-feedback="1"][is-intro="0"][is-first-step="0"] .dp-BTCB-stage__feedback {
    height: 27px;
    padding: 3px 0;
    transition: height 0.3s, padding 0.3s;
    display: flex;
  }

  .dp-BTCB-stage_block-content[data-step="GOAL"]:before {
    top: 18px;
  }

  .dp-BTCB-stage_final-content-buttons {
    display: flex;
  }

  .dp-BTCB-stage_final-content-buttons button:first-child {
    margin-right: 10px;
  }

  .dp-BTCB[is-intro="1"] .dp-BTCB-stage__content-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4eee7;
    padding-left: 175px;
  }

  .dp-BTCB[is-intro="1"] .dp-BTCB-stage__content-intro &gt; p {
    font-size: 18px;
    color: #fff;
  }

  .dp-BTCB[is-intro="1"] .dp-BTCB-stage__content-intro &gt; p &gt; span:first-child {
    font-weight: 700;
  }

  .dp-BTCB[is-intro="0"] .dp-BTCB-stage__content-intro {
    opacity: 0;
    transition: 0.3s;
    animation-name: fadeOut;
    display: none;
  }

  .dp-BTCB[is-intro="1"] .dp-BTCB-stage_final-content {
    display: none;
  }

  .dp-BTCB[has-feedback="1"] .dp-BTCB-sticky-mobile__content {
    padding-top: 30px;
  }

  .dp-BTCB-sticky-mobile__content-feedback {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3d8705;
    width: 100%;
    min-height: 18px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    padding-top: 1px;
    height: 30px;
  }

  .dp-BTCB[has-feedback="1"][is-first-step="1"] .dp-BTCB-sticky-mobile__content-feedback {
    background-color: #885b3e;
  }

  .dp-BTCB[has-feedback="0"][is-first-step="0"] .dp-BTCB-sticky-mobile__content-feedback,
  .dp-BTCB[has-feedback="0"] .dp-BTCB-sticky-mobile__content-feedback {
    display: none;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-stage_final-content-buttons {
    margin-top: 5px;
    position: relative;
    right: auto;
    align-items: center;
    top: 0;
    transform: none;
    margin: 0 auto;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-sticky-mobile__content .dp-BTCB-sticky-mobile__intro &gt; span:first-child {
    display: block;
  }

  .dp-BTCB[is-sticky="1"] .dp-BTCB-stage_final-content-buttons button:first-child {
    margin-right: 0;
  }

  .dp-BTCB-stage_block-content[data-step="BASE"] p:first-child,
  .dp-BTCB-stage_block-content[data-step="PASSED"] p:first-child {
    font-size: 17px;
  }

  .dp-BTCB-stage_block-content[data-step="BASE"] p:nth-child(2),
  .dp-BTCB-stage_block-content[data-step="PASSED"] p:nth-child(2) {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    margin-top: 3px;
  }

  .dp-BTCB:not([data-position-scroll="0"]) #dp-BTCB-stage_block-1,
  .dp-BTCB:not([data-position-scroll="1"]) #dp-BTCB-stage_block-2,
  .dp-BTCB:not([data-position-scroll="2"]) #dp-BTCB-stage_block-3 {
    opacity: 0.6;
  }

  .dp-BTCB-stage__content-left {
    display: none;
  }

  .dp-BTCB[is-final-step="1"] .dp-BTCB-stage__content-left p {
    display: none;
  }
}

@media screen and (max-width: 365px) {
  .dp-BTCB-stage_final-content p:nth-child(2) {
    font-size: 17px;
    line-height: 17px;
  }

  .dp-BTCB-valid-cart-btn,
  .dp-BTCB-choose-accessories-btn {
    font-size: 12px;
  }

  .dp-BTCB-sticky-mobile__container {
    max-width: 320px;
  }
}
</pre></body></html>