body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #0a0a20, #1a0525) !important;
  background-attachment: fixed !important;
}

/* h1, h2, h3, h4, h5, h6, p, span, div, a {
  color: #ffffff;
} */

.page {
  max-width: 2000px;
  margin: 0 auto;
}

.cInnerContent {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.ipsSpacer_bottom_double {
  margin: 64px 0;
}

@media screen and (max-width: 500px) {
  .ipsSpacer_bottom_double {
    margin: 0;
  }
}

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

.ipsGrid > [class*="ipsGrid_span"] {
  display: block;
  min-height: 30px;
  box-sizing: border-box;
}

.ipsGrid > .ipsGrid_span5 {
  width: 40.4255319149%;
}

.ipsGrid > .ipsGrid_span7 {
  width: 57.4468085106%;
}

.ipsGrid_span5, .ipsGrid_span7 {
   float: left;
   margin-left: 2%;
}

.ipsGrid > [class*="ipsGrid_span"]:first-child {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .ipsGrid > .ipsGrid_span5,
  .ipsGrid > .ipsGrid_span7 {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
}

.ipsType_right {
  text-align: right;
}

.ipsType_center {
  text-align: center;
}

.ipsType_left {
  text-align: left;
}

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

/* Global scrollbar styles */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #212529;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(25, 25, 112, 1) 35%, rgba(117, 0, 49, 1) 100%);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(25, 25, 112, 1) 35%, rgba(117, 0, 49, 1) 100%);
}

@media screen and (max-width: 330px) {
  .main-navigation.no-wrap {
    flex-wrap: nowrap !important;
  }
}

.container {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .container {
    text-align: center;
  }
}

img {
  max-width: 100%;
}


@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}