/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h1 {
  font-size: 6rem;
  line-height: 6.4rem;
}

h4 {
  font-size: 20px;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #312C3D;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #00AA4E;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 50px;
}

.pageAlign2 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 1700px;
  padding: 0 50px;
}

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

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: 'Jaldi', sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #312C3D;
  font-size: 18px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.6;
}

::-moz-selection {
  background: #00AA4E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #00AA4E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #00AA4E;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  background-color: #00AA4E;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}

.responsive-nav button {
  background: none;
  border: none;
  position: relative;
  height: 51px;
  width: 51px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.responsive-nav button:hover .line {
  background: #fff;
}

.line {
  position: absolute;
  height: 1px;
  width: 25px;
  background: #fff;
  left: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 17px;
}

.line-m {
  top: 25px;
}

.line-b {
  top: 33px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.menu-on .line {
  top: 24px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.grecaptcha-badge {
  display: none !important;
}

body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-content .normal-content:first-child {
  padding: 200px 0 10rem 0;
}

a.btn {
  background: #00AA4E;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 5px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn:hover {
  background: #312C3D;
}

.logo {
  display: block;
  min-width: 140px;
  min-height: 140px;
  border-radius: 100%;
  background: #00AA4E url(../images/logo.svg) no-repeat center center;
  background-size: 93% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

body.home header #main-nav li:hover a {
  color: #00AA4E;
}

body.home header #main-nav li a {
  color: #fff;
}

header {
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 71px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.scrolling-header {
  padding: 10px 0;
  background: red;
  background: rgba(217, 224, 33, 0.9);
  background: rgba(0, 170, 78, 0.5);
  background: rgba(49, 44, 61, 0.9);
}

header.scrolling-header .logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

header.scrolling-header #main-nav li a {
  color: #fff;
}

header.inverted {
  background: transparent;
}

header.inverted .logo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

header.inverted #main-nav {
  opacity: 0;
}

header.inverted .socials {
  opacity: 1;
  visibility: visible;
}

header.inverted .responsive-nav {
  background: #312C3D !important;
}

header.inverted .language-switcher {
  background: #312C3D;
}

header.inverted .language-switcher:before {
  background: #312C3D;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .logo {
  margin-left: 10vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto auto auto 5vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

header .socials .social {
  width: 35px;
  height: 35px;
  background-color: #fff !important;
  background-size: 60% 60% !important;
  border-radius: 100%;
  display: block;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .socials .social:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

header .socials .social.instagram {
  background: url(../images/icon-instagram.svg) no-repeat center center;
}

header .socials .social.facebook {
  background: url(../images/icon-facebook.svg) no-repeat center center;
  background-position: bottom center;
  background-size: 40% !important;
}

header #main-nav {
  margin-left: auto;
  text-transform: uppercase;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

header #main-nav ul {
  margin: 0;
  padding: 0;
}

header #main-nav ul li {
  display: inline-block;
}

header #main-nav ul li a {
  display: block;
  padding: 10px 20px;
}

header .language-switcher {
  height: 51px;
  background: #00AA4E;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
  margin-left: 5vw;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .language-switcher.active {
  cursor: default;
}

header .language-switcher.active .languages {
  width: auto;
}

header .language-switcher .languages {
  overflow: hidden;
  width: 0;
}

header .language-switcher:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 51px;
  background: #00AA4E;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .language-switcher:after {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 51px;
  background: url(../images/icon-globe.svg) no-repeat center center;
  background-size: 60%;
}

header .language-switcher a {
  color: #fff;
}

.full-screen-menu {
  background: #6DC537 url(../images/menu-image.jpg) no-repeat top left;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 250px;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0.25, 0.74, 0.58);
  transition: all 0.7s cubic-bezier(0.15, 0.25, 0.74, 0.58);
}

.full-screen-menu.expand {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
}

.full-screen-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6DC537;
  opacity: 0.8;
}

.full-screen-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/menu-pattern.svg) repeat-x;
  background-size: auto 100%;
  height: 22px;
  z-index: 1;
}

.full-screen-menu nav {
  position: relative;
  z-index: 2;
}

.full-screen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.full-screen-menu ul li {
  font-size: 5rem;
}

.full-screen-menu ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
}

.full-screen-menu ul li a:hover {
  color: #312C3D;
}

.hero {
  background: url(../images/menu-image.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.15;
}

.hero .wrapper {
  position: relative;
  z-index: 2;
}

.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero .container .content {
  margin-left: auto;
  width: 980px;
  padding-right: 550px;
  height: 610px;
  margin-top: 200px;
  background: url(../images/hero-content.png) no-repeat top right;
}

.hero .container .content h1 {
  font-weight: 700;
  margin: 0;
}

.hero .container .content h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

.hero .columns-bottom {
  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;
}

.hero .columns-bottom .col {
  text-align: center;
  font-size: 25px;
  padding: 50px;
}

.hero .columns-bottom .col .icon {
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .columns-bottom .col .icon img {
  width: 150px;
}

.hero .columns-bottom .col span {
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hero .columns-bottom .col .counter {
  font-size: 11rem;
  font-weight: 700;
  line-height: 1;
}

.simple-one-column {
  background: #fff;
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}

.simple-one-column:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  background: url(../images/pattern-lines-gray.svg) repeat;
  background-size: 10px auto;
  mix-blend-mode: darken;
}

.simple-one-column .content {
  font-size: 25px;
  width: 700px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.simple-one-column .content p {
  letter-spacing: 2px;
}

.simple-one-column .content h2 {
  font-size: 6rem;
  color: #00AA4E;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.simple-title {
  padding: 200px 0 0rem 0;
  background: #fff;
}

.map-import {
  background: #EFF2DD;
  text-align: center;
}

.bike-chain {
  background: #efeef0;
  padding: 200px 0 0 0;
}

.bike-chain .title h1 {
  color: #000;
}

.bike-chain .title h1 strong {
  font-weight: 700;
  color: #00AA4E;
}

.bike-chain .map {
  margin-top: -110px;
  position: relative;
}

.bike-chain .map .map-align {
  position: relative;
}

.bike-chain .map .map-align .marker {
  position: absolute;
  height: 0;
  width: 0;
  z-index: 50;
}

.bike-chain .map .map-align .marker:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
}

.bike-chain .map .map-align .marker:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.bike-chain .map .map-align .marker .label {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 14px 0 0 0;
  background: #312C3D;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 25px;
  border-radius: 50px;
  white-space: nowrap;
}

.bike-chain .map .map-align .marker .label.label-right {
  top: 50%;
  left: 100%;
  margin: 0 0 0 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bike-chain .map .map-align .marker .label.label-left {
  top: 50%;
  left: auto;
  right: 100%;
  margin: 0 14px 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bike-chain .map .map-align .marker .label.label-top {
  bottom: 100%;
  top: auto;
  left: 50%;
  margin: 0 0 14px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bike-chain .map .map-align .marker .label.label-bottom {
  top: 100%;
  left: 50%;
  margin: 14px 0 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bike-chain .map img {
  position: relative;
  z-index: 2;
}

.bike-chain .map:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: #fff;
}

.bike-chain .content {
  background: #fff;
  padding-bottom: 50px;
}

.bike-chain .content .block {
  padding: 20px 0;
  border-bottom: 2px solid #00AA4E;
}

.bike-chain .content .block:last-child {
  border-bottom: none;
}

.bike-chain .content .block .block-content {
  display: none;
}

.bike-chain .content .block h2,
.bike-chain .content .block h4 {
  font-weight: 700;
  margin: 0;
}

.bike-chain .content .block h4 {
  color: #000;
  font-size: 24px;
}

.bike-chain .content .block h2 {
  margin-top: -10px;
  font-size: 24px;
  line-height: normal;
  color: #00AA4E;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.bike-chain .content .block h2.active:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.bike-chain .content .block h2:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bike-chain .content a {
  word-wrap: break-word;
  line-height: 12px;
}

.bike-chain .content p {
  margin: 10px 0 0 0;
}

.bike-chain ul.list,
.bike-chain ol.list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
  background: url(../images/icon-list.svg) no-repeat center left;
  background-size: 26px auto;
}

.logos-map {
  background: #fff;
  padding: 6rem 0;
}

.logos-map .container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos-map .container img {
  max-height: 70px;
  min-height: 50px;
  max-width: none;
  height: 100%;
  width: auto;
  margin: 15px;
}

.logos-map-bottom {
  background: #fff;
  padding: 6rem 0;
}

.logos-map-bottom .container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos-map-bottom .container img {
  width: auto;
  max-width: none;
  height: 100px;
  margin-right: 25px;
}

.simple-two-column {
  background: #efeef0;
  padding: 200px 0 10rem 0;
  position: relative;
  z-index: 2;
  font-size: 25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.simple-two-column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
}

.simple-two-column .container .column {
  width: 50%;
  padding: 50px;
}

.simple-two-column p {
  letter-spacing: 2px;
}

.simple-two-column h1 {
  margin: 0 0 5rem 0;
}

.simple-two-column h2 {
  font-size: 6rem;
  color: #00AA4E;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.simple-one-column-image {
  background: #fff no-repeat center center;
  background-size: cover;
  padding: 15rem 0;
  color: #fff;
}

.simple-one-column-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.simple-one-column-image .content {
  font-size: 25px;
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.simple-one-column-image .content p {
  letter-spacing: 2px;
}

.simple-one-column-image .content h2 {
  font-size: 6rem;
  color: #00AA4E;
  font-weight: 700;
  margin: 0;
}

.bike-slider {
  background: #efeef0;
  overflow: hidden;
  padding-top: 5rem;
}

.bike-slider .title {
  font-size: 10rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.bike-slider .title span {
  display: block;
}

.bike-slider .title p {
  line-height: 1;
  margin: 0;
}

.bike-slider .slider-wrapper {
  margin-top: -25rem;
  position: relative;
}

.bike-slider .arrows {
  position: absolute;
  width: 55vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.bike-slider .arrows div {
  width: 50px;
  height: 50px;
  background: #00AA4E url(../images/icon-slider.svg) no-repeat center center;
  border-radius: 100%;
  background-size: 35%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -25px;
}

.bike-slider .arrows div:hover {
  background-color: #312C3D;
}

.bike-slider .arrows div:last-child {
  float: right;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 0;
  margin-right: -25px;
}

.bike-slider .slide {
  width: 55vw;
  position: relative;
}

.bike-slider .slide.slick-center .content {
  opacity: 1;
}

.bike-slider .slide .content {
  position: absolute;
  top: 6vw;
  right: 7vw;
  width: 30%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.bike-slider .slide .content.content-right {
  right: auto;
  left: 12vw;
}

.bike-slider .slide .content p:first-child {
  margin: 0;
}

.bike-slider .slide .content h3 {
  font-weight: 700;
  color: #00AA4E;
  margin: 0;
  text-transform: uppercase;
}

.bike-slider .slide .content p {
  line-height: 20px;
}

.bike-slider .slide .content img {
  width: 70px;
}

.bike-slider .slide .image {
  background: #fff;
  border-radius: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.bike-slider .slide .image .image-align {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bike-slider .slide .image .image-align img {
  padding-top: 10%;
  max-width: 80%;
  max-height: 80%;
}

body.home .coverage {
  margin-top: -13vw;
}

.coverage {
  background: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

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

.coverage .top .container {
  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;
}

.coverage .top .title {
  color: #00AA4E;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 50px 0;
  width: 100%;
}

.coverage .top ul {
  list-style: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;
}

.coverage .top ul li {
  width: 250px;
  max-width: 100%;
  margin: 0 40px 20px 40px;
  cursor: pointer;
}

.coverage .top ul li span {
  display: none;
}

.coverage .top ul li.active {
  color: #00AA4E;
}

.coverage .top ul li:hover {
  color: #00AA4E;
}

.coverage .top ul li.big {
  font-size: 42px;
  color: #00AA4E;
}

.counters {
  background: #fff;
}

.counters .container {
  position: relative;
  border-top: 1px solid #00AA4E;
  position: relative;
  padding-top: 50px;
}

.counters .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 50px;
  background: #00AA4E;
}

.counters .wrapper {
  background: #d6de23;
  background: -webkit-gradient(linear, left bottom, left top, from(#5bc03c), to(#00aa4e));
  background: linear-gradient(0deg, #5bc03c 0%, #00aa4e 100%);
  width: 700px;
  max-width: 100%;
  border-radius: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 40px;
}

.counters .wrapper .counter {
  width: 33.3333%;
  text-align: center;
}

.counters .wrapper .counter .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.counters .wrapper .counter .icon img {
  width: 100%;
}

.counters .wrapper .counter .number {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.counters .wrapper .counter .label {
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.home .circle-content {
  margin-bottom: 0;
}

.circle-content {
  overflow: hidden;
  position: relative;
  min-height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background: #fff;
}

.circle-content .image {
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: 0;
  right: -10vw;
}

.circle-content .image .image-wrapper {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.circle-content .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}

.circle-content .image .icon {
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: 10%;
  right: 100%;
  margin-right: -5vw;
  text-align: center;
  line-height: 20vw;
  font-size: 10rem;
  font-weight: 700;
  color: #00AA4E;
}

.circle-content .image .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/arrow-spinning.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: arrowSpin 15s infinite linear;
          animation: arrowSpin 15s infinite linear;
}

@-webkit-keyframes arrowSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes arrowSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.circle-content .content {
  width: 50%;
}

.circle-content .content h2 {
  color: #00AA4E;
  font-weight: 700;
  font-size: 6rem;
  margin: 0;
  line-height: 1;
}

.circle-content .content p {
  letter-spacing: 2px;
  font-size: 25px;
}

.for-who {
  position: relative;
  margin: 10rem 0 20rem 0;
}

.for-who .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  background: no-repeat top center;
  background-size: cover;
}

.for-who .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  background: white;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.for-who .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.for-who .container .wrapper {
  width: 50%;
  position: relative;
  color: #fff;
  padding: 40px;
}

.for-who .container .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d6de23;
  background: -webkit-gradient(linear, left top, left bottom, from(#83ca34), to(#00aa4e));
  background: linear-gradient(180deg, #83ca34 0%, #00aa4e 100%);
  border-radius: 40px;
  opacity: 0.9;
}

.for-who .container .wrapper * {
  position: relative;
  z-index: 2;
}

.for-who .container .wrapper h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: 700;
}

.contact-us {
  background: #d6de23;
  background: -webkit-gradient(linear, left top, left bottom, from(#83ca34), to(#00aa4e));
  background: linear-gradient(180deg, #83ca34 0%, #00aa4e 100%);
  color: #fff;
  padding: 10rem 0;
}

.contact-us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-us .container .left {
  width: 50%;
}

.contact-us .container .left h2 {
  font-size: 10rem;
  line-height: 1;
  margin: 0;
  color: #D9E021;
  opacity: 0.5;
}

.contact-us .container .left p {
  letter-spacing: 2px;
  font-size: 25px;
}

.contact-us .container .left .icon-spinning {
  position: relative;
  width: 10vw;
  height: 10vw;
  background: no-repeat center center;
  background-size: 50%;
}

.contact-us .container .left .icon-spinning:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/arrow-spinning2.svg) no-repeat center center;
  background-size: contain;
  -webkit-animation: arrowSpin 15s infinite linear;
          animation: arrowSpin 15s infinite linear;
}

.contact-us .container .right {
  width: 50%;
  background: #d6de23;
  background: -webkit-gradient(linear, left bottom, left top, from(#83ca34), to(#00aa4e));
  background: linear-gradient(0deg, #83ca34 0%, #00aa4e 100%);
  border-radius: 40px;
  padding: 20px;
}

.contact-us .container .right form {
  margin: 0;
  padding: 0;
}

.contact-us .container .right form p {
  margin: 0;
}

.contact-us .container .right .wpcf7-spinner {
  display: none !important;
}

.contact-us .container .right .wpcf7-not-valid-tip {
  display: none !important;
}

.contact-us .container .right .wpcf7-response-output {
  background: #312C3D !important;
  border-radius: 30px;
  border: none !important;
}

.contact-us .container .right input {
  width: 100%;
  display: block;
  text-align: center;
  background: #fff;
  border: none;
  padding: 10px;
  border-radius: 30px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
}

.contact-us .container .right input.wpcf7-not-valid {
  border: 1px solid red;
}

.contact-us .container .right input::-webkit-input-placeholder {
  color: #000;
}

.contact-us .container .right input:-ms-input-placeholder {
  color: #000;
}

.contact-us .container .right input::-ms-input-placeholder {
  color: #000;
}

.contact-us .container .right input::placeholder {
  color: #000;
}

.contact-us .container .right textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 500px;
  border: none;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 20px;
}

.contact-us .container .right textarea.wpcf7-not-valid {
  border: 1px solid red;
}

.contact-us .container .right textarea::-webkit-input-placeholder {
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}

.contact-us .container .right textarea:-ms-input-placeholder {
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}

.contact-us .container .right textarea::-ms-input-placeholder {
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}

.contact-us .container .right textarea::placeholder {
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}

.contact-us .container .right .checkbox {
  position: relative;
  margin-bottom: 10px;
}

.contact-us .container .right .checkbox .wpcf7-not-valid .wpcf7-list-item-label:before {
  border: 1px solid red;
}

.contact-us .container .right .checkbox input {
  display: none;
}

.contact-us .container .right .checkbox .wpcf7-list-item-label {
  padding-left: 40px;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #312C3D;
}

.contact-us .container .right .checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
}

.contact-us .container .right .checkbox .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff url(../images/icon-checkmark.svg) no-repeat center center;
  background-size: 50%;
  opacity: 0;
}

.contact-us .container .right .checkbox input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.contact-us .container .right input[type="submit"] {
  background: #00AA4E;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.contact-us .container .right input[type="submit"]:hover {
  background-color: #312C3D;
}

.properties {
  background: #fff;
  position: relative;
  margin-top: -10vw;
  z-index: 3;
}

.properties .content {
  width: 50%;
  max-width: 100%;
  padding: 10rem 0;
}

.properties .content .property {
  border-top: 1px solid #00AA4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.properties .content .property:last-child {
  border-bottom: 1px solid #00AA4E;
}

.properties .content .left {
  font-size: 67px;
  color: #B2C935;
  min-width: 50px;
  color: transparent;
  position: relative;
}

.properties .content .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #B2C935;
}

.properties .content p {
  font-size: 20px;
}

.full-width-image {
  background: no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  height: 65vh;
  position: relative;
}

.full-width-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  height: 400px;
  background: url(../images/pattern-lines-gray.svg) repeat;
  background-size: 10px auto;
  mix-blend-mode: darken;
  pointer-events: none;
}

.normal-content {
  padding: 10rem 0;
}

.normal-content h2 {
  color: #00AA4E;
  font-size: 7rem;
  line-height: 1.5;
}

.normal-content h3 {
  margin: 30px 0 0 0;
  font-size: 3rem;
}

footer {
  background: #312C3D;
  color: #fff;
  padding: 30px 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #00AA4E;
}

footer .logo {
  width: 90px;
  height: 90px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .left {
  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-bottom: auto;
}

footer .left .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
}

footer .left .socials .social {
  width: 35px;
  height: 35px;
  background-color: #fff !important;
  background-size: 60% 60% !important;
  border-radius: 100%;
  display: block;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .left .socials .social:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

footer .left .socials .social.instagram {
  background: url(../images/icon-instagram.svg) no-repeat center center;
}

footer .left .socials .social.facebook {
  background: url(../images/icon-facebook.svg) no-repeat center center;
  background-position: bottom center;
  background-size: 40% !important;
}

footer .middle {
  margin: 0 auto;
}

footer .middle ul {
  margin: 0;
  padding: 0;
}

footer .middle ul li {
  font-size: 6rem;
  line-height: 1.5;
}

footer .middle ul li a {
  color: #00AA4E;
  font-weight: 400;
}

footer .middle ul li a:hover {
  color: #fff;
}

footer .middle ul li:nth-last-child(-n+2) {
  font-size: 18px;
  text-transform: uppercase;
}

footer .middle ul li:nth-last-child(-n+2) a {
  color: #fff;
  font-weight: 700;
}

footer .middle ul li:nth-last-child(-n+2) a:hover {
  color: #00AA4E;
}

footer .right {
  margin-left: auto;
}

@media only screen and (max-width: 1700px) {
  .bike-slider .slider-wrapper {
    margin-top: -10vw;
  }
  .bike-slider .slide .content {
    top: 2vw;
    right: 8vw !important;
    left: 8vw !important;
    width: auto;
    text-align: center;
  }
  .bike-slider .slide .content img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1400px) {
  .bike-slider .slide {
    width: 80vw;
  }
  .bike-slider .slide .content {
    top: 2vw;
    right: 20vw !important;
    left: 20vw !important;
  }
  .bike-slider .arrows {
    width: 80vw;
  }
}

@media only screen and (max-width: 1200px) {
  header #main-nav {
    display: none;
  }
  .simple-one-column-image {
    position: relative;
  }
  .simple-one-column-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
  }
  .properties .content {
    width: auto;
  }
  .bike-chain .map {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 45%;
  }
  .hero .container .content {
    padding-right: 0;
    background-size: 600px auto;
    background-position: bottom center;
    height: 650px;
  }
  .coverage .top ul {
    -webkit-columns: 2;
            columns: 2;
  }
  .simple-one-column-image .content {
    width: auto;
  }
  .bike-slider .slide {
    width: 90vw;
  }
  .bike-slider .slide .content {
    top: 2vw;
    right: 13vw !important;
    left: 13vw !important;
  }
  .bike-slider .arrows {
    width: 90vw;
  }
}

@media only screen and (max-width: 800px) {
  .pageAlignFluid, .pageAlign, .pageAlign2 {
    padding: 0 13px;
  }
  html {
    font-size: 35%;
  }
  header {
    padding: 15px 0;
  }
  header.scrolling-header {
    padding: 15px 0;
    background: transparent;
  }
  header.scrolling-header .logo {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  header .logo {
    min-width: 80px;
    min-height: 80px;
    margin-left: 15px;
  }
  header .socials {
    display: none;
  }
  header .language-switcher {
    margin-left: auto;
  }
  .hero .container .content {
    margin-top: 150px;
    background-size: 330px auto;
    height: 430px;
  }
  .hero .columns-bottom {
    padding: 30px 0;
  }
  .hero .columns-bottom .col {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }
  .hero .columns-bottom .col .icon {
    height: auto;
    width: 100px;
    margin: 0 auto;
  }
  .hero .columns-bottom .col .counter {
    font-size: 32px;
  }
  .contact-us .container .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-us .container .left .icon-spinning {
    width: 150px;
    height: 150px;
  }
  .contact-us .container .right {
    width: 100%;
  }
  .coverage .top ul {
    padding: 0;
    -webkit-columns: auto;
            columns: auto;
    font-size: 16px;
  }
  .coverage .top ul li.big {
    font-size: 24px;
  }
  .counters .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counters .wrapper .counter {
    width: 100%;
    padding: 30px 0;
  }
  .counters .wrapper .counter .icon {
    height: auto;
  }
  .simple-title {
    padding-top: 130px;
  }
  .simple-two-column {
    padding-top: 130px;
  }
  .simple-two-column .container {
    display: block;
    margin: 0;
  }
  .simple-two-column .container .column {
    width: 100%;
    padding: 0;
  }
  .simple-two-column p {
    font-size: 16px;
  }
  .simple-one-column .content p {
    font-size: 16px;
  }
  .simple-one-column-image .content p {
    font-size: 16px;
  }
  .circle-content .image {
    width: 80vw;
    height: 80vw;
    right: -40vw;
    margin-bottom: 30px;
    position: relative;
  }
  .circle-content .image .icon {
    width: 40vw;
    height: 40vw;
    line-height: 40vw;
  }
  .circle-content .content {
    width: auto;
  }
  .circle-content .content p {
    font-size: 16px;
  }
  .for-who .image {
    position: static;
    width: auto;
    padding-bottom: 50%;
  }
  .for-who .container {
    -webkit-transform: none;
            transform: none;
  }
  .for-who .container .wrapper {
    margin: 0 -13px;
    width: auto;
  }
  .for-who .container .wrapper:after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bike-slider .arrows {
    width: 100vw;
    padding: 0 13px;
  }
  .bike-slider .arrows div {
    margin-left: 0;
  }
  .bike-slider .arrows div:last-child {
    margin-right: 0;
  }
  .bike-slider .slider-wrapper {
    margin-top: 50px;
  }
  .bike-slider .slide {
    width: 100vw;
  }
  .bike-slider .slide .content {
    position: static;
    margin-bottom: 30px;
    padding: 0 13px;
  }
  footer .container {
    display: block;
  }
  footer .logo {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
  }
  footer .left {
    margin-bottom: 40px;
  }
  footer .left .socials .social {
    margin-left: 0;
    margin-right: 10px;
  }
  footer .right {
    margin-top: 40px;
    width: 100%;
  }
  .properties .content {
    width: auto;
  }
  .properties .content p {
    font-size: 16px;
  }
  .properties .content .left {
    min-width: 90px;
  }
  .bike-chain {
    padding-top: 130px;
  }
  .bike-chain .title h1 br {
    display: none;
  }
  .bike-chain .map {
    margin-top: 0px;
  }
  .bike-chain .content {
    padding-top: 50px;
  }
  .bike-chain .content .block {
    padding: 20px 0;
  }
  .site-content .normal-content:first-child {
    padding-top: 130px;
  }
}
/*# sourceMappingURL=styles.css.map */