@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --site-color: #1d48c0;
  --site-color1: #0a1ea4;
  --site-color2: #03106d;
  --site-color3: #2ad35b;
  --site-color4: #010626;
  --font-head: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.container-fluid {
  max-width: 100%;
  padding: 0 2%;
}

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


.relative {
  position: relative;
}

.padt80 {
  padding-top: 80px;
}

.padt40 {
  padding-top: 40px;
}

.padt20 {
  padding-top: 20px;
}

.padb80 {
  padding-bottom: 80px;
}

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

.mt40 {
  margin-top: 40px !important;
}

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

.mt20 {
  margin-top: 20px !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

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

.d-flex {
  display: flex;
}

.jsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

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


.site-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-head);
}

.sub-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-head);
}

.text-white {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.padb20 {
  padding-bottom: 20px;
}


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

}

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

.chart.charttwo {
  width: 48%;
}

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



.disclaimer h2.site-title {
  font-size: 70px;
}

.disclaimer .container {
  max-width: 1050px;
}

.disclaimer p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

footer {
  background: var(--site-color);
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
}



footer .container {
  max-width: 1050px;
}



.symbol-ticker span {
  background: var(--site-color1);
  color: #fff;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 36px;
}

.symbol-ticker {
  margin: 20px 0 20px 0;
}


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

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



.credits {
  text-align: center;
  font-size: 14px;
  margin-top: 35px;
  opacity: 0.5;
}

.credits h4 {
  margin: 0;
}



.flex-col {
  display: flex;
  flex-wrap: wrap;
}


.box-shape.v1 {
  background: var(--site-color1);
  color: #fff;
}

.box-shape.v1 a {
  color: #fff;
}

.box-shape.v2 {
  background: var(--site-color2);
  color: #fff;
}



.top-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: var(--site-color);
  display: flex;
  align-items: center;
}

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



.top-banner h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  margin: 0 auto;
  font-family: var(--font-head);
  max-width: 1040px;
  color: #fff;
}

.logo {
  position: absolute;
  width: 100%;
  z-index: 4;
  top: 0;
  padding: 15px 0;
}

.logo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ul-points.shadow-ul li {
  background: #fff;
  box-shadow: 0 5px 20px #cfcfcf;
  padding: 10px;
  border-radius: 6px;
}

.note {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}



.top-reasons {
  background: url(../images/investing-01.jpg) repeat center top;
  color: #fff;
  background-size: cover;
}

.top-reasons .ul-points {
  margin-top: 40px;
}

.top-reasons .ul-points li a {
  color: var(--site-color);
}

.top-reasons .ul-points li {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  padding: 10px;
  border-radius: 6px;
  background-image: linear-gradient(150deg, rgba(0, 174, 255, 0.16) 0%, rgba(29, 72, 192, 0) 100%);
  box-shadow: 0px 40px 200px -10px rgba(0, 0, 0, 0.3);
  align-items: center;
}

.top-reasons .ul-points li .icon-p {
  color: #000;
  font-size: 24px;
  background: #fff;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 36px 0px 36px 36px;
  text-align: center;
  line-height: 50px;
}

.top-reasons .ul-points li .li-content {
  width: 94%;
}


.company-bg {
  background: var(--site-color2);
  color: #fff;
}

.company-bg .tile-bg span {
  background: var(--site-color3);
  color: #000;
}

.dark-bg {
  background: #020234;
  color: #fff;
}


.quote-bg {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  box-shadow: 0px 10px 60px 0px rgba(67, 67, 67, 0.10196078431372549);
  border-radius: 30px;
}

.quote-name {
  font-style: italic;
  font-weight: 700;
}

.quote-name a {
  color: #000;
}



.border-text {
  border: 2px dashed var(--site-color3);
  padding: 30px;
  border-radius: 15px;
  border-top-color: var(--site-color1);
  border-right-color: var(--site-color3);

}

.border-text p:first-child {
  margin-top: 0;
}

.tile-bg a {
  color: #fff;
}

.border-text ul li {
  text-align: left;
}

.border-text ul li .icon-p {
  color: #fff;
}

.banner-img-mobile {
  display: none;
}

.section19 {
  word-break: break-all;
}


.gradient-text {
  background-color: transparent;
  background-image: linear-gradient(160deg, #5347ee 10%, #2a62fe 100%);
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.border-box-content {
  border: 1px solid #484866;
  padding: 30px;
  border-radius: 6px;
}

.border-box-content p:last-child {
  margin-bottom: 0;
}

.gradient-bg span {
  background-image: linear-gradient(160deg, #5347ee 10%, #2a62fe 100%);
  padding: 5px 20px;
  border-radius: 6px;
  color: #fff;
}

.abs-head {
  position: absolute;
  left: 0;
  right: 0;
  top: -21px;
}

.border-box-content a {
  color: #fff;
}

.col-img img {
  border-radius: 300px;
}

.two-col.col-cus {
  grid-template-columns: 34% 1fr;
}

.company-bg .two-col.col-cus {
  grid-template-columns: 1fr 34%;
}


.digital-solutions {
  display: flex;
  flex-direction: row;

  gap: 0px 0px;

  z-index: 3;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}

.digit-img {
  width: 63%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;

}

.digit-img img {
  width: 100%;
  max-width: 100%;
}

.digit-content-block {
  width: 47%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}

.digit-img-in {
  margin: 0% -8% 0% 0%;
  height: 100%;
}

.digit-content-block {
  padding-top: 5%;
  position: relative;
  z-index: -1;
}


.digit-content {
  background: #020627;
  padding-top: 10%;
  padding-bottom: 6.9%;
  padding-left: 18%;
  padding-right: 8%;
  color: #fff;
}

.white-box {
  box-shadow: 0px 10px 60px 0px rgba(67, 67, 67, 0.10196078431372549);
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border-left: 2px solid var(--site-color);
  border-top: 2px solid #1735ff;
  border-right: 2px solid #323654;
  border-bottom: 2px solid var(--site-color3);
}

.dashed-border {
  border: 1px dashed #02062626;
  padding: 30px;
}

.img-border {
  box-shadow: 0px 10px 60px 0px rgba(67, 67, 67, 0.10196078431372549);
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px dashed;
}

ul.custom-list {
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

ul.custom-list li {
  list-style: none;
  background: var(--site-color);
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
}

ul.custom-list li strong {
  display: block;
  font-size: 36px;
}


.strip-bg {
  background: url(../images/Backgrounds.png) no-repeat center #05051f;
  color: #fff;
}

.ul-points {
  padding: 0;
  margin: 0;
}

.ul-points li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  gap: 15px;
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 40px 200px -10px rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.ul-points li .icon-p {
  color: var(--site-color1);
  font-size: 36px;
}


.strip-bg .ul-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.strip-bg .ul-points li {
  text-align: left;
}

.strip-bg .ul-points li .icon-p {
  color: #fff;
}



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

.dark-bg .ul-points li .icon-p {
  color: #fff;
}


ul.custom-list.acy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

ul.team-list {
  padding: 0;
  margin: 0;
}

ul.team-list li {
  display: grid;
  grid-template-columns: 27% 1fr;
  box-shadow: 0px 10px 60px 0px rgba(67, 67, 67, 0.10196078431372549);
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px dashed;
  align-items: center;
}

ul.team-list li h3 {
  font-size: 30px;
  margin: 0;
}

ul.team-list li h4 {
  color: var(--site-color);
  margin: 5px 0 0 0;
}

.summary-text {
  background: var(--site-color);
  color: #fff;
  border-radius: 15px;
  padding: 30px;
}
.summary-text a{color:#fff;}