* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.header {
  border-bottom: 4px solid #e5e5e5;
  background: #1e1e1e;
  padding: 10px 0;
}
.headerLogo img {
  display: block;
  max-width: 100%;
}

/* content */
.content {
  padding-top: 21px;
  padding-bottom: 96px;
}
.contentInner {
  max-width: 940px;
  margin: 0 auto;
}
.adv {
  color: #999;
  text-align: center;
  font-family: Roboto;
  font-size: 15.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.95px; /* 150% */
}
.adv span {
  color: #069;
}
.contentTitle {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  margin-top: 13px;
}
.contentBoxs {
  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: 10px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
  margin-top: 19px;
}
.contentBoxSub {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 165% */
}
.contentBoxSub a {
  color: #069;
  font-family: Roboto;
  font-weight: 700;
  line-height: 29.7px; /* 165% */
  -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;
}
.contentBoxTitle {
  color: #333;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px; /* 120% */
  margin-top: 28px;
}
.contentBoxSubList {
  margin-top: 19px;
  margin-left: 20px;
}
.contentBoxSubs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.contentBoxSub1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #333;
  font-family: Roboto;
  font-size: 19.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 150% */
}
.contentBoxSub1 img {
  display: block;
}
.contentBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 148.5% */
  padding: 11px 0;
  background: #0178d4;
  margin-top: 20px;
}
.contentBoxSubWithBorder {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px;
  border-left: 4px solid #069;
  background: #eee;
  padding: 13px 27.86px 14.7px 24px;
  margin-top: 16px;
}

/* footer */
.footer {
  border-top: 4px solid #e5e5e5;
  background: #1e1e1e;
  padding-top: 40px;
  padding-bottom: 26px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerLinks {
  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: 3px;
  margin-top: 24px;
}
.footerLinks {
  color: #fff;
}
.footerLink {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  -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;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.footerSub {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
}
