@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* Landscape*/
/* Portrait*/
.bg-primary {
  background-color: #060D27 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.attachment-full {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #212224;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #060D27;
}

.fixed-top {
  position: fixed !important;
}

.btn-primary {
  background-color: #060D27;
  border-color: #060D27;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: black !important;
  border-color: black !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 13, 39, 0.5);
}

.btn-secondary {
  background-color: #FBC925;
  border-color: #FBC925;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #e9b304 !important;
  border-color: #e9b304 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 201, 37, 0.5);
}

.form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #212224;
  border-radius: 2px;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #060D27;
}

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

.w-45 {
  width: 45% !important;
}

@media (min-width: 576px) {
  .w-sm-45 {
    width: 45% !important;
  }
}

@media (min-width: 768px) {
  .w-md-45 {
    width: 45% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-45 {
    width: 45% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-45 {
    width: 45% !important;
  }
}

.w-55 {
  width: 55% !important;
}

@media (min-width: 576px) {
  .w-sm-55 {
    width: 55% !important;
  }
}

@media (min-width: 768px) {
  .w-md-55 {
    width: 55% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-55 {
    width: 55% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-55 {
    width: 55% !important;
  }
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}

.bg-primary {
  background-color: #46C5E9 !important;
}

.bg-secondary {
  background-color: #FD59D8 !important;
}

.bg-success {
  background-color: #10D59D !important;
}

.bg-danger {
  background-color: #F5893A !important;
}

.bg-warning {
  background-color: #FCEC44 !important;
}

.bg-info {
  background-color: #954CFF !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background: #0c1a4f !important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background: #fcd452 !important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background: #24efb5 !important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background: #f7a366 !important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background: #fdf171 !important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #b07aff !important;
}

.text-primary {
  color: #46C5E9 !important;
}

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

.text-success {
  color: #10D59D !important;
}

.text-danger {
  color: #F5893A !important;
}

.text-warning {
  color: #FCEC44 !important;
}

.text-info {
  color: #954CFF !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

html {
  box-sizing: border-box;
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html ul,
html ol {
  padding: 0;
  margin: 0;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body {
  background: #060D27;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #212224;
}

p {
  font-size: 18px;
}
p strong {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

::-moz-selection {
  background: #212224;
  color: #FFFFFF;
}

ul {
  list-style: none;
  font-size: 18px;
}

::selection {
  color: #FFFFFF;
  background: #060D27;
}

.divider {
  border-color: #FBC925;
  border-width: 4px;
}

.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.xMargin {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xMargin {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .xMargin {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (min-width: 1366px) {
  .xMargin {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}
@media (min-width: 1600px) {
  .xMargin {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.xPadding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xPadding {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .xPadding {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (min-width: 1366px) {
  .xPadding {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 1600px) {
  .xPadding {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.yPadding {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media (min-width: 992px) {
  .yPadding {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1366px) {
  .yPadding {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1600px) {
  .yPadding {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
}

.ytPadding {
  padding-top: 45px !important;
}
@media (min-width: 992px) {
  .ytPadding {
    padding-top: 45px !important;
  }
}
@media (min-width: 1366px) {
  .ytPadding {
    padding-top: 75px !important;
  }
}
@media (min-width: 1600px) {
  .ytPadding {
    padding-top: 105px !important;
  }
}

.ybPadding {
  padding-bottom: 25px !important;
}
@media (min-width: 992px) {
  .ybPadding {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1366px) {
  .ybPadding {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1600px) {
  .ybPadding {
    padding-bottom: 105px !important;
  }
}

.btn-solid {
  background: #FBC925;
  color: #000000;
  text-transform: uppercase;
  padding: 13px 60px 16px !important;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  font-weight: 500;
  font-size: 24px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0.8px;
}
.btn-solid:hover, .btn-solid:focus {
  background: #fcd452;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.9);
}
.btn-solid:active {
  background: #fde8a2;
}
@media (max-width: 992px) {
  .btn-solid {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
}

.no-padding {
  padding: 0 !important;
}

.page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 38px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 48px;
    line-height: 58px;
  }
}
.page-title span {
  display: block;
}

.section-title {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 24px;
  }
}

.btn {
  height: 48px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-family: "Lutschine", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 24px !important;
  letter-spacing: 0.8px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn i {
  font-size: 14px;
}

.hero {
  background: url("../img/Landing_Hero_Desktop.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  justify-content: center;
}
.hero h1 {
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hero {
    background: url("../img/Landing_Hero_Bkg_Mobile.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    height: auto;
    padding-bottom: 0 !important;
  }
  .hero h1 {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .hero .btn-cta p {
    font-size: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 65vh;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 75vh;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero {
    height: 100vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero {
    height: 35vh;
  }
}
@media (min-width: 1024px) and (max-height: 619px) {
  .hero {
    height: 90vh;
  }
}
@media (min-height: 620px) and (max-height: 768px) {
  .hero {
    height: 80vh;
  }
}
@media (max-width: 992px) and (min-height: 620px) and (max-height: 768px) {
  .hero {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .hero {
    height: 80vh;
  }
}
@media (min-width: 1366px) {
  .hero {
    height: 80vh;
  }
}
@media (min-width: 1600px) {
  .hero {
    height: 90vh;
  }
}
@media (min-width: 1920px) {
  .hero {
    height: 60vh;
  }
}
@media (min-width: 2560px) {
  .hero {
    height: 50vh;
  }
}

.mobile-hero-img {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-hero-img {
    display: block;
  }
}

.video h3 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .video h3 {
    font-size: 20px;
  }
}
.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video .video-container iframe, .video .video-container object, .video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video video {
  width: 100%;
}

.webcta {
  background: url("../img/Landing_Stills_Bkg.jpg") no-repeat;
  background-size: cover;
}

.platforms ul li {
  flex: 0 0 33%;
  padding: 15px;
  transition: all ease-in 0.3s;
}
.platforms ul li:hover img {
  opacity: 1;
}
.platforms ul li img {
  transition: all ease-in 0.3s;
  height: 19px;
  width: auto;
  max-width: 100% !important;
  opacity: 0.3;
}

.testimonials .slideOut {
  background: #fff;
}
.testimonials .slideOut p {
  color: #283B85;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .testimonials .slideOut p {
    font-size: 20px;
  }
}
.testimonials .slideOut img {
  width: auto !important;
  margin: 0 auto;
  max-width: 150px;
}
.testimonials .owl-dots {
  text-align: center;
}
.testimonials .owl-dots .owl-dot {
  background: #6765A1;
  margin-top: 30px;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  border-radius: 20px !important;
  margin-right: 16px;
}
.testimonials .owl-dots .owl-dot.active {
  opacity: 1;
  background: #fff;
}

.scrolled-nav {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.navbar.custom-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  background: #000000;
}
@media (max-width: 1199px) {
  .navbar.custom-navbar .navbar-brand {
    margin-left: 15px;
  }
}
.navbar.custom-navbar .navbar-brand.nav-logo {
  background: url("../../assets/img/logo.svg") no-repeat;
  width: 100%;
  max-width: 240px;
  padding: 5px 0px;
  background-size: auto 47px;
  height: 57px;
  background-position: center left;
}
.navbar.custom-navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  color: #060D27;
}
.navbar.custom-navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar.custom-navbar .navbar-nav .nav-item .nav-link:hover, .navbar.custom-navbar .navbar-nav .nav-item .nav-link:focus {
  color: #060D27;
}
@media screen and (max-width: 1200px) {
  .navbar.custom-navbar .navbar-collapse {
    position: absolute;
    top: 72px;
    background: #000000;
    width: 100%;
    left: 0px;
    padding: 30px;
    padding-bottom: 60px;
    z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .navbar.custom-navbar .navbar-collapse {
    top: 57px;
  }
}
.navbar.custom-navbar .header-social {
  padding-left: 15px;
}
.navbar.custom-navbar .header-social h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar.custom-navbar .navbar-toggler {
  width: 40px;
  height: 35px;
  border: none;
  padding-left: 5px !important;
}
.navbar.custom-navbar .navbar-toggler .bi:before {
  color: #FFFFFF;
  font-size: 30px;
  transition: all 0.5s ease-in;
}
.navbar.custom-navbar .navbar-toggler .bi.bi-x {
  display: none;
}
.navbar.custom-navbar .navbar-toggler .bi.bi-list {
  display: block;
}
.navbar.custom-navbar .navbar-toggler:focus {
  border: none;
  outline: none;
}
.navbar.custom-navbar .navbar-toggler[aria-expanded=true] .bi.bi-x {
  display: block;
}
.navbar.custom-navbar .navbar-toggler[aria-expanded=true] .bi.bi-list {
  display: none;
}

@media (max-width: 480px) {
  .navbar-brand.nav-logo {
    max-width: 160px !important;
    background-size: contain !important;
    height: 30px !important;
  }
}
@media (max-width: 768px) {
  .navbar-brand.f-logo {
    max-width: 160px !important;
    height: 44px !important;
    margin-left: 15px;
  }
}
.navbar {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar .navbar-brand img {
  max-width: 174px;
  max-height: 49px;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    max-height: 30px;
  }
}

.footer p {
  font-size: 12px;
}

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