[data-icon]:before {
  font-family: "Poppins" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="qa-font-"]:before,
[class*=" qa-font-"]:before {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qa-font-tracing:before {
  content: "n";
}

.qa-font-innovation:before {
  content: "c";
}

.qa-font-price:before {
  content: "b";
}

.qa-font-flexibility:before {
  content: "e";
}

.qa-font-quick-implementation:before {
  content: "f";
}

.qa-font-zero-contact:before {
  content: "l";
}

.qa-font-security:before {
  content: "h";
}

.qa-font-self-management:before {
  content: "i";
}

.qa-font-subscription:before {
  content: "k";
}

.qa-font-reports:before {
  content: "g";
}

.qa-font-own-development:before {
  content: "j";
}

.qa-font-identification:before {
  content: "d";
}

.qa-font-support:before {
  content: "a";
}

.axess-navbar {
  background-color: transparent;
  padding-top: 2%;
  top: 3;
}

.axess-navbar .aling-column-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.axess-navbar .aling-column-content span {
  height: 20px;
}

.axess-navbar .aling-column-content span a {
  margin-left: 5px;
}

.axess-navbar .navbar-nav .dropdown-menu {
  position: absolute;
}

.axess-navbar .axess-navbar-user-menu {
  display: none;
  padding-top: 5%;
  margin-top: 5%;
}

@media (min-width: 992px) {
  .axess-navbar .axess-navbar-user-menu {
    display: block;
  }
}

.axess-navbar .axess-navbar-user-menu .axess-user-dropdown a {
  padding: 7px 10px;
}

.axess-navbar .dropdown-toggle::after {
  color: white;
  margin-left: 0.455em;
  vertical-align: 0.15em;
}

.axess-navbar .axess-navbar-highlighted-btn {
  max-width: 128px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 992px) {
  .axess-navbar .axess-navbar-highlighted-btn {
    margin: 3px 5px 0;
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .axess-navbar .axess-navbar-highlighted-btn {
    font-size: 13px;
  }
}

.axess-navbar .axess-navbar-highlighted-btn.white {
  background: #FFF;
  color: #2600ff;
}

.axess-navbar .axess-navbar-highlighted-btn.white:hover {
  background: #2600ff;
  color: #FFF;
}

.axess-navbar .axess-navbar-highlighted-btn.orange {
  background: #2600ff;
  color: #FFF;
}

.axess-navbar .axess-navbar-highlighted-btn.orange:hover {
  background: #FFF;
  color: #2600ff;
}

.axess-navbar .axess-logout-button {
  max-width: 85px;
  border: 2px solid #FFF;
  background: transparent;
  color: #FFF;
  font-size: 14px;
}

@media (min-width: 992px) {
  .axess-navbar .axess-logout-button {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .axess-navbar .axess-logout-button {
    font-size: 13px;
  }
}

.axess-navbar .axess-logout-button:hover {
  border: 2px solid transparent;
  background: #FFF;
  color: #2600ff;
}

.axess-navbar .axess-navbar-links {
  padding: 25px 10px;
}

@media (min-width: 992px) {
  .axess-navbar .axess-navbar-links {
    padding: 0;
  }
}

.axess-navbar .axess-navbar-links .axess-navbar-link {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.axess-navbar .axess-navbar-links .axess-navbar-link:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 80%;
  height: 2px;
  background: orange;
}

@media (min-width: 992px) {
  .axess-navbar .axess-navbar-links .axess-navbar-link {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .axess-navbar .axess-navbar-links .axess-navbar-link {
    font-size: 13px;
  }
}

.axess-navbar .access-form {
  max-width: 130px;
  margin: 15px 0;
}

@media (min-width: 992px) {
  .axess-navbar .access-form {
    margin: 0;
    min-width: 310px;
    margin-left: 10px;
  }
}

.home-section-hero {
  position: relative;
  background-color: black;
  min-height: 40rem;
  width: 100%;
  overflow: hidden;
}

.home-section-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 1;
  background: linear-gradient(#000, rgba(0, 0, 0, 0.5), #000);
}

.home-section-hero .title-hero {
  font-size: 36px;
  font-weight: 700;
  /* bold */
}

@media (min-width: 1024px) {
  .home-section-hero .title-hero {
    font-size: 50px;
  }
}

.home-section-hero .subtitle-hero {
  margin: 35px auto;
  font-weight: 400;
  /* Semi-bold */
  font-size: 20px;
}

.home-section-hero .hero-button {
  border: 3px solid #2600ff;
  color: #2600ff;
  width: 100%;
  border-radius: 100;
  font-weight: 600;
  font-size: 18px;
}

.home-section-hero .hero-button:hover {
  background: #2600ff !important;
  color: #FFF !important;
}

@media (min-width: 1024px) {
  .home-section-hero .hero-button {
    max-width: 70%;
  }
}

.home-section-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.home-section-hero .container {
  position: relative;
  z-index: 2 !important;
}

.home-section-hero .img-bg {
  background: no-repeat fixed 50%;
  background-size: cover;
  width: 100%;
}

.home-section-hero .height {
  height: 80vh;
}

.wrapper-section.contact .text {
  text-align: center;
  color: white;
}

.wrapper-section.contact .contact-title {
  margin: 15px auto;
  color: #2600ff;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

.wrapper-section.contact .message {
  color: #2600ff;
  font-size: 18px;
  font-weight: 700;
}

.wrapper-section.contact .contact-description {
  margin: 25px auto !important;
  font-weight: 400;
  font-size: 18px;
  color: gray;
}

@media (min-width: 1200px) {
  .wrapper-section.contact .contact-description {
    font-size: 24px;
  }
}

.wrapper-section.contact .contact-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 992px) {
  .wrapper-section.contact .contact-info-wrapper {
    margin-bottom: 35px;
  }
}

.wrapper-section.contact .contact-info-wrapper .contact-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #d5d5d5;
}

.wrapper-section.contact .contact-info-wrapper .contact-icon-wrapper img {
  width: 40px;
}

.wrapper-section.contact .contact-info-wrapper .contact-info-title {
  margin: 10px auto;
  font-weight: 600;
  font-size: 16px;
}

.wrapper-section.contact .contact-info-wrapper .contact-info-description {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
}

.wrapper-section.contact .contact-info-wrapper .contact-info-description a {
  color: #2600ff;
  font-weight: 600;
  text-decoration: underline;
}

.wrapper-section.contact .contact-submit-button {
  margin-top: 10px;
  background: #2600ff;
  border-radius: 35px;
  border: none;
  font-weight: 600;
}

.wrapper-section.contact .contact-submit-button:hover {
  background: #232323;
}

.wrapper-section.contact .contact-submit-button:disabled:hover {
  background: #2600ff;
}

.wrapper-section.footer {
  background: #020202;
  color: #FFF;
}

.wrapper-section.footer a {
  margin: auto 10px;
  color: #FFF;
}

body,
html {
  font-family: 'Montserrat', sans-serif;
}

.wrapper-section {
  position: relative;
  display: inline-block;
  width: 100%;
}

.no-list {
  list-style: none;
  list-style-type: none;
  margin: auto;
  padding: 0;
}

.acceptance-cookies-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99999;
}

.acceptance-cookies-bar .acceptance-ok-button {
  background: #2600ff;
  border-color: #2600ff;
}

.acceptance-cookies-bar .acceptance-moreinfo-button {
  background: #FFF;
  border-color: #FFF;
  color: #2600ff;
}

