.download-application {
  margin-bottom: 80px;
  gap: 24px;
  min-height: 75px;
}
.download-application > .item {
  min-width: 240px;
  max-width: 240px;
}
.download-application > .item > .link {
  gap: 16px;
  background: #F5FAFF;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  position: relative;
}
.download-application > .item > .link > img {
  min-width: 40px;
}
.download-application > .item > .link > svg {
  position: absolute;
  left: 16px;
}
.download-application > .item > .link > div {
  gap: 4px;
}
.download-application > .item > .link > div > span {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #0086FF;
  opacity: 0.5;
}
.download-application > .item > .link > div > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
}
.download-application > .item > .qr-code {
  gap: 16px;
}
.download-application > .item > .qr-code > div {
  gap: 8px;
}
.download-application > .item > .qr-code > div > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
}
.download-application > .item > .qr-code > div > span {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: rgba(28, 29, 31, 0.4);
}
.download-application > .item > .qr-code > img {
  min-width: 64px;
}

.support-part {
  margin: 60px 0 120px 0;
  position: relative;
}
.support-part > img {
  min-width: 227px;
}
.support-part > .content {
  gap: 40px;
}
.support-part > .content > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1D1F;
}
.support-part > .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
  max-width: 669px;
  margin-bottom: 40px;
}
.support-part > .content > .actions {
  gap: 0;
}
.support-part > .content > .actions > a {
  padding: 8px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1D1F;
}
.support-part > .content > .actions > a:first-child {
  color: #FFF;
  background-color: #0086FF;
}

.xpay-app-benifet {
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #EBF5FF;
  background: linear-gradient(180deg, #FFFFFF 0%, #E6F3FF 100%);
}
.xpay-app-benifet .benifet-box {
  gap: 80px;
}
.xpay-app-benifet .benifet-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #1C1D1F;
}
.xpay-app-benifet .benifet-box > .items-wrapper {
  width: 100%;
  gap: 40px;
}
.xpay-app-benifet .benifet-box > .items-wrapper > .item {
  width: 100%;
  min-height: 316px;
  background: #FFFFFF;
  border: 1px solid #EBF5FF;
  border-radius: 24px;
  padding: 40px 34px;
  gap: 24px;
}
.xpay-app-benifet .benifet-box > .items-wrapper > .item > .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #1C1D1F;
  margin-top: 16px;
}
.xpay-app-benifet .benifet-box > .items-wrapper > .item > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1C1D1F;
  opacity: 0.5;
}

.app-page-panel .tab-contents {
  min-height: 75px;
}

@media only screen and (max-width: 1024px) {
  .download-application {
    margin-bottom: 40px;
    gap: 16px;
    min-height: 336px;
    flex-direction: column;
    align-items: flex-start;
  }
  .download-application > .item {
    min-width: 100%;
    max-width: 100%;
  }
  .download-application > .item > .link > div {
    gap: 6px;
  }
  .download-application > .item > .link > div > p {
    font-size: 14px;
    line-height: 21px;
  }
  .download-application > .item > .qr-code {
    width: 100%;
    justify-content: space-between;
    padding-top: 8px;
  }
  .download-application > .item > .qr-code > div {
    align-items: flex-start;
  }
  .support-part {
    margin: 40px 0 60px 0;
    flex-direction: column;
    padding-bottom: 12px;
  }
  .support-part > .content {
    gap: 16px;
  }
  .support-part > .content > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .support-part > .content > p {
    font-size: 14px;
    margin-bottom: 48px;
    max-width: 100%;
  }
  .support-part > .content > .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .support-part > .content > .actions > a {
    padding: 6px 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .support-part > .content > .actions > a:nth-child(2) {
    padding: 6px 0;
  }
  .support-part > img {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 133px;
    max-width: 133px;
  }
  .xpay-app-benifet {
    margin-bottom: 64px;
    padding-bottom: 20px;
  }
  .xpay-app-benifet .benifet-box {
    gap: 24px;
  }
  .xpay-app-benifet .benifet-box > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .xpay-app-benifet .benifet-box > .items-wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .xpay-app-benifet .benifet-box > .items-wrapper > .item {
    min-height: unset;
    padding: 24px;
    gap: 16px;
  }
  .xpay-app-benifet .benifet-box > .items-wrapper > .item > .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .xpay-app-benifet .benifet-box > .items-wrapper > .item > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
}

/*# sourceMappingURL=app.css.map */
