@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --heading-fonts: "Oswald", sans-serif;
  --site-color: #0000ac;
  --site-color1:#e80000;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}

.mt30 {
  margin-top: 30px !important;
}

.padt40 {
  padding-top: 40px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb60 {
  padding-bottom: 60px;
}

.padtb40 {
  padding-bottom: 40px;
}


.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.light-color {
  color: var(--site-color);
}

.dark-color {
  color: var(--site-color-1);
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt30 {
  margin-top: 30px !important;
}


.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}


img {
  max-width: 100%;
}

.overlay:before {
  position: absolute;
  background: #000;
  opacity: 0.5;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}



.text-center {
  text-align: center;
}




.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}




.z-index {
  z-index: 2;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.aic {
  align-items: center;
}


.list-ul {
  padding: 0;
}

.list-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.list-ul li .icon {
  width: 5%;
  font-size: 40px;
}

.list-ul li .li-content {
  width: 93%;
  font-size: 18px;
  line-height: 28px;
}


.text-white {
  color: #fff;
}


.tile-bg {
  margin-top: 0;
}



.site-color {
  color: var(--site-color)
}


#footnote {
  font-size: 12px;
}




.sub-title {
  font-size: 30px;
  line-height: 42px;
  font-family: var(--heading-fonts);
  font-weight: 700;
  margin: 0 0 20px 0;
}



.tile-bg span {
  background: var(--site-color);
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  text-transform:uppercase;
}

.tile-bg.v1 span {
  background: var(--site-color);
}


.logo {
  display: flex;
  align-items: center;
}


#footnote,
#section19 {
  word-break: break-word;
}



footer {
  background: var(--site-color);
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
  margin-top: 35px;
}



.note-a {

  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}



.paid-advert span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: blue;
  display: inline-block;
  padding: 1px 12px;
}

.paid-advert span a {
  color: #fff;
}



.site-title {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin: 0 0 30px 0;
  font-family: var(--heading-fonts);
  text-transform:uppercase;
  letter-spacing: 0.3px;
}








.site-title.text-white,
.note-a.text-white {
  color: #fff;
}

.paid-advert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: left;
}


.site-title span {
  position: relative;
  color: var(--site-color-1);
}




.list-ul li {
  border-radius: 6px;
  background-color: rgba(10, 10, 10, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  text-align: left;
}

.list-ul li .li-content {
  width: 95%;
  font-size: 18px;
  line-height: 28px;
}

.text-white .site-title {
  color: #fff;
}



.quote-block p {
  font-size: 24px;
  line-height: 34px;
}

.quote-block span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}



.img-about {
  display: flex;
  align-items: center;
}

.img-about img {
  border-radius: 20px;
}


.right-banner-thumb{
  position: absolute;
  top: 0;
  right:3%;
  overflow: hidden;
  border-radius: 0 0 999px 999px;
  z-index: 2;
  width:45%;
  background:var(--site-color);
  height:98%;
}


.top-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  background:url(../images/banner-top.jpg) no-repeat center top;
  background-size: cover;
}

.top-banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.top-banner .site-title strong, .site-title strong {
  font-weight: 700;
  background: var(--site-color);
  color: #fff;
  display: inline-block;
}


.d-flex {
  display: flex;
}



.top-banner.overlay:before {
  opacity: 0.1;
}


.logo-text {
  max-width: 50%;
  text-align: left;
}

.text-bg {
  background-color: transparent;
  background-image: linear-gradient(105deg, var(--site-color) 0%, #d40202 60%);
  color: #289C2800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ticker-symbol {
  background: var(--site-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 100px;
  font-family: var(--heading-fonts);
  color: #fff;
  line-height: 66px;
  padding-bottom: 40px;
  font-weight:700;
  border-radius:100%;
}

.ticker-symbol span{display: block; font-weight:400; font-size:50px;}

.bg-blue{background:url(../images/bg-blue.jpg) no-repeat center; background-size: cover;}

.bg-red{background:url(../images/bg-red.jpg) no-repeat center; background-size: cover;}

.mt-0{margin:0;}

.white-border {
  background: #fff;
  padding: 30px;
  box-shadow: 15px 15px 0 #000;
  border:2px solid #000;
}

.color-light{
  background:#e8e0d2;
}

.hidden{overflow:hidden;}

.boxer-bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32%;
}

.right-text {
  width: 65%;
  margin-left: auto;
}

.market-bg{background: url(../images/market-bg.jpg) no-repeat right bottom; background-size: cover;}
.left-text {
  max-width: 800px;
  color: #fff;
}

ul{padding:0; margin:0;}

.ul-list-3{display:grid; grid-template-columns:repeat(1, 1fr); gap:30px;}

.ul-list-3 li {
  list-style: none;
  background: #fff;
  border: 2px solid var(--site-color);
  padding: 20px;
  box-shadow: 10px 10px 0 var(--site-color);
}

.greeting-inestors {
  background: #000;
  color: #fff;
}

.greeting-text {
  padding: 30px;
}

.greeting-inestors img {
  height: 100%;
  object-fit: cover;
}

.greeting-text .left-text {
  margin-left: auto;
}

.greeting-img {
  height: 100%;
}



.top-reason-block{background:url(../images/bg-4.svg) no-repeat center top; background-size: cover;}

.top-reason-block .list-ul li {
  border-radius: 6px;
  background-color:#fff;
  padding: 0;
  box-shadow:5px 5px 0 var(--site-color);
  border:1px solid var(--site-color);
  display: flex;
  align-items: center;
}

.top-reason-block .list-ul li .icon {
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background: var(--site-color);
  border-radius: 0 100px 100px 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
}


.top-reason-block .list-ul li .li-content {
  background: none;
  padding: 0 0 0 15px;
  border-radius: 10px;
  width: 94%;
  padding:10px;

}

.top-reason-block .list-ul li a {

  font-weight: 700;
}

.quote-block {
  padding: 30px;
  color: #fff;
  border-radius: 10px;
}

.quote-name {
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
}

.parent-company {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.parent-company li {list-style:none; border:1px solid #000; box-shadow:5px 5px 0 #000;}

.parent-company li .logo-parent{background:#000; min-height:200px; display:flex; align-items:center; justify-content:center;}
.parent-company li .logo-parent img{max-width:200px;}
.parent-company li  p{min-height:190px;}
.parent-company li  p, .button-site{padding-left:15px; padding-right:15px;}
.button-site {padding-bottom:15px;}
.button-site a {
  border: 1px solid var(--site-color1);
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px;
  color: var(--site-color1);
  font-weight: 600;
}

.button-site a:hover{background:var(--site-color1); color:#FFF;}

.site-title strong.hiligt {
  background: var(--site-color1);
}

.what-we-li {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
}

.what-we-li li{border:1px solid var(--site-color); padding:10px; border-radius:6px;}

.what-we-li li strong{display: block; color:var(--site-color);}

.prss-release {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
}

.prss-release li{border:1px solid var(--site-color); box-shadow:5px 5px 0 var(--site-color); padding:10px;}
.prss-release li a{color:#000; text-decoration:none;}

.img-list img {
  box-shadow: 10px 10px var(--site-color1);
}

.latest-news {
  background: #000;
  color: #fff;
}

.latest-news ul{display:grid; grid-template-columns:repeat(2, 1fr); gap:30px;}
.latest-news ul li{list-style:none; background:#fff; padding:15px; box-shadow:10px 10px 0 var(--site-color);}
.latest-news ul li a{color:#000; text-decoration:none;}

.market-men{display: none;}
.mobile{display:none;}