@charset "UTF-8";
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes growHeight {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes growHeight {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
body {
  overflow-x: hidden;
}
body.has-navigation {
  overflow: hidden;
}

.accessible {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  size: 1px 1px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
}

@media (max-width: 991px) {
  .site-main {
    padding-top: 60px;
  }
}
.shape {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  /**
   * Fill parent view
   */
  /**
   * Position and center shape absolutely
   */
  /**
   * Mirrored views
   */
}
.shape-defs {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.shape-logo-circle {
  fill: #ed3c95;
  height: 48px;
  width: 48px;
}
.shape-logo-text {
  height: 37px;
  stroke: #000;
  width: 85px;
}
.shape-icon-profile {
  fill: #fff;
  height: 16px;
  width: 9px;
}
.shape-icon-facebook {
  fill: #9f9e9e;
  height: 24px;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
  width: 24px;
}
.shape-icon-facebook:hover {
  fill: #4267b2;
}
.shape-appstore, .shape-googleplay {
  height: 40px;
  width: 130px;
}
.shape-googleplay {
  width: 138px;
}
.shape-arrow-right {
  height: 16px;
  stroke: #fff;
  width: 18px;
}
.shape-mastercard, .shape-visa {
  height: 41px;
  width: 66px;
}
.shape-karta {
  height: 15px;
  width: 20px;
}
.shape-mapa {
  height: 19px;
  width: 20px;
}
.shape-kolo {
  fill: #ed3c95 !important;
  height: 19px;
  width: 25px;
}
.shape-nastaveni {
  height: 20px;
  width: 20px;
}
.shape-darek {
  height: 20px;
  width: 20px;
}
.shape-globus {
  height: 24px;
  width: 20px;
}
.shape-pin {
  height: 68px;
  width: 82px;
}
.shape-eye {
  height: 51px;
  width: 98px;
}
.shape-heartbeat {
  height: 66px;
  width: 86.5px;
}
.shape-bikelane {
  height: 57px;
  width: 78px;
}
.shape-bikeTab {
  height: 25px;
  width: 45px;
}
.shape-ebikeTab {
  height: 23px;
  width: 42px;
}
.shape-skateTab {
  height: 14px;
  width: 44px;
}
.shape.view-fill {
  display: block;
  height: 100%;
  width: 100%;
}
.shape.view-abs {
  margin: auto;
  position: absolute;
}
.shape.view-180deg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shape.view-90deg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.shape.view-270deg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.addendum {
  margin: 0.5rem 0;
  font-size: 14px;
  font-style: italic;
  color: #666666;
  text-align: center;
}

.alert {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.alert .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.appline {
  text-align: center;
}
@-webkit-keyframes appline-intro {
  0%, 85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appline-intro {
  0%, 85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.appline-btns {
  margin-bottom: 5px;
}
.appline-btns a {
  display: inline-block;
  margin: 5px;
  text-decoration: none;
}
.appline-link {
  color: #9b9b9b;
  display: inline-block;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: underline;
}
.appline-dot {
  background-color: #7ed321;
  border-radius: 9px;
  display: inline-block;
  height: 9px;
  margin: 0 10px;
  width: 9px;
}
@media (min-width: 1200px) {
  .appline-btns {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto;
  max-width: 1280px;
}
.benefits-item {
  margin: 20px 0;
  padding: 0 20px 0;
  position: relative;
  text-align: center;
  width: 50%;
}
.benefits-item:before {
  border-right: 1px solid #ebebeb;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.benefits-icon {
  -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;
  margin-bottom: 10px;
  min-height: 68px;
}
.benefits-title {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: none;
}
.benefits-text {
  color: #666;
  margin: 0;
}
.benefits-why {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .benefits-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .benefits-item {
    width: 25%;
  }
  .benefits-item:first-child:before {
    display: none;
  }
}

.bigList {
  margin-bottom: 40px;
}
.bigList-item {
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  padding: 20px 10px;
}
.bigList-left {
  display: block;
}
.bigList-right {
  margin-left: auto;
  margin-top: 20px;
}
.bigList-title {
  color: #4a4a4a;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.73;
  margin-bottom: 15px;
  text-transform: none;
}
.bigList-label {
  color: #4a4a4a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.bigList-text {
  color: #9b9b9b;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .bigList {
    margin-bottom: 60px;
  }
  .bigList-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bigList-left + .bigList-right {
    padding-left: 15px;
  }
  .bigList-right {
    margin-top: 0;
  }
  .bigList-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .bigList-label {
    font-size: 25px;
  }
}

.bike {
  bottom: 0;
  cursor: pointer;
  display: none;
  left: calc(50% + 270px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: scale(0.5) translateZ(0);
          transform: scale(0.5) translateZ(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.bike-in {
  height: 464px;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transform: translateX(calc(-100% - 1090px));
          transform: translateX(calc(-100% - 1090px));
  width: 727px;
}
.bike-in, .bike-in:before, .bike-in:after {
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
}
.bike-in:before, .bike-in:after {
  background-image: url(data:image/png;base64,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);
  content: "";
  height: 252px;
  left: 18px;
  position: absolute;
  top: 213px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 252px;
}
.bike-in:after {
  left: 475px;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.bike-frame {
  background-image: url(/assets/img/frame.7c20236d.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .bike {
    display: block;
  }
  .bike.view-topThreshold .bike-in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .bike.view-topThreshold .bike-in:before {
    -webkit-transform: rotate(840deg);
            transform: rotate(840deg);
  }
  .bike.view-topThreshold .bike-in:after {
    -webkit-transform: rotate(905deg);
            transform: rotate(905deg);
  }
}

.box {
  background-color: #ffffff;
  border-radius: 1em;
  padding: 2.5em 2em;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.boxStats {
  width: 100%;
  text-align: center;
  margin: 50px auto;
  max-width: 1240px;
}

.boxStats .btn {
  display: inline-block;
  margin-top: 40px;
  background-color: #006ce9;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 50px;
  width: 300px;
  text-align: center;
  text-decoration: none;
  border-radius: 33px;
}

.boxStats .btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #006ce9;
}

.boxStats-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boxStats-single {
  text-align: left;
  width: calc(50% - 50px);
  margin: 20px 0;
  background-color: #f5f5f5;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

.boxStats-single h3 {
  color: #000;
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
}

.boxStats-single h3 > span {
  font-weight: 800;
}

.boxStats-single-number {
  font-size: 100px;
  line-height: 100px;
}

@media (max-width: 768px) {
  .boxStats {
    max-width: 95%;
  }

  .boxStats-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .boxStats-single {
    width: 100%;
    margin: 15px 0;
  }

  .boxStats-single h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .boxStats-single-number {
    font-size: 56px;
    line-height: 1em;
  }

  .boxStats .btn {
    margin-top: 15px;
  }
}
.btn-default {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.16);
  color: #000;
  display: inline-block;
  font-size: 16px;
}
.btn-default:hover {
  border-color: #006ce9;
  color: #005ecc;
  text-decoration: none;
}
.btn-bigbuybutton {
  display: inline-block;
  background-color: #006ce9;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 33px;
}
@media (min-width: 992px) {
  .btn-default {
    border: 3px solid rgba(0, 0, 0, 0.16);
    font-size: 20px;
    padding: 10px 30px;
  }
}

.siteNav-wrapper .burger-bar {
  background: black;
}

.burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  height: 27px;
  padding: 0;
  position: relative;
  width: 27px;
}
.burger-bar {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 3px;
  margin-bottom: 6.5px;
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.burger-bar1 {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.burger-bar2 {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.burger-bar3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.burger:focus {
  outline: none;
}
.is-active .burger-bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-active .burger-bar2 {
  opacity: 0;
  -webkit-transform: translateX(-500%) scale(0);
          transform: translateX(-500%) scale(0);
}
.is-active .burger-bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.card {
  background-color: #fff;
  -webkit-box-shadow: 5px 1px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 1px 22px rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 16px;
  padding: 20px 20px 0;
}
.card-header {
  margin-bottom: 20px;
}
.card-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
.card-footer {
  border-top: 1px solid #ebebeb;
  padding: 20px 10px 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .card {
    -webkit-box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    padding: 50px 40px 0;
  }
  .card-header {
    margin-bottom: 20px;
  }
  .card-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.18;
  }
  .card-footer {
    padding-bottom: 25px;
    padding-bottom: 30px;
  }
}

.conditionalVisibility:not(.is-visible) {
  display: none;
}

.downloadCta {
  width: 100%;
  text-align: center;
  margin: 50px auto;
  max-width: 1240px;
}

.downloadCta h3 {
  max-width: 791px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 28px;
}

.downloadCta p {
  font-size: 14px;
  color: #9f9e9e;
  max-width: 414px;
  margin: 20px auto 0 auto;
}

.downloadCta p > a {
  color: #9f9e9e;
  text-decoration: underline;
}

.downloadCta a {
  margin: 6px;
}

.downloadCta a img {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.downloadCta a:hover img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

@media (max-width: 768px) {
  .downloadCta {
    max-width: 95%;
  }

  .downloadCta h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .downloadCta a {
    margin: 3px;
  }

  .downloadCta a img {
    max-width: 45%;
  }

  .downloadCta p {
    margin-top: 10px;
  }
}
.extras {
  padding: 2em 2em 1em;
}
.extras-label {
  text-transform: uppercase;
  color: #9f9e9e;
  font-size: inherit;
  font-weight: inherit;
}
.extras-list {
  list-style-type: none;
  padding: 0;
}
.extras-item {
  padding: 0.25em 0;
}
.extras-item a {
  color: inherit;
  text-decoration: underline;
}
.extras-item a:hover, .extras-item a:focus {
  text-decoration: none;
}

.fbLoginLink {
  color: #5579c9;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.fbLoginLink img {
  vertical-align: middle;
}
.fbLoginLink span {
  margin-left: 10px;
  text-decoration: underline;
  vertical-align: middle;
}

.form-row {
  padding: 25px 0 25px 5px;
}
.form-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
  display: block;
  font-size: 16px;
}
.form-line label {
  color: #9b9b9b;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding-right: 10px;
}
.form-line input, .form-line span {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: -1px 0;
  padding: 5px 0;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
  width: 100%;
}
.form-line input:focus, .form-line input:active, .form-line span:focus, .form-line span:active {
  border-bottom-color: #74828C;
  outline: none;
}
.form-line input:-webkit-autofill, .form-line span:-webkit-autofill {
  border: 0;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
  margin: 0;
}
.form-line span {
  display: block;
}
.form-line + .form-line {
  margin-top: 15px;
}
.form-checkbox {
  color: #9b9b9b;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.form-checkbox a {
  color: #9b9b9b;
  text-decoration: underline;
}
.form-submit {
  background-color: #006ce9;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.form-submit:hover {
  background-color: #0054b6;
  color: #fff;
  text-decoration: none;
}
.form-submit:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.form-submit svg {
  margin-left: 15px;
  margin-top: -3px;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
@media (min-width: 768px) {
  .form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding-left: 5px;
  }
  .form-line input, .form-line span {
    padding: 15px 10px;
  }
}

form.form .form-line input:is([type=text], [type=number], [type=tel]) {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  width: 100%;
  background-position: right top;
  background-size: cover;
  min-height: 600px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(/assets/img/bg.3890ebdd.jpg);
}

.header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 58px 58px 0 0;
}

.header-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 40px;
}

.header-inner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 70px;
  margin: 0 0 20px 0;
  line-height: 76px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.header-inner p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.header-inner .btn {
  background-color: #006ce9;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .header {
    min-height: auto;
    height: 65vh;
  }

  .header:after {
    height: 30px;
    border-radius: 29px 29px 0 0;
  }

  .header-inner {
    max-width: 95%;
    margin-top: 0;
  }

  .header-inner h1 {
    font-size: 35px;
    line-height: 41px;
    margin: 0 0 16px 0;
  }
}
.highlightContainer {
  padding: 3rem 0 5rem;
  background-color: #f5f5f5;
}
.highlightContainer-in {
  padding: 0 15px;
}

.homejumbo {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 1px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 1px 22px rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
}
@-webkit-keyframes homejumbo-intro {
  0%, 70% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes homejumbo-intro {
  0%, 70% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.homejumbo-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.homejumbo-text {
  font-size: 16px;
}
.homejumbo-button {
  background: #006ce9;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  margin-top: 20px;
  text-decoration: none;
}
.homejumbo-button:hover {
  background: #005ecc;
  border-color: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .homejumbo {
    -webkit-box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 400;
    padding: 30px;
    width: 575px;
  }
  .homejumbo-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 20px;
  }
  .homejumbo-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .homejumbo-button {
    border-radius: 30px;
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;
    padding: 10px 30px;
  }
}

.howitworks {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 40px 10px;
}
.howitworks-title {
  color: #000;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.howitworks-items {
  list-style: none;
  opacity: 1;
  padding: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.howitworks-items.is-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.howitworks-itm {
  border-left: 2px solid #006ce9;
  display: block;
  margin-bottom: 20px;
  padding: 5px 0 5px 15px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.howitworks-itm-inner {
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.howitworks-itm.is-closed {
  border-left-color: transparent;
}
.howitworks-itm.is-closed .howitworks-itm-inner {
  height: 0 !important;
  opacity: 0;
}
.howitworks-subtitle {
  color: #000;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 0;
}
.howitworks-text {
  color: #333;
  font-size: 18px;
  font-weight: 300;
}
.howitworks-img {
  border-radius: 13px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 20px;
  width: 200px;
}
.howitworks-preview {
  display: none;
}
.howitworks-actions {
  display: none;
}
@media (min-width: 768px) {
  .howitworks {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .howitworks-title {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left;
  }
  .howitworks-itm {
    padding-left: 25px;
  }
  .howitworks-itm-inner {
    height: auto !important;
  }
  .howitworks-itm.is-closed {
    padding-left: 0;
  }
  .howitworks-itm.is-closed .howitworks-subtitle {
    font-size: 16px;
    font-weight: 300;
  }
  .howitworks-itm.is-closed:hover {
    border-left-color: rgba(0, 108, 233, 0.1);
    padding-left: 10px;
  }
  .howitworks-subtitle {
    font-size: 25px;
    text-transform: none;
  }
  .howitworks-text {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
  }
  .howitworks-img {
    display: none;
  }
  .howitworks-preview {
    border-radius: 25px;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .howitworks-actions {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .howitworks-actions a {
    margin: 0 10px;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .howitworks {
    margin-bottom: 90px;
  }
}

.imageGrid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
}

.imageGrid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -50px;
}

.imageGrid-single {
  width: calc((100% / 3) - 100px);
  margin: 10px 50px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.imageGrid-single p {
  font-size: 20px;
  color: #000000;
  margin: 10px 0 0 0;
  text-align: left;
}

.imageGrid-single img {
  width: 100%;
}

.imageGrid-single.view-testimonial {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 28px;
  text-align: center;
}

.imageGrid-single.view-testimonial img {
  width: 100px;
  height: 100px;
}

.imageGrid-single.view-testimonial p {
  font-weight: 600;
  font-size: 30px;
}

.imageGrid-single.view-testimonial span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 36px;
}

@media (max-width: 992px) {
  .imageGrid {
    max-width: 95%;
  }

  .imageGrid-inner {
    margin: 0 -25px;
  }

  .imageGrid-single {
    width: calc((100% / 3) - 50px);
    margin: 10px 25px 30px 25px;
  }
}
@media (max-width: 768px) {
  .imageGrid-inner {
    margin: 0 -15px;
  }

  .imageGrid-single {
    width: calc(50% - 30px);
    margin: 10px 15px;
  }

  .imageGrid-single p {
    font-size: 16px;
    margin-top: 5px;
  }

  .imageGrid-single.view-testimonial {
    padding: 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .imageGrid-single.view-testimonial img {
    width: 56px;
    height: 56px;
  }

  .imageGrid-single.view-testimonial p {
    font-size: 16px;
  }

  .imageGrid-single.view-testimonial p span {
    font-size: 14px;
    margin-top: 24px;
  }
}
.imageTextSection {
  margin: 0 auto 30px;
  max-width: 1240px;
  position: relative;
}
.imageTextSection-image {
  margin-right: 20px;
  padding-bottom: 67.0833%;
  position: relative;
}
.imageTextSection-image > img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.imageTextSection-text {
  color: #333;
  font-size: 18px;
  padding: 10px 30px 10px 35px;
  text-align: left;
}
@media (min-width: 768px) {
  .imageTextSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .imageTextSection-image, .imageTextSection-text {
    margin: 0;
    width: 50%;
  }
  .imageTextSection-image {
    padding-bottom: 33.54165%;
  }
  .imageTextSection-text {
    first-child-margin-bottom: 20px;
    first-child-margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .imageTextSection {
    margin-bottom: 120px;
  }
  .imageTextSection-text {
    font-size: 20px;
    line-height: 1.6;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .imageTextSection {
    margin-bottom: 150px;
  }
  .imageTextSection-image {
    margin-bottom: 10%;
  }
  .imageTextSection-image > img {
    height: 120%;
    left: auto;
    right: 0;
    width: 120%;
  }
  .imageTextSection-text {
    padding-left: 80px;
  }
}
.imageTextSection.view-right .imageTextSection-image {
  margin-left: 20px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .imageTextSection.view-right .imageTextSection-image {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .imageTextSection.view-right .imageTextSection-text {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .imageTextSection.view-right .imageTextSection-image > img {
    left: 0;
    right: auto;
  }
  .imageTextSection.view-right .imageTextSection-text {
    padding-left: 30px;
    padding-right: 80px;
  }
}

.instructions {
  counter-reset: instructions-counter;
  list-style: none;
  margin: auto;
  max-width: 500px;
  padding: 0;
}
.instructions-itm {
  margin-bottom: 30px;
  min-height: 56px;
  padding-left: 77px;
  position: relative;
}
.instructions-itm:before {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  color: #333;
  content: counter(instructions-counter);
  counter-increment: instructions-counter;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  height: 56px;
  left: 0;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 56px;
}
@media (min-width: 992px) {
  .instructions {
    margin-left: 0;
  }
}

.lifeDecision-item {
  color: inherit;
  display: block;
  padding: 15px 40px 15px 0;
  position: relative;
}
.lifeDecision-item:hover {
  text-decoration: none;
}
.lifeDecision-item + .lifeDecision-item {
  border-top: 1px solid #ebebeb;
}
.lifeDecision-title {
  color: #4a4a4a;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.lifeDecision-text {
  color: #9b9b9b;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.lifeDecision-arrow {
  bottom: 0;
  height: 24px;
  margin: auto;
  position: absolute;
  right: 0;
  stroke: #006ce9;
  top: 0;
  width: 27px;
}
@media (min-width: 768px) {
  .lifeDecision-item {
    padding: 30px 40px 30px 0;
  }
  .lifeDecision-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.lovers {
  background-color: #fff;
  margin: 60px auto;
  max-width: 1240px;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lovers-title {
  font-size: 1.7rem;
  padding: 2em 10px 1em;
}
.lovers-arrow {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s 2.2s;
  transition: opacity 0.3s 2.2s;
}
.lovers-arrow:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ed3c95;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lovers-photos {
  height: 360px;
  left: -50vw;
  margin-left: 50%;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.lovers-photos-item {
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  float: left;
  height: 360px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 240px;
}
.lovers-photos-item.glide__slide--active {
  -webkit-filter: none;
          filter: none;
}
.lovers-abouts-carousel {
  overflow: hidden;
}
.lovers-abouts-item {
  padding: 50px 0 40px;
}
.lovers-abouts-in {
  color: #676767;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}
.lovers-abouts-text {
  line-height: 2rem;
  margin: 0 0 1em;
}
.lovers-abouts-name {
  color: #000;
  font-size: inherit;
  margin: 0 0 0.25em;
  text-transform: none;
}
.lovers-abouts-label {
  font-size: 1rem;
  margin: 0;
}
.lovers.is-visible {
  opacity: 1;
}
.lovers.is-visible .lovers-arrow {
  opacity: 1;
}
.lovers.is-visible .lovers-photos-item {
  opacity: 1;
}
.lovers.is-visible .lovers-photos-item:nth-child(5n+0) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lovers.is-visible .lovers-photos-item:nth-child(5n+1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lovers.is-visible .lovers-photos-item:nth-child(5n+2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.lovers.is-visible .lovers-photos-item:nth-child(5n+3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.lovers.is-visible .lovers-photos-item:nth-child(5n+4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (min-width: 992px) {
  .lovers-photos, .lovers-abouts {
    opacity: 0;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
  }
  .lovers-photos {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .lovers-abouts {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .lovers.view-topThreshold .lovers-photos, .lovers.view-topThreshold .lovers-abouts {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.photoGrid {
  background-color: #fff;
  font-size: 30px;
  margin: 60px auto;
  max-width: 1240px;
  overflow: hidden;
  text-align: center;
}
.photoGrid-title {
  color: #000;
  font-size: 1.7rem;
  padding: 2em 10px 1em;
}
.photoGrid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.photoGrid-item {
  overflow: hidden;
  position: relative;
}
.photoGrid-item:nth-child(1) {
  width: 100%;
}
.photoGrid-item:nth-child(2), .photoGrid-item:nth-child(3), .photoGrid-item:nth-child(4), .photoGrid-item:nth-child(5) {
  width: 50%;
}
.photoGrid-item-image {
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 480px) {
  .photoGrid-item:nth-child(1) {
    width: 66.6666666667%;
  }
  .photoGrid-item:nth-child(2) {
    width: 33.3333333333%;
  }
  .photoGrid-item:nth-child(3) {
    width: 20%;
  }
  .photoGrid-item:nth-child(4) {
    width: 40%;
  }
  .photoGrid-item:nth-child(5) {
    width: 40%;
  }
}

a.photoGrid-item-image:hover {
  border: 10px solid whitesmoke;
}

.priceDetail {
  min-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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.priceDetail::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.priceDetail-note {
  font-size: 20px;
  color: #676767;
  line-height: 1.2;
}
.priceDetail-note-image {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width: 3em;
}
.priceDetail-title {
  text-transform: none;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.priceDetail-subtitle {
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.priceDetail-action {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.priceDetail-note:not(:first-child), .priceDetail-title:not(:first-child), .priceDetail-note + .priceDetail-subtitle:not(:first-child), .priceDetail-action:not(:first-child) {
  margin-top: 1.5rem;
}
.priceDetail-note ~ .priceDetail-note {
  margin-top: 2rem;
}

.pricing-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pricing .faq-title {
    margin-top: 55px;
  }
}
.pricing-tariff-content {
  text-align: left;
}
.pricing-tariff-content .faq-title {
  text-align: left;
}
.pricing-tariff-box {
  border-radius: 30px;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 30px 0;
  text-align: left;
}
@media (min-width: 600px) {
  .pricing-tariff-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 10px;
  }
  .pricing-tariff-box .btn-primary {
    margin-top: auto;
  }
}
.pricing-tariff-box ul, .pricing-tariff-box p {
  color: #666666;
}
.pricing-tariff-box ul {
  list-style: none;
}
.pricing-tariff-box ul li {
  position: relative;
  margin-bottom: 10px;
}
.pricing-tariff-box ul li:before {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMy44NjEzM0w1LjQ4NjY5IDguMzQ4MDJMMTIuNzA1IDEuMTI5NjgiIHN0cm9rZT0iIzA1NkJFOSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  color: #67dc54;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: -30px;
  position: absolute;
  top: 8px;
}
.pricing-info {
  margin: 0 auto 30px;
  text-align: left;
}
.pricing-info h3 {
  text-align: center;
}
.pricing-info ul, .pricing-info p {
  font-size: 18px;
  color: #666666;
}
.pricing-info strong {
  color: #000;
}
.pricing-info ul {
  padding-left: 0;
  list-style-position: inside;
  list-style: none;
  margin-top: 30px;
  margin-left: 30px;
}
.pricing-info ul li {
  margin-bottom: 15px;
  position: relative;
}
.pricing-info ul li:before {
  content: "\2022";
  color: #006ce9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
  position: absolute;
  top: 0;
  line-height: 1;
}
.pricing-info ol li {
  margin-bottom: 5px;
}
.pricing-info ol li:before {
  display: none;
}
.pricing-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-about-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 10px;
  border-radius: 20px;
}
.pricing-box-extra-item {
  border-radius: 30px;
  background-color: #f5f5f5;
}
.pricing-box-extra-item a {
  padding: 20px;
  display: block;
  margin: 20px 0;
  text-align: left;
}

.sectionHeading {
  font-size: 70px;
  color: #000;
  line-height: 78px;
  font-weight: 800;
  max-width: 1240px;
  margin: 50px auto;
}
.sectionHeading.view-small {
  font-size: 50px;
  line-height: 1.3;
}

.sectionHeading span {
  color: #666666;
}

@media (max-width: 768px) {
  .sectionHeading {
    font-size: 30px;
    line-height: 1.5em;
    max-width: 95%;
  }
}
.select {
  display: inline-block;
  text-transform: none;
}
.select-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-current {
  margin: 0;
}
.select-current-in {
  padding-right: 1.5em;
  display: block;
}
.select-current-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.select-current-value::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  right: 1.3em;
  border-top: 0.3em solid;
  border-left: 0.15em solid transparent;
  border-right: 0.15em solid transparent;
}
.select-placeholders {
  display: block;
  height: 0;
  visibility: hidden;
}
.select-input {
  font-size: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.select-home {
  position: absolute;
  z-index: 10;
  left: 210px;
  top: 28px;
}
@media (max-width: 768px) {
  .select-home {
    left: 10px;
    top: 75px;
  }
}
.select-home .select-in .btn-default {
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 4px 10px;
}
.select-home .select-in .select-placeholders {
  display: none;
}
.select-home .select-in .select-current-value:after {
  right: 0.8em;
}
@media (max-width: 768px) {
  .select-pricing {
    left: 150px;
    top: 25px;
  }
}

.shelf {
  --spacing: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: calc(-1 * var(--spacing));
}
@media (min-width: 700px) {
  .shelf {
    --spacing: 1.5rem;
  }
}
.shelf-item {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: var(--spacing);
  width: 100%;
  max-width: 25rem;
}

.sideNav {
  padding: 25px;
}
.sideNav-item {
  display: block;
  padding: 20px 5px;
  position: relative;
  text-decoration: none;
}
.sideNav-item svg {
  bottom: 0;
  fill: #c8c8c8;
  margin: auto;
  position: absolute;
  top: 0;
}
.sideNav-item b {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  padding-left: 40px;
}
.sideNav-item:hover, .sideNav-item.is-active {
  text-decoration: none;
}
.sideNav-item:hover svg, .sideNav-item.is-active svg {
  fill: #000;
}
.sideNav-item:hover b, .sideNav-item.is-active b {
  font-weight: 700;
}
.sideNav-item + .sideNav-item {
  border-top: 1px solid #ebebeb;
}
.sideNav-facebook {
  float: right;
  height: 32px;
  margin-top: 35px;
  width: 32px;
}
.sideNav-more {
  color: #4a4a4a;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.89;
  list-style: none;
  margin-top: 30px;
  padding: 0;
  text-decoration: underline;
}
.sideNav-more a {
  color: inherit;
}
.sideNav-more a:hover {
  color: #0275d8;
}
@media (min-width: 992px) {
  .sideNav {
    margin-left: auto;
    margin-right: 40px;
    margin-top: -15px;
    max-width: 320px;
    padding-bottom: 80px;
    padding-top: 0;
    position: relative;
  }
  .sideNav-item {
    padding: 15px 5px;
  }
  .sideNav-item b {
    font-size: 18px;
  }
  .sideNav-more {
    font-size: 16px;
    margin-top: 60px;
  }
  .sideNav-facebook {
    bottom: 0;
    left: 25px;
    position: absolute;
  }
}

.siteFlash {
  left: 30px;
  margin: auto;
  max-width: 600px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 88px;
  z-index: 1000;
}

.siteFooter {
  background: #f5f6f3;
  color: #000;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}
.siteFooter-block {
  padding-bottom: 50px;
  text-align: center;
}
.siteFooter-block:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .siteFooter-block {
    padding-bottom: 0;
    text-align: left;
  }
}
.siteFooter-block a {
  color: #000;
}
.siteFooter-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .siteFooter-nav {
    padding: 0 0 0 35px;
  }
}
.siteFooter-nav-list {
  list-style-type: none;
  margin: 0 0 24px;
  padding: 0;
}
.siteFooter-nav-list li {
  margin-bottom: 16px;
}
.siteFooter-nav-list li.space {
  margin-bottom: 48px;
}
.siteFooter-nav-list a {
  color: #000;
  font-size: 16px;
}
.siteFooter-nav-list a:hover {
  text-decoration: underline;
}
.siteFooter-claim {
  font-size: 12px;
  text-align: center;
}
.siteFooter-claim a {
  color: inherit;
}
.siteFooter-aside {
  margin: 60px 0 80px;
  text-align: center;
}
.siteFooter-aside-webApp, .siteFooter-aside-terms {
  color: inherit;
  text-decoration: underline;
}
.siteFooter-aside-webApp:hover, .siteFooter-aside-webApp:focus, .siteFooter-aside-terms:hover, .siteFooter-aside-terms:focus {
  color: inherit;
  text-decoration: none;
}
.siteFooter-aside-address {
  margin: 36px 0 26px;
}
.siteFooter-aside-native {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.siteFooter-aside-nativeApp {
  margin: 4px;
}
.siteFooter-icons a {
  display: inline-block;
  margin-right: 8px;
}
.siteFooter .careFoto {
  border-radius: 50%;
  margin: -5px 15px 10px 0;
  width: 60px;
}
.siteFooter .footer-title {
  color: #dbdbdb;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.siteFooter .btn-footer {
  background: transparent;
  border: rgba(0, 0, 0, 0.2) 3px solid;
  border-radius: 30px;
  color: #000;
  margin-bottom: 5px;
  max-width: 240px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.siteFooter .btn-footer:hover {
  background: rgba(255, 255, 255, 0.1);
}
.siteFooter .input-newsletter {
  background: transparent;
  border: 0;
  border-bottom: rgba(255, 255, 255, 0.1) 3px solid;
  padding: 5px 3px;
}
.siteFooter .btn-newsletter {
  background: #006ce9;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .siteFooter {
    padding: 80px 0 0 0;
    text-align: left;
  }
  .siteFooter-bottom {
    padding-bottom: 50px;
  }
  .siteFooter-nav-list {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .siteFooter-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .siteFooter-aside {
    margin: 0 0 50px;
    text-align: left;
  }
  .siteFooter-aside-native {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .siteFooter-aside-nativeApp {
    margin-left: 0;
  }
}

.cookie-info {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.2);
  color: #292b2c;
  left: 0;
  max-width: 480px;
  padding: 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 560px) {
  .cookie-info {
    left: auto;
    right: 30px;
  }
}
.cookie-info .btn-primary {
  color: #000;
}

.siteHeader {
  left: 0;
  margin: auto;
  padding: 20px 0 20px 20px;
  position: absolute;
  right: 0;
  z-index: 100;
}
.siteHeader--no-bg {
  padding: 20px 0 20px 20px;
}
.siteHeader-spacer {
  display: block;
  height: 88px;
}
.siteHeader.view-bgimage {
  background: #fff no-repeat 72% bottom;
  background-size: cover;
  min-height: 66vh;
  position: relative;
  z-index: auto;
}
@media (min-width: 666px) {
  .siteHeader.view-bgimage {
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .siteHeader.view-bgimage {
    min-height: 510px;
  }
}
@media (min-width: 768px) and (min-height: 700px) {
  .siteHeader.view-bgimage {
    min-height: 69vh;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .siteHeader.view-bgimage {
    min-height: 810px;
  }
}

.siteLogo {
  display: block;
  float: left;
  text-decoration: none;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
.siteLogo:hover {
  text-decoration: none;
}
.siteLogo:hover .siteLogo-svg-circle {
  -webkit-animation: pulse 850ms ease-in-out infinite both;
          animation: pulse 850ms ease-in-out infinite both;
  -webkit-box-shadow: 0 2px 14px rgba(237, 60, 149, 0.3);
          box-shadow: 0 2px 14px rgba(237, 60, 149, 0.3);
}
.siteLogo-svg-circle {
  background: #ed3c95;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
  height: 41px;
  margin-right: 5px;
  -webkit-transition: -webkit-box-shadow 500ms;
  transition: -webkit-box-shadow 500ms;
  transition: box-shadow 500ms;
  transition: box-shadow 500ms, -webkit-box-shadow 500ms;
  width: 41px;
}
.siteLogo-svg-text {
  height: 30px;
  -webkit-transition: stroke 200ms;
  transition: stroke 200ms;
  width: 70px;
  stroke: #fff;
}
.siteLogo-svg-text-black {
  height: 30px;
  -webkit-transition: stroke 200ms;
  transition: stroke 200ms;
  width: 70px;
  stroke: #000;
}
@media (min-width: 992px) {
  .siteLogo {
    top: 20px;
    left: 30px;
  }
}
@media (min-width: 768px) {
  .siteLogo-svg-circle {
    height: 48px;
    margin-right: 10px;
    width: 48px;
  }
  .siteLogo-svg-text {
    height: 37px;
    width: 85px;
  }
}

.siteNav {
  margin: auto;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
}
.siteNav-login {
  background-color: #006ce9;
  border-radius: 30px;
  color: #fff;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  height: 32px;
  line-height: 21px;
  margin-right: 32px;
  margin-top: 4.5px;
  padding: 5px 13px 6px 12px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.siteNav-login svg {
  margin-right: 9px;
  margin-top: -3px;
}
.siteNav-login:hover, .siteNav-login:active, .siteNav-login:focus {
  background-color: #005ecc;
  color: #fff;
  text-decoration: none;
}
.siteNav-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 1001;
}
.siteNav-toggle {
  cursor: pointer;
  position: relative;
  right: auto;
  top: auto;
}
.siteNav-mobile-lang {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 15px 0 15px;
}
.siteNav-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  z-index: 1000;
}
.siteNav-container a {
  color: #000;
}
.siteNav-lang {
  font-family: inherit;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.siteNav-lang a + a {
  border-left: 1px solid #c8c8c8;
  margin-left: 18px;
  padding-left: 18px;
}
.siteNav-big {
  color: #000;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
  text-decoration: underline;
  text-transform: uppercase;
}
.siteNav-big a {
  display: block;
  margin-bottom: 20px;
}
.siteNav-new {
  display: block;
  border: 1px solid #ed3c95;
  padding: 0 12px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
.siteNav.is-active .siteNav-toggle {
  z-index: 1010;
}
.siteNav.is-active .siteNav-container {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 480px) {
  .siteNav-login {
    font-size: 16px;
    height: 34px;
    line-height: 23px;
    margin-right: 37px;
    margin-top: 3.5px;
  }
}
@media (min-width: 992px) {
  .siteNav {
    padding-right: 35px;
  }
  .siteNav-login {
    margin-right: 0;
    margin-top: 0;
  }
  .siteNav-mobile-header {
    display: none;
  }
  .siteNav-toggle {
    display: none;
  }
  .siteNav-container {
    background: none;
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 1px;
    opacity: 1;
    pointer-events: auto;
    position: static;
  }
  .siteNav-container-inner {
    line-height: 30px;
    vertical-align: middle;
  }
  .siteNav-lang {
    display: inline-block;
    float: right;
    margin: 0;
  }
  .siteNav-lang a + a {
    margin-left: 5px;
    padding-left: 5px;
  }
  .siteNav-big {
    display: inline-block;
    line-height: 28px;
    margin: 0;
  }
  .siteNav-big a {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    margin-right: 30px;
    text-transform: none;
    vertical-align: middle;
  }
  .siteNav-wrapper {
    min-height: 80px;
    background: #fff;
  }
  .siteNav-wrapper .siteNav-big a {
    color: #000;
  }
  .siteNav-social {
    display: block;
    float: left;
    margin-right: 35px;
  }
  .siteNav .is-active {
    color: #000;
    font-weight: 600;
  }
}
.siteNav.view-fixed {
  position: fixed;
}

.socialFooter {
  width: 100%;
  max-width: 1240px;
  margin: 50px auto;
}

.socialFooter-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.socialFooter-col {
  width: calc(30% - 50px);
  min-width: 290px;
}

.socialFooter-col p {
  color: #666666;
  font-size: 20px;
  padding-bottom: 25px;
  margin: 0;
}

.socialFooter-col a {
  margin-right: 15px;
}

.socialFooter-col .btn {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  padding: 20px;
  border: 3px solid #c8c8c8;
  border-radius: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.socialFooter-col .btn img {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .socialFooter-col {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .socialFooter-col a {
    margin: 7px;
  }

  .socialFooter-col .btn {
    margin: 0;
  }
}
.sponsors {
  background: #fff;
  padding: 0 0 10px 0;
  text-align: center;
}
.sponsors:before {
  background: #ddd;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 auto;
  max-width: 500px;
}
.sponsors-wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding-top: 20px;
}
.sponsors-main {
  display: block;
}
.sponsors-item {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.sponsors-image {
  display: block;
  margin: 5px 0 40px 0;
}
.sponsors-image.mangoweb {
  position: relative;
}
@media (min-width: 600px) {
  .sponsors-item {
    display: inline-block;
    line-height: 105px;
    text-align: left;
  }
  .sponsors-image {
    display: inline-block;
    margin: 0 60px 0 10px;
    vertical-align: top;
  }
  .sponsors-image.mangoweb {
    margin-left: 30px;
    top: 26px;
  }
}

.steps {
  color: #000;
  counter-reset: steps;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px auto 60px;
  max-width: 1260px;
  text-align: center;
}
.steps-title {
  font-size: 1.9rem;
  margin-bottom: -20px;
  padding: 0 10px;
  width: 100%;
}
.steps-item {
  counter-increment: steps;
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.steps-item-title {
  font-size: 1.6rem;
  margin: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .steps-item-title {
    margin-top: 0;
  }
}
.steps-item-title:before {
  content: counter(steps) ".";
  font-weight: 700;
}
.steps-store {
  display: inline-block;
  margin: 6px 3px 3px;
}
.steps-note {
  color: #676767;
  margin: 20px 10px 0;
  width: 100%;
}
@media (min-width: 480px) {
  .steps-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%;
  }
  .steps-item + .steps-item {
    min-width: 255px;
  }
  .steps-item-title:before {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    content: counter(steps);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    height: 106px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px auto 10px;
    width: 106px;
  }
}
@media (min-width: 768px) {
  .steps-item, .steps-item + .steps-item {
    min-width: 310px;
  }
}
@media (min-width: 992px) {
  .steps-item {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  }
  .steps-item + .steps-item {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .steps-item + .steps-item + .steps-item {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .steps-note {
    opacity: 0;
    -webkit-transition: opacity 1s 1.3s;
    transition: opacity 1s 1.3s;
  }
  .steps.view-topThreshold .steps-item, .steps.view-topThreshold .steps-note {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.subtitle {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: none;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 25px;
  }
}

.tabs {
  --vertical-spacing: 0.5rem;
  --horizontal-spacing: 1rem;
  margin: 1rem 0;
}
.tabs-in {
  margin: calc(-1 * var(--vertical-spacing)) calc(-1 * var(--horizontal-spacing));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs-item {
  padding: var(--vertical-spacing) var(--horizontal-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.tabs-label {
  display: none;
  cursor: pointer;
  margin: 0;
}
.tabs-input:checked ~ .tabs-label-active {
  display: block;
}
.tabs-input:not(:checked) ~ .tabs-label-inactive {
  display: block;
}

.tariffs {
  background-color: #fff;
  margin: 60px auto 120px;
  max-width: 1240px;
  text-align: center;
}
.tariffs-title {
  color: #000;
  font-size: 3.25rem;
  padding: 1.25em 10px 0.75em;
}
.tariffs-items {
  padding: 0 20px;
}
.tariffs-item {
  margin: 0 auto 100px;
  max-width: 400px;
}
.tariffs-item-title {
  color: #000;
  margin: 0;
  text-transform: none;
}
.tariffs-item-price {
  color: #e75c9f;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0.75em 0;
}
.tariffs-item-note {
  font-size: 1.25rem;
  margin: 0 0 1em;
  text-align: left;
}
.tariffs-item-list {
  font-size: 1.13rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.tariffs-item-list li {
  padding-left: 2em;
  position: relative;
}
.tariffs-item-list li:before, .tariffs-item-list li:after {
  border-top: 2px solid #7ed321;
  content: "";
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
}
.tariffs-item-list li:before {
  -webkit-transform: translateY(30%) rotate(45deg);
          transform: translateY(30%) rotate(45deg);
  width: 8px;
}
.tariffs-item-list li:after {
  -webkit-transform: translateX(30%) rotate(-45deg);
          transform: translateX(30%) rotate(-45deg);
  width: 15px;
}
.tariffs-note {
  color: #666;
  font-weigth: 300;
  margin: 0 10px;
  padding: 2em 0 3em;
}
.tariffs-note a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}
.tariffs-note a:hover, .tariffs-note a:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .tariffs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
    padding: 0 10px;
    text-align: left;
  }
  .tariffs-item {
    background-color: #fff;
    -webkit-box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 2px 44px rgba(0, 0, 0, 0.1);
    color: #666;
    margin: 0 10px;
    max-width: 400px;
    padding: 50px 40px 40px;
    width: 33.3333333333%;
  }
  .tariffs-item-note {
    min-height: 130px;
  }
}
@media (min-width: 1340px) {
  .tariffs-items {
    margin-left: -50px;
    margin-right: -50px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .tariffs-item {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: opacity 0.8s 0.1s, -webkit-transform 0.8s 0.1s ease-out;
    transition: opacity 0.8s 0.1s, -webkit-transform 0.8s 0.1s ease-out;
    transition: transform 0.8s 0.1s ease-out, opacity 0.8s 0.1s;
    transition: transform 0.8s 0.1s ease-out, opacity 0.8s 0.1s, -webkit-transform 0.8s 0.1s ease-out;
  }
  .tariffs-item:nth-child(1) {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .tariffs-item:nth-child(2) {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .tariffs-item:nth-child(3) {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  .tariffs.view-topThreshold .tariffs-item {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.textcolumns {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 0 10px;
}
.textcolumns-col + .textcolumns-col {
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .textcolumns {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .textcolumns-col {
    border-top: 0;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
  }
  .textcolumns-col + .textcolumns-col {
    border-left: 1px solid #ebebeb;
    border-top: 0;
    margin-top: 0;
  }
}

.title {
  color: #000000;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin: 30px auto;
  text-transform: uppercase;
  font-size: 30px;
}
.title.view-center {
  text-align: center;
}
.title .select {
  position: relative;
  top: -0.02em;
  vertical-align: middle;
  margin: 0.2em 0.5em;
}
@media (min-width: 768px) {
  .title {
    font-size: 50px;
  }
  .title .select {
    top: -0.07em;
  }
}

.topWrapper {
  padding-bottom: 15px;
}
.topWrapper-nav {
  background: #fff;
  right: 15px;
}
.view-menuFixed .topWrapper {
  height: 88px;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.voucher-sale-address .form-line input:focus, .voucher-sale-address .form-line input:active, .voucher-sale-address .form-line span:focus, .voucher-sale-address .form-line span:active {
  border-bottom-color: #006ce9;
}
.voucher-special {
  margin-top: 1em !important;
}

.vspace {
  margin-bottom: 30px;
  margin-top: 30px;
}
.vspace-medium {
  margin-bottom: 45px;
  margin-top: 45px;
}
.vspace-large {
  margin-bottom: 60px;
  margin-top: 60px;
}

.bike-detail {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}
.bike-detail .bike-name {
  font-family: sans-serif;
  font-size: 1.25em;
}
.bike-detail p {
  margin: 1em 0;
}
.bike-lock-code code {
  display: block;
  font-family: monospace;
  font-size: 2em;
  line-height: 1;
}
.bike-actions {
  text-align: center;
}

.bikehead-image {
  max-width: 200px;
  width: 100%;
}
.bikehead-type {
  color: #ed3c95;
  font-size: 0.8em;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.bikehead-name {
  font-size: 2.5em;
  margin: 0 0 10px 0;
}

.covermap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.covermap-button {
  background: #ed3c95;
  border-radius: 50%;
  bottom: 20px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
  z-index: 100;
}

.error {
  color: #f00;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.error li {
  margin: 0;
  padding: 0;
}

.features {
  text-align: center;
}
.features-item {
  display: inline-block;
  font-size: 0.7em;
  margin: 15px;
  min-width: 40px;
  padding-top: 40px;
  position: relative;
}
.features-icon {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.features-icon-wrap {
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.features-description {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .features-item {
    font-size: 1em;
    min-width: 70px;
    padding-top: 70px;
  }
  .features-icon {
    max-height: 70px;
  }
  .features-icon-wrap {
    height: 70px;
  }
}

.infowindow {
  max-width: 200px;
}
.infowindow-link {
  color: #ed3c95;
  text-decoration: underline;
}
.infowindow-link:hover, .infowindow-link:active {
  text-decoration: none;
}
.infowindow-highlight {
  font-weight: bold;
}

.list.of-bikes {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 1em auto;
  max-width: 640px;
  text-align: left;
}
.list.of-bikes .list-item td:last-child {
  color: #ed3c95;
  white-space: nowrap;
}
.list.of-bikes .list-item th,
.list.of-bikes .list-item td {
  display: inline;
  margin-right: 0.25em;
  padding: 0 0.4em;
}
@media (min-width: 480px) {
  .list.of-bikes .list-item th,
.list.of-bikes .list-item td {
    border-bottom: solid 1px #eee;
    display: table-cell;
  }
}

.note {
  background: #eee;
  border: solid 1px #ddd;
  border-radius: 4px;
  margin: 10px 0;
  padding: 8px;
}
.note a {
  display: inline-block;
  padding: 4px 8px;
}

.rackhead-type {
  color: #ed3c95;
  font-size: 0.8em;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}
.rackhead-name {
  font-size: 2.5em;
  margin: 20px 0 10px 0;
}

.returnMap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 50vh;
  position: relative;
}

.seclist {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
  text-align: left;
}
.seclist .seclist {
  display: block;
  font-size: 0.9em;
}
.seclist-separator {
  height: 15px;
  list-style-type: none;
}
.seclist-title {
  font-weight: bold;
}

.section {
  margin: 15px auto;
  max-width: 640px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
}
.section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.section + .section:before {
  border-top: 1px solid #b3b3b3;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
.section-text {
  margin: 0 0 12px 0;
}
.section-fullwidth {
  margin-left: -15px;
  margin-right: -15px;
}
.section-notopspace {
  margin-top: -45px;
}
.section-form {
  text-align: center;
}
.section-form input.text {
  display: inline-block;
}
.section-form input[type=text],
.section-form input[type=email],
.section-form input[type=number],
.section-form input[type=password],
.section-form input.text,
.section-form select,
.section-form textarea {
  border: solid 1px #ccc;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0.4em 1em 0.35em;
  width: 100%;
}
.section-form .button {
  -webkit-appearance: none;
  background: #ed3c95;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0.4em 1em 0.35em;
  text-decoration: inherit;
}
.section-form form table {
  width: 100%;
}
.section-form form table th, .section-form form table td {
  display: block;
}
.section-form form table .error {
  color: #e00;
  font-weight: bold;
}
@media (min-width: 640px) {
  .section-form form table th, .section-form form table td {
    display: table-cell;
  }
}

.sectitle {
  font-size: 1.5em;
  margin: 0 0 15px 0;
}

.app {
  overflow: hidden;
}
.app-header {
  height: 78px;
  padding: 15px;
  position: relative;
}
.app-header-toggle {
  bottom: 0;
  cursor: pointer;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 6px;
}
.app-header-link {
  display: inline-block;
}
.app-header-link-arrow {
  display: none;
}
.app-header-link-logo {
  height: 48px;
  margin-right: 10px;
  width: 48px;
}
.app-header-link span {
  color: #000;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.app-header-link:hover {
  text-decoration: none;
}
.app-aside {
  background-color: #fff;
}
.app-main {
  min-height: calc(100vh - 78px);
  position: relative;
}
.app-content {
  max-width: 760px;
  padding: 25px 15px 25px 25px;
}
.app-content img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .app-header {
    background-color: #fff;
    text-align: center;
  }
  .app-aside {
    left: 0;
    min-height: calc(100vh - 78px);
    position: absolute;
    top: 78px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    width: 100%;
    z-index: 100;
  }
  .app-main {
    background-color: #fff;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
  }
  .app.is-active .app-aside {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .app.is-active .app-main {
    max-height: calc(100vh - 78px);
    overflow: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 991px) and (min-width: 600px) {
  .app-aside {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    width: 320px;
  }
  .app.is-active .app-aside {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .app.is-active .app-main {
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
}
@media (min-width: 768px) {
  .app-content {
    padding-left: 60px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .app-header {
    position: absolute;
  }
  .app-header-toggle {
    display: none;
  }
  .app-header-link-arrow {
    display: inline-block;
    height: 12px;
    margin-right: 20px;
    stroke: #ed3c95;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 13px;
  }
  .app-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
  .app-aside {
    width: 30%;
  }
  .app-aside, .app-content {
    padding-top: 135px;
  }
  .app-content {
    padding-left: 80px;
    padding-right: 60px;
  }
  .app-main {
    width: 70%;
  }
}

.hidden {
  display: none;
}

.pull-right {
  float: right;
}

.city-picker {
  font-size: 20px;
  text-align: center;
}
.city-picker select {
  font-size: 20px;
  outline: none;
}

.faq {
  margin-bottom: 60px;
}
.faq-title {
  color: #000;
  font-family: "Avenir Next W02", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
  margin: 20px 0 70px 0;
  margin-bottom: 35px;
  text-align: center;
  width: 100%;
}
.faq-side {
  background-color: #fff;
  margin-bottom: 60px;
}
.faq-nav {
  padding: 30px 0;
}
.faq-nav-itm {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  list-style: none;
  margin-bottom: 1em;
}
.faq-nav-itm a {
  color: inherit;
}
.faq-nav-itm.is-active {
  border-left: 4px solid #006ce9;
  font-weight: 600;
  padding-left: 16px;
}
.faq-content {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.81;
}
.faq-content h2, .faq-content h3, .faq-content h4 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.faq-content p {
  margin-bottom: 2em;
}
.faq-label {
  background-color: #fff;
  border: 1px solid #e75c9f;
  border-radius: 100px;
  color: #e75c9f;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0 8px;
  vertical-align: text-bottom;
}
.faq-smaller {
  font-size: 16px;
}
@media (min-width: 768px) {
  .faq {
    margin-bottom: 120px;
  }
  .faq-title {
    font-size: 50px;
  }
  .faq-title--platforms {
    margin: 30px auto 15px;
  }
  .faq-nav {
    margin-left: auto;
    max-width: 300px;
    padding: 0 0 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
  }
  .faq-nav ul {
    padding-left: 0;
  }
  .faq-side {
    margin-bottom: 0;
  }
  .faq-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-content-inner {
    max-width: 750px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .faq-content {
    padding-left: 80px;
    padding-right: 60px;
  }
  .faq-label {
    font-size: 14px;
  }
}

.faq-section {
  background: #fff;
  padding: 40px 20px;
}

.faq-inner {
  margin: 0 auto;
  max-width: 700px;
}

.faq-search {
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 15px 15px;
  width: 100%;
}

.faq-item {
  background: #f5f5f5;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 0 25px 25px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-item:after {
  color: #c8c8c8;
  content: "+";
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 15px;
  width: 40px;
}
.faq-item.visible {
  margin-bottom: 30px;
  margin-top: 10px;
}
.faq-item.visible .faq-item-content {
  display: block;
}
.faq-item.visible:after {
  content: "\2013";
  top: 12px;
}
.faq-item:hover {
  -webkit-box-shadow: 10px 2px 34px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 2px 34px rgba(0, 0, 0, 0.3);
}
.faq-item p {
  font-size: 16px;
}

.faq-item-title {
  padding-top: 25px;
}
.faq-item-title h3 {
  position: relative;
  z-index: 10;
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  padding: 0 30px 0 0;
  text-transform: none;
}

.faq-item-content {
  display: none;
  padding-top: 20px;
}
.faq-item-content p:last-child {
  margin-bottom: 0;
}

.faq-contact-title {
  margin: 80px auto 8px;
}

.howItWorks-intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
  text-align: center;
}
.howItWorks-intro a {
  color: #292b2c;
}
.howItWorks-video {
  margin-bottom: 35px;
}
.howItWorks-steps {
  margin: 0 auto;
  max-width: 1000px;
}
.howItWorks-steps .col-sm-4 {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .howItWorks-steps .col-sm-4 {
    margin-bottom: 0;
  }
}
.howItWorks-title {
  font-size: 20px;
  text-transform: none;
}
.howItWorks-title span {
  left: -2px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .howItWorks-title {
    margin-left: -25px;
  }
}
.howItWorks-tip {
  font-size: 18px;
  margin-top: 35px;
  text-align: center;
}
.howItWorks .img-responsive {
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
}
.howItWorks .video-responsive {
  background: #fff;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.howItWorks .video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.howItWorks .video-responsive .video-caption {
  color: #fff;
  font-size: 110%;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: #000 0 0 3px;
  top: 10px;
  width: 90%;
  z-index: 600;
}
@media (min-width: 480px) {
  .howItWorks .video-responsive .video-caption {
    font-size: 125%;
    top: 30px;
  }
}
.howItWorks .faq-content {
  font-size: 24px;
  font-size: 20px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-bottom: 16px;
  margin-top: 30px;
  margin-top: 20px;
  text-transform: none;
}
.howItWorks .faq-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .howItWorks .faq-title {
    font-size: 36px;
  }
}

.pricing {
  background: #fff;
  margin-bottom: 50px;
  padding: 30px 10px;
  text-align: center;
}
@media (min-width: 480px) {
  .pricing {
    padding: 30px;
  }
}
.pricing-content {
  margin: 0 auto;
  max-width: 480px;
}
.pricing-box {
  background: #fff;
  -webkit-box-shadow: 2px 2px 44px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 44px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 30px;
  text-align: left;
}
.pricing-box a {
  color: #292b2c;
  text-decoration: underline;
}
.pricing-box a.pricing-sponsor {
  color: #1ebfd2;
  float: right;
  text-align: center;
  text-decoration: none;
}
.pricing-box a.pricing-sponsor img {
  width: 35px;
}
@media (min-width: 480px) {
  .pricing-box a.pricing-sponsor img {
    width: 50px;
  }
}
.pricing-box a.pricing-sponsor span {
  display: block;
  font-size: 16px;
  padding-bottom: 8px;
}
.pricing-boxInverted {
  background: #fff;
  font-size: 90%;
  margin: 0 auto 50px;
  max-width: 480px;
  padding: 10px;
  text-align: left;
}
@media (min-width: 480px) {
  .pricing-boxInverted {
    font-size: 100%;
    padding: 20px 30px;
  }
}
.pricing-boxInverted p:last-child {
  margin-bottom: 0;
}
.pricing-tarif {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 480px) {
  .pricing-tarif {
    font-size: 24px;
  }
}
.pricing-price {
  display: inline-block;
  font-size: 26px;
}
@media (min-width: 480px) {
  .pricing-price {
    font-size: 32px;
  }
}
.pricing-price .price-per-month {
  font-size: 80%;
  font-weight: 500;
  letter-spacing: -1px;
}
.pricing-tarifInfo {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 480px) {
  .pricing-tarifInfo {
    font-size: 16px;
  }
}
.pricing-note {
  margin: -10px auto 20px;
  text-align: center;
}
.pricing-note a {
  color: #292b2c;
  text-decoration: underline;
}
.pricing-noteBottom {
  margin-top: 10px;
  text-align: center;
}
.pricing-noteBottom p {
  margin: 0;
}
.pricing-switcher {
  border: #eee 2px solid;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 30px;
}
.pricing-switcher .option {
  background: #fff;
  border-right: #eee 1px solid;
  display: inline-block;
  font-size: 13px;
  padding: 8px 9px;
}
@media (min-width: 400px) {
  .pricing-switcher .option {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.pricing-switcher .option.active {
  background: #ed3c95;
  color: #fff;
  font-weight: 500;
}
.pricing-switcher .option:last-child {
  border-right: 0;
}
.pricing-switcher .option:hover {
  cursor: pointer;
  text-decoration: underline;
}
.pricing-extra {
  padding: 50px 20px 0;
  text-align: center;
}
.pricing-extra h3 {
  text-transform: none;
}
.pricing-paymentInfo {
  text-align: center;
}
.pricing-paymentInfo svg {
  position: relative;
  top: -2px;
}
.pricing-paymentInfo a {
  color: #292b2c;
}

.picker {
  left: 10px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 100%;
  z-index: 500;
}
.picker-select {
  font-size: 130%;
  margin-right: 8px;
}

.zone-icon {
  background: #ffdff1;
  border: #ed3c95 2px solid;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  width: 20px;
}

.info-15mins {
  background: rgba(255, 255, 255, 0.85);
  color: #05a9c3;
  display: inline-block;
  margin: 2px;
  padding: 1px 5px;
}

.info-message {
  background: #d9edf7;
  -webkit-box-shadow: 2px 2px 44px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 44px rgba(0, 0, 0, 0.2);
  color: #31708f;
  font-size: 90%;
  left: 50%;
  max-width: 660px;
  padding: 12px 20px;
  position: absolute;
  text-align: center;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2000;
}
@media (min-width: 480px) {
  .info-message {
    font-size: 100%;
    top: 50px;
  }
}

.map-container, .map {
  background: #eee;
  min-height: 500px;
  position: relative;
}
@media (min-width: 768px) {
  .map-container, .map {
    min-height: 600px;
  }
}

.smaller-space {
  margin-bottom: 50px;
}

.reasonsToBike {
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}
.reasonsToBike-box {
  padding: 0 20px 25px 20px;
}
.reasonsToBike-quote {
  font-size: 18px;
  font-style: italic;
  padding: 10px 0;
}
.reasonsToBike h3 {
  font-size: 24px;
  margin-top: 65px;
  text-transform: none;
}
.reasonsToBike p {
  font-size: 18px;
}
.reasonsToBike svg {
  position: relative;
  top: 5px;
}
@media (min-width: 768px) {
  .reasonsToBike-quote {
    font-size: 20px;
  }
  .reasonsToBike h3 {
    font-size: 28px;
    margin-left: -35px;
  }
  .reasonsToBike p {
    font-size: 20px;
  }
}

.appsBlock {
  margin: 80px auto;
  padding: 0;
  text-align: center;
}
.appsBlock h3 {
  margin-bottom: 10px;
  text-transform: none;
}
.appsBlock p {
  margin: 10px auto 0;
}

.nextBlock {
  margin-bottom: 80px;
  padding: 0 20px;
  text-align: center;
}
.nextBlock .btn + .btn {
  margin-left: 5px;
}

.platforms {
  background: #fff;
  padding: 20px 20px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .platforms {
    padding-bottom: 80px;
  }
}
.platforms-info {
  padding: 0 0 20px;
  text-align: center;
}
.platforms-box {
  background: #fff;
  -webkit-box-shadow: 2px 2px 44px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 44px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 500px;
  padding: 30px;
}
.platforms .h4 {
  text-transform: none;
}
.platforms .fb-send-to-messenger {
  width: 194px;
}
.platforms-buttons {
  padding: 6px 0 0;
}
.platforms .btn-platform {
  background: #006ce9;
  color: #fff;
  margin-right: 5px;
  padding: 0.6rem 1.5rem;
}
.platforms .btn-platform:hover {
  background: #005ecc;
  color: #fff;
}
.platforms .btn-platform--outline {
  background: #fff;
  border: #006ce9 2px solid;
  color: #006ce9;
  padding: 0.6rem 1.5rem;
}
.platforms .btn-platform--outline:hover {
  border-color: #005ecc;
  color: #005ecc;
}

.get-started .homejumbo-button {
  display: inline-block;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .get-started .homejumbo-button {
    margin-bottom: 0;
  }
}

.bot-video {
  height: auto;
  left: 20px;
  position: absolute;
  top: -155pxpx;
}
@media (min-width: 360px) {
  .bot-video {
    left: auto;
    right: 107px;
    top: -95px;
  }
}
@media (min-width: 400px) {
  .bot-video {
    top: -35px;
  }
}
@media (min-width: 768px) {
  .bot-video {
    top: 65px;
  }
}

.bot-video img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px;
  max-width: 209px;
}

.bot-background {
  background: #f8f8f8 left -95px no-repeat;
  overflow: hidden;
  position: relative;
}
@media (min-width: 400px) {
  .bot-background {
    background: #f8f8f8 right -95px no-repeat;
  }
}
@media (min-width: 768px) {
  .bot-background {
    background-position: right 0;
  }
}

.homepageComp {
  margin-bottom: 45px;
  position: relative;
}
.homepageComp-header {
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .homepageComp-header .siteHeader.view-bgimage::before {
    height: 74px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
  }
  .homepageComp-header .siteLogo {
    position: relative;
    z-index: 10;
    top: -7px;
  }
}
.homepageComp-inner {
  margin: auto;
  max-width: 1280px;
}
.homepageComp-jumbo {
  margin: 0 5px 20px;
  position: relative;
  z-index: 2;
}
.homepageComp-apps {
  position: relative;
  z-index: 3;
}
@media (min-width: 360px) {
  .homepageComp-jumbo {
    margin: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  .homepageComp-header {
    margin-bottom: 45px;
  }
  .homepageComp-jumbo {
    bottom: 100px;
    margin: 0 20px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .homepageComp {
    margin-bottom: 0;
  }
  .homepageComp-header {
    margin-bottom: 0;
  }
  .homepageComp-inner {
    padding-bottom: 90px;
    position: relative;
  }
  .homepageComp-jumbo {
    bottom: 0;
  }
  .homepageComp-apps {
    bottom: 0;
    position: absolute;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .homepageComp {
    padding-bottom: 0;
  }
  .homepageComp-inner {
    padding-bottom: 55px;
  }
}
@media (min-width: 1400px) {
  .homepageComp-jumbo {
    margin-left: -20px;
  }
}

.layout {
  display: block;
  margin: 30px auto;
  max-width: 45em;
}

.fbSign {
  text-align: center;
  margin-top: 10px;
}

.registration-body {
  background: url(/assets/img/registration-bg.0bcb9ecf.jpg) no-repeat top center #3a3839;
  background-size: 100% auto;
}
.registration-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration-container .shape-logo-text {
  stroke: white;
  margin-left: 5px;
}
.registration-logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.registration-content {
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  min-height: 30px;
}
.registration-content .form-submit {
  width: 100%;
  font-size: 18px;
}
.registration-bottom {
  margin-bottom: 15px;
}
.registration-bottom, .registration-bottom a {
  color: #fff;
}
@media (min-width: 750px) {
  .registration-body {
    background-image: none;
  }
}

.site {
  background: #fff;
  position: relative;
  z-index: 10;
}
.site-appendix {
  position: relative;
  z-index: 0;
}
@media (min-width: 1000px) {
  .site-appendix {
    height: 275px;
  }
}
.view-menuFixed .site-main {
  margin-top: -88px;
}

/*# sourceMappingURL=front.bfb2b4f1.css.map*/