main {
  padding-top: 93px;
  padding-bottom: 95px;
  background: url("/images/webp/common/privacy-policy-bg.webp") no-repeat right top/42.18% auto,
    url("/images/webp/common/support-bg.webp") no-repeat left top/42.18% auto;
}

.none {
  display: none;
}

.download-box {
  margin-bottom: 90px;
}

.download-box>.title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.download-box>.min-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  row-gap: 15px;
}

.download-box>.min-title span.pro {
  font-size: 48px;
  font-weight: 600;
  background: linear-gradient(88deg, #294dfa, #294dfa 47%, #d675ff 78%, #d675ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 52px;
  margin-top: -5px;
}

.download-box>.min-title img {
  margin-right: 20px;
}

.download-box>.min-title .version-btn {
  color: #294dfa;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 19px;
  background-color: #ffffff;
  border: 2px solid #294dfa;
  border-radius: 7px;
  transition: all .3s;
  cursor: pointer;
}

.download-box>.min-title .version-btn:hover {
  background-color: #294dfa;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset, 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.download-box>.desc {
  font-size: 20px;
  line-height: 24px;
  color: #434343;
  text-align: center;
  margin-bottom: 70px;
}

.download-box>.desc a {
  color: #294dfa;
  text-decoration: underline;
}

.download-box .cards-box {
  display: flex;
  column-gap: 43px;
  flex-wrap: wrap;
}

.download-box .cards-box .card-item {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  box-shadow: 3px 3px 6px 1px white inset, 0 0 29px 8px rgba(0, 0, 0, 0.08);
  padding: 30px 30px 20px;
  width: calc(50% - 21.5px);
}

.download-box .cards-box .card-item .step {
  font-size: 20px;
  color: #294dfa;
  line-height: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
  width: max-content;
  padding: 13px 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

.download-box .cards-box .card-item .title {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.download-box .cards-box .card-item .min-title {
  font-size: 16px;
  color: #222222;
  margin-bottom: 40px;
}

.download-box .cards-box .card-item img {
  max-width: 100%;
  width: 100%;
}


.about-home .h2 {
  text-align: center;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 42px;
  font-weight: 600;
}

.about-home .info-desc {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 57px;
  color: #434343;
}

.about-home .about-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 108px;
}

.about-home .about-info .about-box {
  flex: 1;
}

.about-home .about-info .about-box .about-title {
  background: linear-gradient(62deg, #6982f9, #e1a2fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.about-home .about-info .about-box .about-title .big-text {
  font-size: 107.56px;
  line-height: 100%;
  font-weight: 600;
}

.about-home .about-info .about-box .about-title .small-text {
  font-size: 54px;
  line-height: 100%;
  font-weight: 600;
}

.about-home .about-info .about-box h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
  color: #000000;
}

.about-home .about-info .about-box .about-desc {
  font-size: 14px;
  line-height: 30px;
  color: #434343;
}


@media (min-width: 767px) and (max-width: 1299px) {
  .about-home .h2 {
    margin-bottom: 36px;
  }

  .about-home .info-desc {
    margin-bottom: 35.5px;
  }

  .about-home .about-info {
    flex-direction: column;
  }

  .about-home .about-info .about-box {
    display: flex;
    margin-bottom: 37px;
  }

  .about-home .about-info .about-box:last-child {
    margin-bottom: 0;
  }

  .about-home .about-info .about-box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .about-home .about-info .about-box .about-desc {
    font-size: 14px;
    line-height: 30px;
  }

  .about-home .about-info .about-box .about-title {
    min-width: 196.86px;
    margin: 0 25px 0 0;
  }

  .about-home .about-info .about-box .about-title .big-text {
    font-size: 84.93px;
  }

  .about-home .about-info .about-box .about-title .small-text {
    font-size: 42.64px;
  }

  .about-home {
    margin-bottom: 109px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 43px;
  }

  .download-box>.min-title {
    margin-bottom: 30px;
    column-gap: 20px;
  }
  .download-box>.desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .download-box .cards-box .card-item .step {
    font-size: 16px;
  }

  .download-box .cards-box .card-item .title {
    font-size: 24px;
  }

  .download-box .cards-box .card-item {
    width: 100%;
  }

  .download-box>.min-title span.pro {
    font-size: 34px;
    margin-right: 0;
    text-align: center;
  }

  .download-box>.min-title img {
    margin-right: 0;

  }

  .download-box .cards-box .card-left {
    margin-bottom: 43px;
  }


  .about-home {
    margin-bottom: 50px;
  }

  .about-home .h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }

  .about-home .info-desc {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 19px;
  }

  .about-home .about-info {
    flex-direction: column;
  }

  .about-home .about-info .about-box {
    display: flex;
    margin-bottom: 37px;
  }

  .about-home .about-info .about-box:last-child {
    margin-bottom: 0;
  }

  .about-home .about-info .about-box h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10.25px;
  }

  .about-home .about-info .about-box .about-desc {
    font-size: 14px;
    line-height: 125%;
  }

  .about-home .about-info .about-box .about-title {
    min-width: 113.56px;
    margin: 0 5px 0 0;
  }

  .about-home .about-info .about-box .about-title .big-text {
    font-size: 46.84px;
  }

  .about-home .about-info .about-box .about-title .small-text {
    font-size: 22.91px;
  }

  .about-home .about-info .about-box:nth-child(2) .about-title .big-text {
    font-size: 45.64px;
  }

  .about-home .about-info .about-box:nth-child(3) .about-title .big-text {
    font-size: 53.27px;
  }

  .about-home .about-info .about-box:nth-child(3) .about-title .small-text {
    font-size: 26.74px;
  }

  .about-home .about-info .about-box:nth-child(4) .about-title .big-text {
    font-size: 61.82px;
  }

  .about-home .about-info .about-box:nth-child(4) .about-title .small-text {
    font-size: 31.03px;
  }
}