::-moz-selection {
  background: #80ffdc;
  /* Safari */
}

::selection {
  background: #80ffdc;
  /* Safari */
}

::-moz-selection {
  background: #80ffdc;
  /* Firefox */
}

* {
  outline: none;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.375rem;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #242424;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.space {
  display: block;
  margin: 3.75rem 0;
}

/* Header */
.jumbotron {
  background: transparent url("../images/bg-hero.jpg") center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 0;
          border-radius: 0;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
  padding: 9.375rem 0;
  margin-bottom: 0;
}

.jumbotron .logo-block {
  display: block;
  overflow: hidden;
  vertical-align: middle;
}

.jumbotron .logo-block img {
  display: inline-block;
  width: 150px;
  height: auto;
  margin-bottom: 65px;
}

.jumbotron .logo-block h1.brand {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: 3rem;
  margin-left: 20px;
}

.jumbotron .logo-block h1.brand span {
  font-size: 3rem;
  font-weight: 800;
}

/* Content-body */
.content-body {
  background: #003644;
  padding: 50px 0;
  overflow: hidden;
}

.content-body p {
  color: #fff;
}

.content-body img {
  display: block;
  height: 120px;
  width: auto;
  margin-bottom: 40px;
}

.content-body .num-step {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #f7ec33;
}

.content-body .step {
  display: inline-block;
  width: 78%;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.content-body ul {
  padding: 0 0 0 20px;
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.content-body ul li {
  margin-bottom: 8px;
}

.content-body .full-logo {
  width: 100%;
}

/* Complectation */
.complectation {
  background: transparent;
  padding: 50px;
  overflow: hidden;
}

.complectation .mobile-comp {
  display: none;
}

.complectation img.boa-title {
  width: 500px;
  height: auto;
  margin-bottom: 20px;
}

.complectation .complect-block img {
  width: 100%;
  height: auto;
}

.complectation .complect-block .one {
  display: block;
  margin-top: 40px;
}

.complectation .complect-block .three {
  display: block;
  margin-top: 140px;
}

.complectation .complect-block .two {
  display: block;
  margin-top: 96px;
}

/* How It Work */
.how-it-work {
  padding: 50px 0;
  overflow: hidden;
  background-color: #434a4f;
}

.how-it-work p {
  color: #fff;
}

.how-it-work p span {
  font-weight: 600;
}

.how-it-work h5 {
  color: #f7ec33;
}

.how-it-work .icon {
  display: inline-block;
  width: 20%;
  height: auto;
  margin-right: 2%;
}

.how-it-work .icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom !important;
}

.how-it-work .caption {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.2;
  width: 76%;
  vertical-align: super;
}

/* Benefit */
.benefit {
  padding: 50px 0;
  overflow: hidden;
  background-color: transparent;
}

.benefit p {
  color: #000 .benefit p span;
  color-font-weight: 600;
}

.benefit h2.h2 {
  color: #000;
  margin: 0;
}

.benefit h5 {
  color: #000;
}

.benefit .icon {
  display: inline-block;
  width: 20%;
  height: auto;
  margin-right: 2%;
}

.benefit .icon img {
  width: 100%;
  height: auto;
  vertical-align: bottom !important;
}

.benefit .caption {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.2;
  width: 76%;
  vertical-align: super;
}

/* Other */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/*==============================
=            Titles            =
==============================*/
h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h2.h2 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #f7ec33;
  margin: 2rem 0 1rem 0;
}

h5 {
  text-transform: uppercase;
  font-weight: 800;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

/*=====  End of Titles  ======*/
@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
  .three {
    display: block;
    margin-top: 100px;
  }
  .step {
    display: inline-block;
    width: 78%;
    font-weight: 600;
    font-size: .9rem;
    line-height: 1.3rem;
    vertical-align: top;
  }
  .how-it-work .icon {
    display: inline-block;
    width: 20%;
    height: auto;
    margin-right: 2%;
  }
  .how-it-work .icon img {
    width: 100%;
    height: auto;
    vertical-align: super !important;
  }
}

@media (max-width: 991px) {
  html, body {
    font-size: 14px;
  }
  .jumbotron {
    padding: 7.5rem 0;
  }
  .content-body {
    padding: 30px 0;
  }
  .content-body img {
    display: block;
    height: 100px;
    width: auto;
    margin-bottom: 30px;
  }
  .content-body .num-step {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    color: #f7ec33;
  }
  .complectation {
    padding: 30px;
  }
  .complectation img.boa-title {
    width: 400px;
    height: auto;
    margin-bottom: 30px;
  }
  .complectation .complect-block .one {
    display: block;
    margin-top: 20px;
  }
  .complectation .complect-block .three {
    display: block;
    margin-top: 60px;
  }
  .complectation .complect-block .two {
    display: block;
    margin-top: 80px;
  }
  .how-it-work {
    padding: 30px 0;
  }
  .how-it-work .icon {
    margin-right: 2%;
    vertical-align: top;
  }
  .how-it-work .icon img {
    width: 100%;
    height: auto;
  }
  .how-it-work .caption {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2;
    width: 75%;
  }
  .space {
    display: block;
    margin: 2.75rem 0;
  }
}

@media (max-width: 767px) {
  html, body {
    font-size: 13px;
  }
  .how-it-work {
    padding: 30px 0;
  }
  .how-it-work .mobile {
    text-align: center;
  }
  .how-it-work .icon {
    width: 40% !important;
    margin-right: 2%;
    vertical-align: top;
  }
  .how-it-work .icon img {
    width: 100%;
    height: auto;
  }
  .how-it-work .caption {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2;
    width: 100%;
  }
}

@media (max-width: 575px) {
  html, body {
    font-size: 12px;
  }
  .content-body {
    padding: 30px 0;
  }
  .content-body img {
    display: none;
  }
  .content-body .num-step {
    margin-bottom: 40px;
  }
  .desktop {
    display: none;
  }
  .mobile-comp {
    display: block !important;
  }
  .one {
    display: block;
    margin-top: 15px !important;
  }
  .three {
    display: block;
    margin-top: 15px !important;
  }
  .two {
    display: block;
    margin-top: 15px !important;
  }
  .how-it-work {
    padding: 30px 0;
  }
  .how-it-work .mobile {
    text-align: center;
  }
  .how-it-work .icon {
    width: 30% !important;
    margin-right: 2%;
    vertical-align: top;
  }
  .how-it-work .icon img {
    width: 40%;
    height: auto;
  }
  .how-it-work .caption {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2;
    width: 100%;
  }
}

@media only screen and (max-width: 470px) {
  img.boa-title {
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .jumbotron {
    padding: 5rem 0;
  }
  .jumbotron .logo-block {
    text-align: center;
  }
  .jumbotron .logo-block img {
    margin-bottom: 20px;
  }
  .jumbotron .logo-block h1.brand {
    display: block;
    margin-bottom: 30px;
  }
}

/* Custom, iPhone Retina */
