@font-face {
  font-family: Nimbussanext Bol;
  src: url('../fonts/NimbusSanExt-Bol.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.background-video {
  height: 100vh;
  max-height: 100vh;
  position: relative;
  inset: 0%;
}

.navbar {
  background-color: #ddd0;
  display: none;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

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

.content-section {
  height: 100vh;
}

.button {
  text-transform: uppercase;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 9px;
  padding: 10px 40px;
  font-family: Nimbussanext Bol, sans-serif;
  font-size: 1rem;
}

.button:hover {
  background-color: #7a848d7d;
}

.container {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.cta-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 200px;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.section-2 {
  height: 400vw;
}

.body {
  background-color: #000;
  font-family: Nimbussanext Bol, sans-serif;
}

.video-section-horizontal {
  background-color: #fff;
  height: 400vw;
  display: none;
}

.vs-sticky-container {
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vs-frame-foritems {
  display: flex;
}

.vs-itembox {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

.track {
  background-color: #fff;
  height: 400vw;
  display: none;
}

.camera {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  max-height: 2px;
  padding: 40px;
}

.footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer.main {
  z-index: 1;
  background-color: var(--black);
  height: 15vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  inset: 250vh 0% 0%;
}

.footer.main.mobile {
  display: none;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 15vh;
  margin: auto;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-social-link-three {
  margin-left: 10px;
}

.footer-social-link-three:hover {
  transform: scale(1.2);
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 15vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  position: sticky;
  inset: 250vh 0% 0%;
  overflow: hidden;
}

.footer-copyright {
  color: var(--white);
  -webkit-text-stroke-color: #fff0;
  font-family: Oswald, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-2 {
  color: var(--white);
  width: 24px;
}

.image-3 {
  color: #fff;
}

.image-4 {
  width: 10%;
  max-width: 20%;
  max-height: none;
  margin-left: 0;
}

.image-5 {
  width: 20%;
  max-width: 40%;
  display: none;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: hidden;
}

.container-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  display: none;
}

.brand {
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rushy-logo-div {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-6 {
  width: 100%;
}

.image-6.main {
  width: 40%;
}

.heading-2 {
  z-index: 2;
  color: var(--black);
  margin-bottom: 100px;
  font-family: Nimbussanext Bol, sans-serif;
  font-size: 20rem;
  position: absolute;
  inset: 228.2vh 0% 0%;
}

.track-2 {
  background-color: #fff;
  height: 400vw;
  display: none;
}

.camera-2 {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item-2 {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50vh;
  margin-bottom: 50vh;
  display: flex;
}

.button-black {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 9px;
  font-family: Nimbussanext Bol, sans-serif;
  font-size: 1rem;
}

.button-black:hover {
  background-color: #00000080;
}

.image-7 {
  width: 10%;
  max-width: 20%;
}

.image-7:hover {
  background-color: #fff0;
}

.heading-3 {
  font-family: Nimbussanext Bol, sans-serif;
  display: none;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v-section {
  height: auto;
  position: relative;
  inset: 0%;
}

.body-2 {
  background-color: var(--black);
  overflow: visible;
}

.image-8 {
  border: 3px #000;
  border-radius: 20px;
}

.lightbox-link {
  border-radius: 0;
}

.div-block-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: none;
}

.div-block-7 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 80px;
  font-family: Nimbussanext Bol, sans-serif;
  font-size: 5rem;
}

.background-video-2 {
  background-color: #00000057;
  height: auto;
}

.youtube, .youtube-2, .youtube-3 {
  background-image: none;
}

.section-3 {
  z-index: 1;
  background-color: #000;
  height: 15vh;
  margin-left: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: relative;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 15vh;
  margin: auto;
  display: flex;
}

.link-block {
  width: 40%;
  max-width: 100%;
}

.youtube-4 {
  background-image: none;
}

@media screen and (max-width: 991px) {
  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .camera {
    z-index: 0;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-block-three {
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    display: flex;
    inset: 0% 0% auto;
  }

  .image-6 {
    margin-top: 20px;
  }

  .heading-2 {
    display: none;
  }

  .track-2 {
    background-color: #fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .camera-2 {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .item-2 {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .button-black {
    color: #000;
    text-transform: uppercase;
    background-color: #0000;
    border: 3px solid #000;
    border-radius: 9px;
    font-family: Oswald, sans-serif;
    font-size: 1rem;
  }

  .heading-3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 4rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .section-3 {
    background-color: #000;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: auto;
  }

  .content-section {
    padding-bottom: 0;
  }

  .container {
    height: 100vh;
  }

  .track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer.main {
    z-index: 1;
    padding-bottom: 0;
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .footer.main.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-2 {
    flex-flow: column;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .social-block-three {
    margin-top: 14px;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    top: 0;
  }

  .footer-copyright {
    padding-top: 40px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-4 {
    display: block;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: center;
    align-items: center;
    padding-right: 0;
    display: none;
  }

  .image-6 {
    margin-top: 10px;
  }

  .track-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .item-2 {
    height: 40vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .image-7 {
    width: 15%;
  }

  .section-3 {
    flex-flow: column;
    display: none;
    position: relative;
    inset: 5vh 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    margin-top: -384px;
    display: flex;
    position: static;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    max-width: 100vw;
    height: 80vh;
    padding-bottom: 0;
    display: block;
  }

  .cta-block {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
    top: 50vh;
  }

  .video-section-horizontal, .track {
    display: none;
  }

  .item {
    padding: 10px 20px;
  }

  .footer.main {
    background-color: #000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .footer.main.mobile {
    display: flex;
  }

  .container-2 {
    max-width: none;
    position: sticky;
    top: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    padding-left: 0;
    display: flex;
    top: 40.6vh;
  }

  .footer-copyright {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .image-4 {
    z-index: 2;
    width: 12%;
    max-width: 15%;
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .heading {
    text-align: center;
    font-size: 1.2rem;
  }

  .rushy-logo-div {
    margin-top: 0;
  }

  .image-6.main {
    width: 50%;
    margin-top: 0;
  }

  .item-2 {
    height: 20vh;
    padding: 10px 20px;
  }

  .image-7 {
    width: 20%;
  }

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

  .v-section {
    z-index: 2;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin-top: -320px;
  }

  .heading-4 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .background-video-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 140vh;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .youtube, .youtube-2, .youtube-3 {
    width: 90%;
  }

  .section-3 {
    background-image: linear-gradient(#000, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: sticky;
    inset: 95.9vh 0% 0%;
  }

  .div-block-8 {
    position: sticky;
    top: 95.9vh;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .youtube-4 {
    width: 90%;
  }
}


@font-face {
  font-family: 'Nimbussanext Bol';
  src: url('../fonts/NimbusSanExt-Bol.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}