@charset "UTF-8";
@import url("../../../../cgb5cyj.css");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear:before, .container:before, .clear:after, .container:after {
  content: '';
  display: block; }

.clear:after, .container:after {
  clear: both; }

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

*:focus {
  outline: none; }

* {
  -webkit-font-smoothing: antialiased; }

body,
input,
select,
textarea,
button,
td,
th {
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

textarea {
  overflow: auto; }

textarea,
input {
  -webkit-appearance: none;
  border-radius: 0; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

img {
  border: 0; }

p {
  margin-top: 15px; }

a {
  text-decoration: none;
  outline: none;
  color: #151E25; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  color: #A0A19E; }
  @media only screen and (max-width: 640px) {
    h2 {
      font-size: 28px;
      line-height: 36px; } }

form {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0; }

th,
td {
  text-align: left;
  vertical-align: top; }

@font-face {
  font-family: 'stigo';
  src: url("../assets/icons/stigo_fjdjl8.eot");
  src: url("../assets/icons/stigo_fjdjl8.eot#iefix") format("embedded-opentype"), url("../assets/icons/stigo_fjdjl8.ttf") format("truetype"), url("../assets/icons/stigo_fjdjl8.woff") format("woff"), url("../assets/icons/stigo_fjdjl8-stigo.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.btn {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.43px;
  line-height: 22px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  display: inline-block;
  min-height: 34px;
  border-radius: 58px;
  padding: 5px 18px;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    background: #FF7917;
    color: white;
    border-color: #FF7917; }
  .btn--default {
    background: none;
    border-color: rgba(35, 44, 50, 0.3);
    color: #151E25; }
  .btn--light {
    background: white;
    color: #FF7917;
    min-width: 210px; }
  .btn--dark {
    background: #151E25;
    color: white;
    min-width: 210px; }
  .btn--more {
    color: #151E25; }
    @media only screen and (max-width: 1024px) {
      .btn--more {
        margin-bottom: 30px; } }
  .btn--submit {
    color: white;
    background: #FF7917;
    min-width: 210px; }
  .btn--pdf {
    background: #151E25;
    min-width: 210px;
    text-align: left; }
    .btn--pdf span.file-ext {
      font-weight: 300;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      letter-spacing: 0.17px;
      line-height: 22px;
      float: right; }
  .btn--pdf-light {
    background: white;
    min-width: 210px;
    text-align: left;
    color: #151E25; }
    .btn--pdf-light span.file-ext {
      font-weight: 300;
      font-size: 14px;
      color: rgba(21, 30, 37, 0.5);
      letter-spacing: 0.17px;
      line-height: 22px;
      float: right; }

.specs {
  background: #151E25;
  padding-bottom: 460px; }
  @media only screen and (max-width: 1024px) {
    .specs {
      padding-bottom: 230px; } }
  .specs__heading img {
    float: left;
    width: 100%;
    height: auto; }
  .specs__heading .inner h2 {
    font-size: 72px;
    color: #F0E9E1;
    letter-spacing: 0;
    line-height: 78px;
    font-weight: 400;
    margin: -230px auto 0; }
    @media only screen and (max-width: 1024px) {
      .specs__heading .inner h2 {
        font-size: 40px;
        line-height: 1;
        margin-top: -120px;
        text-align: left; } }
  .specs__content {
    margin-bottom: 70px; }
    .specs__content img.bike {
      background: url("../assets/media/stigo-gradient-2x.png") no-repeat 100% 100%;
      background-size: cover;
      margin: 80px 0 0 -50px; }
      @media only screen and (max-width: 1024px) {
        .specs__content img.bike {
          margin: 0;
          display: block;
          max-width: 100%;
          height: auto;
          float: right; } }
    .specs__content p {
      color: #F0E9E1;
      letter-spacing: 0.45px;
      margin: 50px 0 0; }
      .specs__content p:first-child {
        font-size: 20px; }
        @media only screen and (max-width: 640px) {
          .specs__content p:first-child {
            font-size: 16px; } }
  .specs__text {
    margin: 180px 0 20px; }
    @media only screen and (max-width: 1024px) {
      .specs__text {
        margin-top: 20px; } }
  .specs__details {
    margin-top: 110px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .specs__details {
        margin-top: 20px; } }
    .specs__details ul {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 920px;
      margin: 0 auto 90px; }
      @media only screen and (max-width: 1024px) {
        .specs__details ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media only screen and (max-width: 1024px) {
        .specs__details ul li {
          margin-top: 30px; } }
      .specs__details ul li p {
        margin: 0 0 10px;
        color: #F0E9E1; }
        .specs__details ul li p.title {
          font-size: 20px;
          letter-spacing: 0;
          line-height: 36px;
          min-height: 60px;
          font-weight: 400; }
          @media only screen and (max-width: 1024px) {
            .specs__details ul li p.title {
              min-height: 0; } }
          .specs__details ul li p.title span {
            margin-top: 0; }
        .specs__details ul li p span {
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 0.43px;
          line-height: 13px;
          display: block;
          font-weight: 300;
          margin: 15px 0 0; }
        .specs__details ul li p strong {
          font-size: 40px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 36px;
          font-weight: 300;
          display: block; }
          .specs__details ul li p strong + span {
            display: block; }
            @media only screen and (max-width: 1024px) {
              .specs__details ul li p strong + span {
                display: inline-block; } }
  .specs__featured {
    text-align: center;
    font-weight: 300;
    margin: 90px 0 0; }
    .specs__featured h4 {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.4);
      letter-spacing: 0.49px;
      line-height: 13px;
      font-weight: 300; }
    .specs__featured ul {
      max-width: 680px;
      margin: 30px auto 0;
      text-align: center; }
      .specs__featured ul li {
        text-align: left;
        display: inline-block;
        color: white;
        text-decoration: none; }
        .specs__featured ul li img {
          max-width: 100px;
          height: auto;
          display: block; }
        .specs__featured ul li span {
          font-size: 14px;
          color: rgba(255, 255, 255, 0.3);
          letter-spacing: 0.23px; }
        .specs__featured ul li a {
          color: white;
          text-decoration: none;
          font-size: 30px;
          display: block; }
  .specs .row__col--extra-padding {
    padding: 0 8%; }
    @media only screen and (max-width: 640px) {
      .specs .row__col--extra-padding {
        padding: 0 4%; } }
  @media only screen and (max-width: 1024px) {
    .specs .row__col--lg-6 {
      width: 100%;
      padding: 0 10%;
      text-align: center; } }
  @media only screen and (max-width: 640px) {
    .specs .row__col--lg-6 {
      padding: 0 4%; } }

.green-future {
  width: 392px;
  min-height: 230px;
  background: #F3ECE6 url("../assets/media/green.png") no-repeat 100% 100%;
  position: absolute;
  overflow: hidden;
  right: 70px;
  bottom: -105px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07); }
  @media only screen and (max-width: 1024px) {
    .green-future {
      right: 5%;
      bottom: -40px;
      width: 90%; } }
  .green-future__content {
    padding: 25px 25px 25px 85px;
    -ms-flex-item-align: center;
    align-self: center;
    background: url("../assets/media/earth.svg") no-repeat 20px 50%; }
    .green-future__content h4 {
      font-weight: 400;
      font-size: 20px;
      color: #575755;
      letter-spacing: 0.63px;
      margin-bottom: 12px; }
      @media only screen and (max-width: 1024px) {
        .green-future__content h4 {
          font-size: 18px; } }
    .green-future__content p {
      color: #575755;
      letter-spacing: 0.56px;
      line-height: 22px; }
      @media only screen and (max-width: 1024px) {
        .green-future__content p {
          font-size: 14px; } }
    .green-future__content a {
      font-weight: 400;
      font-size: 16px;
      color: #38A600;
      letter-spacing: 0.56px;
      text-decoration: none;
      margin: 0 0 0 10px; }
      .green-future__content a:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'stigo';
        font-size: 10px;
        font-size: 0.625rem; }
      .green-future__content a:hover {
        color: #FF7917; }
      .green-future__content a span {
        margin: 0 0 0 5px; }

.container {
  max-width: 100%;
  margin: auto;
  position: relative; }

.row:after {
  content: "";
  display: block;
  clear: both; }

.row--no-padding .row__col {
  padding-top: 0;
  padding-bottom: 0; }

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

.row--vertical-align {
  height: inherit; }
  .row--vertical-align .row__col {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

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

.row__col {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  float: left;
  min-height: 1px; }
  @media only screen and (max-width: 640px) {
    .row__col {
      padding-left: 15px;
      padding-right: 15px; } }

.row__col--lg-1 {
  width: 8.33333%; }

.row__col--lg-2 {
  width: 16.66667%; }

.row__col--lg-3 {
  width: 25%; }

.row__col--lg-4 {
  width: 33.33333%; }

.row__col--lg-5 {
  width: 41.66667%; }

.row__col--lg-6 {
  width: 50%; }

.row__col--lg-7 {
  width: 58.33333%; }

.row__col--lg-8 {
  width: 66.66667%; }

.row__col--lg-9 {
  width: 75%; }

.row__col--lg-10 {
  width: 83.33333%; }

.row__col--lg-11 {
  width: 91.66667%; }

.row__col--lg-12 {
  width: 100%; }

.row__col--lg-pull-0 {
  right: auto; }

.row__col--lg-pull-1 {
  right: 8.33333%; }

.row__col--lg-pull-2 {
  right: 16.66667%; }

.row__col--lg-pull-3 {
  right: 25%; }

.row__col--lg-pull-4 {
  right: 33.33333%; }

.row__col--lg-pull-5 {
  right: 41.66667%; }

.row__col--lg-pull-6 {
  right: 50%; }

.row__col--lg-pull-7 {
  right: 58.33333%; }

.row__col--lg-pull-8 {
  right: 66.66667%; }

.row__col--lg-pull-9 {
  right: 75%; }

.row__col--lg-pull-10 {
  right: 83.33333%; }

.row__col--lg-pull-11 {
  right: 91.66667%; }

.row__col--lg-pull-12 {
  right: 100%; }

.row__col--lg-push-0 {
  left: auto;
  clear: left; }

.row__col--lg-push-1 {
  left: 8.33333%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-1 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-2 {
  left: 16.66667%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-2 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-3 {
  left: 25%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-3 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-4 {
  left: 33.33333%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-4 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-5 {
  left: 41.66667%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-5 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-6 {
  left: 50%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-6 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-7 {
  left: 58.33333%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-7 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-8 {
  left: 66.66667%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-8 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-9 {
  left: 75%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-9 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-10 {
  left: 83.33333%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-10 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-11 {
  left: 91.66667%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-11 {
      left: 0;
      width: 100%; } }

.row__col--lg-push-12 {
  left: 100%;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .row__col--lg-push-12 {
      left: 0;
      width: 100%; } }

.row__col--lg-offset-0 {
  margin-left: 0%; }

.row__col--lg-offset-1 {
  margin-left: 8.33333%; }

.row__col--lg-offset-2 {
  margin-left: 16.66667%; }

.row__col--lg-offset-3 {
  margin-left: 25%; }

.row__col--lg-offset-4 {
  margin-left: 33.33333%; }

.row__col--lg-offset-5 {
  margin-left: 41.66667%; }

.row__col--lg-offset-6 {
  margin-left: 50%; }

.row__col--lg-offset-7 {
  margin-left: 58.33333%; }

.row__col--lg-offset-8 {
  margin-left: 66.66667%; }

.row__col--lg-offset-9 {
  margin-left: 75%; }

.row__col--lg-offset-10 {
  margin-left: 83.33333%; }

.row__col--lg-offset-11 {
  margin-left: 91.66667%; }

.row__col--lg-offset-12 {
  margin-left: 100%; }

.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

@media only screen and (max-width: 1024px) {
  .row__col--md-1 {
    width: 8.33333%; }
  .row__col--md-2 {
    width: 16.66667%; }
  .row__col--md-3 {
    width: 25%; }
  .row__col--md-4 {
    width: 33.33333%; }
  .row__col--md-5 {
    width: 41.66667%; }
  .row__col--md-6 {
    width: 50%; }
  .row__col--md-7 {
    width: 58.33333%; }
  .row__col--md-8 {
    width: 66.66667%; }
  .row__col--md-9 {
    width: 75%; }
  .row__col--md-10 {
    width: 83.33333%; }
  .row__col--md-11 {
    width: 91.66667%; }
  .row__col--md-12 {
    width: 100%; }
  .row__col--md-pull-0 {
    right: auto; }
  .row__col--md-pull-1 {
    right: 8.33333%; }
  .row__col--md-pull-2 {
    right: 16.66667%; }
  .row__col--md-pull-3 {
    right: 25%; }
  .row__col--md-pull-4 {
    right: 33.33333%; }
  .row__col--md-pull-5 {
    right: 41.66667%; }
  .row__col--md-pull-6 {
    right: 50%; }
  .row__col--md-pull-7 {
    right: 58.33333%; }
  .row__col--md-pull-8 {
    right: 66.66667%; }
  .row__col--md-pull-9 {
    right: 75%; }
  .row__col--md-pull-10 {
    right: 83.33333%; }
  .row__col--md-pull-11 {
    right: 91.66667%; }
  .row__col--md-pull-12 {
    right: 100%; }
  .row__col--md-push-0 {
    left: auto;
    clear: left; }
  .row__col--md-push-1 {
    left: 8.33333%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-1 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-2 {
    left: 16.66667%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-2 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-3 {
    left: 25%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-3 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-4 {
    left: 33.33333%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-4 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-5 {
    left: 41.66667%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-5 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-6 {
    left: 50%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-6 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-7 {
    left: 58.33333%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-7 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-8 {
    left: 66.66667%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-8 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-9 {
    left: 75%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-9 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-10 {
    left: 83.33333%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-10 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-11 {
    left: 91.66667%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-11 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-push-12 {
    left: 100%;
    clear: left; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .row__col--md-push-12 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 1024px) {
  .row__col--md-offset-0 {
    margin-left: 0%; }
  .row__col--md-offset-1 {
    margin-left: 8.33333%; }
  .row__col--md-offset-2 {
    margin-left: 16.66667%; }
  .row__col--md-offset-3 {
    margin-left: 25%; }
  .row__col--md-offset-4 {
    margin-left: 33.33333%; }
  .row__col--md-offset-5 {
    margin-left: 41.66667%; }
  .row__col--md-offset-6 {
    margin-left: 50%; }
  .row__col--md-offset-7 {
    margin-left: 58.33333%; }
  .row__col--md-offset-8 {
    margin-left: 66.66667%; }
  .row__col--md-offset-9 {
    margin-left: 75%; }
  .row__col--md-offset-10 {
    margin-left: 83.33333%; }
  .row__col--md-offset-11 {
    margin-left: 91.66667%; }
  .row__col--md-offset-12 {
    margin-left: 100%; }
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-1 {
    width: 8.33333%; }
  .row__col--sm-2 {
    width: 16.66667%; }
  .row__col--sm-3 {
    width: 25%; }
  .row__col--sm-4 {
    width: 33.33333%; }
  .row__col--sm-5 {
    width: 41.66667%; }
  .row__col--sm-6 {
    width: 50%; }
  .row__col--sm-7 {
    width: 58.33333%; }
  .row__col--sm-8 {
    width: 66.66667%; }
  .row__col--sm-9 {
    width: 75%; }
  .row__col--sm-10 {
    width: 83.33333%; }
  .row__col--sm-11 {
    width: 91.66667%; }
  .row__col--sm-12 {
    width: 100%; }
  .row__col--sm-pull-0 {
    right: auto; }
  .row__col--sm-pull-1 {
    right: 8.33333%; }
  .row__col--sm-pull-2 {
    right: 16.66667%; }
  .row__col--sm-pull-3 {
    right: 25%; }
  .row__col--sm-pull-4 {
    right: 33.33333%; }
  .row__col--sm-pull-5 {
    right: 41.66667%; }
  .row__col--sm-pull-6 {
    right: 50%; }
  .row__col--sm-pull-7 {
    right: 58.33333%; }
  .row__col--sm-pull-8 {
    right: 66.66667%; }
  .row__col--sm-pull-9 {
    right: 75%; }
  .row__col--sm-pull-10 {
    right: 83.33333%; }
  .row__col--sm-pull-11 {
    right: 91.66667%; }
  .row__col--sm-pull-12 {
    right: 100%; }
  .row__col--sm-push-0 {
    left: auto;
    clear: left; }
  .row__col--sm-push-1 {
    left: 8.33333%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-1 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-2 {
    left: 16.66667%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-2 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-3 {
    left: 25%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-3 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-4 {
    left: 33.33333%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-4 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-5 {
    left: 41.66667%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-5 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-6 {
    left: 50%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-6 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-7 {
    left: 58.33333%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-7 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-8 {
    left: 66.66667%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-8 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-9 {
    left: 75%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-9 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-10 {
    left: 83.33333%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-10 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-11 {
    left: 91.66667%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-11 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-push-12 {
    left: 100%;
    clear: left; } }
  @media only screen and (max-width: 640px) and (max-width: 1024px) {
    .row__col--sm-push-12 {
      left: 0;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .row__col--sm-offset-0 {
    margin-left: 0%; }
  .row__col--sm-offset-1 {
    margin-left: 8.33333%; }
  .row__col--sm-offset-2 {
    margin-left: 16.66667%; }
  .row__col--sm-offset-3 {
    margin-left: 25%; }
  .row__col--sm-offset-4 {
    margin-left: 33.33333%; }
  .row__col--sm-offset-5 {
    margin-left: 41.66667%; }
  .row__col--sm-offset-6 {
    margin-left: 50%; }
  .row__col--sm-offset-7 {
    margin-left: 58.33333%; }
  .row__col--sm-offset-8 {
    margin-left: 66.66667%; }
  .row__col--sm-offset-9 {
    margin-left: 75%; }
  .row__col--sm-offset-10 {
    margin-left: 83.33333%; }
  .row__col--sm-offset-11 {
    margin-left: 91.66667%; }
  .row__col--sm-offset-12 {
    margin-left: 100%; } }

.row {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (max-width: 640px) {
    .row {
      margin-left: 0;
      margin-right: 0; }
      .row__col {
        padding: 0; } }
  .row__col--extra-padding {
    padding: 0 0 0 160px; }
  .row--no-padding .row__col {
    padding: 0; }
  .row--is-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .row--is-centered .row__col {
      -ms-flex-item-align: center;
      align-self: center; }

.has-dark-header .header__nav ul li a {
  color: #333333; }
  @media only screen and (max-width: 640px) {
    .has-dark-header .header__nav ul li a {
      color: #ffffff; } }

.has-dark-header .header__actions .nav__action--primary a {
  color: white;
  background: #333333; }

.has-dark-header .header__actions .nav__action--secondary a {
  border-color: rgba(0, 0, 0, 0.3);
  color: #333333; }

.has-dark-header .header__actions .nav__action.current-menu-item a {
  color: #FF7917; }

.has-dark-header .featured-video__action a {
  color: #333333;
  border-color: rgba(51, 51, 51, 0.6); }

.has-dark-header .intro h1 {
  color: #333333; }

.has-dark-header .intro p {
  color: #333333; }

@media only screen and (max-width: 640px) {
  .stories .intro {
    margin-bottom: -165px; } }

.about .intro__background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 640px) {
    .about .intro__background {
      background-position: 44% 0;
      background-size: auto 870px; } }

.about .intro__overview {
  display: block;
  position: relative; }

.about .intro__content {
  padding: 0 35% 500px 112px; }
  @media only screen and (max-width: 1024px) {
    .about .intro__content {
      padding-top: 0px;
      padding-left: 20px;
      padding-bottom: 350px;
      padding-right: 40%; } }
  @media only screen and (max-width: 640px) {
    .about .intro__content {
      padding-right: 20%; } }
  .about .intro__content--is-centered {
    text-align: center; }
  @media only screen and (max-width: 1024px) {
    .about .intro__content {
      text-align: left; }
      .about .intro__content .featured-video__video {
        margin-left: 0; } }

.header {
  position: absolute;
  z-index: 999;
  top: 50px;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .header {
      padding: 10px;
      top: 0; } }
  .header .row {
    max-width: 1160px;
    margin: auto; }
  .header__logo img {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 68px;
    height: auto; }
  .header__nav {
    margin: 5px 0 0 5px; }
    .header__nav ul li {
      display: inline-block;
      margin: 0 0 0 35px; }
      .header__nav ul li a {
        color: white;
        text-decoration: none;
        color: #FFFFFF;
        letter-spacing: 0.31px;
        line-height: 22px;
        font-weight: 400; }
        @media only screen and (max-width: 640px) {
          .header__nav ul li a {
            font-size: 30px; } }
        .header__nav ul li a:hover {
          color: #FF7917; }
      .header__nav ul li.current-menu-item a {
        color: #FF7917; }
  .header__actions {
    text-align: right; }
    .header__actions .actions-nav {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 1024px) {
        .header__actions .actions-nav {
          display: block; } }
    .header__actions ul li {
      display: inline-block;
      margin: 0 0 0 15px; }
      .header__actions ul li a {
        color: white;
        text-decoration: none; }
    .header__actions .nav__action a {
      height: 34px;
      padding: 5px 21px;
      min-width: 140px;
      text-align: center;
      float: left;
      font-style: normal;
      font-weight: 700;
      font-size: 13px;
      color: white;
      letter-spacing: 0.43px;
      line-height: 22px;
      border-radius: 17px;
      border: 1px solid white; }
    .header__actions .nav__action.current-menu-item a {
      color: #FF7917;
      border-color: #FF7917; }
      .header__actions .nav__action.current-menu-item a:hover {
        color: white; }
    .header__actions .nav__action--primary a {
      background: white;
      color: #151E25; }
      .header__actions .nav__action--primary a:hover {
        background: #FF7917;
        color: white !important; }
    .header__actions .nav__action--primary.languages {
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      @media only screen and (max-width: 1024px) {
        .header__actions .nav__action--primary.languages {
          display: block;
          margin: 0; } }
      .header__actions .nav__action--primary.languages li {
        position: relative;
        display: block; }
      .header__actions .nav__action--primary.languages a {
        height: auto;
        width: 100px;
        padding-left: 15px;
        padding-right: 15px;
        left: 0; }
        @media only screen and (max-width: 1024px) {
          .header__actions .nav__action--primary.languages a {
            left: 50%;
            margin-left: -80px;
            position: absolute; } }
        .header__actions .nav__action--primary.languages a:hover {
          background-color: white !important;
          color: black !important; }
          .header__actions .nav__action--primary.languages a:hover ul {
            display: block; }
        .header__actions .nav__action--primary.languages a span {
          display: block;
          margin: 10px 0 0; }
          .header__actions .nav__action--primary.languages a span:hover {
            color: #FF7917; }
      .header__actions .nav__action--primary.languages ul {
        display: none; }
        .header__actions .nav__action--primary.languages ul li {
          display: block;
          margin: 0; }
    .header__actions .nav__action--secondary a {
      border-color: rgba(255, 255, 255, 0.7); }
      .header__actions .nav__action--secondary a:hover {
        background: #FF7917;
        color: white;
        border-color: #FF7917; }

.intro__background img {
  width: 100%;
  height: auto;
  display: block; }

.intro__background iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.intro__video {
  position: relative;
  height: 900px;
  z-index: 1;
  overflow: hidden; }
  .intro__video video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.intro__overview {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding-top: 200px; }
  @media only screen and (max-width: 1024px) {
    .intro__overview {
      display: block;
      padding-top: 10%; } }

.intro__content {
  max-width: 1160px;
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 112px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .intro__content {
      padding: 0;
      text-align: center; } }
  .intro__content h1 {
    margin: 0;
    font-size: 72px;
    color: white;
    letter-spacing: 0;
    line-height: 78px;
    font-weight: 400; }
    @media only screen and (max-width: 1024px) {
      .intro__content h1 {
        font-size: 40px;
        line-height: 46px;
        padding: 90px 0 0; } }
  .intro__content p {
    margin: 29px 0 0;
    color: white;
    letter-spacing: 0.62px; }

.featured-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0; }
  @media only screen and (max-width: 1024px) {
    .featured-video {
      display: block;
      margin: 50px 0; } }
  .featured-video--about {
    margin: 120px 0 76px; }
    @media only screen and (max-width: 640px) {
      .featured-video--about {
        margin: 50px 0; } }
  .featured-video__video {
    width: 140px;
    height: 80px;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 2, 0, 0.3);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 1024px) {
      .featured-video__video {
        margin: 20px auto; } }
    .featured-video__video a {
      position: relative;
      display: block; }
      .featured-video__video a span.play {
        background: url("../assets/media/play.png") no-repeat 55% 55%;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        opacity: 0.7; }
      .featured-video__video a:hover span {
        opacity: 1; }
    .featured-video__video img {
      width: 140px;
      height: 80px;
      top: auto;
      right: auto;
      position: relative; }
  .featured-video__action {
    margin: 0 0 0 30px; }
    @media only screen and (max-width: 1024px) {
      .featured-video__action {
        margin: 0; } }
    .featured-video__action a {
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.36px;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
      .featured-video__action a:hover {
        color: #FF7917;
        border-color: #FF7917; }

.menu-container {
  display: block; }
  @media only screen and (max-width: 1024px) {
    .menu-container {
      display: none;
      position: fixed;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: black;
      overflow: auto; }
      .menu-container .menu-item {
        display: block;
        margin: 0 0 28px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .menu-container .header__nav {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0; }
      .menu-container .header__actions {
        width: 100%;
        margin: 90px 0 0; } }

.mobile-menu-trigger {
  width: 50px;
  height: 32px;
  background: black;
  float: right;
  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;
  position: relative;
  z-index: 2; }
  .mobile-menu-trigger span {
    display: none; }
  .mobile-menu-trigger:before {
    content: "";
    width: 20px;
    height: 1px;
    background: white;
    display: block;
    margin: 3px auto; }
  .mobile-menu-trigger:after {
    content: "";
    width: 20px;
    height: 1px;
    background: white;
    display: block;
    margin: 3px auto; }

.mobile-menu-is-visible {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .mobile-menu-is-visible {
      display: block;
      padding: 100px 0; } }

body.no-scroll {
  overflow: hidden; }

.footer {
  margin: 0 auto;
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding-top: 30px !important;
  z-index: 9;
  background: #fff;
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 1024px) {
    .footer.inner {
      padding: 0 10px 20px; } }
  .footer__logo {
    position: absolute;
    margin-left: -21px;
    top: -30px;
    display: block;
    left: 50%;
    width: 43px;
    height: auto; }
  .footer__nav {
    text-align: center;
    vertical-align: top;
    margin-top: 80px; }
    .footer__nav li {
      display: inline-block;
      vertical-align: top;
      margin: 0 28px; }
      @media only screen and (max-width: 1024px) {
        .footer__nav li {
          margin: 0 10px; } }
      .footer__nav li a {
        font-size: 16px;
        color: #151E25;
        letter-spacing: 0.66px;
        line-height: 42px;
        text-decoration: none; }
        .footer__nav li a:hover {
          color: #FF7917; }
        @media only screen and (max-width: 1024px) {
          .footer__nav li a {
            font-size: 14px;
            letter-spacing: 0.58px; } }
  .footer__copy {
    text-align: center;
    margin: 80px 0 0; }
    @media only screen and (max-width: 1024px) {
      .footer__copy {
        margin: 65px 0 0; } }
    .footer__copy li {
      text-transform: uppercase;
      display: inline-block;
      margin: 0 28px;
      font-weight: 300;
      font-size: 10px;
      color: #151E25;
      letter-spacing: 0.56px;
      line-height: 13px; }
      @media only screen and (max-width: 1024px) {
        .footer__copy li {
          display: block;
          line-height: 23px; } }
      .footer__copy li a {
        text-decoration: none;
        color: #151E25;
        text-decoration: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body,
html {
  width: 100%;
  height: 100%; }

.app {
  display: block;
  overflow: hidden; }

.container {
  max-width: 1550px; }
  @media only screen and (max-width: 1024px) {
    .container--blocks {
      top: -20px; } }
  .container--blocks .row {
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .container--blocks .row {
        display: block;
        margin: 0 0 45px; } }
    @media only screen and (max-width: 1024px) {
      .container--blocks .row__col {
        padding: 0 10px;
        text-align: center; } }
  .container--blocks img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    margin-top: -30px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 1024px) {
      .container--blocks img {
        margin-top: 0; } }
  .container--blocks h2 {
    color: #A0A19E; }
    @media only screen and (max-width: 1024px) {
      .container--blocks h2 {
        margin: 16px 0 0; } }
  .container--blocks p {
    font-size: 20px;
    color: #151E25;
    letter-spacing: 0.62px;
    line-height: 26px;
    font-weight: 300;
    margin: 15px 0 0; }
    @media only screen and (max-width: 1024px) {
      .container--blocks p {
        text-align: left;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
        text-align: center; } }
  .container--blocks .info {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.07);
    color: #151E25;
    max-width: 410px;
    width: 100%;
    float: right;
    position: relative;
    right: -57px;
    z-index: 999;
    padding: 20px 30px 21px 130px;
    margin: 150px 0 0; }
    @media only screen and (max-width: 1024px) {
      .container--blocks .info {
        max-width: 100%;
        text-align: left;
        right: 0;
        float: left;
        margin: 75px 0 0;
        padding-left: 80px; } }
    .container--blocks .info h3 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.49px;
      font-weight: 400; }
    .container--blocks .info p {
      margin: 5px 0 0;
      font-size: 16px;
      line-height: 22px;
      font-weight: 300; }
      @media only screen and (max-width: 1024px) {
        .container--blocks .info p {
          text-align: left; }
          .container--blocks .info p br {
            display: none; } }
    .container--blocks .info img {
      width: 92px;
      height: 173px;
      -webkit-box-shadow: none;
      box-shadow: none;
      float: left;
      position: absolute;
      left: 0;
      top: -35px;
      pointer-events: none; }
      @media only screen and (max-width: 640px) {
        .container--blocks .info img {
          left: -25px; } }

.inner {
  position: relative;
  max-width: 1361px;
  padding: 0 70px; }
  @media only screen and (max-width: 1024px) {
    .inner {
      padding: 0 10px; } }

.testimonials {
  margin: 167px auto 0;
  padding: 0;
  background: #ECEFF1; }
  @media only screen and (max-width: 1024px) {
    .testimonials {
      padding-bottom: 230px; } }
  @media only screen and (max-width: 640px) {
    .testimonials {
      margin-top: 40px; } }
  .testimonials img {
    position: relative;
    margin: -167px 0 0; }
    @media only screen and (max-width: 1024px) {
      .testimonials img {
        width: 100%;
        height: auto;
        margin-top: -33%; } }
  .testimonials__author {
    margin: 80px 0 0; }
    .testimonials__author h4 {
      font-weight: 400;
      color: #151E25;
      line-height: 30px;
      letter-spacing: 0.49px;
      font-size: 20px;
      margin: 0; }
    .testimonials__author p {
      margin: 0;
      font-weight: 300;
      color: #151E25;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.49px; }
    .testimonials__author a {
      margin: 42px 0 0; }
  .testimonials__content {
    margin: 80px 0 0;
    font-weight: 300;
    font-size: 16px;
    color: #151E25;
    letter-spacing: 0.37px;
    line-height: 22px;
    max-width: 290px; }
    @media only screen and (max-width: 1024px) {
      .testimonials__content {
        margin: 20px auto;
        padding: 0 30px;
        text-align: center;
        position: relative;
        max-width: 100%; } }
    .testimonials__content span {
      font-weight: 400;
      font-size: 28px;
      position: absolute;
      margin: 5px 0 0 5px;
      color: #151E25;
      letter-spacing: 0.67px;
      line-height: 30px; }
      .testimonials__content span:first-of-type {
        font-size: 38px;
        position: relative;
        margin: 2px 0 0 0;
        top: 10px; }
  @media only screen and (max-width: 1024px) {
    .testimonials .row__col--lg-5,
    .testimonials .row__col--lg-3 {
      width: 50%; }
    .testimonials .row__col--lg-4 {
      width: 100%;
      margin: 0; } }

.info-blocks {
  position: relative;
  z-index: 999;
  max-width: 1140px;
  margin: -390px auto 0;
  padding: 0 20px; }
  @media only screen and (max-width: 1024px) {
    .info-blocks {
      margin-top: -200px; } }
  .info-blocks img {
    width: 100%;
    height: 100%;
    display: block; }
  .info-blocks__reseller, .info-blocks__get {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 2, 0, 0.3);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: white;
    padding: 70px 20px;
    margin-bottom: 30px; }
  .info-blocks__content {
    text-align: center; }
    .info-blocks__content h2 {
      color: #FFFFFF;
      letter-spacing: 0; }
    .info-blocks__content h3 {
      font-weight: 400;
      margin: 22px 0 0;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0.32px;
      line-height: 26px; }
    .info-blocks__content p {
      font-weight: 300;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.36px;
      line-height: 22px;
      margin: 10px 0 18px; }
    .info-blocks__content--dark h2 {
      color: #A0A19E; }
    .info-blocks__content--dark h3 {
      color: #151E25; }
    .info-blocks__content--dark p {
      color: #151E25; }

.select {
  border: 1px solid rgba(21, 30, 37, 0.3);
  min-height: 34px;
  border-radius: 58px;
  width: 210px;
  margin: 20px auto;
  background: url("../assets/media/arrow.svg") no-repeat right -10px; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.43px;
    line-height: 22px;
    text-align: left;
    width: 100%;
    padding: 7px 18px 5px; }

.get-app {
  position: relative;
  margin-bottom: -160px;
  top: -200px; }
  @media only screen and (max-width: 1280px) {
    .get-app {
      margin-bottom: -36px; } }
  .get-app img {
    width: 100%;
    height: auto; }
  .get-app__content {
    margin: auto;
    position: absolute;
    top: 40%;
    width: 100%;
    right: 0;
    left: 0;
    padding: 0 0 0 100px; }
    @media only screen and (max-width: 1024px) {
      .get-app__content {
        top: auto;
        bottom: 30px;
        padding: 30px;
        text-align: center; } }
    .get-app__content h2 {
      color: #FFFFFF;
      margin: 0 0 36px; }
  .get-app__store {
    height: 40px;
    width: 130px;
    display: inline-block;
    margin: 0 15px 0 0; }
    @media only screen and (max-width: 640px) {
      .get-app__store {
        margin: 0 10px 0 0; } }
    .get-app__store span {
      display: none; }
    .get-app__store--google {
      background: url("../assets/media/google-play.png") no-repeat;
      background-size: 100% auto; }
    .get-app__store--apple {
      background: url("../assets/media/app-store.png") no-repeat;
      background-size: 100% auto; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 120px 0 0; }
  @media only screen and (max-width: 1024px) {
    .social {
      margin: 65px 0 0; } }
  .social__item {
    display: inline-block;
    text-align: center;
    margin: 0 18px; }
  .social__link {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #151E25;
    display: block;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .social__link:hover {
      background: #FF7917; }
    .social__link span {
      display: none; }
    .social__link--facebook:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'stigo';
      font-size: 16px;
      font-size: 1rem;
      color: #fff; }
    .social__link--twitter:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'stigo';
      font-size: 16px;
      font-size: 1rem;
      color: #fff; }
    .social__link--instagram:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'stigo';
      font-size: 16px;
      font-size: 1rem;
      color: #fff; }
    .social__link--youtube:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'stigo';
      font-size: 16px;
      font-size: 1rem;
      color: #fff; }

.green {
  padding: 20px 20px 390px 20px;
  max-width: 1180px;
  margin: 0 auto 125px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .green {
      padding-bottom: 110px; }
      .green + .info-blocks {
        margin-top: 0; } }
  .green .container {
    background: #77B15A; }
  .green .row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .green .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .green .row__col--lg-6 {
          width: 100%; } }
  .green img {
    float: left;
    width: 100%;
    height: auto; }
  .green__content {
    max-width: 400px;
    margin: auto;
    padding: 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .green__content h2 {
      margin: 20px 0 25px;
      color: #F3ECE6;
      letter-spacing: 1.25px; }
    .green__content p {
      margin: 0 0 25px;
      color: #FFFFFF;
      letter-spacing: 0.56px; }
  .green__info {
    max-width: 410px;
    padding: 0 0 0 110px;
    margin: 40px auto 0;
    text-align: left;
    background: url("../assets/media/earth-light.svg") no-repeat 0 50%;
    font-size: 20px; }
    @media only screen and (max-width: 640px) {
      .green__info {
        padding: 20px 20px 20px 110px;
        margin: 0;
        background-position: 20px 50%;
        font-size: 16px; } }
    .green__info p {
      color: #FFFFFF;
      letter-spacing: 0.7px; }

.models {
  text-align: center;
  padding: 0 20px 152px 20px; }
  @media only screen and (max-width: 640px) {
    .models {
      padding-bottom: 60px; } }
  .models h2 {
    color: #A0A19E;
    margin: 150px 0 0; }
    @media only screen and (max-width: 640px) {
      .models h2 {
        margin-top: 20px; } }
    .models h2 strong {
      font-weight: 300;
      color: #FF7917; }
  .models p {
    margin: 42px 0 0;
    color: #151E25;
    letter-spacing: 0.62px; }
    .models p span {
      font-size: 16px; }
  .models__spec {
    max-width: 830px;
    margin: 72px auto 90px;
    font-weight: 300;
    font-size: 16px;
    color: #151E25;
    letter-spacing: 0.77px;
    line-height: 32px; }
    @media only screen and (max-width: 640px) {
      .models__spec {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 1024px) {
      .models__spec .row {
        margin: 20px 0; } }
    .models__spec .row.heading .row__col {
      font-weight: 400;
      font-size: 20px;
      color: #151E25;
      letter-spacing: 0.96px;
      margin-bottom: 20px; }
      .models__spec .row.heading .row__col.light {
        color: #FF7917; }
    @media only screen and (max-width: 1024px) {
      .models__spec .row.same .row__col--lg-4 {
        width: 100%; } }
    .models__spec .row .light {
      color: #FF7917; }
    .models__spec .row__col {
      font-weight: 300; }
      @media only screen and (max-width: 1024px) {
        .models__spec .row__col {
          text-align: center; } }
      .models__spec .row__col:first-child {
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        color: #151E25;
        letter-spacing: 0.77px;
        line-height: 32px; }
        @media only screen and (max-width: 1024px) {
          .models__spec .row__col:first-child {
            width: 100%;
            text-align: center; } }
      @media only screen and (max-width: 1024px) {
        .models__spec .row__col--lg-4 {
          width: 50%; }
          .models__spec .row__col--lg-4:last-child {
            display: none; }
          .models__spec .row__col--lg-4.light {
            display: block; } }
    .models__spec .row:not(.heading):hover {
      background: #f1f1f1; }

.save-time {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat; }
  .save-time .background {
    height: 1400px; }
  .save-time img {
    width: 100%;
    height: auto; }
  .save-time__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 640px) {
      .save-time__content {
        padding: 0 5px; } }
    .save-time__content h2 {
      margin: 133px 0 0;
      color: #000000; }
      @media only screen and (max-width: 640px) {
        .save-time__content h2 {
          margin-top: 60px; } }
    .save-time__content p {
      margin: 30px 0 0;
      color: #000000;
      letter-spacing: 0.62px; }
  .save-time__bottom p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.49px;
    line-height: 22px; }
    @media only screen and (max-width: 640px) {
      .save-time__bottom p {
        font-size: 14px; } }
  .save-time__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0 60px; }
    @media only screen and (max-width: 640px) {
      .save-time__details {
        margin-top: 15px;
        margin-bottom: 50px; } }
    .save-time__details p {
      margin: 0;
      font-weight: 300;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.77px;
      line-height: 20px; }
      .save-time__details p strong {
        font-weight: 400;
        line-height: 24px;
        font-size: 20px;
        letter-spacing: 0.38px; }
    .save-time__details img {
      width: auto;
      margin: 0 40px; }
      @media only screen and (max-width: 640px) {
        .save-time__details img {
          margin: 0 30px; } }
    .save-time__details .left {
      text-align: right;
      width: 40%; }
    .save-time__details .right {
      text-align: left;
      width: 40%; }

.trip {
  margin: auto;
  max-width: 427px;
  text-align: left;
  margin: 75px auto 0; }
  @media only screen and (max-width: 640px) {
    .trip {
      margin-top: 30px; } }
  .trip hr {
    background: rgba(160, 161, 158, 0.2);
    border: none;
    height: 1px;
    margin: 22px 0; }
  .trip__heading {
    background: rgba(255, 255, 255, 0.7);
    padding: 24px 10px;
    text-align: center; }
    .trip__heading h3 {
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      color: #000000;
      letter-spacing: 0.77px;
      line-height: 26px; }
      .trip__heading h3:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'stigo';
        font-size: 20px;
        font-size: 1.25rem;
        float: left;
        margin: -2px 10px 0;
        color: #FF7917; }
  .trip__content {
    background: white;
    padding: 20px 15px; }
    .trip__content p {
      margin: 0;
      font-weight: 300;
      font-size: 16px;
      color: #000000;
      letter-spacing: 0.57px;
      line-height: 12px; }
      .trip__content p span {
        display: block;
        margin: 7px 0 0;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0.67px;
        line-height: 16px; }
  .trip__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .trip__row--stigo p span {
      color: #FF7917; }
    .trip__row--stigo .trip__duration progress::-webkit-progress-value {
      background: #FF7917; }
  .trip__description {
    width: 116px;
    text-align: right;
    margin: 0 20px 0 0; }
  .trip__duration {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px 0 0; }
    .trip__duration progress {
      background-color: #fff;
      width: 100%;
      height: 3px;
      float: left; }
      .trip__duration progress::-webkit-progress-bar {
        background: transparent; }
      .trip__duration progress::-webkit-progress-value {
        background: #A0A19E; }
      .trip__duration progress::-moz-progress-bar {
        background: transparent; }

.technology {
  text-align: center;
  max-width: 915px;
  margin: auto;
  padding: 122px 20px 150px; }
  @media only screen and (max-width: 640px) {
    .technology {
      padding: 40px 20px; } }
  .technology h2 {
    margin: 0;
    color: #A0A19E;
    margin-bottom: 40px;
    line-height: 46px; }
  .technology p {
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.62px;
    line-height: 26px; }
    @media only screen and (max-width: 640px) {
      .technology p {
        font-size: 16px;
        line-height: 22px; } }
  .technology__overview {
    margin: 25px 0 0; }
  .technology__item {
    margin: 75px 0 0;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      .technology__item {
        margin: 10px 0; } }
    .technology__item img {
      display: inline-block;
      vertical-align: middle;
      width: 33%;
      max-width: 135px;
      height: auto; }
      @media only screen and (max-width: 640px) {
        .technology__item img {
          width: 30%; } }
    .technology__item p {
      font-weight: 300;
      font-size: 16px;
      color: #151E25;
      letter-spacing: 0.49px;
      line-height: 22px;
      padding-left: 50px;
      display: inline-block;
      vertical-align: middle;
      width: 65%; }
      @media only screen and (max-width: 640px) {
        .technology__item p {
          font-size: 14px;
          line-height: 20px;
          padding-left: 25px; } }

.benefits {
  width: 100%;
  display: inline-block; }
  .benefits img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: -1px; }
  .benefits__item {
    padding: 0 22px;
    margin: 0 0 80px;
    width: 23%;
    display: inline-block;
    vertical-align: top; }
    .benefits__item h3 {
      font-weight: 400;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0.77px; }
      @media only screen and (max-width: 640px) {
        .benefits__item h3 {
          font-size: 16px; } }
    .benefits__item p {
      margin: 20px 0 0;
      color: #FFFFFF;
      letter-spacing: 0.77px; }
      @media only screen and (max-width: 640px) {
        .benefits__item p {
          font-size: 14px; } }
    @media only screen and (max-width: 640px) {
      .benefits__item {
        width: 49%;
        margin: 40px 0 0;
        padding: 0 10px; } }
  .benefits__content {
    text-align: center;
    max-width: 1024px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 10px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .benefits__content h2 {
      margin: 184px 0 0;
      color: #FFFFFF; }
      .benefits__content h2 strong {
        font-weight: 400; }
      @media only screen and (max-width: 640px) {
        .benefits__content h2 {
          margin-top: -60px; } }
    @media only screen and (max-width: 640px) {
      .benefits__content {
        position: relative;
        background: #282828;
        padding-bottom: 40px; } }

.info-banner {
  margin: 0 auto -369px;
  position: relative;
  top: -266px;
  position: relative;
  z-index: 999;
  background: white;
  max-width: 940px;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 2, 0, 0.07);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07); }
  @media only screen and (max-width: 1024px) {
    .info-banner {
      margin-left: 20px;
      margin-right: 20px;
      top: -310px; } }
  .info-banner img {
    float: left;
    width: 100%;
    height: auto; }
  .info-banner .row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      .info-banner .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .info-banner .row .row__col--lg-6 {
          width: 100%; } }
  .info-banner__content {
    padding: 20px 75px; }
    @media only screen and (max-width: 640px) {
      .info-banner__content {
        padding: 30px 20px;
        text-align: center; } }
    .info-banner__content h2 {
      margin: 0;
      font-size: 20px;
      color: #151E25;
      letter-spacing: 0.62px; }
    .info-banner__content p {
      margin: 30px 0 0;
      font-weight: 300;
      font-size: 16px;
      color: #151E25;
      letter-spacing: 0.62px;
      line-height: 22px; }

.support .intro__overview {
  display: block; }

.support .intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto 200px; }
  @media only screen and (max-width: 1024px) {
    .support .intro__content {
      display: block;
      margin: 0; }
      .support .intro__content .anchor-nav {
        margin-left: 0; } }

@media only screen and (max-width: 1024px) {
  .support .accordion {
    padding: 0; } }

.anchor-nav {
  margin: 50px 0 0 50px; }
  .anchor-nav li a {
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 50px;
    text-decoration: none; }
    .anchor-nav li a:hover {
      color: #FF7917; }

.folding {
  max-width: 940px;
  margin: auto;
  text-align: center;
  padding: 0 20px; }
  .folding h2 {
    margin: 90px 0 0; }
  .folding p {
    letter-spacing: 0.49px; }
  .folding__video {
    margin: 50px 0 0;
    position: relative; }
    .folding__video a {
      position: relative;
      text-decoration: none;
      float: left; }
      .folding__video a > img {
        width: 100%;
        height: auto;
        float: left;
        -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24); }
  .folding__play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .folding__play img {
      width: auto; }
    .folding__play span {
      margin: 90px 0 0;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.36px;
      line-height: 26px;
      position: absolute;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
      @media only screen and (max-width: 1024px) {
        .folding__play span {
          display: none; } }

.charge {
  background: #ECEFF1;
  top: -130px;
  position: relative;
  z-index: -1;
  text-align: center;
  padding: 130px 20px 300px;
  margin: 0 0 -130px; }
  .charge h2 {
    margin: 90px 0 0; }
  .charge p {
    letter-spacing: 0.49px; }
  .charge img {
    max-width: 940px;
    width: 100%;
    height: auto;
    margin: 55px 0 0;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24); }

.mobile-app {
  text-align: center;
  max-width: 1140px;
  top: -170px;
  margin: 0 auto -170px;
  position: relative;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24); }
  .mobile-app img {
    float: left;
    width: 100%;
    height: auto; }
  .mobile-app .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      .mobile-app .container {
        position: relative;
        float: left; } }
    .mobile-app .container .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
  .mobile-app__content {
    padding: 0 70px;
    background: rgba(46, 84, 129, 0.9);
    height: 100%;
    text-align: center;
    float: left;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .mobile-app__content {
        background: #2e5481;
        padding: 0 10px 50px; } }
    .mobile-app__content h2 {
      color: #FFFFFF;
      letter-spacing: 1.25px;
      margin: 100px 0 0; }
      @media only screen and (max-width: 1024px) {
        .mobile-app__content h2 {
          margin-top: 30px; } }
    .mobile-app__content h3 {
      font-weight: 300;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0.7px;
      line-height: 26px;
      margin: 84px 0 36px; }
      @media only screen and (max-width: 1024px) {
        .mobile-app__content h3 {
          margin-top: 30px; } }
    .mobile-app__content p {
      color: #FFFFFF;
      letter-spacing: 0.56px;
      margin: 20px 0 0; }
    .mobile-app__content hr {
      margin: 71px 0 48px;
      border: none;
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }

.accordion {
  margin: 91px 0 0;
  width: 100%;
  position: relative;
  z-index: 3; }
  @media only screen and (max-width: 1024px) {
    .accordion {
      padding: 0 20px; } }
  .accordion__content {
    background: #ECEFF1;
    text-align: center;
    float: left;
    width: 100%;
    padding: 100px 0 120px; }
    @media only screen and (max-width: 1024px) {
      .accordion__content {
        padding: 20px 0; } }
    .accordion__content h2 {
      color: #333333;
      padding: 0 20px; }
    .accordion__content strong {
      font-weight: 400; }
    .accordion__content.inner {
      float: none;
      max-width: 1140px;
      margin: auto; }
  .accordion__list {
    max-width: 940px;
    margin: 33px auto;
    text-align: left; }
    @media only screen and (max-width: 1024px) {
      .accordion__list {
        padding: 0 20px; } }
  .accordion__item {
    float: left;
    width: 100%;
    margin: 0 0 5px 0; }
    .accordion__item--is-active div {
      background: white; }
  .accordion__question {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    font-size: 20px;
    color: #151E25;
    letter-spacing: 0.62px;
    line-height: 26px;
    padding: 14px 20px 10px;
    cursor: pointer; }
    .accordion__question:hover {
      background: white; }
  .accordion__answer {
    display: none;
    width: 100%;
    float: left;
    padding: 0 20px 30px;
    overflow: hidden; }
    .accordion__answer p {
      font-weight: 300;
      font-size: 16px;
      color: #151E25;
      letter-spacing: 0.49px;
      line-height: 22px;
      margin: 17px 0 0; }
  .accordion--locations {
    margin: -140px 0 275px; }
    @media only screen and (max-width: 1024px) {
      .accordion--locations {
        margin-bottom: 250px; } }
    .accordion--locations .accordion__content {
      padding: 80px 0;
      -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24); }
      @media only screen and (max-width: 1024px) {
        .accordion--locations .accordion__content {
          padding: 20px 0; } }
    .accordion--locations .accordion__list {
      margin: auto; }

.accessories {
  margin: 116px 0 0;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .accessories {
      padding: 0 10px;
      margin-top: 70px; } }
  .accessories__content {
    max-width: 950px;
    text-align: center;
    margin: auto; }
    .accessories__content h2 {
      color: #A0A19E;
      letter-spacing: 1.25px; }
    .accessories__content p {
      margin: 32px 0 0;
      color: #333333;
      letter-spacing: 0.56px; }
  .accessories__items {
    max-width: 950px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 1024px) {
      .accessories__items {
        overflow: hidden; } }
    .accessories__items img {
      width: 100%;
      height: auto;
      padding: 5px 7px; }

.user-manual {
  width: 100%;
  float: left;
  margin: 110px auto;
  padding: 0 20px; }
  .user-manual__content {
    text-align: center;
    max-width: 400px;
    margin: auto; }
    .user-manual__content h2 {
      color: #333333; }
    .user-manual__content p {
      margin: 10px 0 25px;
      color: #151E25;
      letter-spacing: 0.62px; }

.warranty {
  width: 100%;
  margin: 120px auto;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 685px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .warranty {
      padding: 0 20px 100px;
      min-height: 670px; } }
  .warranty__content {
    max-width: 570px;
    margin: 290px auto 0;
    position: relative;
    text-align: center; }
    .warranty__content h2 {
      color: #333333;
      margin-bottom: 30px; }
    .warranty__content p {
      color: #151E25;
      letter-spacing: 0.49px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        .warranty__content p {
          font-size: 14px; } }

.home .intro__overview:after {
  content: "";
  display: block;
  width: 50%;
  background: -moz-linear-gradient(left, #313229 0%, rgba(39, 39, 30, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #313229 0%, rgba(39, 39, 30, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#313229), to(rgba(39, 39, 30, 0)));
  background: -o-linear-gradient(left, #313229 0%, rgba(39, 39, 30, 0) 100%);
  background: linear-gradient(to right, #313229 0%, rgba(39, 39, 30, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313229', endColorstr='#0027271e',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }
  @media only screen and (max-width: 1024px) {
    .home .intro__overview:after {
      display: none; } }

.where-to-buy .footer {
  margin-top: 0; }

.where-to-buy .intro__content {
  text-align: center;
  padding: 0; }

.stories .intro__overview .intro__content {
  z-index: 999;
  padding: 0 675px 0 100px; }
  @media only screen and (max-width: 1024px) {
    .stories .intro__overview .intro__content {
      padding: 0 10px;
      text-align: center; }
      .stories .intro__overview .intro__content h1 br {
        display: none; } }

.stories .intro__overview:after {
  content: "";
  display: block;
  width: 50%;
  background: rgba(61, 53, 49, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }
  @media only screen and (max-width: 1024px) {
    .stories .intro__overview:after {
      display: none; } }

.stories .container--blocks {
  top: -60px;
  margin: 0 auto -60px; }
  @media only screen and (max-width: 640px) {
    .stories .container--blocks {
      text-align: left;
      top: -100px;
      margin-bottom: -200px; } }
  .stories .container--blocks h2 {
    color: #A0A19E;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 1024px) {
      .stories .container--blocks h2 {
        text-align: left;
        padding: 0; } }
  .stories .container--blocks p {
    color: #333333;
    letter-spacing: 0;
    margin: 25px 0 0;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 1024px) {
      .stories .container--blocks p {
        text-align: left;
        padding: 0; } }
    .stories .container--blocks p strong {
      font-weight: 400; }
  .stories .container--blocks blockquote p {
    font-weight: 300;
    font-size: 16px;
    color: #151E25;
    letter-spacing: 0.49px;
    line-height: 22px;
    position: relative; }
    .stories .container--blocks blockquote p:before {
      content: '“';
      font-weight: 400;
      position: absolute;
      color: #151E25;
      letter-spacing: 0.67px;
      line-height: 30px;
      font-size: 38px;
      left: 0;
      margin: 2px 0 0 0; }
      @media only screen and (max-width: 1024px) {
        .stories .container--blocks blockquote p:before {
          margin: -15px 0 0; } }
    .stories .container--blocks blockquote p:after {
      content: '”';
      font-weight: 400;
      position: absolute;
      color: #151E25;
      letter-spacing: 0.67px;
      line-height: 30px;
      font-size: 28px;
      margin: 5px 0 0 5px; }
  .stories .container--blocks .row {
    margin: 45px 0 0; }
    .stories .container--blocks .row img {
      width: 100%;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      @media only screen and (max-width: 1024px) {
        .stories .container--blocks .row img {
          max-width: 100%; } }
  .stories .container--blocks .img-right img {
    float: right; }
  .stories .container--blocks .full-img {
    margin: 100px 0 0; }
    @media only screen and (max-width: 1024px) {
      .stories .container--blocks .full-img {
        margin: 0; } }
    .stories .container--blocks .full-img img {
      width: 100%;
      max-width: 100%; }
  .stories .container--blocks .full-content {
    float: left;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 80px; }
    @media only screen and (max-width: 1024px) {
      .stories .container--blocks .full-content {
        margin: 0; } }
    @media only screen and (max-width: 1024px) {
      .stories .container--blocks .full-content {
        padding: 0; } }
    .stories .container--blocks .full-content h2 {
      margin: 45px 0 0; }

.awards {
  margin: 140px 0 165px; }
  .awards img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 1024px) {
    .awards .mobile-only img {
      margin-left: -392px;
      left: 50%;
      position: relative;
      width: auto; } }
  .awards__featured {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    padding: 0 0 100px; }
    .awards__featured h2 {
      color: #FFFFFF;
      margin: 0 0 30px; }
    .awards__featured h4 {
      font-size: 16px;
      color: #A0A19E;
      letter-spacing: 0.49px;
      line-height: 13px;
      font-weight: 300;
      margin: 100px 0 0; }
    .awards__featured img {
      width: auto;
      margin: 0 10px; }
    .awards__featured ul {
      max-width: 675px;
      text-align: center;
      margin: 35px auto 0; }
      @media only screen and (max-width: 1024px) {
        .awards__featured ul {
          padding: 0 10px;
          display: block; } }
      .awards__featured ul li {
        text-align: left;
        display: inline-block;
        color: white;
        text-decoration: none; }
        .awards__featured ul li img {
          max-width: 100px;
          height: auto;
          display: block;
          margin: 0; }
        .awards__featured ul li a {
          color: white;
          text-decoration: none;
          font-size: 30px;
          display: block; }

.reseller .footer {
  margin-top: 0; }

@media only screen and (max-width: 1024px) {
  .reseller .intro__background img {
    padding: 430px 0 157px; } }

.reseller .intro__content {
  padding: 0 75px 500px 112px; }
  @media only screen and (max-width: 1024px) {
    .reseller .intro__content {
      padding: 0;
      text-align: center; } }
  .reseller .intro__content h1 {
    margin-bottom: 40px; }
  .reseller .intro__content .btn {
    margin-top: 50px; }

.reseller .ui-widget-content {
  background: #fff !important; }

.reseller .ui-menu .ui-menu-item {
  padding: 0 10px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #151E25 !important;
  letter-spacing: 0.66px !important;
  line-height: 42px !important; }

.reseller .ui-state-focus {
  border: none !important;
  background: none !important;
  font-weight: 400 !important;
  color: #000 !important; }

.reseller .reseller-wrap {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07); }

.reseller .reseller-form {
  background: url("../assets/media/reseller-2.jpg") no-repeat 50% 50%;
  z-index: 3;
  position: relative;
  top: -175px;
  margin: 0; }
  @media only screen and (max-width: 1024px) {
    .reseller .reseller-form {
      padding: 0 20px;
      margin: 0 0 100px; } }
  .reseller .reseller-form h2 {
    text-align: center;
    color: #151E25;
    margin: 60px 0 0; }
  .reseller .reseller-form .btn-wrap {
    text-align: center;
    margin: 33px auto 0; }
  .reseller .reseller-form .ajax-loader {
    display: none !important; }
  .reseller .reseller-form br {
    display: none; }
  .reseller .reseller-form .container {
    max-width: 1080px;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.24); }
  .reseller .reseller-form .row {
    margin: 0 !important; }
  .reseller .reseller-form .row__col {
    padding-left: 15px;
    padding-right: 15px; }
  .reseller .reseller-form .light {
    background: white;
    padding: 0 0 60px; }
  .reseller .reseller-form .dark {
    background: #ECEFF1;
    padding: 0 0 60px; }
  .reseller .reseller-form .inner {
    max-width: 870px;
    margin: auto;
    padding: 0; }
  .reseller .reseller-form label {
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    color: #151E25;
    letter-spacing: 0.62px;
    line-height: 26px;
    margin: 54px 0 0; }
    @media only screen and (max-width: 1024px) {
      .reseller .reseller-form label {
        font-size: 18px;
        line-height: 26px; } }
  .reseller .reseller-form input:not([type=submit]) {
    text-align: left;
    display: block;
    width: 100%;
    background: none;
    font-weight: 400;
    font-size: 16px;
    color: #151E25;
    letter-spacing: 0.66px;
    line-height: 42px;
    border: none;
    border-bottom: 1px solid rgba(21, 30, 37, 0.5);
    padding: 0 0 2px; }
    .reseller .reseller-form input:not([type=submit]):focus {
      border-bottom: 2px solid #FF7917;
      padding: 0 0 1px; }
    @media only screen and (max-width: 1024px) {
      .reseller .reseller-form input:not([type=submit]) {
        font-size: 14px;
        line-height: 42px; } }

#termsandconditions {
  background-color: #fff;
  padding: 5%;
  font-size: 16px;
  overflow: auto; }
  #termsandconditions h1 {
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px; }
  #termsandconditions h3 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block; }
  #termsandconditions ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 50px; }

.lity {
  background: rgba(0, 0, 0, 0.8) !important; }
  .lity-container {
    max-width: 100% !important;
    width: 980px !important; }
  .lity-close {
    position: absolute !important;
    font-size: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
    border-radius: 0 !important;
    width: 50px !important;
    height: 32px !important;
    text-shadow: none !important;
    color: #000 !important; }
    .lity-close:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'stigo';
      font-size: 16px;
      font-size: 1rem;
      color: #000; }
  .lity-hide {
    display: none; }