@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

.reactiv-app-promo-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 9999;
  overflow: hidden;
  color: var(--rapb-body-text-color);
}

.reactiv-app-promo-full-screen {
  padding-bottom: 74px;
}

.rfsb-hidden {
  display: none !important;
}

.rapf-content {
  font-family: var(--rapf-font-family), sans-serif;
}

.rapf-cta-content {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.rapf-cta-content-text {
  display: flex;
  padding: 0 70px 0 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  align-items: center;
}

.rapf-description {
  text-align: center;
  color: var(--rapf-body-text-color);
}

.rapf-app-description {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.rapf-app-clip-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.rapf-cta-button-container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  justify-content: center;
}

.rapf-cta-container {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rapf-cta-button {
  display: flex;
  height: 52px;
  min-width: 104px;
  padding: 10px 16px;
  background-color: var(--rapf-cta-background-color, #212529);
  border: 1px solid var(--rapf-cta-background-color, #212529);
  color: var(--rapf-cta-text-color, #fff);
  text-decoration: none;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  justify-content: center;
  align-self: stretch;
}

.rapf-cta-button-browser {
  display: flex;
  height: 52px;
  min-width: 104px;
  padding: 10px 16px;
  background-color: var(--rapf-cta-background-color-browser, #fff);
  border: 1px solid #e3e7ea;
  color: var(--rapf-cta-text-color-browser, #212529);
  text-decoration: none;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  justify-content: center;
  align-self: stretch;
}

.app-store-button {
  display: flex;
  align-self: stretch;
  justify-content: center;
}

p {
  margin: 0;
}

/* iPhone SE */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .reactiv-app-promo-full-screen {
    padding-bottom: 0px !important;
  }

  .rapf-app-clip-description {
    margin-bottom: 18px !important;
  }
  .rapf-cta-button-container {
    padding: 2px 12px 2px 12px !important;
  }
  .rapf-app-description {
    font-size: 18px !important;
  }
  .rapf-app-clip-description {
    font-size: 12px !important;
  }
  .rapf-cta-content-text {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .rapf-cta-button,
  .rapf-cta-button-browser {
    font-weight: 600 !important;
  }
  #lottie-container {
    padding-top: 10px !important;
    padding-bottom: 16px !important;
    width: 200px !important;
    height: 375px !important;
  }
}

/* iPhone XR */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .reactiv-app-promo-full-screen {
    padding-bottom: 20px !important;
  }
  .rapf-cta-button-container {
    margin-top: 10px !important;
  }
  .rapf-app-clip-description {
    font-size: 14px !important;
  }
  .rapf-cta-content-text {
    padding-left: 80px !important;
    padding-right: 80px !important;
    white-space: pre-line;
    text-align: center;
    padding-top: 0px !important;
  }
  .rapf-cta-button,
  .rapf-cta-button-browser {
    font-weight: 600 !important;
  }
  #lottie-container {
    padding-top: 20px !important;
    width: 350px !important;
    height: 500px !important;
  }
}

/* iPhone 12 Pro */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .rapf-cta-button-container {
    margin-top: 12px !important;
  }
  .rapf-app-clip-description {
    font-size: 14px !important;
  }
  #lottie-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: 350px !important;
    height: 500px !important;
  }
}

/* iPhone 14 Pro Max */
@media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
  .rapf-app-clip-description {
    font-size: 14px !important;
  }
  #lottie-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    width: 350px !important;
    height: 500px !important;
  }
}

/* iPad Mini */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  .rapf-cta-content-text {
    margin-top: 25px !important;
  }

  .rapf-app-description {
    font-size: 32px !important;
  }
  .rapf-cta-button-container {
    padding: 24px !important;
  }
  .rapf-app-clip-description {
    font-size: 20px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  #lottie-container {
    padding-top: 10px !important;
    width: 600px !important;
    height: 600px !important;
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
}

/* iPad Air */
@media only screen and (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) {
  .rapf-cta-content-text {
    margin-top: 75px !important;
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  #lottie-container {
    padding-top: 10px !important;
    width: 400px !important;
    height: 700px !important;
    margin-bottom: 60px !important;
    margin-top: 90px !important;
  }
}

/* iPad Pro */
@media only screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) {
  .rapf-cta-button-container {
    margin-top: 40px !important;
    padding: 24px !important;
  }
  .rapf-cta-button {
    font-size: 26px !important;
    height: 75px !important;
  }
  .rapf-cta-button-browser {
    font-size: 26px !important;
    height: 75px !important;
  }
  .rapf-app-description {
    font-size: 40px !important;
  }
  .rapf-app-clip-description {
    font-size: 32px !important;
  }
  .rapf-cta-content-text {
    margin-top: 75px !important;
  }
  #lottie-container {
    padding-top: 10px !important;
    width: 400px !important;
    height: 700px !important;
    margin-bottom: 60px !important;
    margin-top: 120px !important;
  }
}
