* {
  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: 1304px;
  margin: 0 auto;
}
.container1 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* animations */
@-webkit-keyframes tickerScroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes tickerScroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* header */
.header {
  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;
  background: #001f3f;
  position: relative;
  padding: 16px 32px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23.8px;
}
.headerLink {
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
}
.burgerLink {
  display: none;
}
.burgerLink img {
  display: block;
}

/* newsTicker */
.newsTicker {
  background: #003366;
  padding: 8px 16px;
  overflow: hidden;
}
.newsTickerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: tickerScroll 80s linear infinite;
  animation: tickerScroll 80s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.newsTickerSub {
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 12.86px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
}

/* content */
.content {
  background: #f4f4f4;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 32px;
}
.contentLeft {
  width: 72%;
}
.contentLeftSub {
  color: #777777;
  font-family: Inter;
  font-weight: 400;
  font-size: 12.96px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
}
.contentTitle {
  color: #222222;
  font-family: Inter;
  font-weight: 700;
  font-size: 50.5px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  margin-top: 43px;
}
.contentLeftSub1 {
  color: #777777;
  font-family: Inter;
  font-weight: 400;
  font-size: 12.54px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  margin-top: 8px;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 1px 4px 0px #0000000d;
  box-shadow: 0px 1px 4px 0px #0000000d;
  padding: 20px;
  margin-top: 16px;
}
.userImg img {
  display: block;
  width: 72;
  height: 72;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.userName {
  font-family: Inter;
  font-weight: 400;
  font-size: 15.38px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
}
.userDesc {
  color: #444444;
  font-family: Inter;
  font-weight: 400;
  font-size: 11.8px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  margin-top: 4px;
}
.userSub {
  color: #777777;
  font-family: Inter;
  font-weight: 400;
  font-size: 10.5px;
  line-height: 16.8px;
  letter-spacing: 0.16px;
  vertical-align: middle;
  margin-top: 8px;
}
.playBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.39px;
  margin-top: 32px;
  background: #000000;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
}
.fa-solid {
  color: #fff;
}
.playBoxSub {
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 10.88px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
}
.contentLeftSubs {
  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: 20px;
}
.contentLeftSub2 {
  color: #222222;
  font-family: Inter;
  font-weight: 400;
  font-size: 18.44px;
  line-height: 32px;
  letter-spacing: 0.16px;
  vertical-align: middle;
}
.contentLeftSub2 a {
  color: #222222;
  font-family: Inter;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.contentLeftBottom {
  text-align: center;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 65px 65px 40px 25px;
  margin-top: 20px;
}
.contentLeftBottomTitle {
  color: #222222;
  font-family: Inter;
  font-weight: 400;
  font-size: 21.75px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
}
.contentLeftBottomSub {
  color: #222222;
  font-family: Inter;
  font-weight: 400;
  font-size: 15.49px;
  line-height: 26.88px;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 8px;
}
.contentLeftBtn {
  display: inline-block;
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 13.61px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
  padding: 10.39px 20px;
  background: #001f3f;
  margin-top: 20px;
}
.contentLeftBottomSub1 {
  color: #888888;
  font-family: Inter;
  font-weight: 400;
  font-size: 11.06px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 16px;
}
.contentRight {
  width: 27%;
  border-left: 1px solid #dddddd;
  padding-left: 33px;
  padding-top: 16px;
}
.contentRightTitle {
  color: #222222;
  font-family: Inter;
  font-weight: 400;
  font-size: 15.38px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
}
.contentRightBlocks {
  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: 16.37px;
}
.contentRightBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentRightBlockTitle {
  color: #222222;
  font-family: Inter;
  font-weight: 400;
  font-size: 13.56px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  margin-top: 12px;
}
.contentRightBlockSub {
  color: #666666;
  font-family: Inter;
  font-weight: 400;
  font-size: 11.06px;
  line-height: 100%;
  letter-spacing: 0.16px;
  vertical-align: middle;
  margin-top: 4px;
}

/* footer */
.footerTop {
  border-top: 1px solid #cccccc;
  padding-top: 49px;
}
.footerTopInner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}
.footerBoxTitle {
  color: #aaaaaa;
  font-family: Inter;
  font-weight: 400;
  font-size: 14.75px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
}
.footerBoxSub {
  color: #aaaaaa;
  font-family: Inter;
  font-weight: 400;
  font-size: 10.88px;
  line-height: 19.2px;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 14px;
}
.footerBoxTitle1 {
  color: #aaaaaa;
  font-family: Inter;
  font-weight: 400;
  font-size: 13.07px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  margin-top: 11px;
}
.footerLink {
  color: #444444;
  font-family: Inter;
  font-weight: 400;
  font-size: 11.25px;
  line-height: 21.6px;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
}
.footerBottom {
  padding-top: 32px;
  padding-bottom: 48px;
}
.footerBottomSub {
  color: #aaaaaa;
  font-family: Inter;
  font-weight: 400;
  font-size: 10.68px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
}
.footerBottomLinks {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px;
  row-gap: 10px;
  margin-top: 32px;
}
.footerBottomLink {
  color: #888888;
  font-family: Inter;
  font-weight: 400;
  font-size: 11.25px;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  vertical-align: middle;
}
