@import url("../fonts/fonts.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body {
  font-size: 10px;
  font-family: "Trueno";
  font-weight: 300;
  max-width: 100%;
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.header {
  font-family: "American Typewriter";
  font-weight: bold; }

.font-typewriter {
  font-family: "American Typewriter";
  font-weight: 500; }

.font-trueno {
  font-family: "American Typewriter"; }

h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.4rem; }

p,
a,
label,
button,
ul,
li {
  font-size: 1.6rem;
  line-height: 2.8rem; }
  @media only screen and (max-width: 575px) {
    p,
    a,
    label,
    button,
    ul,
    li {
      line-height: 1.4; } }

a, button {
  cursor: pointer; }

a {
  text-decoration: none; }

.h1 {
  font-size: 5.4rem; }
  @media only screen and (max-width: 991px) {
    .h1 {
      font-size: 4.2rem; } }
  @media only screen and (max-width: 767px) {
    .h1 {
      font-size: 3.6rem; } }
  @media only screen and (max-width: 575px) {
    .h1 {
      font-size: 3rem;
      line-height: 1.3; } }

.h2 {
  font-size: 4.4rem; }
  @media only screen and (max-width: 991px) {
    .h2 {
      font-size: 3.6rem; } }
  @media only screen and (max-width: 767px) {
    .h2 {
      font-size: 3.2rem; } }
  @media only screen and (max-width: 575px) {
    .h2 {
      font-size: 2.4rem;
      line-height: 1.3; } }

.h3 {
  font-size: 2.8rem; }

.h4 {
  font-size: 2.4rem; }

.h5 {
  font-size: 1.8rem; }

.h6 {
  font-size: 1.4rem; }

img {
  max-width: 100%; }

.text-gray {
  color: #818181; }

.button {
  height: 50px;
  padding: 0 4rem;
  color: white;
  background: linear-gradient(to bottom, #F5515F, #9F041B);
  border: 0;
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in; }
  .button:hover {
    background: linear-gradient(to bottom, #f22133, #6d0313);
    box-shadow: none; }
  @media only screen and (max-width: 575px) {
    .button {
      padding: 0 2rem;
      font-size: 14px;
      min-width: 100px;
      height: 39px; } }

.grid-2 {
  display: flex;
  flex-wrap: wrap; }
  .grid-2 > div, .grid-2 > article {
    width: 50%; }
  @media only screen and (max-width: 767px) {
    .grid-2 {
      flex-direction: column; }
      .grid-2 > div, .grid-2 > article {
        width: 100%; } }

.grid-3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .grid-3 > * {
    width: calc(100% / 3);
    padding: 0 2rem; }
  @media only screen and (max-width: 991px) {
    .grid-3 > * {
      width: 50%;
      margin-top: 2rem; } }
  @media only screen and (max-width: 575px) {
    .grid-3 > * {
      width: 100%;
      margin-top: 0; } }

.logo {
  display: block;
  max-width: 250px;
  min-width: 100px; }

.footer-red-border {
  height: 21px;
  background: linear-gradient(to bottom, #F5515F, #9F041B); }

.footer-nav {
  display: flex;
  padding: 8rem 7%;
  max-width: 1300px;
  margin: 0 auto; }
  .footer-nav > div {
    width: 40%; }
    .footer-nav > div:last-of-type {
      margin-left: auto;
      width: 50%; }
  @media only screen and (max-width: 767px) {
    .footer-nav {
      padding: 4rem; } }
  @media only screen and (max-width: 575px) {
    .footer-nav {
      flex-direction: column;
      text-align: center;
      padding: 4rem 2rem; }
      .footer-nav > div {
        width: 100%;
        margin-bottom: 2rem; }
        .footer-nav > div:last-of-type {
          margin-left: auto;
          width: 100%; } }

.footer-nav--header > a {
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 1rem; }

.footer-nav--header .header {
  margin-left: 1rem;
  font-size: 2.4rem; }

.footer-nav--header p {
  color: #818181;
  line-height: 1.4; }

@media only screen and (max-width: 575px) {
  .footer-nav--header {
    margin: 0 auto; }
    .footer-nav--header > a {
      margin: 0 auto 1rem; } }

.footer-nav--links {
  color: #818181;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  flex-wrap: wrap; }
  .footer-nav--links a {
    margin-left: 2rem;
    color: #818181; }
  @media only screen and (max-width: 767px) {
    .footer-nav--links {
      justify-content: space-between; } }
  @media only screen and (max-width: 575px) {
    .footer-nav--links {
      margin-top: 1.5rem; }
      .footer-nav--links > li {
        width: 50%;
        margin-bottom: 1rem; } }

.footer-nav--icons {
  display: flex;
  justify-content: flex-end;
  color: #333333;
  margin-top: 3rem; }
  .footer-nav--icons > a {
    margin-left: 2rem;
    width: 40px; }
  .footer-nav--icons img {
    width: 22px;
    height: 22px; }
  @media only screen and (max-width: 767px) {
    .footer-nav--icons {
      justify-content: center;
      margin-top: 2rem; }
      .footer-nav--icons > a {
        width: 50px;
        margin-left: 0; }
        .footer-nav--icons > a:first-of-type {
          margin-left: 0; }
      .footer-nav--icons img {
        width: 30px;
        height: 30px; } }

.footer-terms {
  border-top: 1px solid #979797;
  color: #818181;
  padding: 2rem;
  text-align: center; }
  .footer-terms a {
    color: #818181;
    margin-right: 1rem; }

@keyframes fadeText {
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeTranslate {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

.lp-section {
  text-align: center;
  margin-bottom: 12rem;
  padding: 2rem 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .lp-section.lp-brands, .lp-section.lp-build, .lp-section.lp-hero {
    max-width: 100%; }
  .lp-section--heading {
    max-width: 700px;
    margin: 0 auto 4rem; }
    .lp-section--heading h2 {
      margin-bottom: 1.5rem; }
    .lp-section--heading p {
      color: #818181;
      line-height: 28px; }
  @media only screen and (max-width: 767px) {
    .lp-section {
      margin-bottom: 4rem; }
      .lp-section--heading {
        margin: 0 2rem; }
        .lp-section--heading h2 {
          margin-bottom: 1rem; }
        .lp-section--heading p {
          line-height: 1.4; } }

.lp-nav {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 4rem 6rem; }
  .lp-nav .logo {
    display: flex;
    align-items: center;
    color: #333333; }
  .lp-nav .header {
    font-size: 2.4rem;
    margin-left: 1rem; }
  .lp-nav .button {
    margin-left: auto; }
  @media only screen and (max-width: 575px) {
    .lp-nav {
      padding: 3rem 2rem; }
      .lp-nav .logo {
        max-width: 50%; } }

.lp-hero {
  padding: 6rem 0 0 6rem;
  text-align: left; }
  .lp-hero .h1 {
    margin-bottom: 1rem;
    opacity: 0;
    visibility: hidden;
    animation: fadeText 1s ease 0.25s forwards; }
  .lp-hero--header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 4rem; }
  .lp-hero--text {
    margin-bottom: 4rem;
    color: #818181;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    animation: fadeText 3s ease 0.55s forwards; }
  .lp-hero--offer {
    margin-left: 4rem;
    opacity: 0;
    visibility: hidden;
    animation: fadeText 3s ease 0.85s forwards; }
    .lp-hero--offer a {
      text-decoration: underline;
      color: #333333; }
  .lp-hero .button {
    max-width: 394px;
    margin-bottom: 1rem;
    opacity: 0;
    visibility: hidden;
    animation: fadeText 3s ease 0.85s forwards; }
    .lp-hero .button span {
      font-size: 24px;
      line-height: 0; }
  .lp-hero--image {
    opacity: 0;
    animation: fadeTranslate 2s ease 0.55s forwards; }
  @media only screen and (max-width: 991px) {
    .lp-hero--offer {
      margin-left: 0;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .lp-hero {
      padding: 4rem 0 0; }
      .lp-hero--header {
        padding: 0;
        text-align: center; }
      .lp-hero--text {
        margin-bottom: 4rem;
        padding: 0 4rem; }
      .lp-hero .button {
        max-width: 350px;
        margin: 0 auto; }
      .lp-hero--offer {
        font-size: 14px;
        margin-left: 0;
        margin-top: 1rem; }
        .lp-hero--offer a {
          font-size: 14px; }
      .lp-hero--image {
        margin-top: 5rem; } }

.lp-features {
  text-align: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto; }
  .lp-features h2, .lp-features p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .lp-features h2 {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .lp-features .lp-feature {
      margin-top: 3rem; } }
  @media only screen and (max-width: 575px) {
    .lp-features {
      margin-bottom: 0; }
      .lp-features .grid-3 {
        margin-top: 2rem; }
      .lp-features .lp-feature {
        margin-top: 0; } }

.lp-feature--img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lp-feature--img img {
    min-width: 80px; }
  @media only screen and (max-width: 767px) {
    .lp-feature--img {
      height: 80px;
      width: 100px;
      margin: 0 auto; }
      .lp-feature--img img {
        min-width: 1px; } }
  @media only screen and (max-width: 575px) {
    .lp-feature--img {
      height: 70px;
      max-width: 50%;
      margin: 0 auto;
      width: auto; }
      .lp-feature--img img {
        min-width: 1px;
        width: 50%; }
      .lp-feature--img .logo-img {
        width: 25%; } }
  .lp-feature--img .width-25 {
    width: 25%; }

.lp-feature--text {
  margin-top: 4rem; }
  .lp-feature--text h3 {
    margin-bottom: 1rem;
    font-weight: 300;
    font-family: "Trueno";
    color: #333333; }
  .lp-feature--text p {
    color: #818181; }
  @media only screen and (max-width: 767px) {
    .lp-feature--text {
      margin-top: 0; } }
  @media only screen and (max-width: 575px) {
    .lp-feature--text {
      margin-bottom: 4rem;
      margin-top: 2rem; }
      .lp-feature--text img {
        min-width: 1px; } }

.lp-works {
  padding: 2rem 6rem;
  max-width: 1440px; }
  @media only screen and (max-width: 767px) {
    .lp-works {
      padding: 2rem 4rem;
      margin-bottom: 6rem; } }
  @media only screen and (max-width: 575px) {
    .lp-works {
      padding: 2rem;
      margin-bottom: 4rem; }
      .lp-works .button {
        padding: 0 4rem; } }

.lp-works--grid {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  grid-gap: 2rem; }
  .lp-works--grid > article {
    display: flex;
    flex-direction: column; }
    .lp-works--grid > article > div:last-of-type {
      margin-top: auto; }
  .lp-works--grid img {
    margin-left: -7%; }
  @media (max-width: 1100px) {
    .lp-works--grid {
      grid-template-columns: 1fr;
      margin-bottom: 2rem; }
      .lp-works--grid > article {
        flex-direction: row; } }
  @media only screen and (max-width: 575px) {
    .lp-works--grid {
      margin-top: 2rem;
      grid-template-columns: 1fr;
      margin-bottom: 3rem; }
      .lp-works--grid > article {
        flex-direction: column; } }

.lp-works--text {
  padding: 4rem 2rem; }
  .lp-works--text h3 {
    color: #D0021B;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2rem; }
  .lp-works--text p {
    color: #818181; }
  @media only screen and (max-width: 767px) {
    .lp-works--text {
      padding: 2rem; } }

.lp-design {
  padding: 0 10rem; }
  .lp-design .grid-3 {
    grid-gap: 2rem;
    margin-top: 6rem;
    justify-content: space-between; }
  .lp-design article {
    color: #818181;
    padding: 2rem 0;
    width: 30%; }
  .lp-design--author {
    color: #333333; }
  @media only screen and (max-width: 991px) {
    .lp-design .grid-3 {
      justify-content: center; }
    .lp-design article {
      width: 50%;
      padding: 2rem; }
      .lp-design article:last-of-type .lp-design--text {
        min-height: 130px; } }
  @media only screen and (max-width: 767px) {
    .lp-design {
      padding: 0 2rem; }
      .lp-design .grid-3 {
        margin-top: 2rem; }
      .lp-design article {
        padding: 2rem; }
      .lp-design .lp-section--heading {
        margin-bottom: 4rem; } }
  @media only screen and (max-width: 575px) {
    .lp-design article {
      width: 100%; } }

.lp-design--text {
  min-height: 165px; }
  @media only screen and (max-width: 575px) {
    .lp-design--text {
      min-height: 1px;
      margin-bottom: 2rem; } }

.lp-build {
  background-color: #eee;
  padding: 6rem 0; }
  .lp-build > div {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 7%; }
  .lp-build .grid-2 {
    padding: 6rem 7%;
    background: white; }
    .lp-build .grid-2 > div {
      padding: 3rem; }
  .lp-build h2 {
    margin-bottom: 2rem; }
  .lp-build p, .lp-build ul, .lp-build a {
    color: #818181; }
  .lp-build ul {
    list-style: disc;
    padding-left: 3rem; }
  .lp-build--features {
    text-align: left; }
    .lp-build--features a {
      text-decoration: underline; }
  .lp-build .button span {
    font-size: 24px;
    line-height: 0; }
  @media only screen and (max-width: 991px) {
    .lp-build .grid-2 {
      padding: 2rem 0; }
    .lp-build .button {
      padding: 0 2rem; } }
  @media only screen and (max-width: 767px) {
    .lp-build .grid-2 {
      padding: 2rem 0; }
      .lp-build .grid-2 .lp-build--features {
        padding-top: 1rem; }
    .lp-build p {
      margin-top: 1rem; }
    .lp-build h2 {
      margin-bottom: 3rem; }
    .lp-build--features {
      text-align: center;
      padding: 2rem 0 3rem; }
      .lp-build--features a {
        font-weight: bold;
        font-size: 18px; }
      .lp-build--features li {
        margin-top: 1rem; }
    .lp-build ul {
      list-style: none;
      padding-left: 0; } }
  @media only screen and (max-width: 575px) {
    .lp-build {
      padding: 3rem; } }

.lp-users {
  padding: 0 7%; }
  @media only screen and (max-width: 767px) {
    .lp-users .lp-section--heading {
      margin-bottom: 2rem; } }

.lp-user--container {
  text-align: left;
  display: flex;
  flex-wrap: wrap; }
  .lp-user--container > article {
    width: calc(100% / 3);
    min-width: 275px;
    padding: 3rem;
    padding-left: 0; }
  @media only screen and (max-width: 991px) {
    .lp-user--container > article {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .lp-user--container {
      margin-top: 1rem; }
      .lp-user--container > article {
        width: 100%;
        padding: 2rem 0;
        text-align: center;
        max-width: 600px;
        margin: 0 auto; } }

.lp-user--person {
  display: flex;
  margin-bottom: 2rem; }
  .lp-user--person > div {
    margin-left: 1rem; }
    .lp-user--person > div p:last-of-type {
      color: #818181; }
  @media only screen and (max-width: 767px) {
    .lp-user--person {
      align-items: center;
      flex-direction: column;
      text-align: center;
      margin-bottom: 1rem; }
      .lp-user--person > div {
        margin-top: 1rem; } }

.lp-brands {
  background-color: #fafafa;
  padding: 6rem 15%; }
  @media (max-width: 1200px) {
    .lp-brands {
      padding: 6rem 10%; } }
  @media only screen and (max-width: 991px) {
    .lp-brands {
      padding: 6rem 5%; } }
  @media only screen and (max-width: 767px) {
    .lp-brands {
      padding: 4rem; } }

.lp-brands--logo {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .lp-brands--logo {
      flex-direction: column;
      justify-content: center; }
      .lp-brands--logo img {
        margin-top: 2rem; } }

.lp-faq {
  padding: 0 7%;
  text-align: left; }
  .lp-faq .lp-section--heading {
    margin: 0 0 4rem; }
  @media only screen and (max-width: 767px) {
    .lp-faq .lp-section--heading {
      margin-bottom: 2rem; } }

.lp-faq--question {
  padding: 2rem 8rem 2rem 0; }
  .lp-faq--question p:first-of-type {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .lp-faq--question {
      padding: 2rem 0; } }
