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

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

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

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  min-height: 0;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.socials {
  z-index: 100;
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 1% auto;
}

.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 10px 10px;
  transition: all .2s;
  display: block;
}

.social-link:hover {
  transform: scale(1.3);
}

.icon {
  margin-left: 0;
}

.icon.shop {
  width: 16px;
}

.image {
  filter: invert() drop-shadow(0 2px 7px #0062ff);
  position: static;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 5% 0% auto;
}

.image-2 {
  filter: contrast(120%) brightness(120%);
  mix-blend-mode: screen;
  width: 100%;
  max-width: 320px;
  margin-bottom: 1rem;
  position: static;
  inset: auto 0% 12%;
}

.heading {
  filter: drop-shadow(0 2px 9px #000000b3);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.heading-2 {
  filter: none;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 2px 5px #0062ff);
  display: flex;
}

.button {
  filter: drop-shadow(2px -1px 4px #1426ed);
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  transition: all .2s;
}

.button:hover {
  filter: drop-shadow(2px -1px 12px #1426ed);
  color: #1426ed;
  background-color: #fff;
}

.js-logo {
  opacity: .9;
  width: 5vw;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.home-link {
  width: 37px;
  position: fixed;
  inset: 1% auto auto 1%;
}

.image-3 {
  width: 25%;
  height: 55.7671%;
}

.logo {
  filter: drop-shadow(0 2px 8px #0062ff);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-2 {
    max-width: 300px;
  }

  .js-logo {
    width: 30%;
  }

  .image-3 {
    filter: invert();
    width: 5%;
    height: 5%;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    filter: invert();
    width: 5%;
    max-width: 10%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 100vh;
    min-height: 0;
  }

  .socials {
    flex-flow: row;
    position: relative;
    inset: auto 0% 0%;
  }

  .image {
    position: relative;
  }

  .div-block {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    top: 0%;
  }

  .js-logo {
    margin-bottom: 10px;
  }

  .div-block-4 {
    margin-top: auto;
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    background-image: url('../images/mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .socials {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .div-block {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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