@charset "UTF-8";
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Black.eot");
  src: url("../fonts/AdobeClean-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Black.woff2") format("woff2"), url("../fonts/AdobeClean-Black.woff") format("woff"), url("../fonts/AdobeClean-Black.ttf") format("truetype"), url("../fonts/AdobeClean-Black.svg#AdobeClean-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AdobeClean";
  src: url("../fonts/AdobeClean-Bold.eot");
  src: url("../fonts/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Bold.woff2") format("woff2"), url("../fonts/AdobeClean-Bold.woff") format("woff"), url("../fonts/AdobeClean-Bold.ttf") format("truetype"), url("../fonts/AdobeClean-Bold.svg#AdobeClean-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Bold.eot");
  src: url("../fonts/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Bold.woff2") format("woff2"), url("../fonts/AdobeClean-Bold.woff") format("woff"), url("../fonts/AdobeClean-Bold.ttf") format("truetype"), url("../fonts/AdobeClean-Bold.svg#AdobeClean-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Light.eot");
  src: url("../fonts/AdobeClean-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Light.woff2") format("woff2"), url("../fonts/AdobeClean-Light.woff") format("woff"), url("../fonts/AdobeClean-Light.ttf") format("truetype"), url("../fonts/AdobeClean-Light.svg#AdobeClean-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Regular.eot");
  src: url("../fonts/AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Regular.woff2") format("woff2"), url("../fonts/AdobeClean-Regular.woff") format("woff"), url("../fonts/AdobeClean-Regular.ttf") format("truetype"), url("../fonts/AdobeClean-Regular.svg#AdobeClean-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: Adobe Clean, adobe-clean, Helvetica, helvetica, Arial, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.btn {
  border-radius: 35px;
  border-style: solid;
  border-width: 2px;
  font-size: 0.8vw;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  width: 8vw;
  height: 1.8vw;
  padding: 0;
}
.btn.btn-main {
  background-color: #1473e6;
  border-color: #1473e6;
  color: #fff;
}
.btn.btn-main:hover {
  background-color: #0d66d0;
  border-color: #0d66d0;
  color: #fff;
}

._bg-red {
  background-color: #EB1000;
}

._bg_gray {
  background-color: #F5F5F5;
}
._bg_gray .qs-l-l {
  color: #6E6E6E;
  font-weight: 400;
}
._bg_gray .qs-l-l a {
  color: #6E6E6E;
}
._bg_gray .qs-l-l._line:after {
  border-color: #6E6E6E;
}
._bg_gray .qs-l-l._active {
  border: unset;
}
._bg_gray .qs-l-l._active:after {
  width: 50%;
  right: 50%;
  border-bottom: 1px solid #1473E6;
  transform: translateX(50%);
  z-index: 0;
}
._bg_gray .qs-l-l._active a {
  color: #1473E6;
  text-decoration: none;
  position: relative;
  z-index: 20;
}
._bg_gray .qs-l-l a {
  color: #6E6E6E;
}
._bg_gray .qs-l-l div._line:after {
  border-color: #6E6E6E;
  height: 40%;
}
._bg_gray .qs-l-l div._ic-nl {
  color: #6E6E6E;
}
._bg_gray .nav-item {
  font-weight: 300;
}
._bg_gray .nav-item._active a {
  color: #1473E6;
  font-weight: bold;
}

.qs-l-l {
  color: white;
}
.qs-l-l div {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  color: white;
  position: relative;
  padding: 6px 10px;
}
.qs-l-l div._line:after {
  border-right: 1px solid white;
  max-height: 44%;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.qs-l-l div a {
  color: white;
}
.qs-l-l div._active {
  border: 1px solid white;
  border-radius: 8px;
  padding: 1px 8px;
}
.qs-l-l div:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  right: 0;
}
.qs-l-l div._ic:after {
  background-color: #333;
}
.qs-l-l div._ic-nl {
  background-color: transparent;
  padding-left: 5px;
  padding-right: 5px;
}
.qs-l-l div._ic-nl._dv:after {
  background-color: #333;
}
.qs-l-l div._ic-nl._icr {
  color: #fcb9b9;
}

main._principal {
  overflow: hidden;
  background-color: #EB1000;
}
main._principal ._title {
  font-size: 8vw;
  font-weight: 900;
  color: white;
}
main._principal ._title._2 {
  opacity: 0;
}
main._principal ._ani_title {
  display: block;
  position: relative;
  min-height: 34vh;
  margin-top: 8vh;
}
main._principal ._ani_title h4.animate__animated {
  animation-delay: 100ms;
}
main._principal ._ani_title ._content {
  display: block;
  position: relative;
}
main._principal ._ani_title ._one_cursor {
  display: inline-block;
  color: #2561d5;
  height: 100%;
  visibility: visible;
  opacity: 0;
  animation: Typewriter-cursor 1s infinite;
  margin-left: 1px;
  font-weight: 100;
  font-size: 0;
}
main._principal ._ani_title ._one_cursor:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100%;
  line-height: 8vw;
  max-height: 8vw;
  margin-left: 14px;
  visibility: visible;
  opacity: 1;
  font-weight: 100;
  background-color: #2561d5;
  color: #2561d5;
}
main._principal ._ani_title ._one_cursor:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  color: #2561d5;
  background-color: #2561d5;
  border-radius: 50%;
}
main._principal ._ani_title .animate__animated {
  animation-delay: 1.5s;
}
main._principal ._videos ._videoWrapper {
  display: block;
  position: absolute;
  border-radius: 16px;
}
main._principal ._videos ._videoWrapper._1 {
  top: 20%;
  left: 18%;
  transform: rotate(-15deg);
}
main._principal ._videos ._videoWrapper._2 {
  top: 46%;
  right: 30%;
  z-index: 0;
  transform: rotate(-15deg);
}
main._principal ._videos video {
  display: block;
  position: absolute;
  border-radius: 16px;
  animation-delay: 1.5s;
}
main._principal ._videos video._1 {
  max-width: 140px;
}
main._principal ._videos video._2 {
  max-width: 200px;
}
main._principal p {
  font-size: 1vw;
  font-weight: 300;
}
main._principal .cursor {
  cursor: none;
  width: 20px;
  height: auto;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  overflow: show;
}
main._principal .cursor img {
  width: 100%;
  height: auto;
  transform: rotate(0) scale(1);
  transition: 0.3s ease;
}
main._principal .cursor:before {
  content: " ";
  position: absolute;
  width: 46px;
  height: 46px;
  left: 28%;
  top: 34%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #707070;
  opacity: 0.2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  backdrop-filter: blur(0);
}
main._principal .cursor:after {
  content: "Active user";
  position: absolute;
  top: 100%;
  left: 70%;
  width: 5vw;
  height: 1.5vw;
  border-radius: 35px;
  background-color: #9697ff;
  color: white;
  font-weight: bold;
  font-size: 0.8vw;
  text-align: center;
  line-height: 1.8;
}
main._principal .cursor.hover img {
  transform: scale(1.2);
}
main._about {
  overflow-x: hidden;
  background-color: #F5F5F5;
}
main._about ._first {
  display: block;
  position: relative;
}
main._about ._first ._content {
  position: relative;
  background-color: white;
  padding: 60px 0 40px;
  margin-top: 10%;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
main._about ._first ._title {
  max-width: 680px;
  margin: 40px auto;
}
main._about ._first ._title h1 {
  font-size: 4.5rem;
  font-weight: 900;
}
main._about ._first ._title ._red {
  color: #EB1000;
}
main._about ._first:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F46E67;
  height: 110%;
  width: 80%;
  z-index: 10;
  left: -6%;
  top: -10%;
  background-size: 100%;
}
main._about ._bg_pink {
  display: block;
  position: absolute;
  right: -6%;
  bottom: 0;
  z-index: 10;
}
main._about ._red_content {
  display: block;
  position: relative;
}
main._about ._red_content:before, main._about ._red_content:after {
  content: "";
  position: absolute;
  background-color: #EB1000;
  width: 200%;
  height: 100%;
  top: 0;
  z-index: 0;
}
main._about ._red_content:before {
  left: 0;
}
main._about ._red_content:after {
  right: 0;
}
main._about ._red_content > div {
  position: relative;
  z-index: 50;
}
main._about ._red_content img {
  display: block;
  position: absolute;
}
main._about ._red_content img._p1 {
  top: 5%;
  left: -22%;
}
main._about ._red_content img._ppeople {
  top: 6%;
  right: 10%;
}
main._about ._red_content img._align {
  right: -22%;
  top: 28%;
}
main._about ._red_content img._p2 {
  right: -26%;
  bottom: -2%;
}
main._about ._red_content img._p3 {
  bottom: -6%;
}
main._about ._f60 {
  font-size: 3.25rem;
  line-height: 3.25rem;
}
main._about ._f28 {
  font-size: 1.5rem;
  line-height: 2rem;
}
main._about ._black {
  font-weight: 900;
}
main._about ._p200 {
  padding: 10% 0;
}
main._about ._mw500 {
  max-width: 540px;
}

.nav-container {
  background-color: #EB1000;
  min-width: 1000px;
  margin: 0 auto;
}

._profile {
  position: absolute;
  right: 8%;
  top: 2%;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 1.4em;
}

._home {
  position: absolute;
  left: 6%;
  top: 2%;
  line-height: 50px;
}

nav {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 8%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 0 10px;
  line-height: 55px;
  color: white;
  text-decoration: none;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li a span._active {
  border: 1px solid white;
  border-radius: 8px;
  padding: 2px 8px;
}
nav ul li a span._line {
  border-right: 1px solid white;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}

.nav-link {
  color: white;
}
.nav-link:hover, .nav-link:visited, .nav-link:checked, .nav-link:focus {
  text-decoration: underline;
  color: white;
}
.nav-link._active {
  font-weight: bold;
}

.navbar-brand {
  margin-right: 0;
  font-size: 1rem;
}

@media (max-width: 1380px) {
  main._principal ._videos ._videoWrapper._1 {
    top: 20%;
    left: 20%;
  }
  main._principal ._videos video._1 {
    max-width: 120px;
  }
  main._principal ._videos video._2 {
    max-width: 200px;
  }
}
@media screen and (max-width: 1500px) {
  main._about ._first ._title h1 {
    font-size: 3.625rem;
  }
  main._about ._f60 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
  main._about ._f28 {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }
}
@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
  .nav-container {
    min-width: 100%;
  }
  nav {
    width: 100%;
    padding: 55px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .btn.btn-main {
    font-size: 18px;
    line-height: 2;
    width: 180px;
    height: 44px;
  }
  main._principal ._title {
    font-size: 80px;
    line-height: 80px;
  }
  main._principal ._ani_title {
    min-height: 34vh;
    margin-top: 50px;
  }
  main._principal ._ani_title ._one_cursor:after {
    line-height: 60px;
    max-height: 60px;
    bottom: 40px;
  }
  main._principal ._ani_title ._one_cursor:before {
    bottom: 30px;
    margin-left: 10px;
    width: 12px;
    height: 12px;
  }
  main._principal ._ani_title p {
    font-size: 20px;
    margin-top: 16%;
  }
  main._principal ._videos video._2 {
    max-width: 110px;
    right: 6%;
  }
  main._principal ._videos ._videoWrapper._1 {
    display: none;
  }
  main._principal ._videos ._videoWrapper._2 {
    top: 34%;
    right: 6%;
  }
  main._principal p {
    font-size: 16px;
  }
  main._about ._first ._title h1 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
  main._about ._f60 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  main._about ._f28 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  main._about ._tools {
    width: 60%;
  }
  main._about ._p200 {
    padding: 20% 0;
  }
  main._about ._red_content img {
    width: 24%;
    height: auto;
  }
  main._about ._red_content img._p1 {
    left: 0;
    top: 2%;
  }
  main._about ._red_content img._p2 {
    right: 2%;
    bottom: -12%;
  }
  main._about ._red_content img._p3 {
    width: 20%;
  }
  main._about ._red_content img._align {
    top: 16%;
    right: 4%;
  }
  nav {
    padding: 35px 0 15px;
  }
  nav ul li:first-child a {
    padding-bottom: 10px;
  }
  nav ul li a {
    padding: 4px 15px 4px 4px;
  }
  .nav-mobile {
    height: 35px;
  }
  ._home {
    left: unset;
    right: 4%;
  }
  .qs-l-l div {
    padding: 0 8px;
  }
  .qs-l-l div._line {
    display: none;
  }
  .qs-l-l div._line:after {
    border-right: 0;
  }
  ._ricons {
    position: fixed;
    top: 10px;
    right: 4%;
    margin: auto;
  }
  .navbar-toggler {
    border: unset;
    padding: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    background-image: url("../imgs/menu.svg");
    filter: invert(99%) sepia(98%) saturate(18%) hue-rotate(245deg) brightness(104%) contrast(100%);
  }
  .navbar-toggler-icon i {
    color: white;
    font-size: 26px;
  }
  ._bg_gray .navbar-toggler-icon {
    filter: invert(46%) sepia(3%) saturate(9%) hue-rotate(5deg) brightness(91%) contrast(92%);
  }
  ._bg_gray .navbar-toggler-icon i {
    color: #6E6E6E;
  }
  #_wrap-main * {
    cursor: default !important;
  }
  #_wrap-main .cursor:before, #_wrap-main .cursor:after {
    content: none;
  }
  #_wrap-main .cursor img {
    display: none;
  }
}

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