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

.column-art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-details {
  padding-left: 5%;
  line-height: 23px;
}

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

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

.album-art._15 {
  height: 400px;
  margin-top: 65px;
  box-shadow: none;
}

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

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

.album-title.white.header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.album-title.white.mock {
  position: absolute;
  right: 45px;
  bottom: 132px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
}

.album-title.white.mock.cal {
  left: 45px;
  right: 45px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  text-align: center;
}

.album-title.white.mock.cal.quote {
  position: relative;
  text-align: left;
}

.album-title.white.mock.cal.quote.light {
  z-index: 800;
  font-size: 120%;
  font-weight: 300;
}

.album-title.white.mock.cal.quote.top {
  margin-bottom: -26px;
  padding-top: 33px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  text-align: left;
}

.album-title.white.mock.cal.quote.black {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.album-title.white.mock.cal.quote.black.newr {
  font-size: 17px;
}

.album-title.white.mock.cal.dif {
  position: absolute;
  padding-top: 174px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
}

.album-title.white.mock.redo {
  right: 29px;
  bottom: 161px;
  padding-bottom: 66px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.album-title.white.mock.redo.m {
  left: 29px;
  right: auto;
  bottom: 32px;
  color: #272727;
  font-size: 80px;
  line-height: 85px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.album-title.white.mock.redo.m._3 {
  left: 34px;
  bottom: 16px;
  padding-bottom: 138px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.album-title.white.mock.redo.m._3._4 {
  z-index: 100;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.album-title.white.mock.redo.m._3._4._5 {
  padding-bottom: 23px;
  color: #fff;
}

.album-title.white.mock.redo.m._3._6 {
  padding-bottom: 222px;
  color: #fff;
}

.album-title.white.mock.redo.m.sep {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.album-title.white.mock.redo.special {
  position: static;
  width: 500px;
  padding-top: 5px;
  padding-bottom: 56px;
  background-image: none;
}

.album-title.white.special {
  position: relative;
  right: 329px;
  bottom: 71px;
  width: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79));
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.album-title.new {
  font-size: 30px;
  text-align: left;
  letter-spacing: 1px;
}

.album-title.figure {
  color: #9e9e9e;
  font-size: 30px;
  line-height: 30px;
}

.album-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.artist.dose {
  margin-right: 186px;
  margin-left: 186px;
  padding-top: 15px;
  padding-bottom: 62px;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.artist.dose.d {
  display: block;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  font-size: 20px;
}

.artist.dose.dopedope {
  padding-top: 21px;
  padding-bottom: 0px;
}

.artist.dose.news {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.artist.dose.news.blews {
  position: relative;
  z-index: 800;
  margin-top: 667px;
  padding-top: 59px;
  padding-bottom: 0px;
  color: #000;
  font-size: 26px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: none;
}

.artist.dose._4 {
  margin-top: -6px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #252525;
}

.artist.news {
  padding-bottom: 51px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.artist.news-copy {
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

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

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

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

.released.whtie {
  color: #fff;
}

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

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

.date.chair {
  color: #d17969;
}

.date.kendrick {
  color: #fff;
}

.date.jeff {
  color: #d1b7c4;
}

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

.date.iii {
  color: #ddb853;
}

.album-section {
  position: relative;
  z-index: 99;
  height: 100vh;
  padding: 200px 2vh 200px 10vh;
}

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

.album-section.header {
  z-index: 10;
  display: block;
  height: 100vh;
  padding: 15vh 2% 50vh 10%;
  background-image: url('../images/sparkhandwhitecorners.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: -webkit-transform 417ms cubic-bezier(.755, .05, .855, .06);
  transition: -webkit-transform 417ms cubic-bezier(.755, .05, .855, .06);
  transition: transform 417ms cubic-bezier(.755, .05, .855, .06);
  transition: transform 417ms cubic-bezier(.755, .05, .855, .06), -webkit-transform 417ms cubic-bezier(.755, .05, .855, .06);
}

.album-section.header.sparkprojector {
  background-color: #fff;
  background-image: url('../images/finalsprakproj.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.album-section.header.sparkprojector.whiteproj {
  background-color: #313131;
  background-image: url('../images/sideview2xx.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.album-section.header.sparkprojector.whiteproj.botoom {
  background-image: url('../images/mocap.jpg');
  background-size: cover;
}

.album-section.bigtime {
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#1f1f1f));
  background-image: linear-gradient(180deg, #1f1f1f, #1f1f1f);
  box-shadow: 1px 1px 50px -1px #000;
}

.background-colors {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body {
  overflow: visible;
}

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

.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 {
  padding-bottom: 4vw;
  color: #8f4661;
}

.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: #fff;
  font-size: 80px;
  line-height: 50px;
}

.spacer {
  height: 6vw;
}

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

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

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

.track:hover {
  opacity: 0.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 {
  position: absolute;
  right: 15px;
  bottom: 250px;
  display: block;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 45px;
  padding-bottom: 0px;
}

.logo.white {
  left: 0px;
  top: 0px;
  right: auto;
  margin-top: 63px;
  margin-right: 0px;
  margin-left: 19px;
}

.logo.reddot {
  left: 15px;
  top: 250px;
  right: auto;
  bottom: auto;
  margin-top: -244px;
  margin-left: 10px;
}

.logo.reddot.ux {
  position: static;
  left: 15px;
  top: 385px;
  margin-top: -299px;
  margin-right: 4px;
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.logo.reddot.ux:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.logo.reddot.ux.sxsw {
  display: inline-block;
  margin-top: -107px;
  margin-bottom: 89px;
  padding-bottom: 2px;
}

.logo.hello2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.honorable-mention {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
}

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

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

.top-color._19 {
  background-color: #1a235d;
}

.top-color._18 {
  background-color: #2584c6;
}

.top-color._17 {
  background-color: #4a6ea8;
}

.top-color._16 {
  background-color: #4bb5c3;
}

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

.top-color._14 {
  background-color: #232323;
}

.top-color._13 {
  background-color: #3a3b01;
}

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

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

.top-color._10 {
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17ead9), to(#6078ea));
  background-image: linear-gradient(180deg, #17ead9, #6078ea);
}

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

.top-color._8 {
  background-color: #c99997;
}

.top-color._7 {
  background-color: #dee1ca;
}

.top-color._6 {
  background-color: #611b95;
}

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

.top-color.dopamine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f02fc2), to(#6094ea));
  background-image: linear-gradient(180deg, #f02fc2, #6094ea);
}

.top-color.dopamine._2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#f02fc2), to(#6094ea));
  background-image: linear-gradient(270deg, #f02fc2, #6094ea);
}

.top-color.dopamine._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f02fc2), to(#6094ea));
  background-image: linear-gradient(0deg, #f02fc2, #6094ea);
}

.top-color.oxytocin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f54ea2), to(#ff7676));
  background-image: linear-gradient(180deg, #f54ea2, #ff7676);
}

.top-color.oxytocin._2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#f54ea2), to(#ff7676));
  background-image: linear-gradient(270deg, #f54ea2, #ff7676);
}

.top-color.oxytocin._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f54ea2), to(#ff7676));
  background-image: linear-gradient(0deg, #f54ea2, #ff7676);
}

.top-color.serotonin {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17ead9), to(#6078ea));
  background-image: linear-gradient(180deg, #17ead9, #6078ea);
}

.top-color.serotonin._2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#17ead9), to(#6078ea));
  background-image: linear-gradient(270deg, #17ead9, #6078ea);
}

.top-color.serotonin._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#17ead9), to(#6078ea));
  background-image: linear-gradient(0deg, #17ead9, #6078ea);
}

.top-color.endorphins {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#42e695), to(#3bb2b8));
  background-image: linear-gradient(0deg, #42e695, #3bb2b8);
}

.top-color.endorphins._2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#42e695), to(#3bb2b8));
  background-image: linear-gradient(90deg, #42e695, #3bb2b8);
}

.top-color.endorphins._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42e695), to(#3bb2b8));
  background-image: linear-gradient(180deg, #42e695, #3bb2b8);
}

.anchor {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.div-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  margin-top: -111px;
  padding-top: 50px;
}

.div-block.steady {
  position: relative;
  z-index: 800;
  margin-top: 0px;
  padding-top: 22px;
  background-color: #fff;
}

.image {
  position: fixed;
  z-index: 100;
  display: block;
  margin-top: 0px;
}

.image.neuroheader {
  margin-top: 19px;
}

.column {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 18px;
}

.row.steady {
  position: relative;
  margin-top: 62px;
}

.row.steady.letters {
  margin-top: 12px;
  margin-bottom: -69px;
  padding-bottom: 0px;
}

.neuroheader {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0;
  -webkit-transition: -webkit-transform 783ms ease;
  transition: -webkit-transform 783ms ease;
  transition: transform 783ms ease;
  transition: transform 783ms ease, -webkit-transform 783ms ease;
  text-align: center;
  cursor: pointer;
}

.neuroheader:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.dosegif {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.steadydrugs {
  margin-right: 11px;
  padding-right: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.steadydrugs:hover {
  -webkit-filter: saturate(144%);
  filter: saturate(144%);
}

.steadydrugs.dd {
  margin-right: 0px;
}

.steadydrugs.dd:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.footernav {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  height: 70px;
  margin-top: 63px;
  margin-bottom: -60px;
  padding-top: 7px;
  background-color: hsla(0, 0%, 100%, 0.15);
  box-shadow: 0 -1px 31px 1px rgba(0, 0, 0, 0.39);
  -webkit-transition: margin 367ms cubic-bezier(.95, .05, .795, .035), box-shadow 750ms ease;
  transition: margin 367ms cubic-bezier(.95, .05, .795, .035), box-shadow 750ms ease;
}

.footernav:hover {
  margin-top: 1px;
  margin-bottom: -6px;
  background-color: rgba(0, 0, 0, 0.83);
  box-shadow: 0 -1px 50px -3px rgba(0, 0, 0, 0.91);
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sparkicon {
  margin-top: -51px;
  padding-bottom: 0px;
}

.navbar {
  background-color: transparent;
}

.bottomnav {
  -webkit-transition: text-shadow 300ms ease, -webkit-transform 267ms cubic-bezier(.95, .05, .795, .035);
  transition: text-shadow 300ms ease, -webkit-transform 267ms cubic-bezier(.95, .05, .795, .035);
  transition: transform 267ms cubic-bezier(.95, .05, .795, .035), text-shadow 300ms ease;
  transition: transform 267ms cubic-bezier(.95, .05, .795, .035), text-shadow 300ms ease, -webkit-transform 267ms cubic-bezier(.95, .05, .795, .035);
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(22, 22, 22, 0.77);
  cursor: pointer;
}

.bottomnav:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #1a1a1a;
  text-shadow: 2px 2px 12px rgba(22, 22, 22, 0.78);
}

.brand {
  margin-right: 0px;
}

.image-3 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.image-3.dosgif {
  margin-top: 45px;
}

.mockupsection {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 500;
  height: 100vh;
  margin-top: 0px;
  background-color: #000;
  background-image: url('../images/Spark_UX.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-4 {
  position: absolute;
  left: 6px;
  bottom: 0px;
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 20px;
}

.image-4:hover {
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.67);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2.mock {
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 66px;
  margin-right: 14px;
  margin-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-2.special {
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  margin-left: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2.special-copy {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  margin-left: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.projectorside {
  margin-top: 14px;
  margin-right: 55px;
  margin-bottom: 14px;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 417ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 417ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 417ms ease, transform 600ms ease;
  transition: box-shadow 417ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  cursor: pointer;
}

.projectorside:hover {
  box-shadow: 1px 1px 44px 3px rgba(0, 0, 0, 0.72);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: translate(-9px, 0px);
  -ms-transform: translate(-9px, 0px);
  transform: translate(-9px, 0px);
}

.projectorside.q {
  width: 100px;
}

.lightbox-link {
  margin-right: 0px;
}

.projectorlightbox {
  position: relative;
  right: 24px;
}

.tabs-menu {
  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;
  text-align: center;
  cursor: pointer;
}

.tab-link {
  margin-right: auto;
  margin-left: auto;
  border: 2px none #a0a0a0;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 -1px 18px -3px rgba(0, 0, 0, 0.23);
  -webkit-transition: box-shadow 800ms ease;
  transition: box-shadow 800ms ease;
  cursor: pointer;
}

.tab-link:hover {
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.64);
  font-weight: 700;
}

.tab-link.w--current {
  background-image: linear-gradient(136deg, #f02fc2, #6094ea);
  cursor: pointer;
}

.tab-link.oxy {
  cursor: pointer;
}

.tab-link.oxy.w--current {
  background-image: linear-gradient(133deg, #f54ea2, #ff7676);
}

.tab-link.ser {
  cursor: pointer;
}

.tab-link.ser.w--current {
  background-image: linear-gradient(133deg, #17ead9, #6078ea);
}

.tab-link.end {
  cursor: pointer;
}

.tab-link.end.w--current {
  background-image: linear-gradient(133deg, #42e695, #3bb2b8);
}

.dosetab {
  color: #313131;
  cursor: pointer;
}

.tab-pane {
  z-index: 800;
  margin-top: 10px;
  margin-bottom: 18px;
  background-image: none;
  box-shadow: 0 -1px 18px -2px rgba(0, 0, 0, 0.24);
  -webkit-transition: box-shadow 1067ms ease;
  transition: box-shadow 1067ms ease;
}

.tab-pane:hover {
  box-shadow: 0 -1px 18px -2px rgba(0, 0, 0, 0.39);
}

.tabs-content {
  margin-top: 20px;
  padding-right: 85px;
  padding-left: 85px;
}

.upperleft {
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(130deg, #17ead9, #6078ea);
}

.div-block-3.o {
  height: 50px;
  background-image: linear-gradient(130deg, #f54ea2, #ff7676);
}

.div-block-3.d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: linear-gradient(130deg, #f02fc2, #6094ea);
}

.div-block-3.e {
  background-image: linear-gradient(130deg, #42e695, #3bb2b8);
}

.section-2 {
  position: relative;
  z-index: 988;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#232323));
  background-image: linear-gradient(180deg, #232323, #232323);
  box-shadow: 0 -1px 50px 5px rgba(0, 0, 0, 0.69);
}

.section-2.face {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f1014), to(#0f1014));
  background-image: linear-gradient(180deg, #0f1014, #0f1014);
}

.section-2.new {
  margin-top: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.image-5 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 95px;
  padding-bottom: 0px;
  text-align: center;
}

.image-5.iphoine {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._23fade {
  position: absolute;
  left: 0px;
  top: -39px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 10vh;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #232323), to(rgba(35, 35, 35, 0)));
  background-image: linear-gradient(0deg, #232323 49%, rgba(35, 35, 35, 0));
}

._23fade.white {
  height: 5vh;
  margin-top: -22px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 35, 0)), to(#fff));
  background-image: linear-gradient(0deg, rgba(35, 35, 35, 0), #fff);
}

._23fade.face {
  margin-top: 63px;
  background-image: none;
}

._23fade.face.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 150;
  margin-bottom: -30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0e0f13), color-stop(49%, #0e0f13), to(rgba(35, 35, 35, 0)));
  background-image: linear-gradient(0deg, #0e0f13, #0e0f13 49%, rgba(35, 35, 35, 0));
  opacity: 1;
}

._23fade.face.bottom.toptop {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  margin-top: -44px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0f1014), color-stop(49%, #0f1014), to(rgba(35, 35, 35, 0)));
  background-image: linear-gradient(0deg, #0f1014, #0f1014 49%, rgba(35, 35, 35, 0));
}

._23fade.face.bottom.toptop.newness {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 5vh;
  margin-top: 0px;
  margin-bottom: -12px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 19, 0)), color-stop(35%, #020202), to(#020202));
  background-image: linear-gradient(180deg, rgba(14, 15, 19, 0), #020202 35%, #020202);
}

._23fade.face.bottom.new {
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0f1014), color-stop(52%, #0f1014), to(rgba(35, 35, 35, 0)));
  background-image: linear-gradient(0deg, #0f1014, #0f1014 52%, rgba(35, 35, 35, 0));
}

._23fade.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  margin-bottom: -35px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #232323), to(rgba(35, 35, 35, 0)));
  background-image: linear-gradient(180deg, #232323 19%, rgba(35, 35, 35, 0));
}

.button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 43px;
  margin-bottom: 73px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.do {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 175px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 30px;
  background-image: linear-gradient(130deg, #f02fc2, #6094ea);
  opacity: 0;
  -webkit-transition: opacity 1067ms ease;
  transition: opacity 1067ms ease;
  font-weight: 700;
  text-align: center;
}

.do:hover {
  border: 2px solid #fff;
}

.do.lightbox {
  z-index: 1000;
  margin-bottom: 96px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
  background-image: none;
  -webkit-transition: opacity 1083ms ease;
  transition: opacity 1083ms ease;
  cursor: pointer;
}

.do.lightbox.diff {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 5;
  display: block;
  width: 175px;
  margin-top: 92px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-image: none;
  opacity: 1;
  -webkit-transition: background-color 700ms ease, text-shadow 467ms ease, -webkit-transform 933ms ease;
  transition: background-color 700ms ease, text-shadow 467ms ease, -webkit-transform 933ms ease;
  transition: background-color 700ms ease, text-shadow 467ms ease, transform 933ms ease;
  transition: background-color 700ms ease, text-shadow 467ms ease, transform 933ms ease, -webkit-transform 933ms ease;
}

.do.lightbox.diff:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
  text-shadow: 1px 1px 3px #000;
}

.button-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.ox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 175px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 30px;
  background-image: linear-gradient(130deg, #f54ea2, #ff7676);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  font-weight: 700;
  text-align: center;
}

.ox:hover {
  border: 2px solid #fff;
}

.se {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 175px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 30px;
  background-image: linear-gradient(130deg, #17ead9, #6078ea);
  opacity: 0;
  -webkit-transition: opacity 633ms ease;
  transition: opacity 633ms ease;
  font-weight: 700;
  text-align: center;
}

.se:hover {
  border: 2px solid #fff;
}

.en {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 175px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 30px;
  background-image: linear-gradient(130deg, #42e695, #3bb2b8);
  opacity: 0;
  -webkit-transition: background-color 400ms ease, opacity 800ms ease;
  transition: background-color 400ms ease, opacity 800ms ease;
  font-weight: 700;
  text-align: center;
}

.en:hover {
  border: 2px solid #fff;
}

.text-block {
  opacity: 0;
  color: rgba(51, 51, 51, 0);
  text-decoration: none;
  cursor: pointer;
}

.text-block.diff {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.text-block.diff.top {
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.81);
}

.div-block-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.dosegif2 {
  position: relative;
  z-index: 100;
  padding-top: 94px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.doseintro {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 -2px 7px -16px #000;
}

.doseintro.dose {
  padding-top: 17px;
}

.doseintro.dose._3 {
  height: 800px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/IMG_00942.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/IMG_00942.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.doseintro.dose.dd {
  box-shadow: 0 -2px 7px -16px #000, 1px 1px 50px -1px rgba(0, 0, 0, 0.57);
}

.quote {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  padding-right: 93px;
}

.text-block-2 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 41px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.65);
}

.text-block-2.title {
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block-2.tabb {
  padding-right: 0px;
  padding-left: 85px;
  color: #313131;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-shadow: none;
}

.text-block-2.tabb._23 {
  padding-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-5 {
  padding-top: 20px;
  padding-right: 88px;
  padding-bottom: 20px;
}

.dosecontinued {
  position: relative;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 37px 64px 23px;
  -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;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.div-block-7.tri {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-9 {
  padding-right: 56px;
  padding-left: 56px;
}

.row-2 {
  margin-top: 26px;
  margin-bottom: 0px;
  padding-top: 59px;
  padding-bottom: 78px;
  box-shadow: none;
}

.image-8 {
  display: block;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.row-3 {
  width: 100%;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-4 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.fig {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 300;
  display: block;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #1b1b1b;
}

.image-10 {
  display: block;
  height: 600px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
}

.section-3 {
  position: relative;
  z-index: 100;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.section-3.left {
  padding-top: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
  box-shadow: -2px -41px 48px -25px rgba(0, 0, 0, 0.28), 0 1px 50px 1px rgba(0, 0, 0, 0.48);
}

.image-11 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 0px;
}

.div-block-10 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
}

.row-5 {
  width: 100%;
}

.row-5.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-12 {
  display: block;
  margin-bottom: 23px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
}

.image-12.diff {
  margin-right: 0px;
  margin-bottom: -7px;
  margin-left: -11px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-5 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010204), to(#010204));
  background-image: linear-gradient(180deg, #010204, #010204);
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-6 {
  position: relative;
  z-index: 300;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010204), to(#010204));
  background-image: linear-gradient(180deg, #010204, #010204);
}

.image-13 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.shoulderlean {
  position: relative;
  z-index: 30;
  height: 100vh;
  margin-top: 26px;
  background-image: url('../images/black_Spark_Prototype.jpg'), -webkit-gradient(linear, left top, left bottom, from(#020202), to(#020202));
  background-image: url('../images/black_Spark_Prototype.jpg'), linear-gradient(180deg, #020202, #020202);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.text-block-3 {
  position: relative;
  z-index: 800;
  margin-top: 40px;
  margin-left: 25px;
  padding-right: 43px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 110%;
  line-height: 30px;
  font-weight: 300;
}

.text-block-3.rehab {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 34px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 105%;
  font-weight: 100;
}

.titel {
  margin-top: 35px;
  margin-left: 0px;
  padding-right: 46px;
  padding-left: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.titel._2 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 500;
}

.column-7 {
  margin-bottom: 52px;
}

.important-text {
  font-size: 130%;
  letter-spacing: 1px;
}

.important-text-2 {
  line-height: 38px;
  font-weight: 600;
}

.important-text-3 {
  font-weight: 600;
}

.image-14 {
  position: relative;
  z-index: 150;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 28px;
  background-image: none;
}

.div-block-11 {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010204), to(#010204));
  background-image: linear-gradient(180deg, #010204, #010204);
}

.section-5 {
  position: relative;
  z-index: 1000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.workout {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.workout._22 {
  text-align: center;
}

.important-text-4 {
  letter-spacing: 1px;
}

.important-text-5 {
  letter-spacing: 1px;
}

.row-7 {
  margin-top: -27px;
}

.important-text-6 {
  color: #464646;
}

.image-15 {
  padding-top: 97px;
  padding-left: 0px;
}

.column-8 {
  margin-top: 66px;
  padding-right: 0px;
  padding-left: 32px;
}

.image-16 {
  height: 35px;
}

.section-6 {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#020202));
  background-image: linear-gradient(180deg, #020202, #020202);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 38px;
  padding-right: 9px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/firesquadteamphoto_edited.jpg');
  background-position: 50% 100%;
  background-size: auto 674px;
  background-repeat: no-repeat;
}

.team.other {
  overflow: hidden;
  height: 1300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #141414;
  background-image: url('../images/sketches2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-14 {
  display: none;
}

.div-block-15 {
  display: none;
}

.footernav-copy {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 62px;
  z-index: 11000;
  display: none;
  height: 70px;
  margin-top: 63px;
  margin-bottom: -79px;
  background-color: #000;
  box-shadow: 0 -1px 31px 1px rgba(0, 0, 0, 0.39);
  -webkit-transition: margin 367ms cubic-bezier(.95, .05, .795, .035), box-shadow 750ms ease;
  transition: margin 367ms cubic-bezier(.95, .05, .795, .035), box-shadow 750ms ease;
}

.footernav-copy:hover {
  margin-top: 63px;
  margin-bottom: -79px;
  box-shadow: 0 -1px 50px -3px rgba(0, 0, 0, 0.91);
}

.section-7 {
  height: 150px;
}

.div-block-15-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.image-20 {
  height: 30px;
  margin-top: 13px;
  padding-right: 16px;
}

.text-block-4 {
  position: relative;
  left: 29px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-bottom: 145px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.div-block-17 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  width: 100%;
  height: 1300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#141414));
  background-image: linear-gradient(180deg, #141414, #141414);
}

.team-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.team-copy.other {
  overflow: hidden;
  height: 1300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #141414;
  background-image: url('../images/sketches2.jpg');
  background-position: 50% 0px;
  background-size: auto 1300px;
  background-attachment: scroll;
  opacity: 1;
}

.image-21 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 34px;
  padding-left: 34px;
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.26);
}

.image-21.pad {
  padding: 36px 37px 36px 66px;
}

.image-21.pad.nope {
  box-shadow: none;
}

.image-21.extra {
  width: 80%;
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.39);
}

.image-21.nah {
  box-shadow: none;
}

.text-block-5 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 34px;
  padding-bottom: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.video {
  margin-top: 35px;
  margin-bottom: 55px;
  padding-bottom: 43px;
}

.image-22 {
  padding-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-transition: border-width 108ms ease;
  transition: border-width 108ms ease;
}

.image-22:hover {
  border-width: 3px;
}

.row-8 {
  position: absolute;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.names {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}

.namecolumn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82));
}

.background-video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
}

.background-video-2 {
  display: block;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 35px;
  margin: 24px auto 13px;
  -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;
  border: 2px solid #fff;
  text-decoration: none;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.image-23 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.lightbox-link-2 {
  margin-top: 21px;
  text-decoration: none;
}

.appsection {
  position: relative;
  z-index: 100;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.appsection.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 84px;
  -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;
  box-shadow: none;
}

.row-5-copy {
  width: 100%;
}

.row-5-copy.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.appadd {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.projectorside-copy {
  margin-top: 14px;
  margin-right: 55px;
  margin-bottom: 14px;
  border: 3px solid #1d1d1d;
  border-radius: 10px;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 417ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 417ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 417ms ease, transform 600ms ease;
  transition: box-shadow 417ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  cursor: pointer;
}

.projectorside-copy:hover {
  box-shadow: 1px 1px 44px 3px rgba(0, 0, 0, 0.72);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: translate(-9px, 0px);
  -ms-transform: translate(-9px, 0px);
  transform: translate(-9px, 0px);
}

.projectorside-copy.q {
  width: 100px;
}

.album-section-copy {
  position: relative;
  z-index: 99;
  height: 100vh;
  padding: 200px 2vh 200px 10vh;
}

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

.album-section-copy.header {
  z-index: 10;
  display: block;
  height: 100vh;
  padding: 15vh 2% 50vh 10%;
  background-image: url('../images/sparkhandwhitecorners.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: -webkit-transform 417ms cubic-bezier(.755, .05, .855, .06);
  transition: -webkit-transform 417ms cubic-bezier(.755, .05, .855, .06);
  transition: transform 417ms cubic-bezier(.755, .05, .855, .06);
  transition: transform 417ms cubic-bezier(.755, .05, .855, .06), -webkit-transform 417ms cubic-bezier(.755, .05, .855, .06);
}

.album-section-copy.header.sparkprojector {
  background-color: #fff;
  background-image: url('../images/finalsprakproj.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.album-section-copy.header.sparkprojector.whiteproj {
  background-image: url('../images/sideview2xx.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.album-section-copy.header.sparkprojector.whiteproj.botoom {
  background-image: url('../images/mocap.jpg');
  background-size: cover;
}

.album-section-copy.bigtime {
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#1f1f1f));
  background-image: linear-gradient(180deg, #1f1f1f, #1f1f1f);
  box-shadow: 1px 1px 50px -1px #000;
}

.album-section-copy.bigtime-copy {
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.row-9 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-bottom: 0px;
}

.column-12 {
  padding-left: 47px;
}

.projectorside-copy2 {
  margin-top: 14px;
  margin-right: 55px;
  margin-bottom: 14px;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 417ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 417ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 417ms ease, transform 600ms ease;
  transition: box-shadow 417ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  cursor: pointer;
}

.projectorside-copy2:hover {
  box-shadow: 1px 1px 44px 3px rgba(0, 0, 0, 0.72);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: translate(-9px, 0px);
  -ms-transform: translate(-9px, 0px);
  transform: translate(-9px, 0px);
}

.projectorside-copy2.q {
  position: relative;
  z-index: 150;
  width: 100px;
}

.projectorside-copy2.q-copy {
  position: relative;
  z-index: 150;
  width: 100px;
  padding: 11px;
  border-radius: 50px;
}

.logos {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 150px;
}

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

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

.artist-copy.dose {
  margin-right: 186px;
  margin-left: 186px;
  padding-top: 15px;
  padding-bottom: 62px;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.artist-copy.dose.d {
  display: block;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  font-size: 20px;
}

.artist-copy.dose.dopedope {
  padding-top: 21px;
  padding-bottom: 0px;
}

.artist-copy.dose.news {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.artist-copy.dose.news.blews {
  position: relative;
  z-index: 800;
  margin-top: 667px;
  padding-top: 59px;
  padding-bottom: 0px;
  color: #000;
  font-size: 26px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: none;
}

.artist-copy.dose._4 {
  margin-top: -6px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #252525;
}

.artist-copy.news {
  padding-bottom: 51px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.artist-copy.news-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 43px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.hoverholder {
  position: fixed;
  top: 10px;
  right: 16px;
  z-index: 999;
  width: 60px;
  height: 80px;
}

.image-24 {
  position: fixed;
  top: 14px;
  right: 14px;
  bottom: 0px;
  cursor: pointer;
}

.button-4 {
  position: relative;
  right: 12px;
  display: block;
  margin-top: 66px;
  margin-right: -10px;
  padding: 5px 10px;
  border: 3px solid #464646;
  border-radius: 6px;
  background-color: #313131;
  opacity: 1;
  letter-spacing: 1px;
}

.hovermenu {
  display: none;
  margin-right: -7px;
  padding-top: 6px;
  opacity: 0;
}

.fig-copy {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 300;
  display: block;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #1b1b1b;
}

.fig-copy2 {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 300;
  display: block;
  padding-right: 19%;
  padding-left: 19%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #1b1b1b;
}

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

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

.artist-copy-copy.dose {
  margin-right: 186px;
  margin-left: 186px;
  padding-top: 15px;
  padding-bottom: 62px;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.artist-copy-copy.dose.d {
  display: block;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  font-size: 20px;
}

.artist-copy-copy.dose.dopedope {
  padding-top: 21px;
  padding-bottom: 0px;
}

.artist-copy-copy.dose.news {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.artist-copy-copy.dose.news.blews {
  position: relative;
  z-index: 800;
  margin-top: 667px;
  padding-top: 59px;
  padding-bottom: 0px;
  color: #000;
  font-size: 26px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: none;
}

.artist-copy-copy.dose._4 {
  margin-top: -6px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #252525;
}

.artist-copy-copy.news {
  padding-bottom: 51px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.artist-copy-copy.news-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 43px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.artist-copy-copy.news-copy-copy {
  padding-top: 52px;
  padding-bottom: 0px;
  padding-left: 43px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}

.link-block {
  position: static;
  z-index: 1000000000;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  -ms-grid-rows: auto 16px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-13 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-7 {
  position: relative;
}

.link-block-6 {
  position: fixed;
  left: 28px;
  top: 11px;
  right: auto;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  text-align: center;
}

.link-block-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 56.1%, 0.85)), to(hsla(0, 0%, 56.1%, 0.85)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 56.1%, 0.85), hsla(0, 0%, 56.1%, 0.85));
}

.image-25 {
  position: absolute;
  top: 6px;
  right: 5px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-5 {
  position: fixed;
  left: 5px;
  top: 43px;
  right: auto;
  z-index: 1000;
  display: block;
  width: 108px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 29px 2px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.02);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.08)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
  font-family: Lato, sans-serif;
  color: #9e9e9e;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.button-5:hover {
  background-color: rgba(255, 255, 255, 0.21);
}

.button-5.workk {
  top: 82px;
}

html.w-mod-js *[data-ix="color-bar-1"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-2"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-3"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-4"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-5"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-6"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-7"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-8"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-9"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-10"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-11"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-12"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-13"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-14"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-15"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-16"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-17"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-18"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-19"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="color-bar-20"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

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

html.w-mod-js *[data-ix="slide-right-5"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

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

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

html.w-mod-js *[data-ix="slide-right-6"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

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

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

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

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

html.w-mod-js *[data-ix="gifscroll"] {
  display: none;
}

html.w-mod-js *[data-ix="conceptdo"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="conceptdo-5"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="conceptdo-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="conceptdo-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="conceptdo-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="out"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 0;
}

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

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

  .artist {
    padding-bottom: 40px;
  }

  .date {
    line-height: 22px;
  }

  .album-section {
    padding-top: 0px;
    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;
  }

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

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

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

  .artist-copy {
    padding-bottom: 40px;
  }

  .artist-copy-copy {
    padding-bottom: 40px;
  }
}

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

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

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

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

  .album-art._15 {
    display: none;
    width: 100%;
    height: 500px;
  }

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

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

  .album-title.white.header {
    font-size: 56px;
    line-height: 54px;
  }

  .album-title.white.mock.cal.quote {
    width: 85%;
    margin-right: 0px;
    margin-left: -15px;
    padding-top: 18px;
    padding-right: 0px;
    font-size: 16px;
  }

  .album-title.white.mock.cal.quote.light {
    width: 85%;
    margin-left: -15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .album-title.white.mock.cal.quote.light.kk {
    font-size: 100%;
    line-height: 30px;
  }

  .album-title.white.mock.cal.quote.black.newr {
    padding-right: 0px;
  }

  .album-title.white.mock.cal.quote.shad {
    width: 85%;
    margin-left: -14px;
    padding-top: 141px;
    text-shadow: 1px 1px 5px #000;
  }

  .album-title.white.mock.cal.titi {
    padding-top: 5px;
    padding-right: 0px;
    font-size: 12px;
  }

  .album-title.white.mock.redo.m._3 {
    padding-right: 75px;
  }

  .album-title.white.mock.redo.m._3._4 {
    padding-right: 0px;
  }

  .album-title.white.mock.redo.m._3._4._5 {
    margin-right: 147px;
    font-size: 15px;
    line-height: 25px;
  }

  .album-title.white.mock.redo.m._3._6 {
    bottom: 53px;
    z-index: 50;
    margin-bottom: 222px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 30px;
  }

  .album-title.white.mock.redo.m.sep {
    bottom: 91px;
    margin-bottom: 66px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .album-title.white.mock.redo.m.sep.new {
    bottom: 54px;
    font-size: 80px;
  }

  .album-title.white.mock.redo.special {
    padding-right: 7px;
    padding-left: 7px;
  }

  .album-title.white.special {
    right: 119px;
    padding-right: 0px;
    background-image: none;
  }

  .album-title.figure {
    padding-bottom: 0px;
  }

  .album-row {
    display: block;
    margin-right: 36px;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .artist.dose {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .artist.dose.dopedope {
    margin-right: 12px;
    margin-left: 12px;
  }

  .artist.dose.news.blews {
    margin-top: 0px;
    padding-top: 271px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 30px;
  }

  .artist.dose._4 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .artist.news {
    font-size: 15px;
  }

  .artist.news-copy {
    font-size: 15px;
  }

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

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

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

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

  .album-section.header.sparkprojector.whiteproj {
    overflow: hidden;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .album-section.header.sparkprojector.whiteproj.botoom {
    background-attachment: scroll;
  }

  .album-section.bigtime {
    overflow: hidden;
    height: 700px;
  }

  .background-colors {
    display: block;
  }

  .color-header {
    display: block;
  }

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

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

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

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

  .body {
    display: block;
    background-color: #333;
  }

  .number {
    padding-bottom: 5vw;
  }

  .number.phanto {
    padding-top: 0px;
    padding-bottom: 0vw;
    font-size: 30px;
  }

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

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

  .logo.reddot {
    position: relative;
    top: -60px;
    z-index: 10002;
    display: none;
    width: 80px;
    margin: 34px auto -70px;
    padding-top: 39px;
    padding-bottom: 40px;
  }

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

  .top-top {
    display: block;
  }

  .div-block {
    display: none;
  }

  .div-block.steady {
    display: block;
    width: 100%;
  }

  .steadydrugs.dd {
    margin-right: 11px;
  }

  .section {
    overflow: hidden;
  }

  .mockupsection {
    overflow: hidden;
    width: 100%;
    height: 40vh;
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-2 {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2.mock {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 249px;
    padding-left: 51px;
    -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;
  }

  .div-block-2.special {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 50px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-2.special-copy {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 50px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .projectorside {
    padding-right: 7px;
    padding-left: 7px;
    box-shadow: none;
  }

  .tab-link {
    padding-right: 9px;
    padding-left: 9px;
  }

  .tab-link.oxy {
    padding-right: 3px;
    padding-left: 3px;
  }

  .tab-link.ser {
    padding-right: 6px;
    padding-left: 6px;
  }

  .tab-link.end {
    padding-right: 6px;
    padding-left: 6px;
  }

  .tab-pane {
    box-shadow: none;
  }

  .tabs-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    overflow: visible;
    margin-top: -5px;
  }

  .section-2.face {
    height: 900px;
    margin-top: 0px;
  }

  .image-5 {
    position: absolute;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-5._22 {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 25px;
  }

  ._23fade.face.bottom.toptop {
    display: none;
  }

  .do.lightbox {
    z-index: 100000;
  }

  .do.lightbox.diff {
    margin-top: 222px;
    padding: 2px 25px;
    font-size: 12px;
    font-weight: 400;
  }

  .doseintro.dose._3 {
    height: 425px;
    padding-top: 0px;
  }

  .column-2 {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-2.tabb {
    padding-left: 14px;
  }

  .text-block-2.dope {
    display: none;
  }

  .div-block-5 {
    padding-right: 0px;
  }

  .dosecontinued {
    overflow: hidden;
  }

  .image-7 {
    display: none;
    overflow: visible;
  }

  .div-block-9 {
    padding-right: 34px;
    padding-left: 34px;
  }

  .fig {
    padding-left: 0px;
  }

  .section-3.left {
    overflow: hidden;
  }

  .section-3.me {
    overflow: hidden;
    padding-top: 61px;
  }

  .section-3.me._3 {
    display: none;
  }

  .image-11 {
    margin-top: 8px;
    padding-top: 0px;
  }

  .row-5.new {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 93px;
    padding-left: 0px;
  }

  .section-4 {
    overflow: hidden;
  }

  .shoulderlean {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
    background-image: url('../images/IMG_0313nenew.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/IMG_0313nenew.jpg'), linear-gradient(180deg, null, null);
    background-position: 50% 0px, 0px 0px;
  }

  .text-block-3 {
    padding-bottom: 63px;
  }

  .section-5 {
    overflow: hidden;
  }

  .workout {
    padding-right: 35px;
    padding-left: 35px;
    opacity: 0;
    font-size: 15px;
    text-align: center;
  }

  .column-8 {
    margin-top: 26px;
    padding-top: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }

  .section-6 {
    overflow: hidden;
  }

  .insta {
    overflow: hidden;
  }

  .team {
    overflow: hidden;
    height: 250px;
    background-image: url('../images/firesquadteamphoto_edited.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../images/firesquadteamphoto_edited.jpg'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .tabs {
    width: 100%;
  }

  .div-block-14 {
    position: fixed;
    z-index: 1003;
    display: block;
    width: 100%;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    background-color: hsla(0, 0%, 100%, 0.39);
    opacity: 0;
    line-height: 30px;
  }

  .image-18 {
    display: block;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-15 {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10001;
    display: none;
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(37, 37, 37, 0.93);
  }

  .button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 26px;
  }

  .button-3.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 6px 22px 0px 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
  }

  .image-19 {
    display: block;
    margin-top: 52px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .column-9 {
    padding-left: 11px;
  }

  .column-10 {
    display: none;
  }

  .column-11 {
    display: none;
  }

  .div-block-16 {
    display: block;
    margin-right: 88px;
    margin-left: 88px;
    padding-top: 0px;
  }

  .section-7 {
    display: none;
  }

  .div-block-15-copy {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: block;
    overflow: hidden;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(37, 37, 37, 0.93);
  }

  .text-block-4 {
    left: 21px;
    bottom: 104px;
    display: none;
    padding-bottom: 76px;
    font-size: 30px;
  }

  .team-copy {
    overflow: hidden;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    background-size: auto;
    background-repeat: repeat;
  }

  .image-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-21.pad.nope {
    padding: 23px 0px;
  }

  .image-21.extra {
    width: 100%;
  }

  .text-block-5 {
    padding-top: 8px;
    padding-bottom: 11px;
    font-size: 15px;
  }

  .video {
    width: 100%;
    padding-right: 58px;
    padding-left: 58px;
  }

  .image-22 {
    width: 100%;
  }

  .appsection.left {
    overflow: hidden;
  }

  .appsection.me {
    overflow: hidden;
    padding-top: 61px;
  }

  .appsection.me._3 {
    display: none;
  }

  .row-5-copy.new {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .projectorside-copy {
    padding-right: 7px;
    padding-left: 7px;
    box-shadow: none;
  }

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

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

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

  .album-section-copy.header.sparkprojector.whiteproj {
    overflow: hidden;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .album-section-copy.header.sparkprojector.whiteproj.botoom {
    background-attachment: scroll;
  }

  .album-section-copy.bigtime {
    overflow: hidden;
    height: 700px;
  }

  .album-section-copy.bigtime-copy {
    overflow: hidden;
    height: 700px;
  }

  .projectorside-copy2 {
    padding-right: 7px;
    padding-left: 7px;
    box-shadow: none;
  }

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

  .artist-copy.dose {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .artist-copy.dose.dopedope {
    margin-right: 12px;
    margin-left: 12px;
  }

  .artist-copy.dose.news.blews {
    margin-top: 0px;
    padding-top: 271px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 30px;
  }

  .artist-copy.dose._4 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .artist-copy.news {
    font-size: 15px;
  }

  .artist-copy.news-copy {
    font-size: 15px;
  }

  .fig-copy {
    padding-left: 0px;
  }

  .fig-copy2 {
    padding-left: 0px;
  }

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

  .artist-copy-copy.dose {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .artist-copy-copy.dose.dopedope {
    margin-right: 12px;
    margin-left: 12px;
  }

  .artist-copy-copy.dose.news.blews {
    margin-top: 0px;
    padding-top: 271px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 30px;
  }

  .artist-copy-copy.dose._4 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .artist-copy-copy.news {
    font-size: 15px;
  }

  .artist-copy-copy.news-copy {
    font-size: 15px;
  }

  .artist-copy-copy.news-copy-copy {
    font-size: 15px;
  }
}

#w-node-8cf6a0bc30bf-26138ebf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d6b6704b02eb-26138ebf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-62dc9bebbf08-26138ebf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-2700484e82e4-26138ebf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-510489b2359f-26138ebf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

