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

/* header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
  background: #000;
}
.headerInner {
  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;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerImg img {
  display: block;
  max-width: 100%;
}

/* content */
.content {
  margin-top: 124px;
}
.contentTitle {
  color: #222;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.contentDate {
  color: #bfbfbf;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.contentSub {
  color: #222;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
  margin-top: 18px;
}
.contentImg {
  margin-top: 18px;
}
.contentImg img {
  display: block;
  max-width: 100%;
}
.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: 30px;
  margin-top: 11px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.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: 25px;
  margin-top: 25px;
}
.contentBoxSub1 {
  color: #222;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.contentBoxSub2 {
  color: #222;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.contentBoxSub {
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.contentBoxSub a {
  color: #792776;
  font-weight: 700;
}
.btnContainer {
  text-align: center;
}
.contentBoxBtn {
  display: inline-block;
  color: #792776;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.44px;
  padding: 7px 27px;
  border: 1px solid #792776;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
}
.contentBoxBtn:hover {
  -webkit-box-shadow: 0 0 10px #792776;
  box-shadow: 0 0 10px #792776;
}
.contentBoxTitle {
  color: #222;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 530px;
  margin: 0 auto;
  margin-top: 40px;
}
.contentBoxTitle a {
  color: #792776;
}
.contentBoxImgSub {
  color: #222;
  font-family: Roboto;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 3px;
}
.contentBoxImgSub a {
  color: #792776;
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.contentBoxTitle1 {
  color: #222;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.contentBoxTitle1 a {
  color: #761f81;
}
.contentBoxBtn1 {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #f00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 83.639px 17px 84px;
  margin-top: 22px;
  margin-bottom: 38px;
}
.contentBoxBtn1:hover {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}
.update {
  margin-top: 40px;
}
.updateTitle {
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.updateSub {
  color: #222;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 25px;
}
.updateSub a {
  color: #222;

  font-weight: 700;
}

/* comments */
.comments {
  margin-top: 60px;
}
.commentsInner {
  max-width: 900px;
  margin-right: auto;
  padding: 15px;
  padding-bottom: 0;
}
.commentsTop {
  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;
  border-bottom: 1px solid #9a9a9a;
}
.commentsTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}
.commentsTopLink {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px;
  text-transform: uppercase;
  padding: 9px;
}
.commentsTopLink:first-child {
  border-bottom: 3px solid #007fff;
}
.commentsTopSub {
  color: #000;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  text-transform: uppercase;
}
.commentsTitle {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 130% */
  text-transform: uppercase;
  margin-top: 30px;
  font-style: italic;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 31px;
  margin-top: 20px;
}
.commentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 64px;
  border-bottom: 1px solid #ccc;
}
.commentsBlock:last-child {
  border: 0;
}
.commentsBlockImg img {
  width: 40px;
  height: 40px;
  border-radius: 22.63px;
  border: 1px solid #dcdcdc;
}
.commentsBlockImgSub {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Helvetica;
  font-size: 10.01px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 181.818% */
  text-transform: lowercase;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.commentsBlockImgSub:hover {
  border-color: #007fff;
  color: #007fff;
}
.commentsBlockSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: Helvetica;
  font-size: 13.678px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.996px;
}
.commentsBlockSub img {
  display: inline-block;
  margin-left: 4px;
}
.commentsBlockSub span {
  color: rgba(0, 0, 0, 0.6);
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.996px;
}
.commentsBlockSub1 {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}
.showMore {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 151.692% */
  text-transform: uppercase;
  margin-top: 80px;
  padding: 5.5px 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.showMore:hover {
  background: #00e;
  color: #fff;
}

/* about */
.about {
  margin-top: 100px;
}
.aboutTitle {
  color: #000;
  font-family: Roboto;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 156.25% */
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.aboutContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
}
.aboutImg img {
  display: block;
  max-width: 100%;
}
.aboutName {
  color: #00e;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.aboutSub {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
}
.aboutSub1 {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-top: 9px;
}
.aboutLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0550c8;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
  border-bottom: 1px solid #d8d8d8;
}

/* footer */
.footer {
  background: #000;
  padding: 60px 0;
  margin-top: 100px;
}
.footerContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.footerInner {
  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;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.socialImg img {
  display: block;
  max-width: 100%;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}
.footerLinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.footerLink {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
}
.footerImg img {
  display: block;
  max-width: 100%;
}
