/* Universal breakpoints */
@media screen and (max-width: 550px) {
  .bkg-img-default {
    background-position: -240px 0; } }

@media (max-width: 479px) {
  .bkg-img-default {
    background-position: -400px 0; } }

@media (max-width: 479px) {
  .hero-copy-content {
    width: 100%; } }

.app-store-buttons {
  height: 46px;
  display: flex;
  gap: 20px; }
  .app-store-buttons img {
    height: 100%;
    width: auto; }
  @media (max-width: 479px) {
    .app-store-buttons {
      width: 100%;
      height: auto; }
      .app-store-buttons img {
        flex-shrink: 1;
        min-width: 0;
        height: auto; } }

.mobile-app-hero-copy-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: auto !important;
  max-width: 575px; }
  .mobile-app-hero-copy-content .hero-heading {
    padding: 0; }
  .mobile-app-hero-copy-content .phone-number-input {
    box-sizing: border-box;
    width: 300px;
    padding: 15px 40px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; }
    .mobile-app-hero-copy-content .phone-number-input::-moz-placeholder {
      color: #A0A8B7; }
    .mobile-app-hero-copy-content .phone-number-input::placeholder {
      color: #A0A8B7; }
    @media (max-width: 767px) {
      .mobile-app-hero-copy-content .phone-number-input {
        width: 100%; } }
  .mobile-app-hero-copy-content .button-gold {
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    height: 56px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .mobile-app-hero-copy-content .button-gold {
        width: 100%; } }
  .mobile-app-hero-copy-content .fine-print {
    font-weight: 500;
    line-height: 22px; }
