@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,500,500i");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 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 {
  content: '';
  content: none; }

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

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

html {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  font-family: "Montserrat", sans-serif; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.site-layout {
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left; }

.container-larger {
  max-width: 1260px; }

.container-full {
  max-width: 100%; }

@media (min-width: 660px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
.site-hero {
  background: transparent url(../images/Hero_Mobile@2x.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 200%;
  position: relative;
  margin-bottom: 24vw; }
  .site-hero .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.brand {
  width: 100px;
  position: relative;
  margin: 20px auto; }

.brand-logo {
  display: block;
  text-decoration: none; }
  .brand-logo img {
    max-width: 100%;
    display: block; }

.app-link {
  position: absolute;
  left: 50%;
  bottom: 22vw;
  transform: translateX(-50%);
  z-index: 3; }
  .app-link a {
    display: block; }
  .app-link img {
    width: 148px;
    display: block; }
  .app-link .title {
    display: none; }

.brands-slider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -20vw;
  position: absolute;
  left: 0;
  width: 100%;
  background: transparent url(../images/mask.svg) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
  padding-top: 14vw; }
  .brands-slider .slick-track {
    display: flex;
    align-items: center;
    background: white; }
    .brands-slider .slick-track .slick-slide {
      flex: 0 0 200px; }

.brand-slide {
  padding: 0;
  opacity: 0;
  transition: opacity 0.33s; }
  .slick-initialized .brand-slide {
    opacity: 1; }
  .brand-slide img {
    display: block;
    max-width: 100%;
    width: 70%; }

.page .site-hero {
  margin-bottom: 20px; }

.page-title {
  font-family: "SummerLovingSolid-Regular";
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px; }

.new-apps {
  width: 134px;
  position: absolute;
  top: 20%;
  right: 10px; }
  .new-apps img {
    display: block;
    max-width: 100%; }

@media (min-width: 460px) {
  .new-apps {
    width: 154px;
    top: 15%;
    right: 10px; } }
@media (min-width: 560px) {
  .site-header {
    background: transparent url(../images/hero@2x.png) no-repeat center top;
    background-size: 100% auto;
    z-index: 2; }

  .site-hero {
    background: none;
    padding-top: 67%;
    margin-bottom: 40px; }
    .site-hero .container {
      padding-top: 30px;
      display: flex;
      justify-content: space-between; }

  .brand {
    width: 100px;
    position: relative;
    margin: 0; }

  .app-link {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none; }
    .app-link .title {
      display: block; }

  .brands-slider {
    background: none;
    margin-top: -8vw;
    z-index: 1;
    padding-top: 0; }

  .brand-slide {
    padding: 0; }
    .brand-slide img {
      width: 50%; }

  .site-hero-limited {
    background: #e2e2e2; }
    .site-hero-limited .site-hero {
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto;
      height: 400px;
      padding-top: 0; }
    .site-hero-limited .site-header {
      background: transparent url(../images/hero@2x.jpg) no-repeat center top;
      background-size: cover; }

  .new-apps {
    width: 154px;
    top: auto;
    bottom: 30px;
    right: 10px; } }
@media (min-width: 660px) {
  .brand {
    width: 120px; }

  .brands-slider {
    margin-top: -6vw; }
    .brands-slider:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      bottom: 0;
      right: 0;
      background: white;
      display: block;
      width: 16%; }

  .brand-slide {
    padding: 0 30px; }
    .brand-slide img {
      width: 100%; } }
@media (min-width: 760px) {
  .new-apps {
    width: 174px;
    bottom: 30px;
    right: 20px; } }
@media (min-width: 860px) {
  .brands-slider {
    margin-top: -6.6vw; }

  .brand-slide {
    padding: 0 20px; } }
@media (min-width: 960px) {
  .brands-slider {
    margin-top: -7vw; }

  .brand {
    width: 140px; }

  .site-hero-limited .site-hero {
    height: 500px;
    padding-top: 0; }

  .page-title {
    font-size: 70px; } }
@media (min-width: 1160px) {
  .brand {
    width: 165px; }

  .site-hero .container {
    padding-top: 50px; }

  .site-hero-limited .site-hero {
    height: 600px;
    padding-top: 0; }
  .site-hero-limited .site-header {
    background-size: 1380px auto; }

  .new-apps {
    bottom: 70px;
    right: 8%; } }
@media (min-width: 1260px) {
  .brands-slider {
    margin-top: -7vw; }

  .brand-slide {
    padding: 0 30px; } }
@media (min-width: 1560px) {
  .site-hero-limited .site-hero {
    height: 600px;
    padding-top: 0; }
  .site-hero-limited .site-header {
    background-size: cover auto; } }
@media (min-width: 1260px) {
  .brands-slider {
    margin-top: -6vw; } }
.site-footer {
  background: black;
  color: white;
  padding: 40px 0;
  text-align: center; }
  .site-footer .container {
    text-align: center; }
  .site-footer a {
    transition: 0.33s;
    color: white; }
    .site-footer a:hover {
      opacity: 0.7; }

.widget {
  margin-bottom: 30px; }

.widget-social li {
  display: inline-block; }
.widget-social a {
  display: inline-block;
  font-size: 30px;
  padding: 0 20px;
  transition: 0.33s; }
  .widget-social a:hover {
    opacity: 0.7; }

.widget-download img {
  border-radius: 5px;
  margin: auto;
  display: block;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7); }

.copy {
  padding: 30px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }
  .copy a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    .copy a:hover {
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none; }
  .copy p {
    margin-bottom: 20px; }

@media (min-width: 425px) {
  .copy {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .copy a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none; }
      .copy a:hover {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
    .copy p {
      margin-bottom: 0; } }
@media (min-width: 560px) {
  .widget-group {
    display: flex;
    justify-content: space-between; }
    .widget-group .widget,
    .widget-group .widget-title {
      text-align: left; }
    .widget-group .widget-title {
      margin-bottom: 20px; }

  .widget-social {
    flex: 0 0 200px; }
    .widget-social ul {
      position: relative;
      margin-left: -20px; } }
@media (min-width: 960px) {
  .site-footer {
    padding: 60px 0; }

  .widget-group .widget-title {
    margin-bottom: 34px; } }
.title {
  font-family: "SummerLovingSolid-Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin: 0 0 10px; }

.title-large {
  font-size: 60px;
  line-height: 0.8;
  margin-bottom: 30px; }

.text {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4; }
  .text a {
    color: black;
    transition: 0.33s;
    text-decoration: underline; }
    .text a:hover {
      text-decoration: none; }
  .text strong,
  .text b {
    font-weight: 500; }
  .text p, .text ul, .text ol {
    margin: 0; }
    .text p + p, .text p + h1, .text p + h2, .text p + h3, .text p + h4, .text p + h5, .text p + h6, .text p + ul, .text p + ol, .text ul + p, .text ul + h1, .text ul + h2, .text ul + h3, .text ul + h4, .text ul + h5, .text ul + h6, .text ul + ul, .text ul + ol, .text ol + p, .text ol + h1, .text ol + h2, .text ol + h3, .text ol + h4, .text ol + h5, .text ol + h6, .text ol + ul, .text ol + ol {
      margin-top: 25px; }
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 110%;
    font-weight: 600; }
    .text h1 + p, .text h1 + h1, .text h1 + h2, .text h1 + h3, .text h1 + h4, .text h1 + h5, .text h1 + h6, .text h2 + p, .text h2 + h1, .text h2 + h2, .text h2 + h3, .text h2 + h4, .text h2 + h5, .text h2 + h6, .text h3 + p, .text h3 + h1, .text h3 + h2, .text h3 + h3, .text h3 + h4, .text h3 + h5, .text h3 + h6, .text h4 + p, .text h4 + h1, .text h4 + h2, .text h4 + h3, .text h4 + h4, .text h4 + h5, .text h4 + h6, .text h5 + p, .text h5 + h1, .text h5 + h2, .text h5 + h3, .text h5 + h4, .text h5 + h5, .text h5 + h6, .text h6 + p, .text h6 + h1, .text h6 + h2, .text h6 + h3, .text h6 + h4, .text h6 + h5, .text h6 + h6 {
      margin-top: 12px; }
  .text ul {
    list-style: disc;
    margin-left: 17px; }

.article {
  padding-bottom: 40px; }

.media-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 80px; }
  .media-group .media-item {
    padding: 20px 10px;
    flex: 0 0 50%;
    text-align: center; }
    .media-group .media-item img {
      display: block;
      max-height: 34px;
      margin: auto; }
  .media-group .media-link {
    display: block; }
  .media-group a.media-link {
    transition: 0.33s; }
    .media-group a.media-link:hover {
      opacity: 0.667; }

@media (min-width: 450px) {
  .media-group .media-item img {
    max-height: 40px; } }
@media (min-width: 560px) {
  .media-group {
    padding-bottom: 80px;
    justify-content: center; }
    .media-group .media-item {
      flex: 0 0 33.33%; } }
@media (min-width: 760px) {
  .media-group {
    padding-bottom: 100px; }
    .media-group .media-item img {
      max-height: 46px; }

  .title {
    font-size: 45px; }

  .title-large {
    font-size: 70px; }

  .text {
    font-size: 20px; }
    .text p + p {
      margin-top: 30px; } }
@media (min-width: 960px) {
  .title-large {
    margin-bottom: 50px; }

  .media-group {
    padding-bottom: 130px;
    margin-left: -40px;
    margin-right: -40px; }
    .media-group .media-item {
      flex: 0;
      padding: 20px 24px; }
      .media-group .media-item img {
        max-height: 52px; } }
@media (min-width: 1800px) {
  .media-group {
    padding-bottom: 180px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 99999; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.5; }

.slick-prev {
  left: 10px;
  background-image: url("../images/arrow-left.svg"); }

.slick-next {
  right: 10px;
  background-image: url("../images/arrow-right.svg"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 1px solid white;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: white; }

.slick-dots li.slick-active button {
  background: white; }

@media (min-width: 800px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 80px; }

  .slick-prev {
    left: 20px; }

  .slick-next {
    right: 20px; }

  .slick-dots li {
    width: 15px;
    height: 15px; }

  .slick-dots li button {
    width: 15px;
    height: 15px; } }
.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: column; }

.column {
  padding: 10px;
  flex: 1; }

@media (min-width: 560px) {
  .row {
    margin-left: -13.3333333333px;
    margin-right: -13.3333333333px;
    flex-direction: row; }

  .column {
    flex: 0 0 50%;
    padding: 13.3333333333px; } }
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 2px 50px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #4C4C4C;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.4px rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.form-group {
  margin-bottom: 20px; }

.form-label {
  display: block;
  padding-bottom: 7.2727272727px; }

[class^="invalid-"] {
  color: #cd0000; }

.feedback {
  display: block;
  padding: 7.2727272727px 0; }

@media (min-width: 560px) {
  .form-group-compact {
    position: relative;
    display: table;
    width: 100%;
    max-width: 620px;
    margin: auto; }
    .form-group-compact .form-group-compact-input {
      display: table-cell;
      vertical-align: top;
      padding-left: 25px; }
    .form-group-compact .form-group-compact-button {
      display: table-cell;
      vertical-align: top;
      position: relative; }
    .form-group-compact .button {
      width: 180px;
      position: relative;
      margin-left: -50px; } }
[type="checkbox"],
[type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
  [type="checkbox"]:focus + label::before,
  [type="radio"]:focus + label::before {
    box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important; }
  [type="checkbox"]:hover + label::before,
  [type="radio"]:hover + label::before {
    border-color: #000; }
  [type="checkbox"]:active + label::before,
  [type="radio"]:active + label::before {
    transition-duration: 0; }
  [type="checkbox"] + label,
  [type="radio"] + label {
    position: relative;
    padding: 6px;
    user-select: none; }
    [type="checkbox"] + label::before,
    [type="radio"] + label::before {
      background-color: #fff;
      border: 1px solid #444;
      box-sizing: content-box;
      content: '';
      color: #444;
      margin-right: 6px;
      top: 50%;
      left: 0;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
    [type="checkbox"] + label::after,
    [type="radio"] + label::after {
      box-sizing: content-box;
      content: '';
      background-color: #444;
      position: absolute;
      top: 50%;
      left: 10px;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      transform: scale(0);
      transform-origin: 50%;
      transition: transform 200ms ease-out; }
  [type="checkbox"][disabled] + label::before,
  [type="radio"][disabled] + label::before {
    animation: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 0.5); }
  [type="checkbox"][disabled]:active + label::before, [type="checkbox"][disabled]:focus + label::before, [type="checkbox"][disabled]:hover + label::before,
  [type="radio"][disabled]:active + label::before,
  [type="radio"][disabled]:focus + label::before,
  [type="radio"][disabled]:hover + label::before {
    border-color: rgba(128, 128, 128, 0.5);
    filter: none;
    transition: none; }

[type="checkbox"] + label::before, [type="checkbox"] + label::after {
  border-radius: 0; }
[type="checkbox"] + label::after {
  background-color: transparent;
  top: 50%;
  left: calc(6px + 1px + 24px/5);
  width: 12px;
  height: 4.8px;
  margin-top: calc(24px / -2 / 2 * 0.8);
  border-style: solid;
  border-color: #444;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  border-image: none;
  transform: rotate(-45deg) scale(0);
  transition: none; }
[type="checkbox"]:checked + label::after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }

[type="radio"] + label::before, [type="radio"] + label::after {
  border-radius: 50%; }
[type="radio"]:checked:active + label::before, [type="radio"]:checked:focus + label::before {
  animation: none;
  filter: none;
  transition: none; }
[type="radio"]:checked + label::before {
  animation: none;
  background-color: #fff; }
[type="radio"]:checked + label::after {
  transform: scale(1); }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #900; } }
select {
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpolygon%20fill%3D%22%234D4D4D%22%20points%3D%228%2C0%2016%2C0%2012%2C4%208%2C8%204%2C4%200%2C0%20%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 1px solid grey;
  border-radius: 0;
  padding: 0.25em 0.4em;
  padding-right: 1.5em; }
  select:focus, select:hover {
    border-color: black;
    outline: none; }
  select:active {
    border-color: #900; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none; }

  select:focus::-ms-value {
    background: transparent;
    color: grey; } }
.button {
  display: block;
  vertical-align: middle;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid black;
  background: black;
  padding: 2px 10px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: white;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none; }
  .button:hover {
    background: #454545; }

a.button {
  display: inline-flex; }

.section-newsletter {
  background: white url(../images/path_small.svg) no-repeat 50% 0;
  background-size: cover;
  padding: 140px 0 40px; }
  .section-newsletter .container {
    text-align: center; }
  .section-newsletter .form-control,
  .section-newsletter .button {
    text-align: center; }
  .section-newsletter .form-group-compact-input {
    margin-bottom: 10px; }

@media (min-width: 560px) {
  .section-newsletter {
    background: white url(../images/path.svg) no-repeat 50% 0;
    background-size: 100% auto; }
    .section-newsletter .form-control {
      text-align: left; } }
@media (min-width: 760px) {
  .section-newsletter {
    padding: 140px 0 60px; } }
@media (min-width: 1160px) {
  .section-newsletter {
    padding: 180px 0 60px; } }
@media (min-width: 2060px) {
  .section-newsletter {
    padding: 240px 0 60px; } }
.section-about {
  padding: 40px 0 20px; }
  .section-about .title {
    margin-bottom: 40px; }

@media (min-width: 560px) {
  .section-about .title {
    text-align: left; } }
@media (min-width: 760px) {
  .section-about {
    padding: 40px 0 20px; } }
@media (min-width: 1160px) {
  .section-about {
    padding: 10px 0 20px; } }
.section-middle {
  background: #f4f4f4;
  background: transparent url(../images/path2_small.svg) no-repeat center bottom;
  background-size: 100% auto; }

.section-gossip {
  background: transparent;
  padding: 40px 0 10px; }

.author-role {
  color: #9b9b9b;
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 3px;
  display: block;
  font-weight: 500; }

.author-photo {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.31); }
  .author-photo img {
    display: block;
    max-width: 100%; }

.quote-slide {
  padding: 5px;
  position: relative; }

.quote {
  height: 100%;
  background: white;
  border-radius: 14px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.09);
  max-width: 256px;
  position: relative;
  padding: 0 26px 20px;
  text-align: center; }
  .quote .author-photo {
    position: relative;
    top: -34px;
    margin-bottom: -34px;
    margin-left: auto;
    margin-right: auto; }
  .quote .author-name {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 11px; }
  .quote blockquote {
    padding: 24px 0;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3; }
    .quote blockquote:after, .quote blockquote:before {
      content: "";
      width: 20px;
      height: 14px;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px 14px; }
    .quote blockquote:before {
      background-image: url(../images/quote-open.svg);
      top: 0;
      left: 0; }
    .quote blockquote:after {
      background-image: url(../images/quote-close.svg);
      bottom: 0;
      right: 0; }

.quote-slider .slick-track {
  display: flex;
  padding: 40px 0; }
  .quote-slider .slick-track .slick-slide {
    height: auto; }

@media (min-width: 450px) {
  .section-gossip {
    padding-bottom: 0; } }
@media (min-width: 560px) {
  .section-gossip .title {
    text-align: left; }

  .section-middle {
    background: transparent url(../images/path2.svg) no-repeat center bottom;
    background-size: 100% auto; }

  .quote .author-name {
    font-size: 12px;
    margin-top: 0; }
  .quote:after, .quote:before {
    content: "";
    width: 20px;
    height: 14px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 14px; }
  .quote:before {
    background-image: url(../images/quote-open.svg);
    top: 20px;
    left: 20px; }
  .quote:after {
    background-image: url(../images/quote-close.svg);
    bottom: 20px;
    right: 20px; }
  .quote blockquote:after, .quote blockquote:before {
    display: none; } }
@media (min-width: 760px) {
  .section-gossip {
    padding: 60px 0 0; }

  .quote-slide {
    padding: 8px; }

  .quote {
    max-width: 342px; }
    .quote .author-name {
      font-size: 12px; }
    .quote blockquote {
      padding: 24px 10px;
      font-size: 16px; } }
@media (min-width: 1160px) {
  .section-gossip {
    padding: 80px 0 20px; }

  .section-middle {
    padding-bottom: 40px; } }
.section-features {
  padding: 40px 0; }

.screen {
  position: relative;
  max-width: 224px;
  margin-left: auto;
  margin-right: auto; }
  .screen img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2; }
  .screen .screen-inner {
    position: absolute;
    top: 2.6%;
    left: 5.7%;
    bottom: 0;
    width: calc(100% - 12%);
    height: calc(100% - 5.1%);
    border-radius: 24px;
    background: transparent;
    overflow: hidden; }

.screen-slider {
  overflow: scroll; }

.feature-group {
  text-align: center; }
  .feature-group + .feature-group {
    margin-top: 70px; }

.feature-text {
  margin-top: 32px; }
  .feature-text .title {
    margin-bottom: 18px; }
  .feature-text .text {
    font-size: 20px; }

@media (min-width: 560px) {
  .feature-group {
    display: flex;
    justify-content: center;
    align-items: center; }
    .feature-group .screen {
      flex: 0 0 224px; }
    .feature-group:nth-child(even) {
      flex-direction: row-reverse; }
      .feature-group:nth-child(even) .feature-text {
        padding-left: 0;
        padding-right: 30px; }

  .feature-text {
    margin-top: 0;
    padding-left: 30px;
    max-width: 424px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 760px) {
  .section-features {
    padding: 60px 0; }

  .feature-text {
    text-align: left; }
    .feature-text .title {
      text-align: left;
      margin-bottom: 30px; }
      .feature-text .title br {
        display: none; } }
@media (min-width: 1160px) {
  .section-features {
    padding: 80px 0; }

  .feature-group .screen {
    flex: 0 0 337px; }

  .screen {
    max-width: 337px; }
    .screen .screen-inner {
      border-radius: 38px; }

  .feature-text {
    padding-left: 60px; }

  .feature-group:nth-child(even) .feature-text {
    padding-left: 0;
    padding-right: 60px; } }
.stage-centered {
  min-height: calc(100vh - 50px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px; }

.mini-stage {
  min-height: 100%;
  flex: 0 0 320px;
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column; }
  .mini-stage .button {
    max-width: 208px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }

.mini-content {
  flex: 1; }

.mini-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 12px;
  color: #7e7e7e;
  text-transform: uppercase; }

.mini-brand {
  display: block;
  width: 76px;
  margin: 0 auto 44px; }
  .mini-brand img {
    display: block;
    max-width: 100%; }

.mini-title {
  font-weight: 200;
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 20px; }

.mini-text {
  font-size: 16px;
  line-height: 1.31;
  font-weight: 300;
  margin-bottom: 44px; }

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