@font-face {
  font-family: Roboto v30;
  src: url('../fonts/roboto-v30-latin-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto v30;
  src: url('../fonts/roboto-v30-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto v30;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto v30;
  src: url('../fonts/roboto-v30-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto v30;
  src: url('../fonts/roboto-v30-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto v30;
  src: url('../fonts/roboto-v30-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-1: #505e78;
  --dark: #212c42;
  --haze: #f8f8f9;
  --grade-2-2: #f76240;
  --grade-2-1: #ffaf00;
  --grade-3-2: #7f3acb;
  --grade-4-2: #8534ff;
  --grade-4-1: #4d90ff;
  --grey-4: #b0b9cb;
  --white: white;
  --grey-5: #dce0e9;
  --color-1: #76c515;
  --color-2: #ff9c11;
  --color-3: #d63e8d;
  --color-4: #7058ff;
  --grade-1-1: #a8dc19;
  --grade-1-2: #42ae13;
  --grey-2: #6c7a92;
  --grey-3: #95a0b4;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  color: var(--grey-1);
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--dark);
  font-family: Roboto v30, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.haze {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.haze._1 {
  padding-top: 120px;
}

.section.grade-bg-1 {
  color: #fff;
  background-image: linear-gradient(#50a2be, #50a2be);
}

.section.big-padding {
  padding-top: 192px;
  padding-bottom: 192px;
}

.section.big-padding.grade-bg-1 {
  background-image: linear-gradient(225deg, #70c2cf, #70c2cf);
}

.section.big-padding-bottom {
  padding-bottom: 192px;
}

.section.big-padding-bottom.grade-bg-1 {
  background-image: linear-gradient(#50a2be, #50a2be);
  padding-bottom: 50px;
}

.section.big-padding-bottom.haze {
  padding-top: 120px;
  padding-bottom: 60px;
}

.section.post-header {
  height: 520px;
}

.section.post-header.grade-bg-1 {
  background-image: linear-gradient(#50a2be, #50a2be);
}

.section.blog-post {
  background-color: var(--haze);
  padding-top: 0;
  overflow: visible;
}

.section.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.section.no-padding-top.haze._2 {
  padding-bottom: 60px;
}

.section.grade-bg-2 {
  background-image: linear-gradient(45deg, var(--grade-2-2), var(--grade-2-1));
  color: #fff;
}

.section.no-mask {
  overflow: visible;
}

.section.footer-section {
  background-image: linear-gradient(#212c42, #212c42);
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.full-screen {
  height: 100vh;
}

.section.grade-bg-3 {
  background-image: linear-gradient(45deg, var(--grade-3-2), #d93c81);
}

.section.grade-bg-4 {
  background-image: linear-gradient(45deg, var(--grade-4-2), var(--grade-4-1));
  color: #fff;
}

.section.grade-bg-4.no-mask {
  background-image: linear-gradient(#50a2be, #50a2be);
}

.section.no-padding {
  padding: 0;
}

.section.no-padding.grade-bg-4 {
  background-image: none;
  height: 100vh;
}

.section.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper {
  z-index: 3;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.text-white {
  z-index: 100;
  position: relative;
}

.wrapper.flex-left {
  align-items: flex-start;
}

.wrapper.flex-right {
  justify-content: center;
  align-items: flex-start;
}

.button {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  height: 48px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s;
  box-shadow: 0 2px 5px #212c4226;
}

.button:hover {
  box-shadow: 0 5px 14px #212c4233;
}

.button.small {
  height: 40px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.grade-1 {
  background-image: linear-gradient(#42ae13, #42ae13);
}

.button.grade-1:hover {
  box-shadow: 0 5px 14px #76c51580;
}

.button.grade-2 {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  box-shadow: 0 2px 5px #212c4426;
}

.button.grade-2:hover {
  box-shadow: 0 5px 14px #8aa8e2;
}

.button.grade-3:hover {
  box-shadow: 0 5px 14px #d63e8d66;
}

.button.grade-4 {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
}

.button.grade-4:hover {
  box-shadow: 0 5px 14px #474b7c66;
}

.button.white {
  color: var(--dark);
  background-color: #fff;
  height: 43px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.button.white:hover {
  box-shadow: 0 5px 14px #212c4233;
}

.button.margins {
  margin-left: 8px;
  margin-right: 8px;
}

.button.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  height: 43px;
  padding: 10px 20px;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--dark);
}

.button.ghost-bg {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #fff;
}

.button.nav-bar-button {
  color: #212c42;
  background-color: #fff;
  height: 40px;
  margin-left: 8px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.button.last {
  cursor: pointer;
}

.button.secondary {
  border: 1px solid var(--white);
  background-color: #0000;
  height: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.secondary:hover {
  border-color: var(--grey-1);
  background-color: var(--grey-1);
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.transparent {
  opacity: .7;
}

.paragraph-small.cont {
  color: var(--dark);
  font-weight: 500;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  padding: 24px 15px 64px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 48px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--grey-1);
}

.nav-bar {
  z-index: 9999;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 104px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  border-radius: 6px;
  height: 40px;
  padding: 9px 16px;
  font-size: 15px;
  transition: background-color .2s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.fixed-link {
  color: var(--grey-1);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  transition-property: color;
}

.nav-link.fixed-link:hover {
  color: var(--dark);
  background-color: #0000;
}

.text-white {
  color: #fff;
}

.service-window {
  z-index: 1;
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 14px #505e7814;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tooltip {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 6px 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  bottom: 34px;
  box-shadow: 1px 1px 6px #1111111a;
}

.tooltip.change-tooltip {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  bottom: 50px;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.haze {
  background-color: var(--haze);
}

.text-grey {
  color: var(--grey-1);
  text-align: left;
  max-width: 300px;
}

.text-grey.centered {
  text-align: center;
  min-width: 300px;
  max-width: 400px;
}

.no-margin {
  margin: 0;
}

.text-green {
  color: var(--color-1);
}

.section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-intro.no-margin {
  margin: 0;
}

.section-intro.wide {
  max-width: 800px;
}

.section-intro.left {
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.section-intro.page-header-intro {
  max-width: 800px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section-intro.clients {
  margin-bottom: 60px;
}

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

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

.mini-heading {
  border: 1px solid var(--grey-5);
  color: var(--grey-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 28px;
  padding: 4px 8px 4px 9px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.mini-heading.white {
  color: #fff;
  border-color: #fff6;
  padding-top: 4px;
  padding-bottom: 4px;
}

.mini-heading.white.blog {
  height: 24px;
}

.footer {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 72px;
  display: flex;
  position: relative;
}

.footer-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  text-decoration: underline;
}

.footer-link {
  opacity: .7;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-text {
  color: #fff9;
  margin-right: 20px;
}

.brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.brand.w--current {
  flex-direction: row;
}

.brand.footer-logo {
  margin-bottom: 8px;
  margin-left: -15px;
  padding-top: 15px;
  padding-bottom: 16px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  padding: 32px;
  display: flex;
  box-shadow: 0 5px 14px #505e7814;
}

.change-icon {
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.changelog-contact-text {
  color: var(--grey-1);
  text-align: center;
  max-width: 400px;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  flex: none;
  width: 100%;
  height: auto;
}

.color-1 {
  background-color: var(--color-1);
}

.color-2 {
  background-color: var(--color-2);
}

.color-3 {
  background-color: var(--color-3);
}

.color-4 {
  background-color: var(--color-4);
}

.grade-1 {
  background-image: linear-gradient(to bottom, var(--grade-1-1), var(--grade-1-2));
}

.grade-2 {
  background-image: linear-gradient(to bottom, var(--grade-2-1), var(--grade-2-2));
}

.grade-3 {
  background-image: linear-gradient(to bottom, #d93c81, var(--grade-3-2));
}

.grade-4 {
  background-image: linear-gradient(to bottom, var(--grade-4-1), var(--grade-4-2));
}

.background {
  background-image: url('../images/backgorund-blocks.svg');
  background-position: 50%;
  background-size: cover;
  height: 160%;
  position: absolute;
  inset: -30% 0 0;
}

.background.fade-1 {
  z-index: 0;
  opacity: .33;
}

.background.fade-2 {
  opacity: .18;
}

.background.image {
  opacity: .1;
  background-image: url('../images/ash-edmonds-510566-unsplash.webp');
  background-repeat: no-repeat;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.angle {
  z-index: 2;
  background-color: #fff;
  width: 120%;
  height: 160px;
  position: absolute;
  left: -10%;
  transform: rotate(-3deg);
}

.angle.bottom {
  height: 360px;
  bottom: -310px;
}

.angle.bottom.haze {
  background-color: var(--haze);
}

.angle.top {
  top: -110px;
  right: 0;
}

.angle.top.haze {
  background-color: var(--haze);
}

.paragraph-big {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-big.centered {
  text-align: center;
}

.posts {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.posts.no-margin {
  margin: 0;
}

.post-item {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card {
  color: var(--dark);
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: transform .6s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 14px #505e7814;
}

.post-card:hover {
  transform: translate(0, -4px);
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 28px 34px 8px;
  display: flex;
}

.post-card-bottom {
  border-top: 1px solid #dce0e9;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.category {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #76c515;
  border-radius: 5px;
  align-items: center;
  height: 24px;
  padding: 4px 8px 4px 9px;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.category.post-category {
  background-color: #d93c81;
  margin-bottom: 24px;
  display: inline-block;
}

.post-content {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  margin-top: -360px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 120px 80px 80px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 14px #505e7814;
}

.post-card-summary {
  color: var(--grey-1);
  flex: 1;
  line-height: 20px;
}

.post-card-date {
  color: var(--grey-2);
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.post-date {
  color: var(--grey-2);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.post-image {
  border-radius: 8px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.big-icon {
  background-color: #212c421f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.big-icon.white {
  background-color: #fff;
  box-shadow: 0 6px 14px #505e7814;
}

.big-icon.color-1 {
  background-color: #76c5151f;
}

.big-icon.color-1.rating {
  flex: none;
  width: 45px;
  height: 45px;
  margin-right: 24px;
}

.big-icon.color-2 {
  background-color: #ff9c111f;
}

.big-icon.color-3 {
  background-color: #d63e8d1f;
}

.big-icon.color-4 {
  background-color: #7058ff1f;
}

.features {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.feature {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  margin-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.hero-image {
  z-index: 2;
  width: 60%;
  min-width: 400px;
  max-width: 500px;
  margin-left: auto;
}

.hero-intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.hero-heading {
  margin-bottom: 40px;
}

.side-content {
  perspective: 800px;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.side-content.no-margin {
  margin: 0;
}

.side-block {
  perspective: 800px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.play-button {
  background-color: var(--dark);
  background-image: url('../images/play-icon-white.svg'), linear-gradient(to bottom, var(--grey-1), var(--dark));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  box-shadow: 0 5px 14px #505e7814;
}

.play-button.grade-1 {
  background-image: url('../images/play-icon-white.svg'), linear-gradient(to bottom, var(--grade-1-1), var(--grade-1-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
}

.play-button.grade-2 {
  background-image: url('../images/play-icon-white.svg'), linear-gradient(to bottom, var(--grade-2-1), var(--grade-2-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
}

.play-button.grade-4 {
  background-image: url('../images/play-icon-white.svg'), linear-gradient(to bottom, var(--grade-4-1), var(--grade-4-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
}

.side-media {
  background-color: var(--grey-1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 416px;
  display: flex;
  box-shadow: 0 6px 14px #505e7814;
}

.side-media._2 {
  background-image: url('../images/image-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-media._3 {
  background-image: url('../images/image-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-media._1 {
  background-image: url('../images/image-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-info {
  width: 66.66%;
}

.link-arrow {
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.link-arrow-icon {
  float: right;
  width: 16px;
  margin-top: 3px;
  position: absolute;
  top: 0;
  right: 0;
}

.side-slider {
  border-radius: 12px;
  width: 100%;
  height: 416px;
  overflow: hidden;
  box-shadow: 0 5px 14px #505e7814;
}

.side-slide {
  width: 100%;
  height: 100%;
}

.side-slide._1 {
  background-image: url('../images/7f2d412e-46f3-4bac-9893-3ecc5eb5186f.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._2 {
  background-image: url('../images/0537b695-6a3d-4ae7-8121-8470fb8c875f.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._3 {
  background-image: url('../images/e29fe39b-ef85-42c4-859b-33c9bfd283d0.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._4 {
  background-image: url('../images/19792221-6bef-472f-a0df-45a41cc942f5.JPG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._5 {
  background-image: url('../images/137b4b62-3530-4097-981a-660b789ea170.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._6 {
  background-image: url('../images/8e2f3e04-fc47-4eab-a9c6-38f47bc42548.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._7 {
  background-image: url('../images/IMG_20180602_123525.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._8 {
  background-image: url('../images/2d0b41d8-3dc1-48d6-ab92-da1acedefdbb.webp');
  background-position: 50%;
  background-size: cover;
}

.side-slide._9 {
  background-image: url('../images/1739bc35-d04c-4a87-9462-020dc21ec145.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._10 {
  background-image: url('../images/IMG_20180609_200514.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._11 {
  background-image: url('../images/01c3cc34-fc3e-4b66-a962-a07a67203ea1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._12 {
  background-image: url('../images/732d8339-674d-42dd-9c8b-88ded7f29cfd.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._13 {
  background-image: url('../images/IMG_20180627_103713.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-slide._14 {
  background-image: url('../images/IMG_20180608_133509.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._15 {
  background-image: url('../images/8ac5735e-c3b1-4a47-9d50-31d277a25773.webp');
  background-position: 0 0;
  background-size: cover;
}

.slider-arrow-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  display: flex;
}

.arrow-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 5px 14px #505e7814;
}

.side-slider-nav {
  background-image: linear-gradient(#0000, #0000004d);
  justify-content: center;
  align-items: flex-end;
  height: 80px;
  padding: 16px;
  font-size: 9px;
  line-height: 40px;
  display: flex;
}

.testimonials {
  background-color: #0000;
  width: 100%;
  max-width: 800px;
  height: 440px;
  position: relative;
}

.testimonials.full-view {
  position: static;
}

.no-mask {
  overflow: visible;
}

.review {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  background-image: url('../images/quote-icon-grey.svg');
  background-position: 32px 32px;
  background-repeat: no-repeat;
  background-size: 56px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 90px 56px;
  display: flex;
  box-shadow: 0 6px 14px #505e7814;
}

.testimonials-slide {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-nav {
  opacity: 1;
  margin-top: 58px;
  font-size: 9px;
}

.review-rating {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.rating-star {
  margin-left: 1px;
  margin-right: 1px;
}

.testimonials-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.review-arrow-link {
  width: 100%;
  max-width: 20%;
  margin-top: -20px;
  margin-bottom: 70px;
}

.review-arrow-link.left {
  align-items: center;
  display: flex;
}

.review-arrow-link.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.phone-features {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.phone-features-column {
  max-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.phone-feature {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 8px;
}

.phone-image-wrapper {
  margin-left: 6%;
  margin-right: 6%;
  padding-left: 15px;
  padding-right: 15px;
}

.logotypes {
  border: 1px solid var(--grey-5);
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-top: 8px;
  margin-bottom: 120px;
  padding: 32px 24px;
  display: flex;
  position: relative;
}

.logotypes.no-margin {
  max-width: 800px;
  margin: 0 0 120px;
}

.logotypes-heading {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: absolute;
  top: -17px;
}

.logotypes-heading.haze {
  background-color: var(--haze);
}

.logotype {
  padding: 16px 24px;
}

.logotype.trasparent {
  opacity: .4;
}

.scroll-down {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 15px;
  margin-right: 15px;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  bottom: -146px;
  right: 8.33%;
  box-shadow: 0 5px 14px #505e7814;
}

.scroll-down:hover {
  box-shadow: 0 5px 14px #212c4233;
}

.hero-ebook-cover {
  width: 50%;
  margin-bottom: -216px;
}

.hero-book {
  align-items: center;
  display: flex;
}

.feature-v2 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
}

.feature-v2-text {
  text-align: left;
  flex: 1;
  margin-left: 24px;
}

.opened-book {
  margin-top: 56px;
  margin-bottom: 72px;
}

.tab-link {
  color: var(--grey-2);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 32px;
  transition: color .2s;
  display: flex;
}

.tab-link:hover {
  color: var(--dark);
}

.tab-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--color-2);
  color: var(--dark);
  background-color: #0000;
}

.tab-icon {
  width: 32px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu {
  box-shadow: inset 0 -1px 0 0 var(--grey-5);
  justify-content: center;
  align-items: flex-end;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.tabs {
  width: 100%;
}

.review-arrow-button {
  justify-content: center;
  align-items: center;
  width: 112px;
  margin-bottom: 96px;
  display: flex;
}

.review-arrow-button.right {
  right: -96px;
}

.review-arrow-button.left {
  left: -96px;
}

.author {
  perspective: 800px;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-photo-wrapper {
  margin-left: 15px;
  margin-right: 8.33%;
  position: relative;
}

.author-photo {
  border-radius: 12px;
  box-shadow: 0 6px 14px #505e7814;
}

.author-website {
  color: var(--dark);
  background-color: #fff;
  background-image: url('../images/world-icon.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
  padding: 10px 16px 10px 40px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 5px 14px #505e7814;
}

.author-website:hover {
  text-decoration: underline;
}

.author-info {
  flex: 1;
  padding-right: 6%;
}

.author-social {
  border: 1px solid var(--grey-5);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  min-width: 220px;
  margin-right: 15px;
  padding: 32px 40px 28px;
  display: flex;
  position: relative;
}

.author-social-link {
  color: var(--dark);
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.author-social-link:hover {
  text-decoration: underline;
}

.author-social-icon {
  background-color: var(--grey-2);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.author-social-icon.twitter {
  background-color: #2aa3f0;
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.author-social-icon.facebook {
  background-color: #3b5998;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.author-social-icon.instagram {
  background-color: #f83f5a;
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.text-yellow {
  color: var(--color-2);
}

.author-social-heading {
  background-color: #fff;
  margin-top: -11px;
  margin-bottom: 0;
  margin-left: 24px;
  padding: 4px 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-content {
  padding-top: 88px;
  padding-bottom: 120px;
}

.book-subscribe {
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  max-width: 770px;
  margin-bottom: 40px;
  padding: 40px 48px 32px 80px;
  display: flex;
  box-shadow: 0 4px 14px #505e7814;
}

.book-subscribe-form {
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.input {
  border: 1px solid var(--grey-5);
  background-color: var(--haze);
  border-radius: 6px;
  height: 48px;
  margin-bottom: 20px;
  padding: 8px 16px;
  transition: background-color .2s, border .2s;
}

.input:hover {
  border-color: var(--grey-4);
}

.input:focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input::placeholder {
  color: var(--grey-3);
}

.input.icon-right {
  background-image: url('../images/input-icon-base-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 48px;
  padding-right: 64px;
}

.input.icon-right.mail {
  color: #fff;
  background-image: url('../images/input-mail-icon.svg'), url('../images/input-icon-base-right.svg');
  background-position: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 48px, 48px;
}

.input.icon-right.password {
  background-image: none;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

.input.icon-right.user {
  background-image: url('../images/input-user-icon.svg'), url('../images/input-icon-base-right.svg');
  background-position: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 48px;
}

.input.icon-right.phone {
  background-image: url('../images/phone-call-2.svg'), url('../images/input-icon-base-right.svg');
  background-position: 96%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 48px;
}

.input.icon-left {
  background-image: url('../images/input-icon-base-left.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 48px;
  padding-left: 64px;
}

.input.icon-left.user {
  background-image: url('../images/input-user-icon.svg'), url('../images/input-icon-base-left.svg');
  background-position: 0, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 48px, 48px;
}

.input.icon-left.mail {
  color: var(--dark);
  background-image: url('../images/input-mail-icon.svg'), url('../images/input-icon-base-left.svg');
  background-position: 0, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 48px, 48px;
}

.input.icon-left.phone {
  background-image: url('../images/phone-call-2.svg'), url('../images/input-icon-base-left.svg');
  background-position: 13px, 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 48px;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.free-book-cover {
  margin-top: -82px;
  margin-left: 52px;
}

.book-subscribe-form-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.footer-heading {
  margin-top: 17px;
  margin-bottom: 20px;
}

.footer-social-link {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 4px;
  transition: transform .3s;
}

.footer-social-link:hover {
  text-decoration: underline;
  transform: scale(1.06);
}

.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 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 8%;
  display: flex;
}

.scroll-up {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 15px;
  margin-right: 15px;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  top: -28px;
  right: 0;
  box-shadow: 0 5px 14px #505e7814;
}

.scroll-up:hover {
  box-shadow: 0 5px 14px #212c424d;
}

.footer-social-icons {
  perspective: 1000px;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -4px;
  display: flex;
}

.heart {
  color: #fff0;
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 14px;
  display: inline-block;
}

.footer-bottom-column {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-more-link {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-more-link:hover {
  text-decoration: underline;
}

.footer-more-icon {
  background-color: #fff;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.licence-items {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 6px 14px #505e7814;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.grey-link {
  color: var(--grey-1);
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.licence-link-divider {
  background-color: var(--grey-5);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.form-success {
  background-color: #fff;
}

.form-error {
  color: #f03855;
  text-align: center;
  background-color: #f0385514;
  border: 1px solid #f03855;
  border-radius: 6px;
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
}

.preloader {
  z-index: 10000;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader.grade-bg-1 {
  background-image: linear-gradient(#50a2be, #50a2be);
}

.preloader.grade-bg-2 {
  background-image: linear-gradient(45deg, var(--grade-2-2), var(--grade-2-1));
}

.preloader.grade-bg-4 {
  background-image: linear-gradient(45deg, var(--grade-4-2), var(--grade-4-1));
}

.promo-card {
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  max-width: 388px;
  padding: 8px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  box-shadow: 0 5px 14px #505e7840;
}

.promo-card-link {
  color: var(--grey-1);
  align-items: center;
  margin-right: 24px;
  padding: 16px 8px 16px 16px;
  text-decoration: none;
  display: flex;
}

.promo-card-icon {
  width: 24px;
  margin-left: 8px;
  margin-right: 24px;
}

.promo-card-text {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.promo-card-close {
  z-index: 1;
  opacity: .4;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.promo-card-close:hover {
  opacity: 1;
}

.nav-bar-fixed {
  z-index: 200;
  color: #fff;
  background-color: #fff;
  justify-content: center;
  padding: 4px 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -90px);
  box-shadow: 0 5px 14px #505e7814;
}

.hero-form-card {
  color: var(--dark);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  width: 41.66%;
  max-width: 470px;
  min-height: 560px;
  margin-bottom: -176px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  box-shadow: 0 5px 14px #505e7814;
}

.hero-saas {
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.form-label {
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.hero-form {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.checkbox {
  color: var(--grey-1);
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
}

.checkbox-field {
  margin-top: 2px;
  margin-right: 8px;
  font-size: 20px;
}

.text-purple {
  color: var(--grade-4-1);
}

.form-text-small {
  color: var(--grey-3);
  text-align: center;
  margin-top: 24px;
  padding-left: 12%;
  padding-right: 12%;
  font-size: 12px;
  line-height: 16px;
}

.form-text-small-link {
  color: var(--grey-2);
}

.feature-cards {
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 20%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 32px 16px;
  display: flex;
  box-shadow: 0 5px 14px #505e7814;
}

.big-side-image {
  background-image: url('../images/estee-janssens-396884-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.big-side-block {
  width: 50%;
}

.big-side-block.left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 194px 15px 194px 24px;
  display: flex;
}

.big-side-features {
  max-width: 450px;
  margin-top: -24px;
  margin-bottom: 24px;
}

.big-side-blocks {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.big-side-feature {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.number {
  color: var(--color-4);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: -4px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.big-side-feature-text {
  flex: 1;
}

.big-side-content {
  max-width: 585px;
  padding-left: 15px;
  padding-right: 9%;
}

.testimonials-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonials-row {
  justify-content: center;
  width: 83.33%;
  display: flex;
}

.review-card {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  align-items: flex-start;
  margin: 20px 15px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 14px #505e7814;
}

.review-card-avatar {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: 24px;
}

.review-card-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-card-rating {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.review-card-author {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.review-card-link {
  z-index: 1;
  opacity: .3;
  background-image: url('../images/twitter-icon-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 48px;
  height: 48px;
  transition: opacity .4s;
  position: absolute;
  top: 16px;
  right: 16px;
}

.review-card-link:hover {
  opacity: 1;
}

.small-features {
  flex-wrap: wrap;
  width: 83.33%;
  margin-bottom: -32px;
  display: flex;
}

.small-feature {
  width: 33.33%;
  padding: 16px 40px 24px 15px;
}

.small-feature-header {
  align-items: flex-start;
  display: flex;
}

.small-feature-icon {
  margin-top: -4px;
  margin-left: -2px;
  margin-right: 12px;
}

.pricing {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-table {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  width: 33.33%;
  padding: 48px 5%;
  position: relative;
  box-shadow: 0 5px 14px #505e7814;
}

.pricing-table.best {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#50a2be, #50a2be);
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.price {
  color: var(--grey-1);
  justify-content: center;
  align-items: flex-end;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.price.text-white {
  color: #fff;
}

.price-text {
  color: var(--dark);
  margin-right: 2px;
  font-size: 48px;
  font-weight: 500;
  line-height: 40px;
}

.price-text.text-white {
  color: #fff;
}

.pricing-features {
  border: 1px solid var(--grey-5);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 40px;
  overflow: hidden;
}

.pricing-features.white {
  border-color: #ffffff4d;
}

.pricing-feature {
  box-shadow: 0 1px 0 0 var(--grey-5);
  text-align: left;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-feature.yes {
  background-image: url('../images/tick.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 48px;
}

.pricing-feature.yes.white {
  background-image: url('../images/checkmark-icon-white.svg');
  background-size: auto;
}

.pricing-feature.no {
  background-image: url('../images/close-icon-grey.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

.pricing-feature.no.white {
  background-image: url('../images/close-icon-white.svg');
  background-size: auto;
}

.pricing-feature.white {
  box-shadow: 0 1px #ffffff4d;
}

.top-content {
  z-index: 1;
  position: relative;
}

.pricing-table-badge {
  z-index: 1;
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  height: 24px;
  padding: 5px 8px 5px 9px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.faq {
  flex-wrap: wrap;
  width: 83.33%;
  display: flex;
}

.faq-column {
  width: 50%;
  padding: 16px 40px 8px 15px;
}

.question {
  padding-bottom: 24px;
}

.post p {
  color: var(--grey-1);
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.post h2, .post h1, .post blockquote, .post h4, .post h5, .post ul {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.post ol {
  margin-left: 16.66%;
  margin-right: 16.66%;
  padding-left: 20px;
}

.post h3 {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.post img {
  border-radius: 12px;
}

.post a {
  color: var(--color-1);
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

.post h6 {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.post li {
  color: var(--grey-1);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.dropdown {
  background-color: #fff;
  border-radius: 6px;
  min-width: 270px;
  height: 48px;
  padding: 12px 44px 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s;
  box-shadow: 0 5px 14px #505e7814;
}

.dropdown:hover {
  box-shadow: 0 6px 14px #505e7833;
}

.blog-category-dropdown {
  margin-top: 64px;
  margin-bottom: 96px;
}

.blog-category-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 0 5px 14px #505e7814;
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--grey-5);
  background-color: #fff;
  height: 48px;
  margin-bottom: 1px;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
}

.dropdown-link:hover {
  background-color: var(--haze);
}

.dropdown-link.w--current {
  color: var(--dark);
  font-weight: 500;
}

.contact {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
}

.contact-wrapper {
  z-index: 1;
  color: var(--dark);
  background-color: #212c4299;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.contact-button {
  background-image: url('../images/chat-icon-white.svg'), linear-gradient(to bottom, var(--grade-1-1), var(--grade-1-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 3px #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 5px 14px #505e7840;
}

.contact-popup {
  background-color: #fff;
  border-radius: 8px;
  width: 770px;
  max-width: 90%;
  display: flex;
  position: relative;
}

.contact-image {
  color: #fff;
  background-image: url('../images/IMG_20180627_103713.jpg'), linear-gradient(#0000 50%, #000000b3);
  background-position: -43px -1px, 0 0;
  background-size: cover, auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 38px 40px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.contact-form {
  width: 58.33%;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 8%;
  padding-right: 8%;
}

.contact-link {
  color: var(--color-2);
}

.contact-close {
  z-index: 1;
  background-color: var(--dark);
  background-image: url('../images/close-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: transform .3s;
  position: absolute;
  top: -12px;
  right: -12px;
  box-shadow: 0 0 5px #212c4266;
}

.contact-close:hover {
  transform: rotate(90deg);
}

.logo-light {
  position: absolute;
}

.logo-dark {
  opacity: 0;
  position: absolute;
}

.nav-bar-shadow {
  opacity: 0;
  position: absolute;
  inset: 0;
  box-shadow: 0 5px 14px #505e7814;
}

.logo-text {
  letter-spacing: 3px;
  position: static;
}

.image-2 {
  margin-top: 1px;
  margin-right: 10px;
}

.brand-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.heading {
  color: var(--dark);
}

.paragraph-impressum {
  color: var(--dark);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

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

.bold-text {
  color: var(--white);
  text-decoration: underline;
}

.bold-text.cont {
  color: var(--dark);
}

.map {
  flex-direction: row;
  display: block;
}

.nav-bar-blog {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 104px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bold-text-2 {
  font-size: 13px;
  line-height: 16px;
}

.div-block {
  background-image: url('../images/sperrmüll.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 416px;
}

.div-block.kleintransport {
  background-image: url('../images/a87711a9-79be-41eb-be75-01e4ae6b095f.webp');
}

.wrapper-van {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.van {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 500px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.link {
  color: var(--color-1);
  text-decoration: none;
}

.full-width-3, .full-width-2 {
  flex: none;
  width: 100%;
  height: auto;
}

.collection {
  flex-wrap: wrap;
  flex: none;
  place-content: stretch center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection.home {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.testimonials-row-2 {
  justify-content: center;
  width: 83.33%;
  margin-bottom: 30px;
  display: flex;
}

.review-card-author-2 {
  color: var(--grey-1);
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}

.testimonials-v2-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.wrapper-2 {
  z-index: 3;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-grey.no-margin {
  color: var(--grey-1);
  min-width: 250px;
  max-width: 350px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.review-card-avatar-2 {
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
}

.review-card-2 {
  border-radius: 10px;
  flex: 1;
  align-items: flex-start;
  margin: 0 15px 20px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 14px #505e7814;
}

.rating-star-2 {
  width: 11px;
  margin-left: 1px;
  margin-right: 1px;
}

.review-card-link-2 {
  z-index: 1;
  opacity: .3;
  background-image: url('../images/google-plus-g.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-bottom-style: none;
  width: 48px;
  height: 48px;
  transition: opacity .4s;
  position: absolute;
  top: 16px;
  right: 16px;
}

.review-card-link-2:hover {
  opacity: 1;
  background-image: url('../images/google-plus-g.svg');
  background-repeat: no-repeat;
  background-size: 16px;
}

.text-wrapper {
  margin-top: 24px;
}

.link-hero {
  color: var(--white);
}

.pricing-sperr {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.c-heading-card {
  font-size: 18px;
  line-height: 24px;
}

.cta-wrapper {
  display: none;
}

.cta-wrapper.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@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.big-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }

  .section.big-padding-bottom {
    padding-bottom: 152px;
  }

  .section.big-padding-bottom.grade-bg-1 {
    padding-bottom: 19px;
  }

  .section.big-padding-bottom.haze {
    padding-bottom: 60px;
  }

  .section.post-header {
    height: 440px;
  }

  .section.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.nav-bar-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.nav-bar-button.inverted {
    background-color: var(--dark);
    color: var(--white);
  }

  .nav-bar {
    height: 88px;
    padding: 0 0 0 16px;
    position: absolute;
  }

  .nav-link {
    color: var(--dark);
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .nav-link.fixed-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
  }

  .text-grey {
    text-align: left;
  }

  .no-margin {
    margin: 0;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .section-intro.wide {
    max-width: 80%;
  }

  .mini-heading {
    margin-bottom: 20px;
  }

  .mini-heading.white.blog {
    height: 24px;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom {
    margin-top: 64px;
  }

  .changelog {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu {
    z-index: 99999;
    color: var(--dark);
    background-color: #fff;
    width: 240px;
    padding-top: 64px;
    display: block;
    position: fixed;
    overflow: scroll;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    padding-right: 8px;
  }

  .posts {
    justify-content: center;
  }

  .post-item {
    width: 50%;
  }

  .post-content {
    margin-top: -328px;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-card-summary {
    font-size: 13px;
  }

  .post-image {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .big-icon.color-1 {
    flex-direction: row;
  }

  .big-icon.color-1.rating {
    margin-right: 20px;
  }

  .features {
    margin-bottom: 0;
  }

  .feature {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-image {
    background-image: none;
    width: 100%;
    min-width: 0;
    max-width: 400px;
  }

  .hero-intro {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-right: 0%;
  }

  .side-content {
    margin-bottom: 80px;
  }

  .side-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-media {
    height: 264px;
  }

  .side-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .side-slider {
    height: 264px;
  }

  .slider-arrow-link {
    width: 80px;
  }

  .testimonials.full-view {
    max-width: 90%;
  }

  .testimonials-slide {
    max-width: 100%;
  }

  .phone-image-wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }

  .logotypes {
    max-width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .logotype {
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll-down {
    width: 48px;
    height: 48px;
    bottom: -111px;
  }

  .hero-ebook-cover {
    margin-bottom: -155px;
  }

  .feature-v2 {
    width: 50%;
    margin-bottom: 32px;
    padding-left: 8px;
    padding-right: 20px;
  }

  .tabs-menu {
    margin-left: -16px;
    margin-right: -16px;
  }

  .author {
    flex-wrap: wrap;
    justify-content: center;
  }

  .author-photo-wrapper {
    flex: 0 auto;
    width: 41.66%;
  }

  .author-info {
    flex: 40px;
  }

  .author-social {
    flex-direction: row;
    width: auto;
    max-width: 100%;
    margin-top: 64px;
    padding-left: 28px;
    padding-right: 20px;
  }

  .author-social-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .tabs-content {
    padding-bottom: 96px;
  }

  .book-subscribe {
    max-width: 88%;
    padding-left: 56px;
    padding-right: 20px;
  }

  .free-book-cover {
    margin-top: -75px;
    margin-left: 40px;
  }

  .book-subscribe-form-wrapper {
    padding-top: 8px;
  }

  .footer-about {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 33.33%;
  }

  .scroll-up {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .menu-button {
    z-index: 999;
    margin-left: 8px;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .menu-button.dark-button {
    color: var(--dark);
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .form-error {
    background-color: #ff385029;
    border: 1px solid #ff3850;
    border-radius: 6px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-bar-fixed {
    padding: 0 0 0 16px;
    transform: translate(0, -80px);
  }

  .hero-form-card {
    width: 50%;
    min-height: 440px;
    margin-bottom: -97px;
    padding: 48px;
  }

  .hero-saas {
    padding-right: 0;
  }

  .feature-card {
    flex-basis: 45%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .big-side-image {
    width: 100%;
    height: 720px;
  }

  .big-side-block.left {
    width: 100%;
    padding: 120px 16.66% 160px;
  }

  .big-side-features {
    max-width: none;
  }

  .big-side-blocks {
    flex-direction: column-reverse;
  }

  .big-side-content {
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-row {
    width: 100%;
  }

  .review-card {
    margin: 12px 8px;
  }

  .small-features {
    width: 100%;
  }

  .small-feature {
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 24px;
  }

  .pricing {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table {
    width: 58.33%;
    margin-bottom: 40px;
    padding: 56px 8%;
  }

  .pricing-table.best {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .pricing-table-badge {
    top: 24px;
    right: 24px;
  }

  .faq {
    width: 100%;
  }

  .faq-column {
    padding-left: 8px;
    padding-right: 32px;
  }

  .post p, .post h2, .post h1, .post blockquote, .post h4, .post h5, .post ul, .post ol, .post h3, .post h6 {
    margin-left: 8.33%;
    margin-right: 8.33%;
  }

  .post li {
    font-size: 15px;
  }

  .logo-dark {
    z-index: -1;
  }

  .heading-3 {
    text-align: left;
  }

  .wrapper-van {
    margin-bottom: 80px;
  }

  .image-4 {
    width: 425px;
  }

  .collection.home {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials-row-2 {
    width: 100%;
  }

  .review-card-author-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .wrapper-2 {
    width: 90%;
  }

  .paragraph-small-2.text-grey.no-margin {
    min-width: 200px;
    max-width: 300px;
    font-size: 15px;
  }

  .review-card-2 {
    margin: 12px 8px;
  }

  .cta-wrapper {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 24px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .section.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.nav-bar-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .wrapper.flex-right {
    align-items: center;
  }

  .button.grade-1.margins, .button.grade-2.margins {
    margin-bottom: 16px;
  }

  .button-style-wrapper {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 8px;
  }

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

  .no-margin {
    margin: 0;
  }

  .section-intro.wide {
    max-width: 100%;
  }

  .section-intro.clients {
    margin-bottom: 32px;
  }

  .footer-column {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }

  .footer-bottom-text {
    margin-bottom: 8px;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    padding-right: 0;
  }

  .post-item {
    width: 66.66%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    width: 50%;
  }

  .post-content {
    margin-left: 0;
    margin-right: 0;
  }

  .post-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .big-icon.color-1.rating {
    margin-right: 12px;
  }

  .features {
    justify-content: center;
  }

  .feature {
    width: 66.66%;
  }

  .side-buttons {
    flex-direction: column;
    padding-left: 12%;
    padding-right: 12%;
    display: flex;
  }

  .hero-image {
    max-width: 250px;
    margin-left: -32px;
    margin-right: auto;
  }

  .hero-intro {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .side-content {
    flex-direction: column;
    margin-bottom: 64px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-content.mobile-reversed {
    flex-direction: column-reverse;
  }

  .side-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .side-media {
    height: 320px;
  }

  .side-info {
    width: 100%;
  }

  .side-slider {
    height: 320px;
  }

  .review {
    padding-left: 48px;
    padding-right: 48px;
  }

  .testimonials-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .phone-features {
    flex-wrap: wrap;
  }

  .phone-features-column {
    text-align: center;
    width: 50%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-features-column.text-right {
    text-align: center;
  }

  .phone-feature {
    margin-top: 0;
    margin-bottom: 0;
  }

  .phone-image-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 25%;
    padding-right: 25%;
    display: flex;
  }

  .logotypes-heading.haze {
    width: 400px;
    padding-right: 24px;
    left: 70px;
  }

  .scroll-down {
    display: none;
  }

  .hero-ebook-cover {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .hero-book {
    flex-direction: column;
    justify-content: center;
  }

  .feature-v2 {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-v2-text {
    margin-left: 0;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-menu {
    margin-left: -12px;
    margin-right: -12px;
  }

  .author {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 4%;
    padding-right: 4%;
  }

  .author-photo-wrapper {
    width: 66.66%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .author-info {
    width: 66.66%;
    padding-right: 0%;
  }

  .tabs-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-subscribe {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    padding-bottom: 48px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .free-book-cover {
    margin-top: -110px;
    margin-left: 20px;
  }

  .book-subscribe-form-wrapper {
    padding-top: 16px;
  }

  .footer-about {
    padding-right: 25%;
  }

  .footer-bottom-column {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
  }

  .licence-items {
    width: 100%;
  }

  .nav-bar-fixed {
    padding-left: 8px;
  }

  .hero-form-card {
    width: 83.33%;
    min-height: 200px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-saas {
    flex-direction: column;
    justify-content: center;
  }

  .big-side-image {
    height: 600px;
  }

  .big-side-block.left {
    padding-top: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .testimonials-row {
    flex-direction: column;
  }

  .small-features {
    width: 83.33%;
  }

  .small-feature {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }

  .pricing-table {
    width: 75%;
  }

  .faq-column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 8px;
  }

  .question {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .contact-wrapper {
    overflow: auto;
  }

  .contact-popup {
    flex-direction: column;
    max-width: 86%;
  }

  .contact-image {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    flex: 0 auto;
    height: 240px;
  }

  .contact-form {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .heading-2, .heading-3 {
    text-align: center;
  }

  .wrapper-van {
    margin-bottom: 64px;
  }

  .collection.home {
    flex-direction: row;
  }

  .testimonials-row-2 {
    flex-direction: column;
  }

  .paragraph-small-2.text-grey.no-margin {
    text-align: left;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .section.grade-bg-1 {
    z-index: 0;
  }

  .section.big-padding-bottom.haze {
    padding-top: 60px;
  }

  .section.post-header {
    height: 320px;
  }

  .section.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.nav-bar-wrapper {
    justify-content: center;
  }

  .button.nav-bar-button {
    display: none;
  }

  .button.nav-bar-button.inverted {
    background-color: var(--white);
    color: var(--dark);
    align-items: center;
    display: flex;
  }

  .button.inverted {
    background-color: var(--white);
    color: var(--dark);
  }

  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-bar {
    height: 64px;
  }

  .nav-link, .nav-link.w--current {
    color: #fff;
  }

  .service-window {
    width: 96%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .no-margin {
    margin: 0;
  }

  .section-intro.page-header-intro {
    max-width: 100%;
  }

  .brand.w--current {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--dark);
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .post-item, .post-card {
    width: 100%;
  }

  .post-content {
    margin-top: -240px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .post-card-summary {
    font-size: 14px;
  }

  .feature {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-buttons {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-image {
    background-image: none;
    max-width: 210px;
    margin-left: 22%;
    position: relative;
    left: -24px;
    right: 0;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .side-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-media, .side-slider {
    height: 240px;
  }

  .slider-arrow-link {
    display: none;
  }

  .testimonials {
    height: auto;
    padding-bottom: 56px;
  }

  .testimonials.full-view {
    max-width: 86%;
    height: auto;
    padding-bottom: 56px;
  }

  .review {
    background-position: 24px 24px;
    background-size: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .phone-features-column {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .phone-image-wrapper {
    padding-left: 16%;
    padding-right: 16%;
  }

  .logotypes.no-margin {
    padding-top: 78px;
  }

  .logotypes-heading.haze {
    width: 250px;
    left: 14px;
    right: 0;
  }

  .hero-ebook-cover {
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-v2 {
    width: 100%;
  }

  .opened-book {
    margin-bottom: 56px;
  }

  .tab-link {
    flex-direction: row;
    width: 100%;
    padding: 20px 24px 12px;
  }

  .tab-link.w--current {
    box-shadow: inset 0 0 0 1px var(--color-2);
    background-color: #fff;
    border-radius: 6px;
  }

  .tab-icon {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 16px;
  }

  .tabs-menu {
    box-shadow: none;
    flex-direction: column;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .author-photo-wrapper, .author-info {
    width: 100%;
  }

  .author-social {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .tabs-content {
    padding-top: 16px;
  }

  .book-subscribe {
    max-width: 100%;
    margin-left: 9px;
    margin-right: 9px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .free-book-cover {
    margin-left: 8px;
  }

  .book-subscribe-form-wrapper {
    padding-top: 8px;
  }

  .footer-about {
    padding-right: 15px;
  }

  .menu-button {
    margin-left: 8px;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .hero-form-card {
    width: 96%;
  }

  .big-side-image {
    height: 480px;
  }

  .big-side-block.left {
    padding-left: 2%;
    padding-right: 2%;
  }

  .review-card {
    padding: 32px 24px;
  }

  .review-card-avatar {
    margin-right: 16px;
  }

  .small-features, .pricing-table {
    width: 100%;
  }

  .post p, .post h2, .post h1, .post blockquote, .post h4, .post h5, .post ul, .post ol, .post h3, .post h6 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-category-dropdown {
    margin-bottom: 64px;
  }

  .contact-image {
    height: 200px;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .logo-light {
    padding-top: 0;
    display: block;
  }

  .logo-dark {
    z-index: -1;
  }

  .brand-2.w--current {
    justify-content: center;
  }

  .paragraph-impressum {
    width: 100%;
  }

  .image-3 {
    padding-top: 0;
  }

  .heading-2, .heading-3 {
    text-align: center;
  }

  .image-4 {
    width: 100%;
  }

  .wrapper-2 {
    padding-top: 30px;
  }

  .paragraph-small-2.text-grey.no-margin {
    min-width: 100px;
    max-width: 350px;
  }

  .review-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
  }

  .cta-wrapper {
    display: flex;
  }

  .cta-wrapper.hero {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

#w-node-dabe947f-2783-3a8b-a944-ee40edfb06cb-1070121b {
  order: -9999;
}

@media screen and (max-width: 767px) {
  #w-node-_59efc40f-4be4-b5a5-bf6c-5e83be6256bb-1070121b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dabe947f-2783-3a8b-a944-ee40edfb06cb-1070121b {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59efc40f-4be4-b5a5-bf6c-5e83be6256bb-1070121b {
    grid-column: span 1 / span 1;
  }

  #w-node-dabe947f-2783-3a8b-a944-ee40edfb06cb-1070121b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}