#st_gdpr_iframe {
  display: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

a {
  color: #5900C5;
}

a:hover {
  cursor: pointer;
}

.absolute {
  position: absolute;
}

.text-white {
  color: #FFF !important;
}

.text-offwhite {
  color: #7F8FA4 !important;
}

.text-secondary {
  color: #595f6f !important;
}

.text-light-purple {
  color: #9c7af5;
}

.text-purple {
  color: #5900C5;
}

.text-dark {
  color: #444141;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-purple {
  background-color: #5900C5;
}

.bg-offwhite {
  background-color: #f7f8fb;
}

.bg-dark-grey {
  background-color: #17141A;
}

.bg-platform-dark {
  background-color: #161c27;
}

.bg-watermark {
  background-image: url("/images/group.png");
  background-repeat: no-repeat;
}

.bg-purple-gradient {
  background-image: linear-gradient(165deg, #30118a, #590b94);
}

.bg-purple-gradient-darker {
  background-image: linear-gradient(150deg, #0d0748, #330c3a);
}

.bg-purple-gradient-lighter {
  background-image: linear-gradient(130deg, #5e26fd, #8511dc);
}

.img-opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.7;
}

.opacity-25 {
  opacity: 0.25;
}

.divider-light {
  background-color: #fff;
}

.navbar {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.hamburger-button {
  position: absolute;
}

.hamburger-button:focus {
  outline: none;
}

.mobile-menu {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 66px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}

.logo {
  height: 1.25rem;
  margin: 10px 0;
}

.social-icons {
  font-size: 36px;
  padding: 0 3px;
}

.nav-purple-bg {
  background: #000;
}

.navbar-brand {
  margin-right: 0;
}

.nav-link {
  text-transform: uppercase;
  font-family: HelveticaNeue, Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.8px;
  color: #fff;
}

.nav-link:hover {
  color: #fff;
}

.section-content {
  padding: 40px 0;
}

.title {
  font-family: "Raleway";
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
}

.subtitle {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
}

.section-heading {
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #444141;
}

.section-heading-small {
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #444141;
}

.section-text {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #444141;
}

.intro-heading {
  font-family: "Raleway";
  margin: 100px 0 30px;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0.5;
  color: #fff;
}

.intro-subheading {
  margin-bottom: 40px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}

.intro-subheading-small {
  font-size: 16px;
}

.intro-btn {
  border: 0.125rem solid #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
}

@media (min-width: 768px) {
  .nav-item {
    margin: 0 15px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    padding: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid white;
    margin-bottom: -2px;
  }

  .title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
  }

  .subtitle {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.6px;
  }

  .section-content {
    padding: 100px 0;
  }

  .section-heading {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.22;
  }

  .section-text {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.ul {
  padding-left: 22px;
}

.text-wrap {
  white-space: normal;
}

@media (min-width: 576px) {
  .intro-heading {
    margin: 120px 0 30px;
  }
}
@media (max-width: 991.98px) {
  .mobile-navbar-expanded {
    background: rgba(0, 0, 0, 0.9);
    height: 4.2rem;
  }
}
@media (min-width: 768px) {
  .intro-heading {
    margin: 150px 0 30px;
  }

  .section-heading-small {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .intro-heading {
    font-size: 40px;
  }

  .intro-subheading {
    font-size: 45px;
  }

  .intro-subheading-small {
    font-size: 35px;
  }

  .section-heading-small {
    font-size: 30px;
  }
}

/*# sourceMappingURL=common.css.map */
