:root {
  --b-orange: #e6450d;
  --gainsboro: #e0e0e0;
  --crimson: #dc3046;
  --floral-white: #fefef6;
  --black: black;
  --aquamarine: #7bf3d7;
  --gainsboro-2: #e4e9e7;
  --dark-olive-green: #3a3b01;
  --663399: #611b95;
  --beige: #dee1ca;
  --grey: #7e7d85;
  --white-smoke: #efefef;
  --white: white;
  --rosy-brown: #c99997;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

a {
  text-decoration: underline;
}

.column-art {
  padding-left: 0;
  padding-right: 0;
}

.column-details {
  padding-left: 5%;
}

.album-art {
  box-shadow: 0 0 50px -25px #333;
}

.album-art._17 {
  text-transform: none;
}

.album-title {
  color: #000;
  letter-spacing: -1px;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
}

.album-title.white {
  color: #fff;
}

.album-row {
  padding-left: 10%;
  padding-right: 10%;
}

.artist {
  color: #000;
  padding-bottom: 50px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.artist.white {
  color: #fff;
  border-left-color: #fff;
}

.released {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.released.white {
  color: #fff;
  border-top-color: #fff;
}

.released.white.years {
  padding-top: 5vh;
}

.released.white.link {
  padding-bottom: 0;
}

.released.whtie {
  color: #fff;
}

.date {
  color: #ec9650;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.date.beach {
  color: #0625cf;
}

.date.andy {
  color: #ce3437;
}

.date.whitney {
  color: #8f4661;
}

.date.pinegrove {
  color: #ad2229;
}

.date.diiv {
  color: #e94443;
}

.date.animal {
  color: #15849d;
}

.date.car {
  color: #555;
}

.date.kay {
  color: #fde601;
}

.date.rufus {
  color: #0a2543;
}

.date.lvl {
  color: #f6894c;
}

.date.cymbals {
  color: #1b3b52;
}

.date.vulf {
  color: #eb3f34;
}

.date.omni {
  color: #d3d5bf;
}

.date.tourist {
  color: #34ffae;
  margin: 9px;
  display: block;
}

.date.chair {
  color: #d17969;
}

.date.kendrick {
  color: #fff;
}

.date.jeff {
  color: #d1b7c4;
}

.date.phanto {
  color: #9ccfe4;
}

.date.iii {
  color: #ddb853;
}

.album-section {
  z-index: 99;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.album-section.footer {
  padding: 30vh 10% 5vh;
}

.album-section.header {
  color: var(--b-orange);
  height: 100vh;
  padding: 15vh 2% 50vh 10%;
  display: block;
}

.album-section.hide {
  display: none;
}

.background-colors {
  display: block;
  position: fixed;
  inset: 0;
}

.color-20 {
  z-index: 5;
  opacity: 0;
  background-color: #b4c6da;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-19 {
  z-index: 6;
  opacity: 0;
  color: #000;
  background-color: #1a235d;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-18 {
  z-index: 7;
  opacity: 0;
  background-color: #2584c6;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-17 {
  z-index: 8;
  opacity: 0;
  background-color: #4a6ea8;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-16 {
  z-index: 9;
  opacity: 0;
  background-color: #4bb5c3;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-15 {
  z-index: 10;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-14 {
  z-index: 11;
  opacity: 0;
  background-color: #232323;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-13 {
  z-index: 12;
  opacity: 0;
  background-color: #3a3b01;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-12 {
  z-index: 13;
  opacity: 0;
  background-color: #7bf3d7;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-11 {
  z-index: 14;
  opacity: 0;
  background-color: #dc3046;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-10 {
  z-index: 15;
  background-color: var(--gainsboro);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-9 {
  z-index: 16;
  background-color: var(--crimson);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-8 {
  z-index: 17;
  opacity: 0;
  background-color: #c99997;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-7 {
  z-index: 18;
  opacity: 0;
  background-color: #dee1ca;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-6 {
  z-index: 19;
  opacity: 0;
  background-color: #611b95;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-5 {
  z-index: 20;
  opacity: 0;
  background-color: #efefef;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-4 {
  z-index: 21;
  opacity: 0;
  background-color: #efe9dc;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-3 {
  z-index: 22;
  opacity: 0;
  background-color: #e4e9e7;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-2 {
  z-index: 23;
  opacity: 0;
  background-color: #7e7d85;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-1 {
  z-index: 24;
  background-color: var(--b-orange);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.color-header {
  z-index: 4;
  background-color: #e6450d;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.numbers {
  margin-top: -85%;
  margin-left: 90%;
  padding-bottom: 0;
  font-size: 200px;
  position: absolute;
}

.numbers.small {
  margin-top: -85%;
}

.year {
  color: #fff;
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 60px;
  text-decoration: none;
}

.other-year-column {
  padding-left: 0;
}

.number {
  color: #ec9650;
  margin-left: -3px;
  padding-top: 5px;
  padding-bottom: 5vw;
  font-family: Poppins, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 100px;
}

.number.pinegrove {
  color: #ad2229;
}

.number.animal {
  color: #15849d;
}

.number.diiv {
  color: #e94443;
}

.number.car-seat {
  color: #555;
}

.number.kay {
  color: #fde601;
}

.number.andy {
  color: #ce3437;
}

.number.rufus {
  color: #0a2543;
}

.number.lvl {
  color: #f6894c;
}

.number.whitney {
  color: #8f4661;
  padding-bottom: 4vw;
}

.number.beach {
  color: #0625cf;
}

.number.cymbals {
  color: #1b3b52;
}

.number.vulf {
  color: #eb3f34;
}

.number.omni {
  color: #d3d5bf;
}

.number.tourist {
  color: #34ffae;
}

.number.chair {
  color: #d17969;
}

.number.iii {
  color: #ddb853;
}

.number.kendrick {
  color: #fff;
}

.number.jeff {
  color: #d1b7c4;
}

.number.phanto {
  color: #9ccfe4;
}

.spacer {
  height: 6vw;
}

.top-track {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.top-track.white {
  color: #fff;
}

.top-track.white.gap {
  line-height: 16px;
}

.track {
  color: #ec9650;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.track:hover {
  opacity: .5;
}

.track.andy {
  color: #ce3437;
}

.track.whitney {
  color: #8f4661;
}

.track.pinegrove {
  color: #ad2229;
}

.track.diiv {
  color: #e94443;
}

.track.animal {
  color: #15849d;
}

.track.car {
  color: #555;
}

.track.kay {
  color: #fde601;
}

.track.rufus {
  color: #0a2543;
}

.track.lvl {
  color: #f6894c;
}

.track.beach {
  color: #0625cf;
}

.track.cymbals {
  color: #1b3b52;
  font-size: 18px;
}

.track.vulf {
  color: #eb3f34;
}

.track.omni {
  color: #d3d5bf;
}

.track.tourist {
  color: #34ffae;
}

.track.chair {
  color: #d17969;
}

.track.iii {
  color: #ddb853;
}

.track.kendrick {
  color: #fff;
}

.track.jeff {
  color: #d1b7c4;
}

.track.phanto {
  color: #9ccfe4;
}

.logo {
  padding-bottom: 200px;
}

.honorable-mention {
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.honorable-song {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
}

.details-column-2._3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.details-row {
  padding-bottom: 30px;
}

.top-top {
  z-index: 999;
  height: 10px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top-top.hide {
  display: none;
}

.top-div {
  height: 10px;
  display: flex;
}

.top-color {
  cursor: pointer;
  background-color: #f29e4c;
  width: 5%;
  height: 100vh;
  display: block;
}

.top-color:hover {
  margin-top: 20px;
}

.top-color._19 {
  background-color: #f1c453;
}

.top-color._18 {
  background-color: #efea5a;
}

.top-color._17 {
  background-color: #b9e769;
}

.top-color._16 {
  background-color: #83e377;
}

.top-color._15 {
  background-color: #fff;
}

.top-color._14 {
  background-color: #16db93;
}

.top-color._13 {
  background-color: #0db39e;
}

.top-color._12 {
  background-color: #7bf3d7;
}

.top-color._11 {
  background-color: #dc3046;
}

.top-color._10 {
  background-color: #e0e0e0;
}

.top-color._9 {
  background-color: #fefef6;
}

.top-color._8 {
  background-color: #048ba8;
}

.top-color._7 {
  background-color: #2c699a;
}

.top-color._6 {
  background-color: #54478c;
}

.top-color._5 {
  background-color: #efefef;
}

.top-color._4 {
  background-color: #efe9dc;
}

.top-color._3 {
  background-color: #e4e9e7;
}

.top-color._2 {
  background-color: #7e7d85;
}

.top-color._1 {
  background-color: #fff;
}

.anchor {
  color: #333;
  width: 100%;
  height: 100%;
}

.container-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
}

.container-8.no-top-padding {
  min-width: 500px;
  margin-top: 40px;
  padding: 0;
}

.container-8.no-top-padding.hide {
  display: none;
}

.code-embed {
  width: 100%;
  max-width: 700px;
}

.div-block {
  display: flex;
}

.image-4 {
  max-width: 90%;
  margin-bottom: 20px;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  color: var(--floral-white);
  padding: 2px 4px;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.paragraph-large {
  font-size: 20px;
}

.paragraph-large.centered-svp {
  color: var(--floral-white);
}

.paragraph-large.centered-svp.white {
  color: #fff;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.header-secondary.centered-svp {
  color: var(--floral-white);
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.card-4 {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 30vw;
  min-height: 20vh;
  display: flex;
  position: absolute;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.icon {
  width: 65%;
}

.flex-horizontal-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal-2.flip-svp.top {
  margin-top: 93px;
}

.container-7 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.html-embed {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.html-embed.yellow {
  color: #140e0c;
  width: 30px;
  height: auto;
  transition: all .2s;
}

.html-embed.yellow:hover {
  color: #fbbb3d;
}

.html-embed.yellow.white {
  color: #fff;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.socials-wrapper.white {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
}

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

.div-block-2._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.neoout {
  color: #646464;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e8e2da;
  border-radius: 30px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  box-shadow: -14px -14px 30px #e9e5e0, 14px 14px 30px #d3c7b7;
}

.neoout.black {
  color: #e6450d;
  background-color: #e8e2da;
  margin-bottom: 40px;
  box-shadow: -14px -14px 30px #e9e5e0, 14px 14px 30px #d3c7b7;
}

.intro-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.intro-content.legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.contact_email {
  color: #ffffffe0;
  font-size: 1.3em;
  font-weight: 300;
}

.contact_email:hover {
  text-decoration: underline;
}

.contact_email.legal {
  color: #f6ae98e0;
  font-size: 1em;
}

.fixed-form-trigger {
  z-index: 99;
  cursor: pointer;
  background-color: #7fff7f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger:hover {
  background-color: #afd89b;
  transform: translate(0, -2px);
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.close-line-1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.image-5 {
  mix-blend-mode: normal;
  max-width: 100px;
}

.nav-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.social-icon-wrapper {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.nav-button {
  color: #0a0f1a;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #8e93a526;
  justify-content: center;
  align-items: center;
  min-width: 148px;
  padding: 12px 24px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.left-nav {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.right-nav {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.navigation-social {
  z-index: 10;
  color: #0a0f1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  padding-left: 12px;
  padding-right: 0;
  display: none;
  position: relative;
}

.nav-menu {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  height: 120px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-cover {
  background-color: #fff;
  border-bottom: 1px solid #8e93a500;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-cover.right {
  margin-left: -5px;
}

.brand {
  z-index: 10;
  color: #0a0f1a;
  text-transform: uppercase;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 40px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  width: 200px;
  margin-right: 40px;
}

.brand.bitec {
  height: 60px;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.social-icon {
  background-color: #f3f6f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 9px;
  display: flex;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.nav-menu-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100%;
  display: grid;
}

.nav-link-2 {
  color: #64676d;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 13px;
  display: flex;
}

.nav-link-2.w--current {
  color: #0a0f1a;
}

.nav-link-2.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.section-13 {
  height: auto;
}

.flex-block {
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 220px;
}

.div-block-3 {
  width: 80%;
}

.legal-head {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-size: 56px;
  line-height: 1.2em;
}

.paragraph-17px {
  color: #64c5c1;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #64c5c1;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.paragraph-17px.indent {
  margin-left: 20px;
}

.text-link {
  color: #ff2f5b;
  width: auto;
  text-decoration: none;
  display: inline;
}

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

.footer-link {
  color: #0a0f1a;
  font-size: 16px;
  text-decoration: none;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.footer-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 196px;
  padding-bottom: 140px;
  display: grid;
}

.footer {
  border-top: 1px #8e93a526;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 36px;
  display: flex;
}

.footer-navigation-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-6 {
  mix-blend-mode: normal;
  min-width: 140px;
  max-width: 150px;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.navigation-links {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.footer-company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding-right: 0;
  display: grid;
}

.brand-2 {
  z-index: 10;
  color: #0a0f1a;
  text-transform: uppercase;
  align-items: center;
  width: 200px;
  margin-right: 40px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand-2.w--current {
  width: 200px;
  margin-right: 40px;
}

.terms-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.div-block-4 {
  width: 80%;
}

.terms {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.terms-small-heading {
  letter-spacing: -.01em;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  display: block;
  overflow: visible;
}

.div-block-5 {
  width: 80%;
}

.terms-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-size-large {
  font-size: 1.5rem;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: sticky;
  top: 2rem;
}

.contact_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  margin-top: .5rem;
  display: flex;
}

.icon-back {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.contact_trext-area {
  color: #000;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  max-width: 456px;
  min-height: 160px;
  margin-top: .5rem;
  padding: 1rem;
  transition: all .3s;
}

.contact_trext-area:hover, .contact_trext-area:active, .contact_trext-area:focus {
  border-color: #7767e4;
}

.contact_submit-buttom {
  background-image: linear-gradient(315deg, #7422a7, #4c38bd);
  border-radius: 9999px;
  margin-top: 2rem;
  padding: .625rem 2rem;
  font-weight: 500;
  transition: all .3s;
}

.contact_submit-buttom:hover {
  background-image: linear-gradient(315deg, #4c38bd, #7422a7);
}

.required {
  color: #d11d45;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.flex-align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.flex-align-center.padding-vertical.padding-custom1.border_top-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  text-decoration: none;
}

.contact_sub-label {
  color: #aaa;
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 300;
}

.contact_input {
  color: #000;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  width: 456px;
  min-height: 58px;
  margin-top: .5rem;
  padding: 1rem;
  transition: all .3s;
}

.contact_input:hover, .contact_input:focus {
  border-color: #7767e4;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-purple {
  color: #7767e4;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.contact_form {
  margin-top: 2rem;
}

.text-color-grey {
  color: #666;
}

.text-size-xlarge {
  font-size: 2.25rem;
}

.hero_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  margin-top: 0;
}

.link {
  color: #7767e4;
  text-decoration: none;
}

.contact_tab-link {
  background-color: #ddd0;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 58px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.contact_tab-link:hover {
  background-color: #7767e41a;
  border-color: #7767e4;
}

.contact_tab-link.w--current {
  background-color: #7767e41a;
  border-width: 1px;
  border-color: #7767e4;
  min-height: 58px;
}

.contact_label {
  color: #000;
  margin-bottom: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.contact_select {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #e5e6ef;
  border-radius: .5rem;
  max-width: 456px;
  min-height: 58px;
  margin-top: .5rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
  overflow: hidden;
}

.contact_select:hover, .contact_select:active, .contact_select:focus {
  border-color: #7767e4;
}

.code-embed-2 {
  width: 100%;
  height: 100vh;
}

html.w-mod-js [data-ix="color-bar-1"], html.w-mod-js [data-ix="color-bar-2"], html.w-mod-js [data-ix="color-bar-3"], html.w-mod-js [data-ix="color-bar-4"], html.w-mod-js [data-ix="color-bar-5"], html.w-mod-js [data-ix="color-bar-6"], html.w-mod-js [data-ix="color-bar-7"], html.w-mod-js [data-ix="color-bar-8"], html.w-mod-js [data-ix="color-bar-9"], html.w-mod-js [data-ix="color-bar-10"], html.w-mod-js [data-ix="color-bar-11"], html.w-mod-js [data-ix="color-bar-12"], html.w-mod-js [data-ix="color-bar-13"], html.w-mod-js [data-ix="color-bar-14"], html.w-mod-js [data-ix="color-bar-15"], html.w-mod-js [data-ix="color-bar-16"], html.w-mod-js [data-ix="color-bar-17"], html.w-mod-js [data-ix="color-bar-18"], html.w-mod-js [data-ix="color-bar-19"], html.w-mod-js [data-ix="color-bar-20"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="slide-right"], html.w-mod-js [data-ix="slide-right-2"], html.w-mod-js [data-ix="slide-right-3"], html.w-mod-js [data-ix="slide-right-4"] {
  opacity: 0;
  transform: translate(-30px);
}

html.w-mod-js [data-ix="fade-1"], html.w-mod-js [data-ix="fade-2"], html.w-mod-js [data-ix="fade-3"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (min-width: 1280px) {
  .legal-head {
    font-size: 68px;
  }
}

@media screen and (min-width: 1440px) {
  .flex-horizontal-2.flip-svp.top {
    margin-top: 120px;
  }

  .footer-navigation-wrapper {
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .flex-horizontal-2.flip-svp.top {
    margin-top: 200px;
  }
}

@media screen and (max-width: 991px) {
  .column-details {
    padding-right: 0;
  }

  .album-title.white {
    padding-right: 290px;
    line-height: 68px;
  }

  .artist {
    padding-bottom: 40px;
  }

  .date {
    line-height: 22px;
  }

  .album-section {
    padding-top: 0;
    padding-bottom: 200px;
  }

  .album-section.footer {
    padding-right: 5%;
  }

  .album-section.header {
    padding-top: 10vh;
  }

  .other-year-column {
    padding-bottom: 20px;
  }

  .number.cymbals {
    padding-bottom: 4vw;
  }

  .spacer {
    height: 8vw;
  }

  .honorable-song {
    line-height: 68px;
  }

  .header-secondary.centered-svp {
    text-align: left;
  }

  .icon-container {
    height: 20vw;
  }

  .card-4 {
    min-width: 40vw;
  }

  .container-7 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .chat-icon {
    height: 30px;
  }

  .image-5 {
    min-width: 100px;
    max-width: 120px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .right-nav {
    grid-column-gap: 18px;
  }

  .nav-menu {
    background-color: #f3f6f9;
    flex-direction: row;
    padding-right: 0;
  }

  .navbar {
    border-bottom: 1px solid #fff0;
  }

  .navigation-cover {
    margin-bottom: -1px;
  }

  .menu-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-menu-links {
    grid-row-gap: 0px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-content: start;
    align-items: start;
  }

  .nav-link-2 {
    border-bottom: 1px solid #8e93a526;
    width: 100%;
    min-height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-icon {
    width: 34px;
  }

  .legal-head {
    font-size: 48px;
  }

  .paragraph-17px {
    width: 90%;
    font-size: 20px;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 63px;
  }

  .image-6 {
    min-width: 100px;
    max-width: 120px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .terms-wrapper {
    max-width: 100%;
  }

  .terms-small-heading {
    max-width: 100vw;
  }

  .div-block-6 {
    width: 100%;
  }

  .hero_content {
    position: relative;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_form_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .column-details {
    padding-left: 0%;
  }

  .album-title.white.header {
    padding-right: 100px;
    font-size: 40px;
  }

  .album-title.white.center {
    text-align: center;
    padding-right: 0;
  }

  .date.cymbals, .date.jeff {
    padding-bottom: 25px;
  }

  .year {
    font-size: 32px;
    line-height: 36px;
  }

  .spacer {
    height: 10vw;
  }

  .track {
    line-height: 22px;
  }

  .honorable-song {
    font-size: 32px;
    line-height: 42px;
  }

  .top-top {
    display: block;
  }

  .track-vertical {
    align-items: center;
  }

  .marquee {
    height: 70vw;
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .col.small.top {
    margin-top: 40px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .header-secondary {
    font-size: 24px;
  }

  .icon-container {
    height: 25vw;
  }

  .card-4 {
    min-width: 70vw;
    min-height: 15vh;
    margin-top: 140px;
  }

  .spacer-60 {
    height: 40px;
  }

  .flex-horizontal-2.flip-svp {
    flex-direction: column;
  }

  .container-7 {
    width: 100%;
  }

  .div-block-2 {
    flex-flow: row;
  }

  .intro-content {
    max-width: 100%;
  }

  .image-5 {
    min-width: auto;
    max-width: 100px;
  }

  .nav-content {
    height: 100%;
  }

  .right-nav {
    grid-column-gap: 12px;
  }

  .navbar {
    height: 65px;
    max-height: 65px;
  }

  .brand {
    width: 60px;
    height: 60px;
    margin-top: 10px;
  }

  .brand.bitec {
    width: 100px;
    height: auto;
  }

  .legal-head {
    font-size: 38px;
  }

  .paragraph-17px {
    width: auto;
    font-size: 17px;
  }

  .paragraph-17px.indent {
    margin-left: 20px;
  }

  .footer-navigation-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    min-width: 100px;
  }

  .terms-small-heading {
    max-width: none;
    font-size: 17px;
  }

  .div-block-6 {
    display: flex;
  }

  .text-size-large {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .column-details {
    padding-left: 0%;
    padding-right: 0;
  }

  .album-title {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .album-title.white {
    font-size: 36px;
    line-height: 36px;
  }

  .album-title.white.header {
    padding-right: 60px;
    font-size: 40px;
    line-height: 54px;
  }

  .album-title.white.center {
    text-align: center;
  }

  .album-row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .artist {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

  .released {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .released.white, .released.white.years {
    font-size: 12px;
  }

  .released.white.link {
    font-size: 10px;
  }

  .date {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .date.beach {
    font-size: 16px;
    line-height: 20px;
  }

  .album-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .album-section.footer {
    padding: 60px 5% 40px;
  }

  .album-section.header {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .background-colors, .color-header {
    display: block;
  }

  .numbers {
    margin-top: -355px;
    margin-left: 72%;
  }

  .numbers.small {
    margin-top: -105%;
    margin-left: 79%;
  }

  .year {
    border-bottom: 1px #fff;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
  }

  .other-year-column {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .body {
    background-color: #333;
  }

  .number {
    padding-bottom: 5vw;
  }

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

  .logo {
    margin-left: -7px;
    padding-bottom: 100px;
  }

  .honorable-song {
    line-height: 37px;
  }

  .top-top {
    display: block;
  }

  .container-8 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .card-4 {
    min-width: 80vw;
  }

  .flex-horizontal-2.flip-svp.top {
    height: auto;
    margin-bottom: 220px;
  }

  .container-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-7.flex-vertical {
    height: auto;
  }

  .socials-wrapper {
    top: 64%;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .neoout.black {
    margin-bottom: 100px;
  }

  .neoout.black.thin {
    margin-bottom: 20px;
  }

  .intro-content.legal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .fixed-form-trigger {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 16px;
  }

  .chat-icon {
    width: 24px;
    height: 24px;
  }

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .image-5 {
    width: 120px;
    display: block;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button {
    display: flex;
  }

  .right-nav {
    grid-column-gap: 0px;
    justify-items: center;
  }

  .navbar {
    border-bottom: 1px solid #fff0;
  }

  .navigation-cover {
    margin-bottom: -1px;
  }

  .brand.bitec {
    width: 100px;
    height: auto;
  }

  .menu-icon-wrapper {
    justify-content: flex-end;
  }

  .legal-head {
    font-size: 34px;
  }

  .paragraph-17px {
    font-size: 16px;
  }

  .footer-grid {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .image-6 {
    min-width: 100px;
    display: block;
  }

  .navigation-links {
    grid-auto-flow: row;
  }

  .terms-small-heading {
    font-size: 17px;
  }

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

  .hero_grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_12e546b8-6eb3-e09e-1cd8-3fc6c78e598d-20c280dc {
  justify-self: start;
}

#w-node-_2139401e-6748-c98f-b194-5fe429179c25-29179c23 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2139401e-6748-c98f-b194-5fe429179c26-29179c23 {
  align-self: start;
}

#w-node-_2139401e-6748-c98f-b194-5fe429179c39-29179c23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_2139401e-6748-c98f-b194-5fe429179c3e-29179c23 {
  place-self: start;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89578-bee89576 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89579-bee89576 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89584-bee89576 {
  align-self: center;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89586-bee89576 {
  justify-self: stretch;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89587-bee89576, #w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89588-bee89576, #w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89589-bee89576 {
  place-self: center;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee8958a-bee89576 {
  justify-self: end;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89598-bee89576 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89599-bee89576 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11374e7c-6176-d390-40ce-fd31fc1bfcfb-e47e840f, #w-node-_9d028d22-8d53-0523-a2bc-68f12cabb4e1-253141e3 {
  justify-self: start;
}

#w-node-_8ff450de-9812-c97b-4749-262d47aff224-be78bd3f {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2139401e-6748-c98f-b194-5fe429179c39-29179c23 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2139401e-6748-c98f-b194-5fe429179c39-29179c23 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4bb0db61-c1cb-8a6e-eab9-7041bee89595-bee89576 {
    justify-self: end;
  }
}


