* {
  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: 1060px;
  margin: 0 auto;
}
.headerContainer {
  max-width: 1060px;
  margin: 0 auto;
}

/* header */
.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;
  padding: 2px 0;
  position: relative;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.headerTopLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.7px;
  color: #000;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.headerTopLeftLink:first-child {
  padding-right: 16px;
  border-right: 1px solid #000;
}
.headerTopLeftLink img {
  display: block;
}
.headerTopLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.headerTopLogo img {
  display: block;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.headerTopRightBtn {
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 109.091% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: #4b88ca;
  padding: 16px 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerTopRightBtn:hover {
  -webkit-box-shadow: 0 0 10px #4b88ca;
  box-shadow: 0 0 10px #4b88ca;
}
.headerTopRightLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.headerTopRightLinks img {
  display: block;
}
.headerTopRightLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.6px;
  color: #000;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 109.091% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.headerTopRightLinkMiddle {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  padding: 0 19px;
}
.headerMiddle {
  border-bottom: 2px solid #000;
  background: #ff7d7d;
}
.headerMiddleInner {
  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;
  padding: 42px 0;
}
.headerMiddleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.headerMiddleLeftSub {
  color: #000;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.6px;
}
.headerMiddleLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25px;
}
.logoSub {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Georgia;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}
.searchBox {
  position: relative;
}
.searchInput {
  color: #616161;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 10.5px 13px;
  padding-right: 35px;
}
.searchBox img {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headerBottom {
  border-bottom: 1px solid #999;
  background: #fff;
}
.headerBottomLinks {
  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;
}
.headerBottomLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: #1a1a1a;
  text-align: center;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 363.636% */
  text-transform: uppercase;
}
.headerBottomLink img {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.headerBottom1 {
  border-bottom: 2px solid #f75b00;
  background: #eaf4ff;
}
.headerBottomLinks1 {
  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: 24px;
}
.headerBottomLink1 {
  color: #000;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

/* content */
.content {
  margin-top: 50px;
}
.contentInner {
  max-width: 720px;
  margin: 0 auto;
}
.contentSub {
  color: #757575;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.Investing {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentTitle {
  color: #000;
  font-family: Times New Roman;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
  margin-top: 16px;
}
.contentTitle a {
  color: #00e;
}
.socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 6.5px;
  margin-top: 28px;
}
.socilaIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 18.5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.fa-brands,
.fab {
  font-size: 18px;
}
.fa-facebook-f {
  color: #3b5998;
}
.fa-twitter {
  color: #55acee;
}
.fa-envelope {
  color: #6fa252;
}
.fa-reddit-alien {
  color: #e94035;
}
.fa-linkedin-in {
  color: #174162;
}
.fa-whatsapp {
  color: #4fc338;
}
.fa-pinterest {
  color: #cc332d;
}
.fa-link {
  color: #f3a63f;
}
.contentSub1 {
  color: #000;
  font-family: Times New Roman;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
}
.contentSub1 a {
  color: #00e;
}
.aaron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
.aaronImg img {
  display: block;
}
.aaronLink {
  color: #0550c8;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 8px;
}
.aaronSub {
  margin-left: 4px;
  color: #545454;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.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: 28px;
  margin-top: 16px;
}
.contentBoxImg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.contentBoxLink {
  display: block;
  color: #00e;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}
.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: 28px;
  margin-top: 30px;
}
.contentBoxSub {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contentBoxSub a span {
  color: #0550c8;
}
.contentBoxSub a {
  color: #ffa500;
}
.italic {
  font-style: italic;
}
.contentBoxLink1 {
  color: #545454;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}
.contentBoxTitle1 {
  color: #222;
  font-family: Times New Roman;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.8px;
  margin-top: 16px;
}
.contentBoxTitle2 {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.contentBoxTitle2 a {
  color: #ffa500;
}
.contentBoxBtnContainer {
  margin-top: 32px;
  text-align: center;
}
.btn {
  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;
  padding: 12px 84px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}
.contentBoxTitle {
  color: #222;
  font-family: Times New Roman;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 21px;
}
.contentBoxTitle a {
  color: #0550c8;
}
.contentBoxImg1 img {
  width: auto;
}
.contentBoxSub1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #d8d8d8;
}
.contentBoxTitle3 {
  display: block;
  color: #141414;
  font-family: Times New Roman;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 28px;
}
.update {
  margin-top: 10px;
}
.updateTitle {
  color: #222;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.updateSub {
  color: #222;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 27px;
}
.updateSub a {
  color: #ffa500;
}
a.blueLink {
  color: #0550c8;
}

/* accept */
.accept {
  margin-top: 38px;
}
.acceptTitle {
  color: #000;
  font-family: Times New Roman;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.64px; /* 170% */
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.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: 14px;
  margin-top: 14px;
}
.acceptSub {
  color: #545454;
  font-family: Helvetica;
  font-size: 14.4px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.acceptSub a {
  color: #00e;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

/* comments */
.comments {
  margin-top: 15px;
  padding-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: 31px;
  margin-bottom: 150px;
}
.aboutTitle {
  color: #000;
  font-family: Times New Roman;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.64px; /* 170% */
  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: 6.5px;
}
.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-left: 40px;
  margin-top: 16px;
  border-bottom: 1px solid #d8d8d8;
}

/* footer */
.footer {
  margin-top: 122px;
}
.footerTop {
  background: #f7f7f7;
  padding-bottom: 42px;
}
.adv {
  color: #999;
  text-align: center;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footerTopImg {
  margin-top: 20px;
}
.footerTopImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerMiddle {
  border-top: 2px solid #dedede;
  background: #fff;
}
.footerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}
.footerMiddleSub {
  color: #454545;
  font-family: Helvetica;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 104.762% */
  text-transform: uppercase;
  padding: 16px 0;
  border-top: 2px solid #454545;
}
.footerMiddleSub1 {
  color: #000;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.5px;
}
.footerLinks {
  background: #3c3d41;
}
.footerLinksInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13.6px;
  padding: 18px 20px;
}
.footerLink {
  color: #fff;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.footerBottom {
  background: #4f5054;
}
.footerBottomInner {
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerBottomSub {
  color: #fff;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding-right: 15px;
  border-bottom: 2px solid #c00;
}
.footerBottomSub1 {
  color: #fff;
  text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
