.scoped-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}
.banner {
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(236, 226, 254, 20%) 0%,
    #ffffff 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2.439rem;
  padding: 1.951rem 0;
}
.banner-intro {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  padding: 0 0.75rem;
}
.banner-intro .banner-text {
  display: flex;
  flex-direction: column;
  width: 850px;
  row-gap: 3.409rem;
  padding-top: 44px;
}
.banner-intro .banner-text .banner-title {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.banner-intro .banner-text .banner-title h1 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #1d1d1f;
  margin: 0;
}
.banner-intro .banner-text .banner-title h2 {
  font-size: 1.098rem;
  font-weight: normal;
  color: #1d1d1f;
  margin: 0;
}
.banner-intro .banner-text .email-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
  color: #1d1d1f;
}
.banner-intro .banner-text .email-container img {
  width: 2.25rem;
  height: 2.25rem;
}
.banner-intro .banner-text .email-container .email {
  font-size: 1.75rem;
}
.banner-intro .banner-image {
  width: 680px;
  height: 460px;
}
.banner-features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  column-gap: 60px;
  padding: 0 0.75rem;
}
.banner-features .banner-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15.193rem;
  height: 8.75rem;
}
.banner-features .banner-feature span {
  font-size: 1.22rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 0.6rem;
}
.comparison-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
.comparison-detail .comparison-detail-title {
  font-size: 1.463rem;
  text-align: center;
  font-weight: bold;
}

.table-container {
  margin: 36px auto 48px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.table-container .table-decoration {
  height: 20px;
  background-color: #dfdfdf;
  border-radius: 10px 10px 0 0;
}
.table-container .table-detail {
  font-size: 0.7rem;
}
.table-container .table-detail div:first-child {
  text-align: left;
}
.header-row {
  border-bottom: 1px solid #bababa;
}
.header-row div:first-child {
  text-align: left;
  font-size: 0.976rem;
}
.header-row div:nth-child(n + 2) {
  text-align: center;
  font-size: 0.976rem;
}
.highlight {
  background-color: rgba(236, 226, 254, 20%) !important;
}
.contact-link {
  color: #7714bb;
  text-decoration: underline;
}
.horizontal-line {
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #bababa;
}
.solutions {
  width: 100%;
  background: linear-gradient(to left, #bf35f7 0%, #3aa9e6 100%);
  padding: 2.195rem 20px;
}
.solutions .solutions-title div {
  color: white;
  text-align: center;
  font-size: 1.463rem;
  font-weight: bold;
}
.solutions .solutions-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1.463rem;
  row-gap: 1.463rem;
  margin-top: 1.463rem;
}
.solutions .solutions-btn-group .solutions-contact-btn {
  background: white;
  padding: 0.732rem 1.951rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1f;
  border-radius: 1.524rem;
  font-size: 0.6667rem;
  cursor: pointer;
  font-weight: 600;
}
.solutions .solutions-btn-group .solutions-download-btn {
  background: transparent;
  padding: 0.732rem 1.951rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 1.524rem;
  font-size: 0.6667rem;
  cursor: pointer;
  border: 2px solid #fff;
  font-weight: 600;
}
@media screen and (min-width: 1024px) and (max-width: 1639.9px) {
  .banner-intro {
    flex-direction: column;
  }
  .banner-intro .banner-image {
    width: 100%;
    height: auto;
  }
  .banner-intro .banner-image img {
    width: 100%;
  }
  .banner-features {
    flex-direction: column;
    row-gap: 96px;
  }
  .banner-features .banner-feature {
    width: 25.2rem;
    height: 14.466rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .banner-intro {
    flex-direction: column;
  }
  .banner-intro .banner-text {
    width: auto;
  }
  .banner-intro .banner-image {
    width: 100%;
    height: auto;
  }
  .banner-intro .banner-image img {
    width: 100%;
  }
  .banner-features {
    flex-direction: column;
    row-gap: 64px;
  }
  .banner-features .banner-feature {
    width: 25.2rem;
    height: 14.466rem;
  }
  .solutions .solutions-btn-group {
    flex-direction: column;
  }
  .solutions .solutions-btn-group .solutions-contact-btn, .solutions .solutions-btn-group .solutions-download-btn {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767.9px) {
  .banner-intro {
    flex-direction: column;
    padding: 0 24px;
  }
  .banner-intro .banner-text {
    width: auto;
  }
  .banner-intro .banner-image {
    width: 100%;
    height: auto;
  }
  .banner-intro .banner-text .email-container {
    flex-wrap: wrap;
  }
  .banner-intro .banner-image img {
    width: 100%;
  }
  .banner-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .banner-features .banner-feature {
    width: 300px;
    height: 173px;
  }
  .table-container .table-detail {
    font-size: 14px;
  }
  .solutions .solutions-btn-group {
    flex-direction: column;
  }
  .solutions .solutions-btn-group .solutions-contact-btn, .solutions .solutions-btn-group .solutions-download-btn {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.9px) {
  .banner-intro {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .banner-intro {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.9px) {
  .banner-intro {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.9px) {
  .banner-intro {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1739.9px) {
  .banner-intro, .banner-features {
    max-width: 1320px;
  }
}