:root {
  --white: white;
  --black: #070707;
  --black-2: #141414;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120px;
  font-weight: 300;
  line-height: 130px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.5em;
  font-weight: 300;
  line-height: 1.1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1.1em;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

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

em {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
}

.section {
  z-index: 2;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 4%;
  display: flex;
  position: relative;
}

.section.hero {
  background-color: var(--black);
  height: 100vh;
  padding: 0 0%;
}

.section.intro {
  min-height: 90vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.section.sign-up {
  background-image: url('../images/Johansson_OscarM-Feld-Kopie.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  min-height: 40vh;
}

.section.footer {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 110px;
}

.section.top {
  padding-top: 100px;
}

.hero-background-video {
  z-index: 1;
  opacity: .48;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.simple-navbar {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding: 12px 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-heading-wrap {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.large-x {
  font-size: 1.8em;
}

.x-large-paragraph {
  font-size: 4em;
  line-height: 1.2em;
}

._850px-width-centered-div {
  text-align: center;
  width: 850px;
}

.scrolling-logos {
  overflow: hidden;
}

.partner-logos-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 0;
}

.partner-logo {
  padding-left: 20px;
  padding-right: 20px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-bottom: 140px;
}

.grid.two {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid.features {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid.shop-section {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.expand-images-link-block {
  width: 100%;
  min-height: 64vh;
  position: relative;
  overflow: hidden;
}

.expand-images-link-block.links, .expand-images-link-block.links2 {
  min-height: 38vh;
}

.lightbox-image {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  transition: all .7s;
  position: absolute;
  inset: 0%;
}

.lightbox-image:hover {
  transform: scale(1.1);
}

.lightbox-image._2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: url('../images/4.jpg');
}

.lightbox-image._3 {
  background-image: url('../images/testrad_01.jpg');
  background-position: 30%;
}

.lightbox-image._4 {
  background-image: url('../images/testrad_02.jpg');
  background-position: 0%;
}

.lightbox-image._5 {
  background-image: url('../images/testrad_03.jpg');
  background-position: 0%;
}

.lightbox-image.shop-white {
  background-image: url('../images/4.png');
  width: 100%;
  height: 350px;
}

.lightbox-image.shop-black {
  background-image: url('../images/2.png');
  width: 100%;
  height: 350px;
}

.feature-block {
  background-color: var(--black-2);
  align-items: center;
  padding: 60px;
  display: flex;
}

.feature-block-left {
  width: 40%;
}

.feature-block-right {
  flex: 1;
  padding-left: 60px;
}

.background-video {
  z-index: 1;
  overflow: visible;
}

.large-paragraph {
  font-size: 2.6em;
  line-height: 1.3em;
}

.play-video-linkblock {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .7s;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.play-video-linkblock:hover {
  opacity: 1;
}

.play-button-circle {
  z-index: 4;
  background-color: #ffffffd9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.play-video-icon {
  margin-left: 5px;
}

.play-video-linkblock-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.grid-paragraph {
  padding-left: 20%;
}

.feature {
  border-top: 2px solid #fff6;
  border-bottom: 2px #fff6;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.feature.first {
  margin-top: 60px;
}

.feature-name-wrap {
  align-items: center;
  display: flex;
}

.cta-arrow-leg {
  background-color: var(--white);
  width: 25px;
  height: 3px;
  position: relative;
}

.arrow-wing {
  background-color: var(--white);
  width: 15px;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(3px, -5px)rotate(43deg);
}

.arrow-wing._2 {
  transform: translate(3px, 4px)rotate(-43deg);
}

.feature-name {
  margin: 0 30px;
}

.feature-description {
  width: 40%;
  font-size: 24px;
  line-height: 30px;
}

.button {
  border: 2px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding: 13px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s;
}

.button:hover {
  background-color: var(--white);
  color: var(--black-2);
}

._20px-height-div {
  width: 100%;
  height: 20px;
}

.info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.info-wrap {
  border-bottom: 2px solid #fff6;
  padding-top: 14px;
  padding-bottom: 14px;
}

.info-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.form-block {
  width: 60%;
}

.text-field {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  max-width: 85%;
  height: 70px;
  margin-bottom: 0;
  padding: 18px 20px;
}

.text-field:focus-visible {
  background-color: #070707cc;
  border-color: #fff;
}

.text-field[data-wf-focus-visible] {
  background-color: #070707cc;
  border-color: #fff;
}

.flex-form-field {
  margin-top: 40px;
  display: flex;
}

.submit-button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -8px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s;
}

.submit-button:hover {
  background-color: var(--black);
}

.div-block {
  width: 100%;
}

.play-video-linkblock-image {
  opacity: .3;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  transition: all .7s;
  position: absolute;
  top: -122.875px;
}

.play-video-linkblock-image:hover {
  opacity: .3;
  transform: scale3d(1none, 1none, 1none);
}

.large-heading {
  font-size: 12em;
  line-height: 1.1em;
}

.footer-link {
  color: #fff;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footer-link:hover {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
}

.footer-link.w--current {
  text-decoration: underline;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.footer-home-link {
  margin-bottom: 18px;
}

.footer-info {
  padding-right: 40px;
}

.copyrights {
  color: #0e1013;
  text-align: left;
  background-color: #0000;
  border-top: 1px solid #ffffff29;
  justify-content: center;
  align-items: center;
  padding: 20px 6%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.copyrights-text {
  color: #fff;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
}

.social-wrap {
  color: #2f3033;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 10px;
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  width: 100%;
  max-width: none;
}

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

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

.social-media-link {
  padding-right: 25px;
}

.feature-image {
  z-index: 5;
  background-image: url('../images/eBullitt-Moondog_2020_0066.jpg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 300px;
  position: absolute;
  inset: 0%;
  transform: translate(20rem);
}

.feature-image._2 {
  background-image: url('../images/4.jpg');
}

.feature-image._3 {
  background-image: url('../images/testrad_01.jpg');
}

.feature-image._4 {
  background-image: url('../images/mikkel-bech-yjAFnkLtKY0-unsplash.jpeg');
}

.feature-image._5 {
  background-image: url('../images/MikaelFelix.0709RGB-Kopie.webp');
}

.colors-contain {
  border-bottom: 1px #9b9b9b4d;
  border-right: 1px #9b9b9b4d;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.color-hex {
  color: #fff;
  font-weight: 300;
}

._20px-div {
  width: 100%;
  height: 20px;
}

.style-block {
  box-shadow: none;
  background-color: #010810;
  border: 1px #1f1f1f;
  border-radius: 0;
  width: auto;
  min-width: 80%;
  margin: 24px 7vw 24px 4vw;
  padding: 24px;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 20px 0;
  display: flex;
}

.color {
  background-color: #1f1f1f;
  border: 1px #7f96913d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

.color.ffffff {
  background-color: var(--white);
  color: #fff;
  border-style: none;
}

.color._070707 {
  background-color: var(--black);
  border-style: solid;
  border-color: #7b776e99;
}

.color._141414 {
  background-color: var(--black-2);
  border-style: solid;
}

.div-block-style-guide {
  padding-top: 20px;
  position: relative;
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

.color-heading {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.heading-wrap {
  margin-left: 4vw;
  margin-right: 7vw;
}

.list_link {
  color: var(--white);
  width: 100%;
  text-decoration: none;
  position: relative;
}

.image-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 70px;
}

.image-for-grid {
  background-image: url('../images/mikkel-bech-yjAFnkLtKY0-unsplash.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.image-for-grid._5 {
  background-image: url('../images/kbo-bike-8tBDq1gw9ks-unsplash-copy.jpeg');
}

.image-for-grid._6 {
  background-image: url('../images/kbo-bike-LHEVQPojgQs-unsplash.jpeg');
}

.image-for-grid._3 {
  background-image: url('../images/josh-nuttall-pIwu5XNvXpk-unsplash.jpeg');
  background-position: 50% 0;
}

.image-for-grid._7 {
  background-image: url('../images/kbo-bike-T03mIjv7MMA-unsplash-copy.jpeg');
}

.image-for-grid._8 {
  background-image: url('../images/ihor-malytskyi-iqqdqnvGlUg-unsplash-1.jpeg');
}

.image-for-grid._4 {
  background-image: url('../images/kbo-bike-hDVK2nL8cWE-unsplash-1.jpeg');
  background-position: 50% 0;
}

.image-for-grid._2 {
  background-image: url('../images/kbo-bike-hhCOoMB_j74-unsplash.jpeg');
}

.scroll-down-container {
  z-index: 20;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.scroll-down-wrap {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.scroll-down {
  border: 1px solid #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 45px;
  margin-bottom: .4rem;
  display: flex;
  position: relative;
}

.scroll-down-line {
  background-color: #fff;
  width: 1px;
  height: 10px;
  margin-top: .6rem;
}

.close-line {
  background-color: var(--white);
  width: 2px;
  height: 15px;
  transform: translate(0, -3px)rotate(45deg);
}

.close-line.line-2 {
  transform: translate(-2px, -3px)rotate(-45deg);
}

.pop-up-contain {
  z-index: 120;
  opacity: 1;
  padding-bottom: 2.5%;
  padding-left: 2%;
  padding-right: 2%;
  text-decoration: none;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: none;
}

.pop-up-title-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: block;
}

.pop-up {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #141414eb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 475px;
  height: auto;
  padding: 12px 24px 32px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  box-shadow: 6px 6px 26px 13px #0000006b;
}

.close-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 11px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close-wrapper.newsletter-close {
  cursor: pointer;
  padding: 24px 30px 17px 17px;
  inset: 0% 0% auto auto;
}

.slide {
  object-fit: fill;
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  object-fit: fill;
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.mask {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
}

.menu-links-wrap {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.slide-right-arrow {
  transform: rotate(180deg);
}

.menu-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 420px;
  margin-top: 48px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.nav-lottie {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.social-wrap-2 {
  margin-right: 24px;
}

.menu {
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slide-3 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/DSC_5462-Kopie.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 50% 72px auto auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.nav-link {
  color: #fff;
  text-transform: none;
  margin-bottom: 32px;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  transition: color .3s ease-in-out;
}

.nav-link:hover {
  color: #a9d4ff;
}

.slide-4 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/Kanauf_Hero_AdobeStock_443771971.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.slide-nav {
  display: none;
}

.nav-bar {
  z-index: 1000;
  justify-content: space-between;
  position: absolute;
  inset: 56px 0% auto;
}

.slider-heading {
  color: #fff;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
}

.container-2 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2.slider {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.container-2.menu-links {
  z-index: 300;
  position: relative;
}

.container-2.language {
  z-index: 1000;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 86px 153px auto auto;
}

.menu-photo-bg {
  object-fit: cover;
  background-image: url('../images/Haus-Frlg-Kopie.webp');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-5 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/DSC_5448-Kopie.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.social-link {
  color: #fff;
  font-weight: 400;
  transition: color .2s ease-out;
}

.social-link:hover {
  color: #a9d4ff;
}

.mask-2 {
  position: static;
  overflow: hidden;
}

.slider-text {
  color: #fff;
  max-width: 400px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.hero-slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: static;
}

.image-2 {
  max-width: 90%;
}

.menu-bg {
  z-index: 100;
  background-color: #93ac12;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-logo-wrap {
  z-index: 250;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-button {
  color: #509922;
  cursor: pointer;
  background-color: #93ac12;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 72px;
  transform: translate(0, -50%);
}

.slide-6 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/Kanauf_Hero_DSC_0816.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.menu-photo-mask {
  z-index: 150;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.full-container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.full-container.nav {
  justify-content: space-between;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 67px;
}

.section-2.hero {
  background-image: none;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.link-2 {
  color: #667380;
  font-weight: 400;
}

.link-2.white {
  color: #fff;
}

.slide-7 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.link-3 {
  font-weight: 400;
}

.link-3.white {
  color: #fff;
}

.slide-8 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/Kanauf_Hero_AdobeStock_443771971.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.paragraph-4 {
  color: #fff;
  font-weight: 400;
}

.slide-9 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
  overflow: visible;
}

.slide-10 {
  background-image: linear-gradient(#63686f00 30%, #63686fb3), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.image-3 {
  margin-top: 73px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading, .heading-2 {
  margin-top: 79px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 110px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1em;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.sign-up {
    height: 550px;
    min-height: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .section.top {
    padding-top: 80px;
  }

  .large-x {
    font-size: 1.8em;
  }

  ._850px-width-centered-div {
    width: auto;
  }

  .partner-logos-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 0;
  }

  .partner-logo-wrap {
    max-width: 10rem;
  }

  .partner-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-row-gap: 30px;
    margin-bottom: 80px;
  }

  .grid.two {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 80px;
  }

  .grid.features {
    margin-bottom: 90px;
  }

  .grid.shop-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 60px;
  }

  .expand-images-link-block {
    min-height: 400px;
  }

  .feature-block {
    flex-direction: column;
    padding: 50px;
  }

  .feature-block-left {
    width: 100%;
    height: auto;
  }

  .feature-block-right {
    width: 100%;
    margin-top: 1.6rem;
    padding-left: 0;
  }

  .play-video-linkblock {
    height: 450px;
  }

  .play-video-linkblock-wrapper {
    height: auto;
  }

  .grid-paragraph {
    padding-left: 0%;
  }

  .feature, .feature.first {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .feature-description {
    width: 50%;
    font-size: 20px;
  }

  .form-block {
    width: 100%;
    max-width: 800px;
  }

  .play-video-linkblock-image {
    top: 0;
  }

  .large-heading {
    font-size: 10em;
  }

  .copyrights {
    padding-left: 6%;
    padding-right: 6%;
  }

  .copyrights-text {
    font-size: 14px;
    line-height: 20px;
  }

  .social-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 26px;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr .5fr .5fr;
  }

  .social-media-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-media-link.first {
    padding-left: 0;
  }

  .feature-image {
    width: 300px;
    height: 200px;
  }

  .style-block {
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 20px;
  }

  .button-wrapper {
    width: 40%;
  }

  .heading-wrap {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .image-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .scroll-down-container {
    margin-top: 0;
    display: block;
  }

  .pop-up-contain {
    opacity: 1;
    width: 60%;
    display: block;
    transform: none;
  }

  .pop-up-title-contain {
    align-items: flex-start;
  }

  .pop-up {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    height: auto;
    padding: 20px 30px 20px 10px;
  }

  .menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    display: none;
  }

  .right-arrow {
    inset: auto 40px 20px auto;
  }

  .nav-link {
    font-size: 60px;
  }

  .nav-bar {
    align-items: center;
    height: 80px;
    display: flex;
    position: absolute;
    top: 0;
  }

  .slider-heading {
    width: 100%;
    font-size: 66px;
  }

  .container-2.language {
    max-width: 200px;
    top: 28px;
    right: 88px;
  }

  .slider-text {
    max-width: 100%;
  }

  .image-2 {
    max-width: 70%;
  }

  .menu-logo-wrap {
    display: none;
  }

  .left-arrow {
    inset: auto auto 20px 40px;
  }

  .menu-photo-mask {
    display: none;
  }

  .full-container {
    flex-direction: column;
  }

  .full-container.nav {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

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

  h2 {
    font-size: 48px;
    line-height: 60px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }

  .section {
    padding: 40px 1.8rem;
  }

  .section.intro {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.sign-up {
    background-position: 0%;
    height: 450px;
  }

  .x-large-paragraph {
    font-size: 32px;
    line-height: 44px;
  }

  .partner-logos-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .partner-logo-wrap {
    max-width: none;
    padding-left: 25%;
    padding-right: 25%;
  }

  .grid.two {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid.shop-section {
    grid-template-rows: auto auto auto auto;
  }

  .expand-images-link-block {
    min-height: 300px;
  }

  .feature-block {
    padding: 30px;
  }

  .background-video {
    max-height: 350px;
  }

  .large-paragraph {
    font-size: 24px;
    line-height: 34px;
  }

  .play-video-linkblock {
    height: 300px;
  }

  .feature {
    flex-direction: column;
  }

  .feature-description {
    width: 100%;
  }

  .info-grid {
    grid-column-gap: 18px;
    grid-template-columns: .5fr 1fr 1fr;
    margin-top: 1rem;
  }

  .info-title {
    font-size: 18px;
  }

  .text-field {
    max-width: none;
  }

  .flex-form-field {
    flex-direction: column;
    align-items: flex-end;
  }

  .submit-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .large-heading {
    font-size: 8em;
  }

  .footer-link {
    font-size: 18px;
  }

  .copyrights {
    padding-left: 6%;
    padding-right: 6%;
  }

  .copyrights-text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-image {
    width: 100%;
    height: 250px;
    margin-top: 1rem;
    position: static;
    transform: none;
  }

  .colors-contain {
    flex-wrap: wrap;
  }

  .style-block {
    padding: 20px;
  }

  .color-wrapper {
    width: 50%;
  }

  .div-block-style-guide {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-wrapper {
    width: auto;
    margin-right: 0;
  }

  .footer-logo {
    max-width: 12rem;
  }

  .image-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-for-grid {
    height: 200px;
  }

  .pop-up-contain {
    opacity: 1;
    width: 90%;
    display: block;
    transform: none;
  }

  .pop-up {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-heading {
    text-align: left;
  }

  .nav-lottie {
    width: 20px;
  }

  .right-arrow {
    right: 20px;
  }

  .nav-link {
    font-size: 40px;
  }

  .slider-heading {
    font-size: 55px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    max-width: 70%;
  }

  .nav-button {
    width: 40px;
    height: 40px;
  }

  .left-arrow {
    left: 20px;
  }

  .full-container.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2 {
    font-size: 40px;
    line-height: 54px;
  }

  .x-large-paragraph {
    font-size: 30px;
    line-height: 42px;
  }

  .partner-logos-grid {
    padding-top: 0;
  }

  .partner-logo-wrap {
    padding-left: 12%;
    padding-right: 12%;
  }

  .grid {
    margin-bottom: 60px;
  }

  .background-video {
    max-height: 300px;
  }

  .play-video-linkblock {
    height: 200px;
  }

  .info-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .large-heading {
    margin-top: 0;
    font-size: 6em;
  }

  .footer-link {
    text-align: left;
    font-size: 18px;
  }

  .footer-link.w--current {
    font-size: 18px;
  }

  .footer-home-link.w--current {
    margin-bottom: 10px;
  }

  .social-wrap {
    padding-top: 6px;
    padding-bottom: 14px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .feature-image {
    height: 220px;
  }

  .colors-contain {
    justify-content: center;
  }

  .style-block {
    padding: 20px;
  }

  .color-wrapper {
    width: 100%;
  }

  .button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navb-bar-logo, .footer-logo {
    max-width: 10rem;
  }

  .image-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .scroll-down-container {
    bottom: 7rem;
  }

  .scroll-down-wrap {
    font-size: 14px;
  }

  .pop-up-contain {
    opacity: 1;
    width: 100%;
    display: block;
    transform: none;
  }

  .pop-up-title-contain {
    align-items: center;
    width: 90%;
  }

  .pop-up {
    flex-direction: column;
    height: auto;
    padding: 50px 12px 30px;
  }

  .pop-up-heading {
    text-align: left;
    max-width: 200px;
  }

  .close-wrapper.newsletter-close {
    padding-top: 12px;
    padding-right: 22px;
  }

  .menu-social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }

  .social-wrap-2 {
    margin-right: 16px;
  }

  .menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .right-arrow {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    bottom: 0;
  }

  .slider-heading {
    font-size: 35px;
  }

  .container-2 {
    margin-top: 0;
  }

  .container-2.language {
    top: 30px;
    right: 55px;
  }

  .slider-text {
    font-size: 16px;
  }

  .hero-slider {
    max-width: none;
    height: 100%;
    min-height: 12px;
    padding-bottom: 0;
  }

  .image-2 {
    max-width: 60%;
  }

  .left-arrow {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    bottom: 0;
    overflow: visible;
  }

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

  .section-2.hero {
    margin-top: 0;
    padding-bottom: 0;
  }

  .paragraph-4 {
    color: #667380;
    font-size: 14px;
  }
}

#w-node-_7bf06b01-a073-faf9-6317-939f32b11f6d-214788a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de235632-c03d-2cb0-a408-8445fc2afb7b-214788a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc08d-214788a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc08f-214788a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc091-214788a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc093-214788a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc095-214788a2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71865723-f063-df67-4c1a-b828fe6800de-214788a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6456ab22-3528-19a8-9ef1-6102df8bb768-214788a2 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-fb2fbb90-9262-0858-6898-6508f3fe101a-214788a2, #w-node-f4cc71a9-fe67-b98b-bdeb-3e399b59bc16-214788a2, #w-node-_82200ac5-ce73-5e5c-cbc8-11ac832b8e3b-214788a2, #w-node-_5870b4bb-f1f3-8ace-f6a1-2b1500e8ae6d-214788a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5870b4bb-f1f3-8ace-f6a1-2b1500e8ae6f-214788a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_815a9b57-ce97-f3db-d737-7e8e9228d6f1-214788a2, #w-node-_45366af0-5247-4471-53f1-7b8952edeca5-214788a2, #w-node-f1316bfc-a0bc-3d9a-1894-dcfcf123378c-214788a2, #w-node-_263f17f0-532c-1b45-4063-1b14b40fc5c4-214788a2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d9737bcc-ad52-6f23-22b5-e1feb8f9fe29-214788a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2679d023-b09e-2fbf-4c70-e634ca1124f1-214788a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c0211058-9640-f684-1f04-f034fe758e3f-214788a2 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7bf06b01-a073-faf9-6317-939f32b11f6d-214788a2, #w-node-de235632-c03d-2cb0-a408-8445fc2afb7b-214788a2, #w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc08d-214788a2, #w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc08f-214788a2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_71865723-f063-df67-4c1a-b828fe6800de-214788a2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6456ab22-3528-19a8-9ef1-6102df8bb768-214788a2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-fb2fbb90-9262-0858-6898-6508f3fe101a-214788a2 {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-f4cc71a9-fe67-b98b-bdeb-3e399b59bc16-214788a2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_82200ac5-ce73-5e5c-cbc8-11ac832b8e3b-214788a2 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_5870b4bb-f1f3-8ace-f6a1-2b1500e8ae6d-214788a2, #w-node-_5870b4bb-f1f3-8ace-f6a1-2b1500e8ae6f-214788a2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d9737bcc-ad52-6f23-22b5-e1feb8f9fe29-214788a2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_2679d023-b09e-2fbf-4c70-e634ca1124f1-214788a2 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c0211058-9640-f684-1f04-f034fe758e3f-214788a2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2539b88b-f93d-aa85-232b-f47fef644819-ef644816, #w-node-_2539b88b-f93d-aa85-232b-f47fef644827-ef644816, #w-node-_2539b88b-f93d-aa85-232b-f47fef644833-ef644816 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc091-214788a2, #w-node-da30eb2a-bfa4-46dd-51e4-e6d92b3bc093-214788a2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fb2fbb90-9262-0858-6898-6508f3fe101a-214788a2 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-f4cc71a9-fe67-b98b-bdeb-3e399b59bc16-214788a2 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_82200ac5-ce73-5e5c-cbc8-11ac832b8e3b-214788a2 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_2679d023-b09e-2fbf-4c70-e634ca1124f1-214788a2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c0211058-9640-f684-1f04-f034fe758e3f-214788a2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2539b88b-f93d-aa85-232b-f47fef644819-ef644816 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2539b88b-f93d-aa85-232b-f47fef644827-ef644816 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2539b88b-f93d-aa85-232b-f47fef644833-ef644816 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2539b88b-f93d-aa85-232b-f47fef644819-ef644816 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2539b88b-f93d-aa85-232b-f47fef644827-ef644816 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2539b88b-f93d-aa85-232b-f47fef644833-ef644816 {
    grid-area: 4 / 1 / 5 / 3;
  }
}
