/* legal */
.legal {
  background: #ebf3f8;
  padding: 60px 0;
}
.legalTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.legalText {
  width: 49.3%;
}
.legalSub {
  color: #1599d5;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.legalTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
  margin-top: 10px;
}
.legalSub1 {
  color: #696b74;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-top: 30px;
}
.legalImg {
  width: 40.8%;
}
.legalImg img {
  display: block;
  max-width: 100%;
}
.legalBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.legalBottomSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696b74;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.legalBottomSub img {
  display: block;
}

/* provide */
.provide {
  background: #ebf3f8;
  padding: 70px 0;
}
.provideInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.provideSub {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.provideSub a {
  color: #000;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* accept */
.accept {
  padding: 70px 0;
}
.acceptTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.acceptSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.acceptSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.accept1 {
  background: #ebf3f8;
}
.acceptSubList {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  /* legal */
  .legal {
    padding: 50px 0;
  }
  .legalTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .legalText {
    width: 100%;
  }
  .legalImg {
    width: 100%;
  }
  .legalImg img {
    margin: 0 auto;
  }
  /* provide */
  .provide {
    padding: 50px 0;
  }
  /* accept */
  .accept {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  /* legal */
  .legal {
    padding: 30px 0;
  }
  .legalTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .legalBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* provide */
  .provide {
    padding: 30px 0;
  }
  /* accept */
  .accept {
    padding: 30px 0;
  }
  .acceptTitle {
    font-size: 24px;
    line-height: 34px; /* 150% */
  }
}
