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

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 15%;
  margin-top: 0px;
  background-image: url('../images/footer.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-image: url('../images/background-home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu {
  margin-top: 25px;
  margin-left: 25px;
}

.image {
  width: 30vw;
  margin-top: 0px;
  margin-left: 0px;
}

.content-home {
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 60vw;
  max-width: 100%;
  margin: 0px;
}

.packshot {
  z-index: -1;
  padding: 25px 25px 50px;
}

.menu-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.home-btn {
  width: auto;
  margin-right: 20px;
}

.live-btn {
  margin-right: 20px;
}

.image-3 {
  width: 150px;
}

.image-4 {
  width: 130px;
  margin-top: -10px;
}

.image-5 {
  width: 140px;
  margin-top: -25px;
}

.container {
  position: relative;
  z-index: 0;
}

.content-live {
  position: relative;
  top: -20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.live-container {
  position: relative;
  z-index: -1;
  padding: 50px 50px 10px;
}

.container-2 {
  height: 60vh;
  background-image: url('../images/holding-device.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 60vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%) blur(4px);
  backdrop-filter: saturate(200%) blur(4px);
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.live-div {
  position: relative;
  overflow: auto;
  height: 60vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 6px 6px 20px 10px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: saturate(200%) blur(4px);
  backdrop-filter: saturate(200%) blur(4px);
}

.heading {
  font-family: Cooper, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block {
  font-family: Cooper, sans-serif;
  color: #fff;
}

.copyright {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
}

.social-grid {
  width: 200px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  width: 40px;
}

.facebook {
  width: 40px;
}

.twitter {
  width: 40px;
}

.instagram {
  width: 40px;
}

.youtube {
  width: 40px;
}

.spotify {
  width: 40px;
}

.container-4 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.subscribe-form {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  width: auto;
  margin-top: 35vh;
  margin-right: 25vw;
  margin-left: 25vw;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px 17px 4px rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: saturate(200%) blur(5px);
  backdrop-filter: saturate(200%) blur(5px);
  -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
  transition: all 400ms cubic-bezier(.165, .84, .44, 1);
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.link-block {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-7 {
  width: 99%;
  height: 99%;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.heading-2 {
  margin-top: 25px;
  font-family: Cooper, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  border: 1px none #000;
  text-align: left;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: #0f0f10;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.23);
  -webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  font-family: Cooper, sans-serif;
  color: #fff;
  font-size: 20px;
}

.submit-button:hover {
  background-color: #fff;
  color: #000;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label {
  margin-bottom: 15px;
  font-family: Cooper, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field {
  width: 400px;
  margin-bottom: 0px;
}

.submit-button-2 {
  width: auto;
  margin-top: 15px;
  border-radius: 20px;
  background-color: rgba(208, 208, 208, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cooper, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.submit-button-2:hover {
  background-color: #d0d0d0;
  color: #000;
}

@media screen and (max-width: 991px) {
  .image {
    width: 60vw;
  }

  .content-home {
    height: 60vh;
  }

  .image-2 {
    width: 100vw;
    margin: 50px 0px 20px;
  }

  .packshot {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subscribe-form {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 80vw;
  }

  .content-home {
    height: 60vh;
  }

  .image-2 {
    width: 90vw;
    max-height: 100%;
    margin-top: 75px;
  }

  .subscribe-form {
    margin-right: 5vw;
    margin-left: 5vw;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    width: 80vw;
    margin-left: 10px;
  }

  .image-2 {
    width: 100vw;
    max-width: 1200%;
  }

  .packshot {
    padding: 0px;
  }

  .menu-btns {
    width: 70vw;
  }

  .home-btn {
    margin-right: 5px;
  }

  .home-btn.w--current {
    margin-right: 5px;
  }

  .live-btn {
    margin-right: 5px;
  }

  .content-live {
    margin-right: 5px;
    margin-left: 5px;
  }

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

  .copyright {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-bottom: 5px;
  }

  .social-grid {
    margin-top: 50px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .container-4 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscribe-form {
    margin-right: 1vw;
    margin-left: 1vw;
    padding: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .heading-2 {
    font-size: 25px;
    text-align: center;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-field {
    width: auto;
  }
}

#w-node-d7e7dd50-7dda-8141-ec3d-f84185a321e2-17baf4ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ae2e5695-381e-f88b-7253-90376d2e1712-17baf4ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_805f68a4-401c-180b-2d86-56983784be0b-17baf4ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fd9eb30d-de87-952c-89e1-2388966ae085-17baf4ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af16233b-ec4d-181e-dfb7-a5d43a6183ac-17baf4ab {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Cooper';
  src: url('../fonts/COOPBL.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}