.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #ec9e29;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #505e78;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 12px;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.body {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #212c42;
  font-size: 16px;
  line-height: 24px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 120px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.haze {
  padding-top: 100px;
  padding-bottom: 5%;
}

.section.grade-bg-1 {
  background-image: linear-gradient(225deg, #a8dc19, #42ae13);
  color: #fff;
}

.section.big-padding {
  padding-top: 192px;
  padding-bottom: 192px;
}

.section.big-padding.grade-bg-1 {
  padding-top: 140px;
  padding-bottom: 70px;
  background-image: linear-gradient(225deg, #ec9e29, #b99867);
}

.section.big-padding-bottom {
  padding-bottom: 192px;
}

.section.big-padding-bottom.grade-bg-1 {
  background-image: linear-gradient(225deg, #ec9e29, #b99867 93%);
}

.section.big-padding-bottom.haze.bike {
  padding-bottom: 50vh;
  background-image: url('../images/bikebg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.big-padding-bottom.grade-mob.hero {
  padding-bottom: 250px;
}

.section.post-header {
  height: 520px;
}

.section.blog-post {
  overflow: visible;
  padding-top: 0px;
  background-color: #f8f8f9;
}

.section.no-padding-side {
  padding-right: 0px;
  padding-left: 0px;
}

.section.no-padding-side.haze {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.no-padding-side.haze.small-padding-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.grade-bg-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#b99867), to(#ec9e29));
  background-image: linear-gradient(90deg, #b99867, #ec9e29);
  color: #fff;
}

.section.no-mask {
  overflow: visible;
}

.section.footer-section {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(45deg, #212c42, #3d4a63);
}

.section.full-screen {
  height: 100vh;
}

.section.grade-bg-3 {
  background-image: linear-gradient(45deg, #7f3acb, #d93c81);
}

.section.grade-bg-4 {
  background-image: linear-gradient(45deg, #8534ff, #4d90ff);
  color: #fff;
}

.section.no-padding {
  padding: 0px;
}

.section.no-padding.grade-bg-4 {
  background-image: linear-gradient(45deg, #ec9e29, #b99867);
}

.section.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.smallpadding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.smallpadding.haze {
  padding-bottom: 10px;
}

.wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.text-white {
  position: relative;
  z-index: 1;
}

.wrapper.flex-left {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.wrapper.flex-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  height: 48px;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #294057;
  box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.2);
}

.button.small {
  height: 40px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.grade-1:hover {
  box-shadow: 0 5px 14px 0 rgba(118, 197, 21, 0.5);
}

.button.grade-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf00), to(#ec9e29));
  background-image: linear-gradient(180deg, #ffaf00, #ec9e29);
}

.button.grade-2:hover {
  box-shadow: 0 5px 14px 0 rgba(255, 156, 17, 0.5);
}

.button.grade-3:hover {
  box-shadow: 0 5px 14px 0 rgba(214, 62, 141, 0.4);
}

.button.grade-4:hover {
  box-shadow: 0 5px 14px 0 rgba(112, 88, 255, 0.4);
}

.button.white {
  position: relative;
  left: 0px;
  margin-top: 60px;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #294057;
  font-size: 30px;
  line-height: 24px;
  text-align: left;
}

.button.white:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.2);
}

.button.margins {
  margin-right: 8px;
  margin-left: 8px;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #b0b9cb;
  color: #212c42;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px #212c42;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #fff;
}

.button.nav-bar-button {
  width: 20%;
  height: 40px;
  max-width: none;
  min-width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
  padding: 10px 2%;
  background-color: #294057;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.nav-bar-button.current {
  width: 20%;
  min-width: 120px;
  padding-right: 1%;
  padding-left: 1%;
  background-color: #ec9e29;
  text-align: center;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.transparent {
  opacity: 1;
  color: #bec1c7;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-style-wrapper {
  width: 25%;
  padding: 48px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #505e78;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.nav-link {
  height: 40px;
  padding: 9px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #294057;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #ff9c11;
  font-size: 18px;
}

.nav-link.fixed-link {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition-property: color;
  transition-property: color;
  color: #505e78;
  font-size: 15px;
}

.nav-link.fixed-link:hover {
  background-color: transparent;
  color: #212c42;
}

.text-white {
  overflow: visible;
  margin-top: 20px;
  margin-left: 0px;
  font-family: Exo, sans-serif;
  color: #212c42;
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
}

.text-white.ggg {
  padding-right: 0px;
  padding-bottom: 1px;
}

.service-window {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
  color: #212c42;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip {
  position: absolute;
  bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  padding: 6px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dce0e9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(17, 17, 17, 0.1);
  color: #212c42;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.tooltip.change-tooltip {
  bottom: 50px;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: 600;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #dce0e9;
  border-bottom: 1px solid #dce0e9;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.haze {
  background-color: #f8f8f9;
}

.text-grey {
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #505e78;
}

.no-margin {
  margin: 0px 0px 40px;
}

.text-green {
  color: #76c515;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-intro.no-margin {
  margin: 0px;
}

.section-intro.wide {
  max-width: 800px;
}

.section-intro.left {
  max-width: 650px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.section-intro.page-header-intro {
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mini-heading {
  display: inline-block;
  height: 24px;
  margin-bottom: 28px;
  padding: 4px 8px 4px 9px;
  border: 1px solid #dce0e9;
  border-radius: 4px;
  color: #505e78;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-heading.white {
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 72px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  text-decoration: underline;
}

.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #bec1c7;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 12px;
  line-height: 16px;
}

.footer-bottom-text {
  margin-right: 20px;
  color: hsla(0, 0%, 100%, 0.6);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.brand.footer-logo {
  margin-bottom: 8px;
  margin-left: -15px;
  padding-top: 15px;
  padding-bottom: 16px;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #212c42;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.changelog-contact-text {
  max-width: 400px;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  color: #505e78;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.full-width {
  width: 100%;
}

.color-1 {
  background-color: #76c515;
}

.color-2 {
  background-color: #ff9c11;
}

.color-3 {
  background-color: #d63e8d;
}

.color-4 {
  background-color: #7058ff;
}

.grade-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8dc19), to(#42ae13));
  background-image: linear-gradient(180deg, #a8dc19, #42ae13);
}

.grade-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf00), to(#f76240));
  background-image: linear-gradient(180deg, #ffaf00, #f76240);
}

.grade-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d93c81), to(#7f3acb));
  background-image: linear-gradient(180deg, #d93c81, #7f3acb);
}

.grade-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90ff), to(#8534ff));
  background-image: linear-gradient(180deg, #4d90ff, #8534ff);
}

.background {
  position: absolute;
  left: 0px;
  top: -30%;
  right: 0px;
  bottom: 0px;
  height: 160%;
  background-image: url('../images/backgorund-blocks.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.background.fade-1 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.33;
}

.background.fade-2 {
  background-image: none;
  opacity: 0.18;
}

.background.image {
  background-image: url('../images/ash-edmonds-510566-unsplash.jpg');
  background-repeat: no-repeat;
  opacity: 0.1;
}

.background.material {
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), to(hsla(0, 0%, 100%, 0.3))), -webkit-gradient(linear, left top, right top, from(rgba(41, 64, 87, 0.3)), to(rgba(41, 64, 87, 0))), url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg');
  background-image: linear-gradient(0deg, transparent 50%, hsla(0, 0%, 100%, 0.3)), linear-gradient(90deg, rgba(41, 64, 87, 0.3), rgba(41, 64, 87, 0)), url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg');
  background-position: 0px 0px, 0px 0px, -90px -90px;
  background-size: auto, auto, 2200px;
  background-repeat: repeat, repeat, no-repeat;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.angle {
  position: absolute;
  left: -10%;
  z-index: 2;
  width: 120%;
  height: 160px;
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.angle.bottom {
  bottom: -310px;
  height: 360px;
  background-color: #f8f8f9;
}

.angle.bottom.haze {
  background-color: #f8f8f9;
}

.angle.top {
  top: -110px;
  right: 0px;
}

.angle.top.haze {
  top: -60px;
  height: 115px;
  background-color: #f8f8f9;
}

.paragraph-big {
  font-size: 18px;
  line-height: 28px;
}

.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts.no-margin {
  margin: 0px;
}

.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 14px 0 rgba(80, 94, 120, 0.08);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  color: #212c42;
  text-decoration: none;
}

.post-card:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.post-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 34px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dce0e9;
}

.category {
  height: 24px;
  padding: 4px 8px 4px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d8d8d8;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.category.post-category {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #d93c81;
}

.post-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
  margin-top: -360px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 120px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 14px 0 rgba(80, 94, 120, 0.08);
}

.post-card-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.post-card-date {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7a92;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
}

.post-date {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7a92;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.post-image {
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 8px;
}

.big-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(33, 44, 66, 0.12);
}

.big-icon.white {
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.big-icon.color-1 {
  background-color: rgba(255, 175, 0, 0.2);
}

.big-icon.color-2 {
  background-color: rgba(255, 156, 17, 0.12);
}

.big-icon.color-3 {
  background-color: rgba(214, 62, 141, 0.12);
}

.big-icon.color-4 {
  background-color: rgba(112, 88, 255, 0.12);
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-wrapper {
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 44%;
  background-image: url('../images/Male-Hand.png');
  background-position: 50% 100%;
  background-size: auto 700px;
  background-repeat: no-repeat;
}

.hero-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin: 30px 70px 50px 20px;
  padding-right: 0%;
  padding-left: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-heading {
  margin-bottom: 40px;
  font-size: 44px;
  white-space: normal;
}

.hero-heading.narrow {
  display: none;
}

.side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.side-content.no-margin {
  margin: 0px;
}

.side-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.side-block._1 {
  width: 60%;
  margin-top: -40px;
}

.side-block.narrow {
  display: none;
}

.play-button {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #212c42;
  background-image: url('../images/play-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#505e78), to(#212c42));
  background-image: url('../images/play-icon-white.svg'), linear-gradient(180deg, #505e78, #212c42);
  background-position: 50% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
}

.play-button.grade-1 {
  background-image: url('../images/play-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#a8dc19), to(#42ae13));
  background-image: url('../images/play-icon-white.svg'), linear-gradient(180deg, #a8dc19, #42ae13);
  background-position: 50% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.play-button.grade-2 {
  background-image: url('../images/play-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#ffaf00), to(#f76240));
  background-image: url('../images/play-icon-white.svg'), linear-gradient(180deg, #ffaf00, #f76240);
  background-position: 50% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.play-button.grade-4 {
  background-image: url('../images/play-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#4d90ff), to(#8534ff));
  background-image: url('../images/play-icon-white.svg'), linear-gradient(180deg, #4d90ff, #8534ff);
  background-position: 50% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.side-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 416px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #505e78;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.side-media._2 {
  background-image: url('../images/image-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-media._3 {
  background-image: url('../images/image-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-media._1 {
  background-image: url('../images/IMG_2798-copy3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-info {
  width: auto;
  padding-right: 10px;
  padding-left: 20px;
}

.side-info.right {
  width: 98%;
  padding-left: 20px;
}

.side-info.left {
  width: 98%;
  margin-right: 20px;
  font-family: Rubik, sans-serif;
}

.side-info._2 {
  width: auto;
  margin-top: -30px;
  padding-right: 10px;
  padding-left: 0px;
}

.link-arrow {
  position: relative;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212c42;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-arrow-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  margin-top: 3px;
  float: right;
}

.side-slider {
  overflow: hidden;
  width: 100%;
  height: 460px;
  border-radius: 12px;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
}

.side-slide {
  width: 100%;
  height: 100%;
}

.side-slide._1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Layer-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.side-slide._2 {
  background-image: url('../images/Velo_de_Ville_2017-0187-1-122.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-slide._3 {
  background-image: url('../images/IMG_4860-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
}

.side-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
  font-size: 9px;
  line-height: 40px;
}

.testimonials {
  position: relative;
  width: 100%;
  height: 440px;
  max-width: 800px;
  background-color: transparent;
}

.testimonials.full-view {
  position: static;
  height: 100%;
  max-width: none;
  padding-bottom: 2%;
}

.no-mask {
  overflow: visible;
}

.review {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding: 20px 70px 30px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
  color: #212c42;
  text-align: center;
}

.review._1 {
  padding-right: 0px;
  padding-left: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.testimonials-slide {
  overflow: visible;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-nav {
  display: none;
  margin-top: 0px;
  opacity: 1;
  font-size: 9px;
}

.review-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-star {
  margin-right: 1px;
  margin-left: 1px;
}

.testimonials-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.review-arrow-link {
  width: 100%;
  max-width: 20%;
  margin-top: -20px;
  margin-bottom: 70px;
}

.review-arrow-link.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-arrow-link.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-features-column {
  max-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}

.phone-feature {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
}

.phone-image-wrapper {
  margin-right: 4%;
  margin-left: 4%;
  padding-right: 0px;
  padding-left: 0px;
}

.logotypes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-top: 8px;
  margin-bottom: 120px;
  padding: 32px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dce0e9;
  border-radius: 12px;
}

.logotypes.no-margin {
  margin: 0px;
}

.logotypes-heading {
  position: absolute;
  top: -17px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
}

.logotypes-heading.haze {
  background-color: #f8f8f9;
}

.logotype {
  padding: 16px 24px;
}

.logotype.trasparent {
  opacity: 0.4;
}

.scroll-down {
  position: absolute;
  right: 8.33%;
  bottom: -203px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.scroll-down:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.2);
}

.hero-ebook-cover {
  width: 50%;
  margin-bottom: -216px;
}

.hero-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 25px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.feature-v2-text {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.opened-book {
  margin-top: 56px;
  margin-bottom: 72px;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6c7a92;
  text-align: center;
}

.tab-link:hover {
  color: #212c42;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #ff9c11;
  color: #212c42;
}

.tab-icon {
  display: block;
  width: 32px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  box-shadow: inset 0 -1px 0 0 #dce0e9;
}

.tabs {
  width: 100%;
}

.review-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  margin-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-arrow-button.right {
  right: -96px;
}

.review-arrow-button.left {
  left: -96px;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.author-photo-wrapper {
  position: relative;
  width: 50%;
  margin-right: 0%;
  padding-right: 15px;
  padding-left: 15px;
}

.author-photo {
  width: 100%;
  height: 416px;
  border-radius: 12px;
  background-image: url('../images/DSC_0300-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.author-website {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 16px 10px 40px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/world-icon.svg');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  color: #212c42;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.author-website:hover {
  text-decoration: underline;
}

.author-info {
  padding-right: 0%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 220px;
  margin-right: 15px;
  padding: 32px 40px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #dce0e9;
  border-radius: 12px;
}

.author-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212c42;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.author-social-link:hover {
  text-decoration: underline;
}

.author-social-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #6c7a92;
}

.author-social-icon.twitter {
  background-color: #2aa3f0;
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.author-social-icon.facebook {
  background-color: #3b5998;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.author-social-icon.instagram {
  background-color: #f83f5a;
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.text-yellow {
  color: #ff9c11;
}

.author-social-heading {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -11px;
  margin-bottom: 0px;
  margin-left: 24px;
  padding: 4px 16px;
  background-color: #fff;
}

.tabs-content {
  padding-top: 88px;
  padding-bottom: 120px;
}

.book-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-bottom: 40px;
  padding: 40px 48px 32px 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(80, 94, 120, 0.08);
}

.book-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input {
  height: 48px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 8px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #dce0e9;
  border-radius: 6px;
  background-color: #f8f8f9;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
}

.input:hover {
  border-color: #b0b9cb;
}

.input:focus {
  border-color: #76c515;
  background-color: #fff;
}

.input::-webkit-input-placeholder {
  color: #95a0b4;
}

.input:-ms-input-placeholder {
  color: #95a0b4;
}

.input::-ms-input-placeholder {
  color: #95a0b4;
}

.input::placeholder {
  color: #95a0b4;
}

.input.icon-right {
  padding-right: 64px;
  background-image: url('../images/input-icon-base-right.svg');
  background-position: 100% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.input.icon-right.mail {
  background-image: url('../images/input-mail-icon.svg'), url('../images/input-icon-base-right.svg');
  background-position: 100% 50%, 100% 50%;
  background-size: 48px, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.icon-right.password {
  background-image: url('../images/input-lock-icon.svg'), url('../images/input-icon-base-right.svg');
  background-position: 100% 50%, 100% 50%;
  background-size: auto, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.icon-right.user {
  background-image: url('../images/input-user-icon.svg'), url('../images/input-icon-base-right.svg');
  background-position: 100% 50%, 100% 50%;
  background-size: 48px, auto;
  background-repeat: no-repeat, no-repeat;
}

.input.icon-left {
  padding-left: 64px;
  background-image: url('../images/input-icon-base-left.svg');
  background-position: 0px 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.input.icon-left.user {
  background-image: url('../images/input-user-icon.svg'), url('../images/input-icon-base-left.svg');
  background-position: 0px 50%, 0px 50%;
  background-size: 48px, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.icon-left.mail {
  background-image: url('../images/input-mail-icon.svg'), url('../images/input-icon-base-left.svg');
  background-position: 0px 50%, 0px 50%;
  background-size: 48px, 48px;
  background-repeat: no-repeat, no-repeat;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input.flex {
  margin-right: 20px;
}

.free-book-cover {
  margin-top: -82px;
  margin-left: 52px;
}

.book-subscribe-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer-heading {
  margin-top: 17px;
  margin-bottom: 20px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.footer-social-link:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  text-decoration: underline;
}

.footer-social-link.twitter {
  background-image: url('../images/twitter-icon.svg');
  background-size: 12px;
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-icon.svg');
  background-size: 12px;
}

.footer-social-link.instagram {
  background-image: url('../images/instagram-icon.svg');
  background-size: 12px;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scroll-up {
  position: absolute;
  top: -28px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.scroll-up:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.3);
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.heart {
  display: inline-block;
  width: 14px;
  background-image: url('../images/heart-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
}

.footer-bottom-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.footer-more-link:hover {
  text-decoration: underline;
}

.footer-more-icon {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.licence-items {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.licence-item-info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grey-link {
  color: #505e78;
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.licence-link-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #dce0e9;
}

.form-success {
  background-color: #fff;
}

.form-error {
  margin-top: 16px;
  padding: 8px 12px;
  border: 1px solid #f03855;
  border-radius: 6px;
  background-color: rgba(240, 56, 85, 0.08);
  color: #f03855;
  font-size: 12px;
  text-align: center;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212c42;
}

.preloader.grade-bg-1 {
  display: block;
  background-image: linear-gradient(45deg, #42ae13, #a8dc19), linear-gradient(180deg, #000, #fff);
}

.preloader.grade-bg-2 {
  display: none;
  background-image: linear-gradient(45deg, #b99867, #ec9e29);
}

.preloader.grade-bg-4 {
  display: block;
  background-image: linear-gradient(45deg, #8534ff, #4d90ff);
}

.promo-card {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  max-width: 388px;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.25);
}

.promo-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding: 16px 8px 16px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505e78;
  text-decoration: none;
}

.promo-card-icon {
  width: 24px;
  margin-right: 24px;
  margin-left: 8px;
}

.promo-card-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}

.promo-card-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.promo-card-close:hover {
  opacity: 1;
}

.nav-bar-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
  color: #fff;
}

.hero-form-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.66%;
  max-width: 470px;
  min-height: 560px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px 64px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  color: #212c42;
}

.hero-saas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-label {
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.checkbox-field {
  display: block;
  min-height: 20px;
  min-width: 20px;
  margin-top: 2px;
  margin-right: 8px;
  font-size: 30px;
  line-height: 2px;
}

.text-purple {
  color: #7058ff;
}

.form-text-small {
  display: block;
  margin-top: 24px;
  padding-right: 0%;
  padding-left: 0%;
  color: #95a0b4;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.form-text-small-link {
  color: #6c7a92;
}

.feature-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 48px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  text-align: center;
}

.big-side-image {
  width: 50%;
  background-image: url('../images/derby_E-Image-0071.tif-hdpr-1.jpg');
  background-position: 37% 50%;
  background-size: auto 1200px;
  background-repeat: no-repeat;
}

.big-side-block {
  width: 50%;
}

.big-side-block.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 15px 130px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.big-side-features {
  max-width: 450px;
  margin-top: -24px;
  margin-bottom: 24px;
}

.big-side-blocks {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.big-side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: -4px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  color: #7058ff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.big-side-feature-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.big-side-content {
  max-width: 585px;
  padding-right: 5%;
  padding-left: 15px;
}

.testimonials-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 15px;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.review-card-avatar {
  width: 56px;
  height: 56px;
  margin-right: 24px;
  border-radius: 50%;
}

.review-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-card-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-card-author {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.review-card-link {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-image: url('../images/twitter-icon-dark.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.review-card-link:hover {
  opacity: 1;
}

.small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-feature {
  width: 33.33%;
  padding: 16px 40px 24px 15px;
}

.small-feature-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-feature-icon {
  margin-top: -4px;
  margin-right: 12px;
  margin-left: -2px;
}

.pricing {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-table {
  position: relative;
  width: 33.33%;
  padding: 48px 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  text-align: center;
}

.pricing-table.best {
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(45deg, #294057, #6c7a92);
  color: #fff;
}

.pricing-table.best.teste {
  position: static;
  overflow: hidden;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 3%;
  clear: none;
  background-image: linear-gradient(45deg, rgba(0, 128, 255, 0.78), #6c7a92);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-align: center;
}

.pricing-table.best.teste._1 {
  background-image: linear-gradient(45deg, #0156ff, #6c7a92);
}

.pricing-table.best.teste.orange {
  background-image: linear-gradient(45deg, rgba(235, 182, 108, 0.78), #e49a2c);
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.price.text-white {
  margin-top: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.price.text-white._1 {
  margin-top: 12px;
}

.price-text {
  margin-right: 2px;
  color: #212c42;
  font-size: 48px;
  line-height: 40px;
  font-weight: 500;
}

.price-text.text-white {
  font-family: Rubik, sans-serif;
  color: #fff;
}

.pricing-features {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 40px;
  border: 1px solid #dce0e9;
  border-radius: 12px;
}

.pricing-features.white {
  margin-bottom: 0px;
  border-color: hsla(0, 0%, 100%, 0.3);
}

.pricing-feature {
  padding: 13px 20px;
  box-shadow: 0 1px 0 0 #dce0e9;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.pricing-feature.yes {
  padding-left: 48px;
  background-image: url('../images/checkmark-icon.svg');
  background-position: 20px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pricing-feature.yes.white {
  padding-top: 13px;
  background-image: url('../images/checkmark-icon-white.svg');
  background-size: auto;
}

.pricing-feature.no {
  padding-left: 48px;
  background-image: url('../images/close-icon-grey.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.pricing-feature.no.white {
  background-image: url('../images/close-icon-white.svg');
  background-size: auto;
}

.pricing-feature.white {
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.top-content {
  position: relative;
  z-index: 1;
}

.pricing-table-badge {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 1;
  height: 24px;
  padding: 5px 8px 5px 9px;
  border-radius: 4px;
  background-color: #fff;
  color: #212c42;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq-column {
  width: 50%;
  padding: 16px 40px 8px 15px;
}

.question {
  padding-bottom: 24px;
}

.post p {
  margin-right: 16.66%;
  margin-left: 16.66%;
  color: #505e78;
}

.post h2 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post h1 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post blockquote {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post h4 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post h5 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post ul {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post ol {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post h3 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.post img {
  border-radius: 12px;
}

.post a {
  color: #76c515;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

.post h6 {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.dropdown {
  height: 48px;
  min-width: 270px;
  padding: 12px 44px 12px 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.dropdown:hover {
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.2);
}

.blog-category-dropdown {
  margin-top: 64px;
  margin-bottom: 96px;
}

.blog-category-list.w--open {
  overflow: hidden;
  margin-top: 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
}

.dropdown-link {
  overflow: hidden;
  height: 48px;
  margin-bottom: 1px;
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #dce0e9;
  font-size: 15px;
  line-height: 24px;
}

.dropdown-link:hover {
  background-color: #f8f8f9;
}

.dropdown-link.w--current {
  color: #212c42;
  font-weight: 500;
}

.contact {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(33, 44, 66, 0.6);
}

.contact-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 62px;
  height: 62px;
  margin: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-image: url('../images/chat-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#a8dc19), to(#42ae13));
  background-image: url('../images/chat-icon-white.svg'), linear-gradient(180deg, #a8dc19, #42ae13);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.25);
}

.contact-popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  max-width: 90%;
  border-radius: 8px;
  background-color: #fff;
}

.contact-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7))), url('../images/contact-image.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7)), url('../images/contact-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.contact-form {
  width: 58.33%;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-right: 8%;
  padding-left: 8%;
}

.contact-link {
  color: #ff9c11;
}

.contact-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #212c42;
  background-image: url('../images/close-icon-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 rgba(33, 44, 66, 0.4);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.contact-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.logo-light {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-dark {
  position: absolute;
  opacity: 1;
  font-family: Rubik, sans-serif;
  color: #294057;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-bar-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  opacity: 0;
}

.richtext1 {
  margin-bottom: 22px;
}

.formflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-light-footer {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.masterlogo {
  position: static;
  max-width: 55%;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.masterlogo.verleih {
  max-width: 50%;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contact-info-column {
  padding-top: 72px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #c7aa8b;
}

.heading {
  text-transform: uppercase;
}

.section-2 {
  margin-top: 110px;
}

.section-3 {
  margin-top: 110px;
}

.checkbox-label {
  font-weight: 400;
  text-align: left;
}

.slide {
  background-image: url('../images/bikebg2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  text-align: center;
}

.div-block {
  position: absolute;
  overflow: visible;
}

.text-block {
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  line-height: 28px;
  text-align: left;
}

.text-block-2 {
  font-size: 26px;
}

.bold-text {
  position: static;
  float: right;
  font-weight: 400;
}

.text-block-3 {
  font-size: 21px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.text-block-4 {
  font-size: 10px;
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.heading-4 {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: left;
}

.text-span {
  text-align: left;
}

.background-bike-sharing {
  position: absolute;
  left: 0px;
  top: -30%;
  right: 0px;
  bottom: 0px;
  height: 160%;
  background-image: url('../images/backgorund-blocks.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-bike-sharing.fade-1 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.33;
}

.background-bike-sharing.fade-2 {
  background-image: none;
  opacity: 0.18;
}

.background-bike-sharing.image {
  background-image: url('../images/ash-edmonds-510566-unsplash.jpg');
  background-repeat: no-repeat;
  opacity: 0.1;
}

.background-bike-sharing.material {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), to(hsla(0, 0%, 100%, 0.3))), -webkit-gradient(linear, left top, right top, from(rgba(41, 64, 87, 0.3)), to(rgba(41, 64, 87, 0))), url('../images/hero_final2.jpg');
  background-image: linear-gradient(0deg, transparent 50%, hsla(0, 0%, 100%, 0.3)), linear-gradient(90deg, rgba(41, 64, 87, 0.3), rgba(41, 64, 87, 0)), url('../images/hero_final2.jpg');
  background-position: 0px 0px, 0px 0px, 40% -250px;
  background-size: auto, auto, 2100px;
  background-repeat: repeat, repeat, no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-intro-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin: 30px 70px 50px 740px;
  padding-right: 0%;
  padding-left: 15px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.masterlogo-right {
  position: static;
  max-width: 40%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 270px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-button-right {
  height: 48px;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #294057;
  box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.hero-button-right:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.2);
}

.hero-button-right.small {
  height: 40px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 20px;
}

.hero-button-right.grade-1:hover {
  box-shadow: 0 5px 14px 0 rgba(118, 197, 21, 0.5);
}

.hero-button-right.grade-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf00), to(#ec9e29));
  background-image: linear-gradient(180deg, #ffaf00, #ec9e29);
}

.hero-button-right.grade-2:hover {
  box-shadow: 0 5px 14px 0 rgba(255, 156, 17, 0.5);
}

.hero-button-right.grade-3:hover {
  box-shadow: 0 5px 14px 0 rgba(214, 62, 141, 0.4);
}

.hero-button-right.grade-4:hover {
  box-shadow: 0 5px 14px 0 rgba(112, 88, 255, 0.4);
}

.hero-button-right.white {
  position: relative;
  left: 60px;
  margin-left: 170px;
  background-color: #fff;
  color: #294057;
  text-align: left;
}

.hero-button-right.white:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.2);
}

.hero-button-right.margins {
  margin-right: 8px;
  margin-left: 8px;
}

.hero-button-right.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #b0b9cb;
  color: #212c42;
}

.hero-button-right.ghost:hover {
  box-shadow: inset 0 0 0 1px #212c42;
}

.hero-button-right.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.hero-button-right.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #fff;
}

.hero-button-right.nav-bar-button {
  height: 40px;
  margin-left: 8px;
  padding: 10px 20px;
  background-color: #294057;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.heading-5 {
  margin-left: 0px;
  font-family: Exo, sans-serif;
  color: #212c42;
  text-align: left;
}

.heading-6 {
  margin-top: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.heading-7 {
  margin-left: 0px;
  font-family: Exo, sans-serif;
  color: #212c42;
}

.big-side-image-verleih {
  width: 50%;
  background-image: url('../images/website_rent_a_bike_by_phone-AdobeStock_257237621-mir-Gross.jpeg');
  background-position: 60% 100%;
  background-size: auto 98%;
  background-repeat: no-repeat;
}

.text-span-2 {
  border: 1px solid transparent;
}

.side-media-verleih {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 416px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #505e78;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.side-media-verleih._2 {
  background-image: url('../images/website_saas_cloud-AdobeStock_312736139-Kl.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-media-verleih._3 {
  height: 450px;
  background-image: url('../images/website_softwareentwicklung_AdobeStock_175396644-Kl.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-media-verleih._1 {
  width: 100%;
  height: auto;
  background-image: url('../images/website_Bike_Rental_Store_Notebook-AdobeStock_300206574-Kl.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column {
  padding-left: 10px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 0px;
}

.text-block-5 {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

.text-block-5._1 {
  padding-top: 0px;
  font-size: 14px;
}

.text-block-6 {
  margin-top: 10px;
  margin-bottom: -15px;
}

.heading-8 {
  margin-bottom: 26px;
  font-size: 24px;
}

.heading-9 {
  font-size: 25px;
}

.heading-10 {
  font-size: 28px;
}

.heading-11 {
  font-size: 28px;
}

.heading-12 {
  font-size: 28px;
}

.text-block-7 {
  margin-top: 20px;
}

.navbar {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.paragraph-5 {
  font-family: Rubik, sans-serif;
}

.slider {
  width: 600px;
  height: 65%;
  margin-top: 30px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-2 {
  border-radius: 0px;
  background-image: url('../images/depositphotos_168724300-stock-photo-four-proficient-freelancers-and-independent-1.jpg');
  background-position: -90px 0px;
  background-size: 790px;
}

.slide-3 {
  background-image: url('../images/depositphotos_102064692-stock-photo-businesswoman-holding-a-tablet-in.jpg');
  background-position: 0px 0px;
  background-size: 800px;
}

.mask {
  border-radius: 12px;
  box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
}

.image-3 {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.logo-references {
  position: relative;
  max-height: 80px;
  max-width: 20%;
  margin-right: 20px;
  margin-left: auto;
  clear: left;
  opacity: 0.82;
}

html.w-mod-js *[data-ix="0-opacity"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h2 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 15px;
  }
  .section {
    padding: 80px 2%;
  }
  .section.haze {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0% 0%;
  }
  .section.big-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .section.big-padding.grade-bg-1 {
    padding-top: 100px;
  }
  .section.big-padding-bottom {
    padding-bottom: 152px;
  }
  .section.post-header {
    height: 440px;
  }
  .section.no-padding-side.haze {
    padding-right: 2%;
    padding-left: 2%;
  }
  .section.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.nav-bar-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .wrapper.flex-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-small {
    margin-bottom: 32px;
  }
  .paragraph-small.text-grey {
    margin-bottom: 10px;
  }
  .paragraph-small.transparent {
    width: 120%;
  }
  .nav-bar {
    position: absolute;
    height: 88px;
    padding: 0px 0px 0px 16px;
  }
  .nav-link {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #212c42;
    font-size: 20px;
    line-height: 32px;
  }
  .nav-link.w--current {
    color: #212c42;
  }
  .nav-link.fixed-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
  }
  .text-white {
    margin-top: 20px;
    color: #212c42;
    font-size: 23px;
  }
  .text-grey {
    width: 99.95%;
  }
  .no-margin {
    margin: 0px 0px 40px;
  }
  .section-intro {
    margin-bottom: 64px;
  }
  .section-intro.wide {
    max-width: 80%;
  }
  .mini-heading {
    margin-bottom: 20px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-column {
    width: 60%;
  }
  .footer-bottom {
    margin-top: 64px;
  }
  .changelog {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .nav-menu {
    position: fixed;
    display: block;
    overflow: scroll;
    width: 240px;
    padding-top: 64px;
    background-color: #fff;
    color: #212c42;
  }
  .no-padding {
    padding: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .background.material {
    top: 0%;
    background-image: url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg'), -webkit-gradient(linear, left top, right top, from(rgba(41, 64, 87, 0.4)), color-stop(73%, rgba(41, 64, 87, 0)));
    background-image: url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg'), linear-gradient(90deg, rgba(41, 64, 87, 0.4), rgba(41, 64, 87, 0) 73%);
    background-position: -170px -30px, 0px 0px;
    background-repeat: no-repeat, repeat;
  }
  .nav-menu-wrapper {
    padding-right: 8px;
  }
  .posts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post-item {
    width: 50%;
  }
  .post-content {
    margin-top: -328px;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .post-image {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .features {
    margin-bottom: 0px;
  }
  .feature {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-image {
    width: 46%;
    background-position: 100% 116px;
    background-size: 410px;
  }
  .hero-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    margin-right: 20px;
    margin-bottom: 64px;
    padding-right: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-intro._2col {
    width: 48%;
  }
  .hero-heading {
    display: block;
    overflow: visible;
  }
  .hero-heading.narrow {
    display: none;
  }
  .side-content {
    display: block;
  }
  .side-block {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .side-block._1 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .side-block.narrow {
    display: block;
    height: auto;
    padding-right: 0px;
  }
  .side-block.wide {
    display: none;
  }
  .side-media {
    height: 264px;
  }
  .side-media._1 {
    height: 500px;
  }
  .side-info {
    width: 100%;
  }
  .side-info._2 {
    padding-left: 20px;
  }
  .side-slider {
    height: 450px;
    border-radius: 0px;
  }
  .side-slide._1 {
    height: 100%;
  }
  .side-slide._1.narrow {
    height: 100%;
  }
  .side-slide._3 {
    width: 100%;
    height: 100%;
  }
  .slider-arrow-link {
    width: 80px;
  }
  .testimonials.full-view {
    height: 100%;
  }
  .testimonials-slide {
    max-width: 100%;
  }
  .phone-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .phone-features-column {
    width: 50%;
    max-width: none;
  }
  .phone-features-column.text-right {
    width: 50%;
  }
  .phone-feature {
    margin-bottom: 0px;
  }
  .phone-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 0%;
    margin-left: 2%;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logotypes {
    max-width: 100%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .logotype {
    padding-right: 16px;
    padding-left: 16px;
  }
  .scroll-down {
    bottom: -111px;
    width: 48px;
    height: 48px;
  }
  .hero-ebook-cover {
    margin-bottom: -155px;
  }
  .feature-v2 {
    width: 50%;
    margin-bottom: 32px;
    padding-right: 20px;
    padding-left: 8px;
  }
  .tabs-menu {
    margin-right: -16px;
    margin-left: -16px;
  }
  .author {
    width: 98%;
    margin-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .author-photo-wrapper {
    width: 41.66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .author-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .author-social {
    width: auto;
    max-width: 100%;
    margin-top: 64px;
    padding-right: 20px;
    padding-left: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .author-social-link {
    margin-right: 12px;
    margin-left: 12px;
  }
  .tabs-content {
    padding-bottom: 96px;
  }
  .book-subscribe {
    max-width: 88%;
    padding-right: 20px;
    padding-left: 56px;
  }
  .free-book-cover {
    margin-top: -75px;
    margin-left: 40px;
  }
  .book-subscribe-form-wrapper {
    padding-top: 8px;
  }
  .footer-about {
    width: 100%;
    margin-bottom: 16px;
  }
  .scroll-up {
    top: -24px;
    width: 48px;
    height: 48px;
  }
  .menu-button {
    display: none;
    margin-left: 8px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #212c42;
  }
  .menu-button.dark-button {
    color: #212c42;
  }
  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .form-error {
    margin-top: 16px;
    border: 1px solid #ff3850;
    border-radius: 6px;
    background-color: rgba(255, 56, 80, 0.16);
    font-size: 14px;
    line-height: 20px;
  }
  .nav-bar-fixed {
    padding: 0px 0px 0px 16px;
    -webkit-transform: translate(0px, -80px);
    -ms-transform: translate(0px, -80px);
    transform: translate(0px, -80px);
  }
  .hero-form-card {
    width: 48%;
    min-height: 440px;
    margin-bottom: 0px;
    padding: 48px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-saas {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .feature-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .big-side-image {
    width: 100%;
    height: 720px;
  }
  .big-side-block.left {
    width: 100%;
    padding: 40px 5% 100px;
  }
  .big-side-features {
    max-width: none;
  }
  .big-side-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .big-side-content {
    max-width: none;
  }
  .testimonials-row {
    width: 100%;
  }
  .review-card {
    margin: 12px 8px;
  }
  .small-features {
    width: 100%;
  }
  .small-feature {
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 8px;
  }
  .pricing {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-table {
    width: 58.33%;
    margin-bottom: 40px;
    padding: 56px 8%;
  }
  .pricing-table.best {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pricing-table.best.teste {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .pricing-table-badge {
    top: 24px;
    right: 24px;
  }
  .faq {
    width: 100%;
  }
  .faq-column {
    padding-right: 32px;
    padding-left: 8px;
  }
  .post p {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h2 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h1 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post blockquote {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h4 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h5 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post ul {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post ol {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h3 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .post h6 {
    margin-right: 8.33%;
    margin-left: 8.33%;
  }
  .logo-light-footer {
    max-width: 250px;
  }
  .masterlogo.verleih {
    max-width: 50%;
    margin-bottom: 20px;
  }
  .heading-2 {
    margin-bottom: 40px;
  }
  .background-bike-sharing.material {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 64, 87, 0.4)), color-stop(73%, rgba(41, 64, 87, 0))), url('../images/hero_final.jpg');
    background-image: linear-gradient(90deg, rgba(41, 64, 87, 0.4), rgba(41, 64, 87, 0) 73%), url('../images/hero_final.jpg');
    background-position: 0px 0px, 86% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-intro-right {
    width: 50%;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-right: 0%;
    padding-left: 0px;
  }
  .heading-5 {
    margin-bottom: 0px;
  }
  .big-side-image-verleih {
    width: 100%;
    height: 720px;
    background-position: 60% 200%;
    background-size: auto 98%;
  }
  .side-media-verleih {
    height: 264px;
  }
  .side-media-verleih._2 {
    display: block;
    height: 350px;
    border-radius: 0px;
  }
  .side-media-verleih._3 {
    border-radius: 0px;
  }
  .side-media-verleih._1 {
    border-radius: 0px;
  }
  .slider {
    width: 100%;
    height: 100%;
  }
  .logo-references {
    overflow: visible;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .section.haze {
    padding-top: 10px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .section.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper {
    max-width: none;
  }
  .wrapper.nav-bar-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .wrapper.flex-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper.flex-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button.grade-1.margins {
    margin-bottom: 16px;
  }
  .button.grade-2.margins {
    margin-bottom: 16px;
  }
  .button.white {
    margin-top: 20px;
  }
  .button.nav-bar-button.current {
    min-width: 120px;
  }
  .button-style-wrapper {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-bar {
    height: 64px;
    padding-left: 8px;
  }
  .section-intro.wide {
    max-width: 100%;
  }
  .footer-column {
    width: 30%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-bottom {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-bottom-text {
    margin-bottom: 8px;
  }
  .changelog {
    width: 100%;
  }
  .no-padding {
    padding: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .background.material {
    background-image: url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg'), -webkit-gradient(linear, left top, right top, from(rgba(41, 64, 87, 0.4)), color-stop(73%, rgba(41, 64, 87, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg'), linear-gradient(90deg, rgba(41, 64, 87, 0.4), rgba(41, 64, 87, 0) 73%), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
    background-position: -110px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-size: cover, auto, auto, auto;
    background-repeat: no-repeat, repeat, repeat, repeat;
  }
  .nav-menu-wrapper {
    padding-right: 0px;
  }
  .post-item {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .post-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .features {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature {
    width: 66.66%;
  }
  .side-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image {
    position: relative;
    width: 480px;
    height: 560px;
    margin-bottom: -200px;
    background-position: -47% 0px;
  }
  .hero-intro {
    width: 100%;
    margin: 24px auto 40px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-intro._2col {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-heading {
    display: none;
  }
  .hero-heading.narrow {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .side-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-content.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .side-block {
    width: 100%;
    padding: 20px 0px;
  }
  .side-block._1 {
    width: 100%;
    margin-top: 0px;
  }
  .side-media {
    height: 320px;
  }
  .side-info {
    width: 100%;
  }
  .side-info._2 {
    display: block;
    text-align: left;
  }
  .side-slider {
    height: 320px;
  }
  .no-mask {
    overflow: hidden;
  }
  .review {
    padding-right: 48px;
    padding-left: 48px;
  }
  .review._1 {
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .testimonials-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
  .phone-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .phone-features-column {
    width: 50%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .phone-features-column.text-right {
    text-align: center;
  }
  .phone-feature {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .phone-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .scroll-down {
    display: none;
  }
  .hero-ebook-cover {
    width: 100%;
    padding-right: 16%;
    padding-left: 16%;
  }
  .hero-book {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-v2 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-v2-text {
    margin-left: 0px;
  }
  .tab-link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .tabs-menu {
    margin-right: -12px;
    margin-left: -12px;
  }
  .author {
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .author-photo-wrapper {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .author-info {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
  }
  .tabs-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .book-subscribe {
    max-width: 80%;
    padding-right: 64px;
    padding-bottom: 48px;
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .free-book-cover {
    margin-top: -110px;
    margin-left: 20px;
  }
  .book-subscribe-form-wrapper {
    padding-top: 16px;
  }
  .footer-about {
    padding-right: 5%;
  }
  .footer-bottom-column {
    width: 100%;
    margin-bottom: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .licence-items {
    width: 100%;
  }
  .nav-bar-fixed {
    padding-left: 8px;
  }
  .hero-form-card {
    width: 90%;
    min-height: 200px;
    padding: 10px 8%;
  }
  .hero-saas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .big-side-image {
    height: 600px;
  }
  .testimonials-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-features {
    width: 83.33%;
  }
  .small-feature {
    width: 100%;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
  }
  .pricing-table {
    width: 75%;
  }
  .pricing-table.best.teste {
    width: 90%;
    max-width: 470px;
    margin-bottom: 10px;
  }
  .faq-column {
    width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
  }
  .question {
    padding-top: 8px;
    padding-bottom: 0px;
  }
  .contact {
    display: none;
  }
  .contact-wrapper {
    overflow: auto;
  }
  .contact-popup {
    max-width: 86%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-image {
    height: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .contact-form {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .paragraph {
    width: 90%;
  }
  .masterlogo.verleih {
    display: none;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .hero-intro-right {
    width: 100%;
    margin: 24px auto 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hero-button-right.grade-1.margins {
    margin-bottom: 16px;
  }
  .hero-button-right.grade-2.margins {
    margin-bottom: 16px;
  }
  .big-side-image-verleih {
    height: 600px;
  }
  .side-media-verleih {
    height: 320px;
  }
  .logo-references {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 479px) {
  .section.big-padding-bottom.grade-mob {
    padding-right: 0%;
    padding-left: 0%;
    background-image: none;
  }
  .section.big-padding-bottom.grade-mob.hero {
    padding-bottom: 80px;
  }
  .section.post-header {
    height: 320px;
  }
  .section.no-padding-side.haze {
    padding-right: 0%;
    padding-left: 0%;
  }
  .section.no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper {
    overflow: visible;
  }
  .button.white {
    font-size: 24px;
  }
  .button.nav-bar-button {
    display: inline-block;
  }
  .button.nav-bar-button.current {
    display: inline-block;
  }
  .paragraph-small.transparent {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .nav-bar {
    height: 64px;
  }
  .text-white {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
  .service-window {
    width: 96%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .no-margin {
    margin: 0px;
  }
  .footer {
    display: block;
    padding-top: 0px;
  }
  .footer-column {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-link {
    margin-right: 40px;
    font-size: 12px;
  }
  .no-padding {
    padding: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .background.material {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 64, 87, 0.3)), to(rgba(41, 64, 87, 0))), url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg');
    background-image: linear-gradient(180deg, rgba(41, 64, 87, 0.3), rgba(41, 64, 87, 0)), url('../images/website_3_Bikes_Freunde-AdobeStock_155003995_mir-Gr.jpeg');
    background-position: 0px 0px, 35% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .angle.bottom.haze {
    height: 360px;
  }
  .post-item {
    width: 100%;
  }
  .post-content {
    margin-top: -240px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .feature {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .side-buttons {
    padding-right: 0%;
    padding-left: 0%;
  }
  .hero-image {
    width: 320px;
    height: 496px;
    background-position: 0px 100%;
    background-size: 360px;
  }
  .hero-intro {
    margin-top: 0px;
    padding: 0px 15px 15px;
    box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
  }
  .hero-intro._2col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-heading {
    display: none;
  }
  .hero-heading.narrow {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }
  .side-content {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-block.narrow {
    display: block;
  }
  .side-media {
    height: 240px;
  }
  .side-info {
    padding-left: 10px;
  }
  .side-slider {
    height: 240px;
  }
  .side-slide._1 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slider-arrow-link {
    display: none;
  }
  .testimonials {
    height: auto;
    padding-bottom: 56px;
  }
  .testimonials.full-view {
    height: auto;
  }
  .review {
    padding-right: 32px;
    padding-left: 32px;
    background-position: 24px 24px;
    background-size: 40px;
  }
  .phone-features-column {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .phone-features-column.text-right {
    width: 100%;
  }
  .phone-image-wrapper {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-ebook-cover {
    padding-right: 0%;
    padding-left: 0%;
  }
  .feature-v2 {
    width: 100%;
  }
  .opened-book {
    margin-bottom: 56px;
  }
  .tab-link {
    width: 100%;
    padding: 20px 24px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-link.w--current {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ff9c11;
  }
  .tab-icon {
    margin-right: 16px;
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .tabs-menu {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
  }
  .author-photo-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .author-info {
    width: 100%;
  }
  .author-social {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content {
    padding-top: 16px;
  }
  .book-subscribe {
    max-width: 100%;
    margin-right: 9px;
    margin-left: 9px;
    padding-right: 12%;
    padding-left: 12%;
  }
  .free-book-cover {
    margin-left: 8px;
  }
  .book-subscribe-form-wrapper {
    padding-top: 8px;
  }
  .footer-heading {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-about {
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licence-item-info {
    margin-top: 8px;
    padding-left: 0px;
    text-align: center;
  }
  .hero-form-card {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .big-side-image {
    height: 480px;
  }
  .big-side-block.left {
    padding-right: 2%;
    padding-left: 2%;
  }
  .review-card {
    padding: 32px 24px;
  }
  .review-card-avatar {
    margin-right: 16px;
  }
  .small-features {
    width: 100%;
  }
  .pricing-table {
    width: 100%;
  }
  .pricing-table.best.teste {
    width: 100%;
  }
  .post p {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h2 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h1 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post blockquote {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h4 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h5 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post ul {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post ol {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h3 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .post h6 {
    margin-right: 0%;
    margin-left: 0%;
  }
  .blog-category-dropdown {
    margin-bottom: 64px;
  }
  .contact-image {
    height: 200px;
  }
  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .formflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-column {
    text-align: center;
  }
  .contact-form-column {
    text-align: center;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .background-bike-sharing.material {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 64, 87, 0.3)), to(rgba(41, 64, 87, 0))), url('../images/hero_final.jpg');
    background-image: linear-gradient(180deg, rgba(41, 64, 87, 0.3), rgba(41, 64, 87, 0)), url('../images/hero_final.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-intro-right {
    padding: 15px;
    box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
  }
  .big-side-image-verleih {
    height: 480px;
    background-position: 60% 300%;
  }
  .side-media-verleih {
    height: 240px;
  }
  .side-media-verleih._2 {
    height: 200px;
  }
  .side-media-verleih._3 {
    position: static;
    height: 230px;
  }
  .logo-references {
    margin-left: 0px;
  }
}

.hidden {
   visibility: hidden;
}

:root {
  --altcha-border-width: 1px;
  --altcha-border-radius: 3px;
  --altcha-color-base: #ffffff;
  --altcha-color-border: #a0a0a0;
  --altcha-color-text: currentColor;
  --altcha-color-border-focus: currentColor;
  --altcha-color-error-text: #f23939;
  --altcha-color-footer-bg: #f4f4f4;
  --altcha-max-width: 2600px;
  --altcha-width: 100%;
}
