body {
  font-family: Inter;
}

.section-title {
  text-align: center;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 34px;
  line-height: 40.8px;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 1.2rem;
}

.section-note {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #6b7280;
  margin-bottom: 1.2rem;
}

.section-description {
  font-weight: 400;
  font-style: Regular;
  font-size: 15.2px;
  line-height: 24.32px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
}

.header {
  background-color: #1f4fa8;
}

.nav a {
  color: #eaf0ff;
  padding: 8px 10px;
}

.nav a:hover,
nav a.active {
  width: 111;
  height: 40;
  opacity: 1;
  border-radius: 6px;
  padding: 8px 10px;
  gap: 10px;
  background: #4f7fe0;
}

.banner {
  padding: 10rem 0;
  background: linear-gradient(90deg, #6f8fcb 0%, #8ea7d6 45%, #cbd6ea 100%);
}
.banner .banner-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 44.8px;
  line-height: 56px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 3.5rem;
}
.banner .banner-description {
  font-weight: 400;
  font-style: Regular;
  font-size: 16.8px;
  line-height: 25.2px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 3rem;
}
.banner .banner-items {
  margin-bottom: 3rem;
}
.banner .banner-btn {
  top: 443px;
  left: 10px;
  opacity: 1;
  border-radius: 6px;
  padding-top: 14px;
  padding-right: 21px;
  padding-bottom: 14px;
  padding-left: 21px;
  gap: 10px;
  background-color: #4f7fe0;
  color: #fff;
}

.system-section .system-box {
  border-radius: 28px;
  padding-top: 40px;
  padding-right: 32px;
  padding-bottom: 40px;
  padding-left: 32px;
  gap: 12px;
  background: #eaf0ff;
}
.system-section .system-box .system-box-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 1rem;
}
.system-section .system-box .system-box-description {
  padding-left: 1rem;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #111827;
}

.choose-section .choose-box {
  border-radius: 26px;
  padding-top: 45px;
  padding-right: 55px;
  padding-bottom: 45px;
  padding-left: 55px;
  gap: 20px;
  background: #eef4ff;
}
.choose-section .choose-box .choose-box-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1f4fd8;
}
.choose-section .choose-box .choose-box-note {
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: 0%;
  color: #1e3a8a;
}
.choose-section .choose-box .choose-box-description {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 25.5px;
  letter-spacing: 0%;
  color: #5b6b8a;
}

.financial-section .financial-description {
  font-weight: 400;
  font-style: Regular;
  font-size: 15.2px;
  line-height: 24.32px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
}
.financial-section .financial-box {
  border-radius: 32px;
  background-color: #eaf0ff;
  padding: 3rem;
}
.financial-section .financial-box ul {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #444444;
}

.develop-section .develop-container {
  border-top-left-radius: 260px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 260px;
  border-bottom-left-radius: 40px;
  padding: 6rem 4rem;
  background-color: rgba(31, 79, 168, 0.75);
}
.develop-section .develop-container .develop-title {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.develop-section .develop-container .develop-footer-note {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 3rem;
}
.develop-section .develop-box .develop-box-white {
  min-height: 112px;
  display: flex;
  align-items: center;
}
.develop-section .develop-box .develop-box-white .develop-box-content {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: rgb(13, 27, 42);
}

/*# sourceMappingURL=style.css.map */
