html,
body {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
}

#root {
  overflow: hidden;
  overflow-y: scroll;
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100vw;
  height: auto;
  position: fixed;
}

header .wrap {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrap a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

header .wrap a.active, header .wrap a:hover {
  color: #FFB900;
}

header .wrap .dummy {
  display: none;
}

header .wrap .logo {
  font-size: 20px;
}

header .wrap .logo img {
  width: 40px;
  margin: 0 10px;
  vertical-align: middle;
}

header .wrap .logo.active, header .wrap .logo:hover {
  color: #fff;
}

header .wrap nav {
  right: 50px;
  position: absolute;
}

header .wrap nav a {
  font-size: 15px;
  margin: 0 0 0 20px;
  display: inline-block;
}

header .wrap nav .btn-small {
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #7811B4;
}

header .wrap nav .btn-small:hover {
  color: #fff;
}

header.morph {
  background-color: #fff;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

header.morph .wrap .logo, header.morph .wrap.active {
  color: #414C5A;
}

header.morph .wrap nav .btn-small {
  display: inline-block;
}

header.morph a {
  color: #414C5A;
}

header.morph a.active, header.morph a:hover {
  color: #7811B4;
}

#menu {
  top: 26px;
  right: 20px;
  width: 35px;
  height: 28px;
  display: none;
  cursor: pointer;
  position: absolute;
  background-size: 70px 28px;
  background-position: -35px 0px;
  background-image: url(../imgs/menu.png);
}

section,
.section {
  padding: 100px 0;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}

.col-1 {
  width: 100%;
  display: block;
  margin: 10px 0px;
}

.col-2 {
  width: 50%;
  display: block;
  margin: 10px 15px;
}

#home {
  background-color: #7811B4;
}

#home h1 {
  color: #fff;
  font-size: 28px;
  line-height: 1.5em;
}

#home h3 {
  color: #fff;
  line-height: 1.5em;
}

#home img {
  width: 100%;
  margin: 50px 0;
}

#home .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home .btn {
  color: #fff;
  height: 55px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB900), to(#FF5F00));
  background: linear-gradient(to bottom, #FFB900 0%, #FF5F00 100%);
}

#home .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5F00), to(#FFB900));
  background: linear-gradient(to bottom, #FF5F00 0%, #FFB900 100%);
}

#home .available {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#features {
  padding: 0;
}

#features .bigger h1 {
  color: #414C5A;
  font-size: 28px;
}

#features .bigger p {
  color: #708198;
  font-size: 18px;
  line-height: 1.5em;
}

#features .bigger img {
  width: 90%;
  margin: 50px 0;
}

#features .bigger .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#features .faster {
  height: auto;
  overflow: hidden;
  padding: 150px 0px;
  position: relative;
  background-color: #7811B4;
}

#features .faster::before {
  content: '';
  z-index: 1;
  display: block;
  top: -8rem;
  left: -8rem;
  right: -8rem;
  height: 16rem;
  position: absolute;
  background-color: #FFF;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

#features .faster::after {
  content: '';
  z-index: 1;
  display: block;
  left: -8rem;
  right: -8rem;
  bottom: -8rem;
  height: 16rem;
  position: absolute;
  background-color: #FFF;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

#features .faster .row {
  position: relative;
}

#features .faster h1 {
  color: #ffffff;
  font-size: 28px;
}

#features .faster p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
}

#features .faster img {
  width: 90%;
  margin: 50px 0;
}

#features .faster .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#features .better h1 {
  color: #414C5A;
  font-size: 28px;
}

#features .better p {
  color: #708198;
  font-size: 18px;
  line-height: 1.5em;
}

#features .better img {
  width: 90%;
  margin: 50px 0;
}

#features .better .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#watch {
  background-color: #F1F3F4;
}

#watch h1 {
  color: #414C5A;
  font-size: 28px;
}

#watch h4 {
  margin: 0;
  color: #414C5A;
}

#watch p {
  margin: 0;
  color: #708198;
  font-size: 18px;
  line-height: 1.5em;
}

#watch img {
  width: 100%;
  margin: 30px 0;
  max-width: 640px;
}

#watch .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#acknowledgement {
  color: #fff;
  background-color: #2A1F38;
}

#acknowledgement h2 {
  line-height: 1.5em;
}

#acknowledgement h2 span {
  color: #FFA900;
}

#acknowledgement p {
  margin: 0;
  line-height: 1.5em;
}

#acknowledgement img {
  width: 90%;
  margin: 50px 0;
}

#acknowledgement .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#acknowledgement ul {
  padding: 0;
  margin: 20px 0;
}

#acknowledgement ul li {
  padding: 0;
  display: block;
  margin: 20px 0;
  list-style: none;
  line-height: 1.5em;
  overflow-wrap: anywhere;
}

#acknowledgement ul li strong {
  display: block;
  margin-bottom: 15px;
}

#acknowledgement ul li a {
  color: #fff;
}

#acknowledgement ul li a:hover {
  color: #FFA900;
}

#acknowledgement .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#acknowledgement .form label {
  display: block;
  margin-top: 10px;
}

#acknowledgement .form label span {
  color: red;
}

#acknowledgement .form input[type="text"],
#acknowledgement .form input[type="email"] {
  border: none;
  width: 93%;
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 18px;
  margin: 10px 0 0 0;
  background-color: #231A2E;
}

#acknowledgement .form textarea {
  width: 93%;
  border: none;
  resize: none;
  color: #fff;
  padding: 10px;
  display: block;
  height: 120px;
  font-size: 18px;
  margin: 10px 0 0 0;
  background-color: #231A2E;
}

#acknowledgement .form .btn {
  border: 0;
  height: 55px;
  width: 220px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-decoration: none;
  margin: 20px 15px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB900), to(#FF5F00));
  background: linear-gradient(to bottom, #FFB900 0%, #FF5F00 100%);
}

#acknowledgement .form .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5F00), to(#FFB900));
  background: linear-gradient(to bottom, #FF5F00 0%, #FFB900 100%);
}

#tutorials h1 {
  color: #414C5A;
  font-size: 28px;
}

#tutorials p {
  color: #708198;
  font-size: 18px;
  line-height: 1.5em;
}

#tutorials .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tq {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 400px;
}

#tq h1 {
  color: #414C5A;
  font-size: 28px;
}

#tq h3 {
  color: #708198;
  font-size: 22px;
  font-weight: normal;
}

#tq p {
  color: #708198;
  font-size: 18px;
  line-height: 1.5em;
}

#tq img {
  width: 100%;
}

footer {
  padding: 25px;
  background-color: #21182B;
}

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}

footer .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .btn {
  color: #fff;
  height: 55px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB900), to(#FF5F00));
  background: linear-gradient(to bottom, #FFB900 0%, #FF5F00 100%);
}

footer .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5F00), to(#FFB900));
  background: linear-gradient(to bottom, #FF5F00 0%, #FFB900 100%);
}

footer .social-links {
  padding: 0;
  margin: 20px 0;
}

footer .social-links li {
  margin: 0 0 0 10px;
  list-style: none;
  display: inline-block;
}

footer .social-links li a {
  color: #FFA900;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

footer .social-links li a:hover {
  text-decoration: underline;
}

footer .legal-links {
  padding: 0;
  margin: 20px 0;
}

footer .legal-links li {
  list-style: none;
  margin: 0 0 0 10px;
  display: inline-block;
}

footer .legal-links li a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

footer .legal-links li a:hover {
  color: #FFB900;
}

#msg {
  color: #fff;
  display: none;
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

#msg.error {
  display: block;
  background-color: red;
}

#msg.success {
  display: block;
  background-color: green;
}

.custom-row {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.align-center {
  text-align: center;
}

.video-container {
  position: relative;
  margin: 20px auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .row {
    display: block;
  }
  .row img {
    width: 80% !important;
    margin: 50px auto !important;
  }
  .row .col-1,
  .row .col-2,
  .row .col-3,
  .row .col-4 {
    width: auto;
    display: block;
    text-align: center;
  }
  .btn {
    margin: 20px auto !important;
  }
  #menu {
    display: block;
    top: 16px !important;
  }
  header .wrap {
    height: 60px !important;
  }
  header .wrap .logo img {
    width: 30px !important;
  }
  header .wrap nav {
    left: 0;
    top: 60px;
    display: none;
    right: 0px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
            box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  }
  header .wrap nav a {
    margin: 0;
    width: 100%;
    padding: 12px;
    display: block;
    text-align: left;
    margin: 0 0 0 0 !important;
    line-height: 1.5em !important;
  }
  header .wrap nav a.active, header .wrap nav a:hover {
    background-color: #f9f9f9;
  }
  header .wrap nav .btn-small {
    width: auto !important;
    margin: 10px !important;
    display: block !important;
    text-align: center !important;
  }
  #acknowledgement .form label {
    text-align: left;
  }
  .social-links li,
  .legal-links li {
    margin: 10px !important;
  }
}
/*# sourceMappingURL=styles.css.map */