body {
  background-color: #f9f9f9;
}

.section1 {
  height: 100vh;
  background-color: #FEFEF2;
  position: relative;
  overflow: hidden;

}

.section1 .img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section1 .img img {
  width: 100%;
}

.section1 .content {
  position: absolute;
  left: calc(50vw - 860px);
  top: 192px;
}

.section1 .content .text1 {
  display: flex;
  color: #37180E;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
}

.section1 .content .text1 img {
  margin-left: 10px;
}

.section1 .content .text2 h3 {
  font-size: 100px;
  line-height: 1;
  display: flex;
  color: #37180E;
  font-weight: 400;
  text-transform: uppercase;
  align-items: flex-end;
}

.section1 .content .text2 h3 .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #37180E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transform: rotate(90deg);
}

.section1 .content .text2 h3 .icon div {
  font-size: 50px;
  display: block;
  height: fit-content;
}

.section2 {
  position: relative;
  z-index: 2;
}

.section2::after {
  width: 100%;
  height: 50%;
  background-color: #F9F9F9;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.section2 .wrap {
  position: relative;
  z-index: 2;
  padding-top: 540px;
}

.section2 .wrap .bg1 {
  position: relative;
  z-index: 2;
}

.section2 .wrap .bg1 img {
  width: 100%;
}

.section2 .wrap .bg2 {
  position: absolute;
  top: 100px;
  width: 1740px;
  left: 50%;
  transform: translateX(-50%);
}

.section2 .wrap .text1 {
  top: 244px;
  font-size: 40px;
  color: #37180E;
  text-transform: uppercase;
  width: 660px;
}

.section2 .wrap .text2 {
  color: #37180E;
  font-size: 20px;
  top: calc(540px + 26vw);
  z-index: 2;
  width: 762px;
}

.section2 .wrap .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.section3.after {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}

.section3.before {
  opacity: 0;
}

.section3 {
  background-color: #FCF6E8;
  margin-top: -300px;
  position: relative;
  overflow: unset;
}

.section3 .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section3 .bg img {
  width: 100%;
}

.section3 .wrap {
  padding-top: 375px;
  padding-bottom: 289px;
  display: flex;
  width: 1720px;
  margin: 0 auto;


}

.section3 .wrap .text {
  width: 800px;
  margin-right: 110px;
  padding-top: 50px;
}

.section3 .wrap .text h3 {
  font-size: 50px;
  margin-bottom: 5px;
  color: #37180E;
  text-transform: uppercase;
  font-weight: 400;
}

.section3 .wrap .text h4 {
  font-size: 20px;
  color: #37180E;
  text-transform: uppercase;
  font-weight: 400;
}

.section3 .wrap .text p {
  color: #37180E;
  margin-top: 60px;
  line-height: 40px;
  font-size: 18px;
}

.section4 .bg {
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  width: 100%;
}

.section4 .bg img {
  width: 100%;
}


.section4 {
  background-color: #fff;
  margin-bottom: -200px;
  /* overflow: hidden; */
  overflow: unset;
  position: relative;
}

.section4 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 380px;
}

.section4 .wrap .title {
  margin-bottom: 90px;
  text-align: center;
}

.section4 .wrap .title h3 {
  font-size: 50px;
  color: #37180E;
  text-transform: uppercase;
}

.section4 .wrap .main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 70px;
}

.section4 .wrap .main .item {
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section4 .wrap .main .item:hover .button {
  opacity: 1;
}

.section4 .wrap .main .item .button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EFDCCC;
  padding: 30px 20px 0;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.6s;
}

.section4 .wrap .main .item .button .text {
  text-align: center;
  color: #37180E;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.section4 .wrap .main .item .button a {
  display: block;
  padding: 7px 32px 7px 14px;
  background-color: #fff;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  color: #37180E;
  position: relative;
  overflow: hidden;
}

.section4 .wrap .main .item .button a .fist:nth-child(2) {
  color: #fff;
}

.section4 .wrap .main .item .button a p {
  position: relative;
  z-index: 2;
}

.section4 .wrap .main .item .button a:hover .icon::after {
  transform: scale(13);
}

.section4 .wrap .main .item .button a .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.section4 .wrap .main .item .button a .icon::after {
  width: 100%;
  height: 100%;
  background-color: #F67A5A;
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.6s;
}

.section4 .wrap .main .item .button a .icon span {
  color: #fff;
  position: relative;
  z-index: 2;
}

.section5 {
  background-color: #EFDCCC;
  border-radius: 200px;
  position: relative;
  z-index: 2;
}

.section5 .wrap {
  padding: 110px 0 160px;
  width: 1720px;
  margin: 0 auto;
}

.section5 .wrap .title {
  margin-bottom: 120px;
}

.section5 .wrap .title h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.section5 .wrap .main {
  display: flex;
  grid-gap: 60px;
}

.section5 .wrap .main .item:hover .icon {
  transform: rotateY(360deg);
}

.section5 .wrap .main .item .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto 67px;
  background-color: #F67A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.section5 .wrap .main .item .icon img {
  max-width: 60px;
  max-height: 50px;
}

.section5 .wrap .main .item .text h4 {
  text-align: center;
  color: #37180E;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section5 .wrap .main .item .text p {
  color: #37180E;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.section6 {
  margin-top: -200px;
  position: relative;
  background-color: #F9F9F9;
}

.section6 .bg {
  position: absolute;
  bottom: 0;
  width: 1720px;
  left: 50%;
  transform: translateX(-50%);
}

.section6 .bg img {
  width: 100%;
}

.section6 .wrap {
  padding-top: 300px;
  padding-bottom: 350px;
  width: 1720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section6 .wrap .title {
  margin-bottom: 50px;
}

.section6 .wrap .title h3 {
  text-transform: uppercase;
  color: #F67A5A;
  font-size: 50px;
  text-align: center;
  line-height: 70px;
}

.section6 .wrap .main {
  display: flex;
  grid-gap: 40px;
}

.section6 .wrap .main .item {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 40px 50px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
}

.section6 .wrap .main .item .num {
  color: #F67A5A;
  font-size: 60px;
  text-align: center;
}

.section6 .wrap .main .item .text h4 {
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  color: #37180E;
  line-height: 34px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section6 .wrap .main .item .text p {
  color: #37180E;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.section7 {
  position: relative;
  z-index: 2;
  background-color: #F9F9F9;
  border-radius: 0 0 200px 200px;
}

.section7 .wrap {
  background-color: #EEF8FF;
  padding-top: 100px;
  padding-bottom: 145px;
  border-radius: 200px;

}

.section7 .wrap .title {
  text-align: center;
  width: 1720px;
  margin: 0 auto 50px;
}

.section7 .wrap .title h3 {
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
}

.section7 .wrap .main {
  width: 1720px;
  margin: 0 auto;
}

.section7 .wrap .main .item {
  background-color: #fff;
  padding: 50px 0;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.section7 .wrap .main .item .left {
  width: 470px;
  text-align: center;
  border-right: 1px solid #E9E4E0;
}

.section7 .wrap .main .item .left .num {
  color: #F67A5A;
  font-size: 60px;
}

.section7 .wrap .main .item .left h4 {
  color: #37180E;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.section7 .wrap .main .item .right {
  flex: 1;
  padding: 0 74px;
  font-size: 18px;
  line-height: 2;
}

.section7 .wrap .main .jt {
  text-align: center;
  margin: 25px 0 40px;
}

.section8 {
  background-color: #F2FCF2;
  margin: -200px 0 -200px;
}

.section8 .wrap {
  padding-top: 300px;
  padding-bottom: 300px;
  width: 1720px;
  margin: 0 auto;
  position: relative;
}

.section8 .wrap .bg {
  position: absolute;
  left: 80px;
  top: 0;
  height: calc(100% - 400px);
  top: 200px;
}

.section8 .wrap .bg svg {
  height: 100%;
}

.section8 .wrap .title {
  text-align: center;
  margin-bottom: 105px;
}

.section8 .wrap .title h3 {
  color: #F67A5A;
  font-size: 50px;
  font-weight: 400;
}

.section8 .wrap .main .item {
  display: flex;
  align-items: center;
  gap: 160px;
}

.section8 .wrap .main .item:not(:last-child) {
  margin-bottom: 46px;
}

.section8 .wrap .main .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.section8 .wrap .main .item .left {
  width: 700px;
}

.section8 .wrap .main .item .left h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
}

.section8 .wrap .main .item .left p {
  color: #37180E;
  font-size: 18px;
  line-height: 2;
}

.section8 .wrap .main .item .right {
  position: relative;
}

.section8 .wrap .main .item .right .line {
  position: absolute;
}

.section8 .wrap .main .item:nth-child(1) .line {
  right: 0;
  bottom: -45px;
}

.section8 .wrap .main .item:nth-child(2) .line {
  left: 74px;
  bottom: -38px;
}

.section8 .wrap .main .item:nth-child(3) .line {
  right: 73px;
  bottom: -38px;
  transform: scaleX(-1);
}

.section8 .wrap .main .item:nth-child(4) .line {
  left: 0;
  top: -45px;
  transform: rotate(180deg);
}

.section9 {
  background-color: #FFF6E0;
  margin-top: -200px;
  border-radius: 200px;
  position: relative;
  z-index: 2;
}

.section9 .wrap {
  padding: 100px 0 120px;
  width: 1160px;
  margin: 0 auto;
}

.section9 .wrap .top .title {
  width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}

.section9 .wrap .top .title h3 {
  color: #37180E;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.section9 .wrap .top .text {
  margin-bottom: 60px;
}

.section9 .wrap .top .text p {
  color: #37180E;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.section9 .wrap .bottom {
  padding: 60px 225px;
  background: rgba(255, 255, 255, 0.2);
}

.section9 .wrap .bottom h4 {
  font-size: 24px;
  color: #F67A5A;
  font-weight: 400;
  text-align: center;
  line-height: 34px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section9 .wrap .bottom p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

.section10 {
  background-color: #F9EAEA;
  margin-top: -200px;
}

.section10 .wrap {
  padding-top: 300px;
  padding-bottom: 120px;
  width: 1270px;
  margin: 0 auto;
}

.section10 .wrap .title {
  margin-bottom: 40px;
}

.section10 .wrap .title h3 {
  color: #37180E;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section10 .wrap .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.section10 .wrap .main .item {
  height: 60px;
  width: 620px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}

.section10 .wrap .main .item input {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #37180E;
  padding-left: 40px;
  font-size: 18px;
}

.section10 .wrap .main .item.row {
  width: 100%;
  height: 260px;
}

.section10 .wrap .main .item.row textarea {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #37180E;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 40px;
}

.section10 .wrap .button {
  display: flex;
  justify-content: center;
}

.section10 .wrap .button button {
  width: 160px;
  height: 60px;
  background-color: #C6A267;
  border-radius: 30px;
  margin: 40px auto 0;
}

.section10 .wrap .button button p {
  color: #fff;
  font-size: 18px;
}