:root {
  --white: white;
  --black: black;
  --trans: var(--white);
}

.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;
}

.footer {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100px;
  margin-top: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.menu {
  z-index: 10;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  margin-bottom: 20px;
}

.image {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.content-home {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: fixed;
  top: 25%;
  bottom: 0%;
  left: 25%;
  right: 25%;
}

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

.packshot {
  z-index: -1;
  flex: 0 auto;
  margin-bottom: 0%;
  display: block;
  position: relative;
}

.menu-btns {
  margin-left: 1vw;
  display: flex;
}

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

.home-btn.w--current, .live-btn {
  margin-right: 30px;
}

.image-3 {
  width: 80px;
}

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

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

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

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

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

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

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

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

.live-div {
  -webkit-backdrop-filter: saturate(200%) blur(4px);
  backdrop-filter: saturate(200%) blur(4px);
  background-color: #000;
  border-radius: 20px;
  flex: 1;
  max-width: 760px;
  height: 60vh;
  position: absolute;
  top: 300px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 6px 6px 20px 10px rgba(0, 0, 0, .15);
}

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

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

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

.social-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 200px;
  margin-bottom: 10px;
}

.image-6 {
  width: 40px;
}

.social-link {
  filter: brightness(0%);
}

.facebook, .twitter, .instagram, .youtube, .spotify {
  width: 40px;
}

.container-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

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

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

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

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  display: flex;
}

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

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

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

.form-block {
  justify-content: center;
  display: flex;
}

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

.form {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 14px;
  display: flex;
}

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

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

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

.menu-div {
  flex-flow: column;
  display: flex;
}

.vinyl-section {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  height: 95vh;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 150px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.record {
  background-image: url('../images/record.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70vw;
  display: flex;
}

.menu-image {
  z-index: 11;
  background-image: url('../images/Logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  position: fixed;
}

.menu-link-image {
  background-image: url('../images/menu.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 950px;
  height: 300px;
  position: fixed;
}

.menu-links-container {
  z-index: 12;
  margin-top: 50px;
  margin-left: 450px;
  display: flex;
  position: fixed;
}

.link-div {
  width: 80px;
  margin-right: 30px;
}

.illustration-section {
  z-index: 0;
  background-image: url('../images/girl.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 90vh;
  margin-left: 20px;
  position: fixed;
}

.live-section {
  z-index: 12;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.slider {
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 95vh;
  display: block;
}

.slide {
  background-image: url('../images/GoTeam_June_1x1_Indie.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/GoTeam_June_1x1_RoughTrade.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/GoTeam_June_1x1_Orielles.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/GoTeam_June_1x1_TLS.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/GoTeam_CD.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-links-container-mob {
  z-index: 12;
  margin-top: 50px;
  margin-left: 450px;
  display: none;
  position: fixed;
}

.div-block, .image-8 {
  display: none;
}

.image-9 {
  object-fit: scale-down;
}

.link-block-3 {
  cursor: pointer;
}

.footer-2 {
  z-index: 200;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-top: 40px;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .body {
    justify-content: space-between;
    align-items: stretch;
  }

  .image {
    width: 100vw;
  }

  .content-home {
    height: 60vh;
    top: 30%;
  }

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

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

  .menu-btns {
    margin-left: 30px;
    position: relative;
    bottom: 39px;
  }

  .image-3, .image-4, .image-5 {
    width: 70px;
  }

  .live-div {
    z-index: 12;
    height: 500px;
    top: 360px;
  }

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

  .vinyl-section {
    background-image: none;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 40%;
    margin-bottom: 90px;
    margin-left: 40px;
    padding-left: 0;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-links-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 30px;
  }

  .illustration-section {
    display: none;
    position: fixed;
  }

  .live-section {
    margin: 30px;
  }

  .link-block-3 {
    position: static;
  }

  .footer-2 {
    margin-top: 40px;
  }
}

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

  .content-home {
    height: 60vh;
  }

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

  .menu-btns {
    margin-left: 49px;
  }

  .home-btn.w--current, .live-btn {
    margin-right: 20px;
  }

  .image-3 {
    width: 60px;
  }

  .image-4 {
    width: 50px;
  }

  .image-5 {
    width: 50px;
    margin-top: -6px;
  }

  .live-div {
    height: 500px;
  }

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

  .vinyl-section {
    margin-top: 60%;
  }

  .menu-links-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 35px;
  }

  .live-section {
    margin: 30px;
  }

  .footer-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    flex-flow: column;
    justify-content: center;
    height: auto;
    position: static;
  }

  .body {
    text-align: center;
    background-repeat: repeat;
    background-size: cover;
    justify-content: space-between;
    display: block;
  }

  .menu {
    flex-flow: column;
    display: none;
  }

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

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

  .packshot {
    padding: 0;
  }

  .menu-btns {
    width: 70vw;
  }

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

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

  .live-div {
    max-width: 90%;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: static;
  }

  .heading {
    font-size: 30px;
  }

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

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

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

  .container-4 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

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

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .text-field {
    width: auto;
  }

  .vinyl-section {
    z-index: 5;
    background-image: none;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    display: block;
    position: static;
    left: 0%;
  }

  .menu-image {
    width: 100%;
    height: 350px;
  }

  .menu-link-image {
    width: 700px;
    height: 250px;
    display: none;
    top: 215px;
    left: -350px;
    right: 0;
    transform: rotate(12deg);
  }

  .menu-links-container {
    text-align: center;
    margin-top: 275px;
    margin-left: 40px;
    display: none;
  }

  .link-div {
    width: 60px;
    margin-right: 0;
  }

  .link-div.w--current {
    width: 60px;
  }

  .link-div.padding, .link-div.padding.w--current {
    margin-right: 30px;
  }

  .live-section {
    position: static;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    height: 350px;
  }

  .menu-links-container-mob {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 30px;
    display: flex;
    position: static;
  }

  .spacer {
    width: 30px;
  }

  .link-block-2 {
    text-align: right;
    display: block;
  }

  .div-block {
    width: 100vw;
    height: 50px;
  }

  .image-8, .link-block-3 {
    display: block;
  }

  .footer-2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
  }
}

#w-node-fd6b8c7f-a7fd-8c75-d6de-d57147a9b71b-37abb4ae, #w-node-fd6b8c7f-a7fd-8c75-d6de-d57147a9b71d-37abb4ae, #w-node-fd6b8c7f-a7fd-8c75-d6de-d57147a9b71f-37abb4ae, #w-node-fd6b8c7f-a7fd-8c75-d6de-d57147a9b721-37abb4ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fd6b8c7f-a7fd-8c75-d6de-d57147a9b723-37abb4ae {
  align-self: center;
  justify-self: center;
}

#w-node-d7e7dd50-7dda-8141-ec3d-f84185a321e2-17baf4ab, #w-node-ae2e5695-381e-f88b-7253-90376d2e1712-17baf4ab, #w-node-_805f68a4-401c-180b-2d86-56983784be0b-17baf4ab, #w-node-fd9eb30d-de87-952c-89e1-2388966ae085-17baf4ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-af16233b-ec4d-181e-dfb7-a5d43a6183ac-17baf4ab {
  align-self: center;
  justify-self: center;
}


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