* {
  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: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.headerTop {
  background: #000;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 110px;
}
.headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.headerSocialLink img {
  display: block;
  max-width: 100%;
}
.logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerBottom {
  background: #f7f7f7;
  padding: 16px 0;
}
.headerSub {
  color: #999;
  font-family: 'DM Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px; /* 120% */
}
.headerSub span {
  color: #777;
  font-family: 'DM Sans';
}

/* content */
.content {
  margin-top: 50px;
}
.contentTop {
  max-width: 988px;
}
.contentTitle {
  color: #161616;
  font-family: 'DM Sans';
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 51.6px; /* 120% */
  letter-spacing: -1.29px;
}
.contentSub {
  color: #494949;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
  margin-top: 13px;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.userImg img {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.userSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.userSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #636363;
  font-family: 'DM Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.7px; /* 190% */
}
.userSub img {
  display: block;
}
.contentBoxs {
  max-width: 740px;
}
.contentSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.contentSocialLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
.shareBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #505050;
  font-family: 'DM Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px; /* 150% */
}
.shareBtn img {
  display: block;
}
.contentSocialItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.contentSocialItem {
  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;
  padding: 6.5px 0;
  width: 30px;
  height: 32px;
}
.contentSocialItem img {
  display: block;
}
.followBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10.6px;
  color: #444;
  font-family: 'DM Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px; /* 150% */
  padding: 4px 17.01px 4px 17px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
}
.contentBoxsInner {
  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: 30px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
}
.contentBoxImg1 img {
  width: 100%;
}
.contentBoxImgSub {
  color: #8a8a8a;
  text-align: center;
  font-family: 'DM Sans';
  font-size: 13.7px;
  font-style: italic;
  font-weight: 400;
  line-height: 23.21px; /* 169.416% */
  letter-spacing: -0.052px;
  margin-top: 14px;
}
.contentBoxSubs20 {
  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: 30px;
}
.contentBoxSub {
  color: #111;
  font-family: 'DM Sans';
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.75px; /* 170% */
  letter-spacing: -0.052px;
}
.contentBoxSub a {
  color: #0073f7;
  font-family: 'DM Sans';
  -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;
}
.contentBoxSubs10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.contentBoxTitle {
  color: #161616;
  font-family: 'DM Sans';
  font-size: 26.3px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.38px; /* 149.734% */
  letter-spacing: -0.052px;
}
.contentBoxSubWithBorder {
  color: #191919;
  font-family: 'DM Sans';
  font-size: 19.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.052px;
  border-left: 4px solid #ddd;
  padding: 0 20px;
}
.contentBoxSubs20-1 {
  margin-top: 15px;
}
.underline {
  text-decoration: underline;
}
.contentBox1 {
  border: 1px solid #dcdcde;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
  padding: 26px;
  max-width: 600px;
}
.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: 15.6px;
  margin-top: 24px;
}
.contentBoxTitle1 {
  color: #2c3338;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.6px; /* 130% */
}
.contentBoxSub1 {
  color: #8c8f94;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.contentBox1Bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.contentBox1BottomLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #8c8f94;
  font-family: 'Segoe UI';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 178.571% */
}
.contentBox1BottomLink img {
  display: block;
}
.contentLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 3px;
}
.contentLink {
  color: #999;
  font-family: 'DM Sans';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 215.385% */
  letter-spacing: 0.39px;
  border-radius: 2px;
  background: #f7f7f7;
  padding: 5px 10px;
}
.contentBtns {
  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;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 35px;
  margin-top: 38px;
}
.contentBtn {
  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: 13px;
  color: #191919;
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
  padding: 5px 17px;
}
.contentBtn img {
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contentNews {
  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: 22px;
  margin-top: 36px;
}
.contentNewsBox {
  width: 39%;
}
.contentNewsBoxLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #0073f7;
  text-align: right;
  font-family: 'DM Sans';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px; /* 150% */
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
.contentNewsBoxSub {
  color: #161616;
  text-align: right;
  font-family: 'DM Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.5px; /* 150% */
  margin-top: 11px;
}
.contentNewsBox:last-child {
  border-left: 1px solid #e8e8e8;
  padding-left: 36px;
}
.contentNewsBox:last-child .contentNewsBoxSub {
  text-align: left;
}
.contentNewsBox:last-child .contentNewsBoxLink {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.user1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  border-top: 1px solid #e8e8e8;
  padding-top: 36px;
  margin-top: 35px;
}
.user1Img img {
  display: block;
  width: 95px;
  height: 95px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.user1Text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.user1Title {
  color: #161616;
  font-family: 'DM Sans';
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px; /* 120% */
}
.user1Sub {
  color: #444;
  font-family: 'DM Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.71px; /* 171.4% */
  margin-top: 15.39px;
}

/* footer */
.footer {
  background: #f7f7f7;
  padding: 60px 0;
  margin-top: 80px;
}
.footerInner {
  max-width: 836px;
  margin: 0 auto;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.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: 10px;
  margin-top: 30px;
}
.footerSub {
  color: #444;
  text-align: center;
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.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: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footerLink {
  color: #000;
  text-align: center;
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
}
