<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 763px) {
  .PDP-Free-Block__btn {
    display: none;
  }

  .PDP-Free-Block__wrapper {
    border: none !important;
  }

  .PDP-Free-Block__wrapper::before,
  .PDP-Free-Block__wrapper::after {
    display: none;
  }

  /************/
  /** UPDATE **/
  /************/

  .JR.initialized[data-screen="0"] .JR-screen1__container {
    width: 50%;
    top: 50%;
    position: absolute;
    left: calc(50% - 230px);
    transform: translate(-50%, -50%) scale(1.2);
  }

  .JR.initialized[data-screen="0"] .JR-header__title-text:not(.JR-header__title-txt-1) {
    width: 100%;
  }

  .JR.initialized[data-screen="0"] .JR-header {
    position: absolute;
    min-width: 400px;
    left: 50%;
    top: calc(50% - 30px);
    transform: translateY(-50%);
  }

  .JR.initialized[data-screen="0"] .JR-screen1__subtitle {
    position: absolute;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    min-width: 400px;
    left: 50%;
  }

  .JR.initialized[data-screen="0"] .JR-screen__cta.JR-screen1__cta {
    position: absolute;
    top: calc(50% + 70px);
    transform: translateY(-50%);
    left: calc(50% + 135px);
  }
}

.PDP-Free-Block__wrapper .JR {
  max-width: 100%;
}

/*****/

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .JR-screen3__cta {
    margin-right: 90px;
}
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .JR-header__title-text {
    font-size: 34px;
  }
  .JR-screen3__cta {
    right: 124px;
  }
}

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