.mobileapp-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.11px;
  color: #000000;
}
@media (max-width: 380px) {
  .mobileapp-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.mobileapp-banner {
  height: 460px;
  overflow: hidden;
  background: linear-gradient(262.26deg, #BEE639 0%, #7EB332 99.54%);
}
.mobileapp-banner .container {
  position: relative;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.mobileapp-banner .container::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  right: -100px;
  bottom: -138px;
  max-width: 800px;
  z-index: 1;
  transform: scale(2.1);
  background: url("/images/mob-app/mobapp-page-banner.webp") bottom center/contain no-repeat;
}
.mobileapp-banner__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.11px;
  max-width: 607px;
  margin-bottom: 20px;
  color: #fff;
}
.mobileapp-banner__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.11px;
  max-width: 550px;
  margin-bottom: 34px;
  color: #F9FFC2;
}
.mobileapp-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.mobileapp-banner__button:nth-child(4) {
  display: none;
}
@media (hover: hover) {
  .mobileapp-banner__button:hover {
    background: #015D52;
    color: #fff;
  }
}
.mobileapp-banner__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mobileapp-banner {
    height: 710px;
  }
  .mobileapp-banner .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mobileapp-banner .container::after {
    right: -150px;
    bottom: -196px;
  }
  .mobileapp-banner__title {
    font-size: 36px;
    line-height: 48px;
    max-width: 333px;
  }
  .mobileapp-banner__text {
    font-size: 20px;
    line-height: 24px;
    max-width: 358px;
    margin-bottom: 20px;
  }
  .mobileapp-banner__button:nth-child(3) {
    display: none;
  }
  .mobileapp-banner__button:nth-child(4) {
    display: inline-flex;
  }
}
@media (max-width: 576px) {
  .mobileapp-banner .container::after {
    right: 0;
    left: 0;
    transform: unset;
    bottom: -314px;
    height: 115%;
    background-size: cover;
  }
}
@media (max-width: 425px) {
  .mobileapp-banner .container::after {
    bottom: -306px;
  }
}

.mobileapp-benefits {
  padding: 48px 0 0 0;
  background: #F7F7FC;
}
.mobileapp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 96px;
  padding-bottom: 48px;
}
.mobileapp-benefits__card {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mobileapp-benefits__card::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
}
.mobileapp-benefits__card:nth-child(1)::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: url("/images/mob-app/record.svg") center center/contain no-repeat;
  background-size: contain;
}
.mobileapp-benefits__card:nth-child(2)::before {
  background: url("/images/mob-app/mobile-apply-form.svg") center center/contain no-repeat;
}
.mobileapp-benefits__card:nth-child(3)::before {
  background: url("/images/mob-app/mobapp-familly.svg") center center/contain no-repeat;
}
.mobileapp-benefits__card-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #000000;
  max-width: 190px;
}

@media (max-width: 1279px) {
  .mobileapp-benefits__grid {
    gap: 48px;
  }
}
@media (max-width: 1023px) {
  .mobileapp-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 670px) {
  .mobileapp-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.mobileapp-links {
  padding: 48px 0 48px 0;
}
.mobileapp-links + .mailing-list {
  padding: 0 0 48px 0;
}
.mobileapp-links__title {
  margin-bottom: 48px;
}
.mobileapp-links__title span:nth-child(2) {
  display: none;
}
.mobileapp-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.mobileapp-links__card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #CFCFD1;
  transition: border 350ms ease-in-out;
}
.mobileapp-links__card::before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  flex-shrink: 0;
  background: url("/images/mob-app/mob-app-qr.svg") center center/contain no-repeat;
}
.mobileapp-links__card-shop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 0 16px 0;
}
.mobileapp-links__card-shop-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobileapp-links__card-shop-logo .mob-app-info__link-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1px;
  max-width: 100%;
}
.mobileapp-links__card-shop-text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  transition: color 350ms ease-in-out;
}
.mobileapp-links__card-shop-text::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 2px dotted #D7D7D7;
  transition: border 350ms ease-in-out;
}

@media (hover: hover) {
  .mobileapp-links__card:hover {
    border-color: #FF4500;
  }
  .mobileapp-links__card:hover .mobileapp-links__card-shop-text {
    color: #FF4500;
  }
  .mobileapp-links__card:hover .mobileapp-links__card-shop-text::after {
    border-color: #FF4500;
  }
}
@media (max-width: 1279px) {
  .mobileapp-links__grid {
    gap: 24px;
  }
  .mobileapp-links__card {
    gap: 16px;
    padding: 16px;
  }
  .mobileapp-links__card::before {
    width: 80px;
    height: 80px;
  }
  .mobileapp-links__card-shop {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .mobileapp-links__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .mobileapp-links__title {
    margin-bottom: 48px;
  }
  .mobileapp-links__title span:nth-child(1) {
    display: none;
  }
  .mobileapp-links__title span:nth-child(2) {
    display: block;
  }
  .mobileapp-links__card {
    padding: 24px;
  }
  .mobileapp-links__card::before {
    display: none;
  }
  .mobileapp-links__card-shop {
    padding: 0;
  }
}
@media (max-width: 670px) {
  .mobileapp-links__grid {
    grid-template-columns: 1fr;
  }
}
.mobileapp-faq {
  padding-top: 48px;
}
.mobileapp-faq .faq {
  padding: 0;
}
.mobileapp-faq .faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.11px;
  color: #000000;
}
@media (max-width: 380px) {
  .mobileapp-faq .faq__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.mobileapp-faq {
  padding-top: 48px;
}
.mobileapp-faq .faq {
  padding: 0;
}
.mobileapp-faq .faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.11px;
  color: #000000;
}
@media (max-width: 380px) {
  .mobileapp-faq .faq__title {
    font-size: 32px;
    line-height: 38px;
  }
}