* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Hide the default scrollbar */
::-webkit-scrollbar {
  display: none;
}

.page {
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, #FFF 0%, #DEF2FF 47.6%, #E3F9FF 96.63%);
}

.bg-left {
  position: absolute;
  top: 669px;
  left: -385px;
  width: 1059px;
  height: 1059px;
  background-image: url("./images/bg-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-bottom-wrapper {
  position: absolute;
  width: 1059px;
  height: 1059px;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.bg-bottom {
  position: absolute;
  bottom: -600px;
  left: -385px;
  width: 1059px;
  height: 1059px;
  background-image: url("./images/bg-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 92px;
  padding: 0 140px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

.logo {
  color: #3C3C3C;
  font-family: "SF Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 1000;
  line-height: 84px;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
}

.navList {
  display: flex;
  gap: 32px;
}

.navList > a {
  color: #3C3C3C;
  font-family: "SF Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  width: 132px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.60);
  text-decoration: none;
  cursor: pointer;
}

.pannel {
  width: 100%;
  position: relative;
}

.pannel1 {
  width: 100%;
  overflow: hidden;
  height: 1200px;
}

.main-bg {
  position: absolute;
  top: 200px;
  right: -500px;
  width: 1177px;
  height: 942px;
  background-image: url("./images/bg-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-content {
  padding-top: 589px;
  padding-left: 216px;
  position: relative;
}

.main-title {
  width: 908px;
  color: #3C3C3C;
  font-family: "SF Pro";
  font-size: 78px;
  font-style: normal;
  font-weight: 1000;
  line-height: 84px; /* 107.692% */
  letter-spacing: 2px;
}

.main-subtitle {
  margin-top: 20px;
  color: #3C3C3C;
  font-family: "SF Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 190% */
}

.pannel2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 0;
}

.about-content {
  max-width: 1720px;
  border-radius: 50px;
  background: #FFF;
  padding: 100px 160px 160px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 100px;
}

section {
  width: 100%;
}

.about-title-bg {
  height: 84px;
  width: auto;
  background-image: url("./images/about-title.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.about-title {
  color: #4C3D4D;
  text-align: center;
  font-family: "SF Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 1000;
  line-height: 84px; /* 175% */
  letter-spacing: 2px;
}

.about-subtitle {
  color: #3C3C3C;
  font-family: "SF Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 190.476% */
}

.about-subtitle-end {
  max-width: 80%;
}

.about-line {
  width: 100%;
  height: 2px;
  background: rgb(229, 229, 229);
}

.about-bg {
  position: absolute;
  bottom: -250px;
  right: 0;
  width: 467px;
  height: 686px;
  background-image: url("./images/bg-right2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pannel3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 183px;
  margin-top: 230px;
}

.contact-content {
  max-width: 1017px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.contact-title {
  height: 84px;
  width: 1163px;
  background-image: url("./images/contact-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.contact-text {
  color: #3C3C3C;
  text-align: center;
  font-family: "SF Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 190.476% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  vertical-align: middle;
}

.footer {
  position: relative;
  width: 100%;
  height: 140px;
  background: rgba(255, 255, 255, 0.30);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3C3C3C;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
