:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.nav-buttons {
  z-index: 200;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
  position: fixed;
}

.sliding-button {
  color: #fff;
  width: 210px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  transition: margin .2s, width .1s;
  display: block;
}

.sliding-button:hover {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sliding-button.w--current {
  width: 210px;
  margin-top: 10px;
  margin-left: 0;
}

.sliding-button.w--current:hover {
  width: 240px;
}

.sliding-button.sliding-button-top:hover {
  margin-top: 0;
}

.sliding-button.sliding-button-top.key-color-summy {
  color: #ec3d3d;
  background-color: #902959;
}

.sliding-button.sliding-button-top.key-color-1.w--current {
  width: 400px;
}

.sliding-button.sliding-button-top.key-color-1.w--current:hover {
  width: 450px;
}

.sliding-button.social-media-nav-tab {
  color: #eb0000;
  background-color: #dadada00;
  width: 345px;
}

.sliding-button.social-media-nav-tab:hover {
  width: 365px;
}

.sliding-button.design-branding-nav-tab {
  color: #eb0000;
  background-color: #dadada00;
  width: 345px;
}

.sliding-button.design-branding-nav-tab:hover {
  width: 365px;
}

.sliding-button.audio-production-nav-tab {
  color: #eb0000;
  background-color: #dadada00;
  width: 345px;
}

.sliding-button.audio-production-nav-tab:hover {
  width: 365px;
}

.sliding-button.video-animation-nav-tab {
  color: #eb0000;
  background-color: #dadada00;
  width: 345px;
}

.sliding-button.video-animation-nav-tab:hover {
  width: 365px;
}

.sliding-button.web-design-nav-page {
  color: #eb0000;
  background-color: #dadada00;
  width: 345px;
}

.sliding-button.web-design-nav-page:hover {
  width: 365px;
}

.sliding-button.stage-design-live-nav-tab {
  color: #eb0000;
  background-color: #dadada00;
  width: 345px;
}

.sliding-button.stage-design-live-nav-tab:hover {
  width: 365px;
}

.button-image {
  float: right;
  object-fit: fill;
  height: 40px;
  margin: 10px;
  display: inline-block;
  position: relative;
  left: auto;
}

.button-image.icon-invert {
  filter: invert(0%);
}

.body {
  background-color: #000;
}

.text-block {
  color: #f8cb94;
  letter-spacing: 2px;
  align-items: center;
  margin: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 23px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.text-block.social-media-nav-tab-text {
  transition: color .2s;
}

.text-block.social-media-nav-tab-text:hover {
  color: #1371f2;
}

.text-block.design-branding-nav-tab-text {
  transition: color .2s;
}

.text-block.design-branding-nav-tab-text:hover {
  color: #b67810;
}

.text-block.audio-production-nav-tab-text {
  transition: color .2s;
}

.text-block.audio-production-nav-tab-text:hover {
  color: #0796a0;
}

.text-block.video-animation-nav-tab-text {
  transition: color .2s;
}

.text-block.video-animation-nav-tab-text:hover {
  color: #dd4d43;
}

.text-block.web-design-nav-tab-text {
  transition: color .2s;
}

.text-block.web-design-nav-tab-text:hover {
  color: #d348cf;
}

.text-block.stage-design-live-nav-tab-text {
  transition: color .2s;
}

.text-block.stage-design-live-nav-tab-text:hover {
  color: #2b9903;
}

.social-links {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  margin-bottom: 40px;
  padding: 10px;
  transition: width .2s;
  display: flex;
  position: fixed;
  bottom: 0%;
}

.social-links.key-color-1 {
  background-color: #dadada00;
}

.page-focus {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.social-link-image {
  float: right;
  clear: right;
  height: 35px;
  transition: height .1s;
  display: inline-block;
  position: relative;
}

.social-link-image:hover {
  height: 40px;
}

.social-link-image.icon-invert {
  filter: invert(0%);
}

.biography {
  background-color: #fff;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
}

.section-title {
  color: #131313;
  text-align: left;
  letter-spacing: 5px;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
  font-family: Raleway;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.paragraph {
  color: #3d3d3d;
  text-align: justify;
  letter-spacing: 1px;
  justify-content: center;
  margin: 20px 260px 0;
  font-family: Raleway;
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.music {
  background-color: #020202;
}

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

.afterglow {
  background-color: #000;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 160px;
}

.afterglow-text {
  color: #e3cb04;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.afterglow-paragraph {
  color: #716b3a;
}

.afterglow-button {
  color: #000;
  background-color: #e6c704;
  border-radius: 0 20px 20px 0;
  width: 140px;
  height: 40px;
}

.bold-text-2 {
  margin-top: 50px;
  font-weight: 400;
  display: block;
}

.air {
  background-color: #000;
  max-width: 100%;
  padding-bottom: 200px;
  position: relative;
}

.air-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.air-paragraph {
  color: #fff;
  text-align: left;
  width: 400px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.air-button {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  display: flex;
}

.air-text {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.div-block {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.air-image {
  width: 100%;
}

.air-content {
  margin-top: -700px;
  margin-left: 260px;
  margin-right: 260px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
}

.air-stories {
  cursor: pointer;
  transition: filter .2s;
}

.air-stories:hover {
  filter: grayscale();
}

.afterglow-text-center {
  color: #e3cb04;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.afterglow-paragraph-centered {
  color: #716b3a;
}

.afterglow-content {
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
}

.social-link-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.home-bg {
  height: 100vh;
}

.navbar {
  display: none;
}

.bold-text-air {
  margin-top: 20px;
  font-weight: 400;
  display: block;
}

.afterglow-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.music-index-cover-art {
  object-fit: cover;
  width: 100%;
  max-width: none;
  transition: filter .2s, height .2s, width .2s;
  position: static;
}

.music-index-cover-art:hover {
  text-align: center;
  width: 98%;
  display: block;
}

.music-index-section {
  background-color: #111;
  justify-content: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.music-index-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin: 40px 260px;
  position: relative;
}

.music-index-cover-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.music-index-year {
  color: #9b9b9b;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: -100px 100px 20px 260px;
  padding-top: 140px;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.afterglow-title {
  color: #e6c704;
  letter-spacing: 10px;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.air-text-title {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.music-release-year {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.link, .link-2 {
  color: #000;
}

.link-3 {
  color: #3d3d3d;
}

.music-index-directory {
  color: #9b9b9b;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 0;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.music-index-directory-year {
  color: #9b9b9b;
  letter-spacing: 3px;
  text-transform: none;
  margin-left: 0;
  margin-right: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.music-index-directory-year:hover {
  opacity: .53;
}

.music-index-directory-year.w--current {
  font-style: normal;
}

.music-directory-top-bar {
  z-index: 100;
  opacity: .96;
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  color: #333;
  background-color: #111;
  margin-bottom: 0;
  margin-left: 250px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: sticky;
  top: 0;
}

.section-title-music-index {
  color: #131313;
  text-align: left;
  letter-spacing: 5px;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
  font-family: Raleway;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.section-title-music-index.white {
  color: #fff;
  margin: 20px 0 10px;
  font-size: 30px;
  line-height: 30px;
}

.fade-1 {
  background-image: linear-gradient(#0000, #111);
  height: 200px;
  margin-top: -200px;
  display: block;
  position: relative;
}

.fade-2 {
  z-index: 100;
  background-image: linear-gradient(#0000, #fff);
  height: 150px;
  margin-top: -150px;
  display: block;
  position: relative;
  inset: 0 0% 0%;
}

.home {
  display: none;
}

.tour {
  background-color: #230d14;
}

.tour-content {
  width: 100%;
  max-width: 100%;
  margin-top: 110px;
  padding: 0 100px 0 260px;
  position: absolute;
}

.section-title-tour {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  object-fit: fill;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 260px;
  padding-top: 40px;
  font-family: Raleway;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: absolute;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.fade-3 {
  background-image: linear-gradient(#010205, #0000);
  height: 200px;
  margin-top: 0;
  margin-bottom: -200px;
  display: block;
  position: relative;
}

.html-embed-2 {
  opacity: .8;
  background-color: #fff;
}

.link-4 {
  color: #000;
}

.bold-text-3 {
  color: #3d3d3d;
}

.bold-text-3:hover {
  color: #000;
}

.fade-4 {
  z-index: 3;
  color: #000;
  background-image: linear-gradient(#0000, #000);
  height: 200px;
  margin-top: -200px;
  display: block;
  position: relative;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
}

.alt-nav-bar {
  display: none;
}

.scroll-arrow {
  z-index: 500;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4 {
  opacity: 1;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-bottom: 40px;
}

.afterglow-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.music-release-year-afterglow {
  color: #716b3a;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.key-color-1 {
  color: #424242;
  background-color: #dadada;
}

.icon-invert {
  filter: invert();
}

.holo-color {
  background-image: url('../images/tumblr_movy1z3zAy1rbu2jzo1_500.gif');
  background-position: 0 0;
  background-size: cover;
}

.soundcloud-player {
  z-index: 1000;
  float: right;
  text-align: right;
  width: 200px;
  height: 150px;
  margin-top: 40px;
  margin-right: 20px;
  position: sticky;
  inset: 40px 0% auto auto;
  overflow: hidden;
}

.html-embed-3 {
  opacity: 1;
  display: block;
  position: absolute;
  overflow: hidden;
}

.design {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
}

.revolver-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.home-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.home-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: relative;
}

.revolver-content {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-left: 260px;
  margin-right: 260px;
  padding-top: 60px;
  display: block;
}

.home-title {
  color: #ff00dc;
  letter-spacing: 10px;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.music-release-year-revolver {
  color: #716b3a;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.image-5 {
  clear: both;
  flex: 0 auto;
  align-self: center;
  transition: max-width .2s;
  display: block;
}

.image-5:hover {
  max-width: 98%;
}

.text-block-2 {
  align-self: center;
  display: block;
}

.link-5 {
  color: #00d4ff;
  letter-spacing: 5px;
  margin-top: 22px;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.image-6 {
  height: 300px;
  margin-top: 110px;
  margin-left: -16px;
  transition: height .2s;
}

.image-6:hover {
  height: 305px;
}

.revolver {
  background-color: #000;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 160px;
}

.revolver-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: none;
}

.home-video-copy, .revolver-video-section {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
}

.losing-my-mind-content {
  margin-top: 60px;
  margin-left: 260px;
  margin-right: 260px;
  display: none;
}

.losing-my-mind-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.losing-my-mind-artists {
  color: #fec365;
  text-align: left;
  letter-spacing: 4px;
  padding-top: 50px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 25px;
}

.music-release-year-revolver-2 {
  color: #00d5ff;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.losing-my-mind-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
}

.losing-my-mind-text-center {
  color: #fec365;
  letter-spacing: 4px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.losing-my-mind-button {
  color: #000;
  background-color: #fec365;
  border-radius: 0 20px 20px 0;
  width: 140px;
  height: 40px;
}

.losing-my-mind-paragraph-centered {
  color: #fec365;
}

.music-release-year-losing-my-mind {
  color: #fec365;
  text-align: left;
  letter-spacing: 4px;
  justify-content: flex-start;
  margin: 20px 100px 20px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.losing-my-mind-prodcut-image {
  width: 100%;
}

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

.losing-my-mind-paragraph-centered-copy {
  color: #fec365;
}

.text-span-2 {
  font-size: 16px;
  line-height: 20px;
}

.image-7 {
  filter: invert();
  max-width: none;
  height: 150px;
  margin-bottom: 0;
  margin-left: 20px;
  transition: opacity .2s;
  position: relative;
}

.image-7:hover {
  opacity: .8;
}

.body-div {
  margin-left: 375px;
  overflow: hidden;
}

.heading {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aktivgrotesk, sans-serif;
}

.header-title-block {
  margin-top: 60px;
  margin-left: 0;
  position: sticky;
  top: 0;
}

.subheading-title {
  color: #5e5e5e;
  letter-spacing: 0;
  margin-top: 550px;
  margin-bottom: 0;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.grid-2 {
  grid-row-gap: 40px;
  object-fit: contain;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-areas: "."
                       "Area"
                       "."
                       "."
                       "."
                       "."
                       "."
                       ".";
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: visible;
}

.example-grid-image {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 20px;
  width: 100%;
  margin: 0 0 20px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 8px 8px 14px -2px #24242433;
}

.paragraph-3, .paragraph-4 {
  font-family: Aktivgrotesk, sans-serif;
}

.paragraph-type-sliding {
  color: #5e5e5e;
  letter-spacing: 0;
  padding-right: 20px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.paragraph-type-sliding.julian-quote {
  font-weight: 300;
  line-height: 27px;
}

.paragraph-5 {
  color: #5e5e5e;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.sliding-logo {
  position: absolute;
  overflow: hidden;
}

.image-8 {
  max-height: 300px;
  margin-left: -167px;
  overflow: hidden;
}

.heading-3 {
  clear: none;
  white-space: nowrap;
  margin-top: -233px;
  margin-bottom: 129px;
  margin-left: 231px;
  font-size: 50px;
  line-height: 53px;
  overflow: hidden;
}

.web-design {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: 600px;
  margin-bottom: 100px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
}

.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
}

.centered-heading {
  text-align: center;
}

.image-9 {
  margin-top: 0;
  overflow: hidden;
}

.heading-4 {
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.clients-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.clients-affiliates-image {
  max-width: 80%;
  padding: 15px 0;
  transition: max-width .2s, opacity .2s;
  display: block;
}

.clients-affiliates-image:hover {
  opacity: .8;
  max-width: 82%;
}

.image-10 {
  filter: invert();
  height: 200px;
  margin-top: 0;
  margin-bottom: -60px;
  margin-left: -33px;
}

.image-10.left-leaning {
  filter: none;
  margin-left: 0;
}

.image-10.centered {
  display: none;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

.social-campaigns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
}

.section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 140px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-and-motion-graphics, .video-and-motion-graphics-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
}

.paragraph-5-copy {
  color: #7a7a7a;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-container-web {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: 1000px;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
}

.contact-button-mobile {
  z-index: 10;
  height: 50px;
  margin-bottom: 100px;
  margin-left: 0;
  position: fixed;
  inset: auto auto 0% 0%;
}

.button {
  color: #000;
  background-color: #fff;
  height: 100%;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  transition: padding-left .2s, background-color .2s;
}

.button:hover {
  background-color: #f8cb94;
  padding-left: 170px;
}

.small-logo-for-testimonial-copy {
  height: 100px;
  margin-left: -148px;
}

.heading-5 {
  line-height: 14px;
}

.youtube-video {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-left: 20px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.link-6 {
  color: #000;
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 700;
}

.image-11 {
  margin-bottom: 100px;
}

.testimonial-image {
  border-radius: 20px;
  width: 100%;
  max-width: 40vw;
  transition: transform .2s;
  box-shadow: 6px 5px 12px -4px #0003;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.bg-video {
  z-index: 1;
  object-fit: cover;
  border: 10px solid #000;
  width: 100%;
  max-width: none;
  height: 70vh;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 9px -2px #0003;
}

.big-text {
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #000;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  position: absolute;
}

.big-text.yellow {
  color: #b67810;
  position: absolute;
}

.big-text.teal {
  color: #0796a0;
}

.big-text.red {
  color: #dd4d43;
}

.big-text.green {
  color: #2b9903;
}

.big-text.pink {
  color: #d348cf;
}

.big-text.light-blue {
  color: #1371f2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.italics-body-text {
  font-weight: 300;
}

.image-12 {
  border-radius: 20px;
  transition: all .2s;
  transform: translate(0);
  box-shadow: 4px 4px 10px 1px #0003;
}

.image-12:hover {
  transform: scale(.97);
  box-shadow: 1px 1px 8px 2px #0003;
}

.columns {
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 100px;
  margin-bottom: 100px;
}

.italic-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.italic-text-2 {
  font-style: normal;
  font-weight: 400;
}

.paragraph-type-static {
  color: #5e5e5e;
  letter-spacing: 0;
  padding-right: 20px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.web-design-links {
  color: #5e5e5e;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  text-decoration: none;
}

.link-remove-underline {
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
}

.link-block-12, .link-block-13 {
  text-decoration: none;
}

.graphic-design-sliding-image {
  object-fit: contain;
  max-width: none;
  height: 75vh;
  margin-top: 17px;
  margin-right: 2%;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.div-block-6 {
  margin-top: 700px;
}

.software-icon {
  width: 75px;
  padding-right: 10px;
}

.software-icon.with-shadow {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.software-box {
  margin-top: 20px;
}

.client-logos {
  justify-content: center;
  min-width: 100%;
  text-decoration: none;
  display: flex;
}

.sub-heading {
  color: #5e5e5e;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
}

.image-13 {
  width: 200px;
  display: block;
}

.link-block-14 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-decoration: none;
  display: block;
}

.sliding-title-image-music {
  object-fit: contain;
  max-width: none;
  height: 75vh;
  margin-top: 17px;
  margin-right: 2%;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.software-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sliding-title-image-video {
  object-fit: contain;
  max-width: none;
  height: 75vh;
  margin-top: 17px;
  margin-right: 2%;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.youtube-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sliding-title-image-live-show, .sliding-title-image-web-design {
  object-fit: contain;
  max-width: none;
  height: 75vh;
  margin-top: 17px;
  margin-right: 2%;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.landing-page-logos {
  object-position: 50% 50%;
  padding-left: 0;
  padding-right: 50px;
  transition: padding .2s;
}

.landing-page-logos:hover {
  padding-left: 5px;
  padding-right: 55px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 150px;
  margin-bottom: 40px;
}

.campaigns-sliding-image {
  object-fit: contain;
  max-width: none;
  height: 75vh;
  margin-top: 17px;
  margin-right: 2%;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.video-2 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.subheading-title-copy {
  color: #5e5e5e;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.anchor-logo {
  width: 100px;
}

.closing-logo-div {
  display: flex;
}

.image-14 {
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 9px 8px 11px -2px #0003;
}

.bold-text-4 {
  font-size: 17px;
}

.disclaimer {
  color: #c9c9c9;
  font-family: Aktivgrotesk, sans-serif;
}

.brands {
  color: #2c2c2c;
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  transition: font-size .2s;
}

.brands:hover {
  font-size: 32px;
}

.heading-copy {
  color: #eeae47;
  letter-spacing: -2px;
  margin-top: 140px;
  margin-bottom: 100px;
  font-family: Aktivgrotesk, sans-serif;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.link-block-15 {
  text-decoration: none;
}

.link-block-16 {
  z-index: 180;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.quote-text {
  font-style: normal;
  font-weight: 300;
}

.text-span-3 {
  font-size: 17px;
}

.client-header {
  font-size: 23px;
  line-height: 30px;
}

.link-block-17 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-15 {
  align-self: center;
  width: 30vw;
  display: block;
}

.black-fade-for-top-video {
  z-index: 5;
  opacity: .39;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
}

.image-16 {
  display: none;
}

.slider-stack {
  grid-row-gap: 0px;
  cursor: pointer;
  border-radius: 20px;
  padding: 0 0 20px;
  transition: all .2s;
  overflow: hidden;
}

.slider-stack:hover {
  transform: scale(.97);
}

.slider {
  cursor: pointer;
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: block;
}

.slide-nav {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 100px;
  position: static;
}

.cell {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 50px;
}

.slider-text {
  padding-left: 20px;
  padding-right: 20px;
}

.left-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.right-arrow {
  filter: invert();
  width: 20vw;
  display: block;
  inset: 0% 0% 0% auto;
}

.mask {
  overflow: visible;
}

.slider-name-heading {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
}

.text-span-4 {
  font-size: 60px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-bold-name, .bold-text-5 {
  font-size: 40px;
}

.icon-2 {
  inset: auto 0% 0% auto;
}

.div-block-10 {
  border-radius: 20px;
  margin-top: 20px;
}

.testimonial-link, .slide {
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .sliding-button.w--current {
    color: #d80000;
  }

  .sliding-button.w--current:hover {
    color: #e95757;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .scroll-arrow {
    display: flex;
  }

  .image-7 {
    filter: invert();
    height: 110px;
    margin-top: 0;
    margin-bottom: -10px;
    margin-left: 20px;
  }

  .body-div {
    display: block;
    position: relative;
  }

  .subheading-title {
    margin-top: 550px;
    font-weight: 700;
  }

  .paragraph-type-sliding {
    line-height: 27px;
  }

  .paragraph-type-sliding.julian-quote {
    line-height: 30px;
  }

  .home-section {
    z-index: 1;
    display: block;
    position: relative;
  }

  .heading-4 {
    font-family: Aktivgrotesk, sans-serif;
  }

  .image-10.left-leaning {
    filter: none;
    height: 110px;
    margin-top: 40px;
  }

  .image-10.centered {
    display: block;
  }

  .testimonial-image {
    width: 100%;
    max-width: 30vw;
  }

  .big-text {
    font-size: 80px;
    line-height: 90px;
  }

  .big-text.yellow {
    color: #b67810;
  }

  .big-text.teal {
    color: #0796a0;
  }

  .big-text.red {
    color: #dd4d43;
  }

  .big-text.green {
    color: #2b9903;
  }

  .big-text.pink {
    color: #d348cf;
  }

  .big-text.light-blue {
    color: #1371f2;
  }

  .image-12 {
    transition: box-shadow .2s, transform .2s;
    box-shadow: 5px 4px 8px 2px #0003;
  }

  .image-12:hover {
    transform: scale(.97);
    box-shadow: 1px 1px 9px 2px #0003;
  }

  .grid-5 {
    margin-bottom: 100px;
  }

  .italic-text {
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
  }

  .paragraph-type-static {
    margin-bottom: 40px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 300;
  }

  .client-logos {
    text-decoration: none;
  }

  .sliding-title-image-music, .sliding-title-image-video, .sliding-title-image-live-show, .sliding-title-image-web-design, .campaigns-sliding-image {
    height: 75vh;
  }

  .video-2 {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .subheading-title-copy {
    margin-top: 40px;
  }

  .anchor-logo {
    filter: none;
    width: auto;
    height: 110px;
  }

  .div-block-7 {
    background-color: #b67810;
    max-height: 10px;
  }

  .container-2 {
    color: #b67810;
  }

  .div-block-8 {
    object-fit: contain;
    background-color: #b67810;
    height: 10px;
    max-height: 10px;
    margin-top: -163px;
    margin-bottom: 108px;
    display: block;
    overflow: hidden;
  }

  .image-14 {
    margin-bottom: 40px;
  }

  .disclaimer {
    font-weight: 400;
  }

  .brands {
    color: #000;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Aktivgrotesk, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
  }

  .quote-text, .italic-text-4 {
    font-style: normal;
    font-weight: 300;
  }

  .italic-text-5, .italic-text-6 {
    font-style: normal;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .client-header {
    color: #5e5e5e;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-block-9 {
    z-index: 20;
  }

  .slide-nav {
    margin-top: 20px;
  }

  .cell {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .slider-text {
    padding-left: 0;
    padding-right: 40px;
  }

  .slider-name-heading {
    margin-top: 0;
    padding-left: 30px;
  }

  .icon-2 {
    bottom: 1%;
  }
}

@media screen and (max-width: 991px) {
  .nav-buttons {
    display: none;
  }

  .social-links {
    z-index: 1000;
    opacity: .85;
    color: #000;
    text-align: center;
    background-color: #000;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .social-links.key-color-1 {
    opacity: .9;
    background-color: #000;
  }

  .page-focus {
    object-fit: cover;
    object-position: 20% 50%;
  }

  .social-link-image {
    width: auto;
    height: 50px;
  }

  .social-link-image:hover {
    width: auto;
    height: 55px;
  }

  .biography {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-title {
    text-align: center;
    justify-content: center;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto 56px 100px auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .afterglow {
    grid-template-rows: auto auto auto auto auto auto;
    max-width: 100%;
  }

  .afterglow-paragraph {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .afterglow-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .air {
    max-width: 100%;
    margin-bottom: 0;
  }

  .air-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .air-paragraph {
    text-align: center;
  }

  .air-button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
  }

  .air-text {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block, .div-block-2 {
    justify-content: center;
  }

  .air-content {
    margin-top: -455px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .afterglow-text-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 0 0;
    display: flex;
  }

  .afterglow-paragraph-centered {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .afterglow-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    opacity: .9;
    background-color: #000;
    border-style: none;
    border-color: #000;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brand {
    position: static;
  }

  .brand.w--current {
    z-index: 1001;
    position: relative;
  }

  .image-2 {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .icon {
    filter: none;
  }

  .drop-link {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    justify-content: center;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    transition: opacity .2s;
  }

  .drop-link:hover {
    opacity: .8;
    color: #fff;
  }

  .nav-menu {
    background-color: #1d1d1d;
    justify-content: center;
    display: flex;
  }

  .menu-button {
    z-index: 1001;
    filter: invert();
  }

  .menu-button.w--open {
    filter: none;
    background-color: #1d1d1d;
  }

  .afterglow-video {
    padding-top: 80px;
    display: block;
  }

  .music-index-section {
    grid-template-rows: auto auto auto auto auto auto;
    max-width: 100%;
    margin-top: 60px;
  }

  .music-index-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .music-index-year {
    letter-spacing: 4px;
    justify-content: center;
    margin: -65px 0 20px;
    padding-top: 187px;
  }

  .afterglow-title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
  }

  .air-text-title {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .music-release-year {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .music-index-directory {
    text-align: center;
    letter-spacing: 4px;
    justify-content: center;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .music-index-directory-year {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }

  .music-directory-top-bar {
    z-index: 100;
    opacity: .9;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #000;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    top: 80px;
  }

  .section-title-music-index {
    text-align: center;
    justify-content: center;
  }

  .section-title-music-index.white {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 25px;
  }

  .fade-1 {
    background-image: linear-gradient(#0000, #000);
    height: 150px;
    margin-top: -150px;
  }

  .fade-2 {
    height: 100px;
    margin-top: -100px;
  }

  .tour-content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-tour {
    z-index: 500;
    color: #fff;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 100px;
  }

  .fade-3 {
    z-index: 300;
    background-image: linear-gradient(#06070d, #0000);
    height: 150px;
    margin-bottom: -150px;
    position: relative;
    inset: 0% 0% auto;
  }

  .fade-4 {
    height: 150px;
    margin-top: -150px;
  }

  .navigation {
    z-index: 5000;
  }

  .alt-nav-bar {
    z-index: 300;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .9;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 100%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .alt-nav-bar-icon {
    height: 80px;
    padding: 20px 10px;
    transition: opacity .2s;
  }

  .alt-nav-bar-icon:hover {
    opacity: .5;
  }

  .image-4 {
    margin-bottom: 110px;
    display: block;
  }

  .afterglow-image {
    padding-top: 80px;
    display: none;
  }

  .music-release-year-afterglow {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .icon-invert {
    filter: invert(0%);
  }

  .soundcloud-player {
    display: none;
  }

  .revolver-video {
    padding-top: 80px;
    display: block;
  }

  .home-image {
    padding-top: 80px;
    display: none;
  }

  .home-video {
    z-index: 400;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
  }

  .revolver-content {
    height: 80vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .home-title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
  }

  .music-release-year-revolver {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .image-5 {
    text-align: center;
    display: inline-block;
  }

  .link-5 {
    text-align: center;
  }

  .image-6 {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .revolver-title-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section {
    justify-content: center;
    display: flex;
  }

  .link-block-10 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .revolver {
    grid-template-rows: auto auto auto auto auto auto;
    max-width: 100%;
  }

  .revolver-image {
    padding-top: 80px;
    display: none;
  }

  .home-video-copy, .revolver-video-section {
    height: 50vh;
    margin-top: 200px;
    margin-bottom: 200px;
    padding-top: 80px;
    display: block;
  }

  .losing-my-mind-content {
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-artists {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .music-release-year-revolver-2 {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .losing-my-mind-grid {
    grid-template-rows: auto auto auto auto 56px 100px auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .losing-my-mind-text-center {
    color: #fec365;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 0 0;
    display: flex;
  }

  .losing-my-mind-button {
    background-color: #fec365;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    display: flex;
  }

  .losing-my-mind-paragraph-centered {
    color: #fec365;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .music-release-year-losing-my-mind {
    letter-spacing: 4px;
    justify-content: center;
    margin: 20px 0;
    font-size: 12px;
    display: none;
  }

  .losing-my-mind-paragraph-centered-copy {
    color: #fec365;
    text-align: center;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .body-div {
    margin-left: 0;
  }

  .heading {
    text-align: center;
  }

  .header-title-block {
    margin-top: 100px;
  }

  .subheading-title {
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
  }

  .grid-2 {
    overflow: visible;
  }

  .example-grid-image {
    width: 100%;
    box-shadow: -4px 9px 9px -4px #2b2b2b33;
  }

  .paragraph-type-sliding {
    text-align: center;
    margin-top: 20px;
  }

  .paragraph-type-sliding.julian-quote {
    line-height: 24px;
  }

  .paragraph-5 {
    text-align: center;
  }

  .image-9 {
    margin-left: 0;
  }

  .heading-4 {
    text-align: center;
  }

  .clients-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .clients-affiliates-image {
    padding-top: 0;
  }

  .image-10 {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-10.left-leaning {
    display: none;
  }

  .image-10.centered {
    filter: none;
    display: block;
  }

  .grid-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    margin-bottom: 40px;
  }

  .section-container {
    margin-bottom: 20px;
    padding-right: 60px;
  }

  .paragraph-5-copy {
    text-align: center;
    padding-right: 0;
  }

  .contact-button-mobile {
    z-index: 5000;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    inset: auto 0% 0%;
  }

  .button {
    z-index: 5000;
    background-color: #f8cb94;
    border-radius: 30px;
    justify-content: center;
    margin-left: 0;
    font-size: 20px;
    position: absolute;
  }

  .button:hover {
    background-color: #fff;
    margin-left: 0;
    padding-left: 20px;
  }

  .link-6 {
    text-align: center;
    display: block;
  }

  .bg-video {
    height: 50vh;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 80px;
    display: block;
  }

  .big-text {
    text-align: center;
    max-width: 100%;
    font-size: 70px;
    line-height: 80px;
    position: relative;
  }

  .big-text.yellow {
    justify-content: center;
    position: relative;
  }

  .big-text.teal {
    position: relative;
  }

  .image-12:hover {
    transform: none;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-type-static {
    text-align: center;
    padding-right: 0;
    line-height: 24px;
  }

  .web-design-links {
    text-align: center;
    min-width: 100%;
    position: relative;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    display: inline-block;
  }

  .graphic-design-sliding-image {
    max-width: 100%;
    height: auto;
    margin-bottom: -131px;
    margin-right: 0;
    position: relative;
    right: auto;
    overflow: hidden;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .software-icon {
    flex: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .software-box {
    justify-content: center;
    display: flex;
  }

  .sub-heading {
    text-align: center;
  }

  .image-13 {
    display: block;
  }

  .link-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sliding-title-image-music, .sliding-title-image-video, .sliding-title-image-live-show, .sliding-title-image-web-design {
    max-width: 100%;
    height: auto;
    margin-bottom: -131px;
    margin-right: 0;
    position: relative;
    right: auto;
    overflow: hidden;
  }

  .landing-page-logos {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .landing-page-logos:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-6 {
    grid-template-rows: auto;
    height: auto;
  }

  .campaigns-sliding-image {
    max-width: 100%;
    height: auto;
    margin-bottom: -131px;
    margin-right: 0;
    position: relative;
    right: auto;
    overflow: hidden;
  }

  .subheading-title-copy {
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
  }

  .anchor-logo {
    text-align: center;
  }

  .closing-logo-div {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .disclaimer, .heading-copy {
    text-align: center;
  }

  .image-15 {
    width: 50vw;
  }

  .slider-stack {
    width: 100%;
  }

  .slide-nav {
    text-align: center;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-text {
    margin-top: 40px;
    padding-left: 20px;
  }

  .left-arrow {
    cursor: pointer;
    width: 40vw;
    position: absolute;
  }

  .right-arrow {
    cursor: pointer;
    width: 40vw;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .slider-name-heading {
    text-align: center;
    align-self: center;
  }

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

  .icon-2 {
    inset: auto 0% 0% auto;
  }

  .div-block-10 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .icon-3 {
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .social-links {
    opacity: 1;
  }

  .page-focus {
    object-position: 20% 50%;
  }

  .biography {
    margin-top: 0;
  }

  .grid {
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .afterglow-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .afterglow-paragraph {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .air-content {
    margin-top: -315px;
    padding-top: 40px;
  }

  .youtube {
    width: auto;
  }

  .afterglow-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .afterglow-paragraph-centered {
    text-align: center;
  }

  .afterglow-content {
    padding-top: 100px;
  }

  .navbar {
    background-color: #000;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    position: relative;
  }

  .music-index-grid {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .music-index-year {
    margin-top: -100px;
    padding-top: 200px;
  }

  .music-release-year {
    font-size: 12px;
  }

  .music-index-directory {
    line-height: 25px;
  }

  .music-index-directory-year {
    display: inline-block;
  }

  .music-directory-top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-music-index.white {
    margin-bottom: 10px;
  }

  .fade-1 {
    height: 150px;
  }

  .fade-2 {
    height: 150px;
    margin-top: -150px;
  }

  .section-title-tour {
    margin-bottom: 20px;
    padding-top: 90px;
  }

  .fade-3, .fade-4 {
    height: 150px;
  }

  .alt-nav-bar {
    opacity: 1;
    justify-content: center;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
    flex: none;
  }

  .music-release-year-afterglow {
    font-size: 12px;
  }

  .revolver-content {
    padding-top: 100px;
  }

  .music-release-year-revolver {
    font-size: 12px;
  }

  .text-block-2 {
    line-height: 10px;
  }

  .link-5 {
    text-align: center;
    font-size: 25px;
  }

  .losing-my-mind-content {
    overflow: hidden;
  }

  .losing-my-mind-title {
    font-size: 40px;
    line-height: 40px;
  }

  .losing-my-mind-artists {
    font-size: 18px;
    line-height: 20px;
  }

  .music-release-year-revolver-2 {
    font-size: 12px;
  }

  .losing-my-mind-grid {
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .losing-my-mind-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-paragraph-centered {
    text-align: center;
  }

  .music-release-year-losing-my-mind {
    font-size: 12px;
  }

  .losing-my-mind-paragraph-centered-copy {
    text-align: center;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-type-sliding {
    text-align: center;
    padding-right: 0;
  }

  .image-10.centered {
    filter: none;
  }

  .grid-4 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .section-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button:hover {
    margin-left: 0;
    padding-left: 20px;
  }

  .big-text {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 70px;
  }

  .big-text.yellow, .big-text.teal {
    margin-top: 40px;
  }

  .paragraph-type-static {
    text-align: center;
    padding-right: 0;
  }

  .web-design-links {
    font-size: 30px;
    line-height: 90px;
  }

  .link-remove-underline {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .graphic-design-sliding-image {
    margin-bottom: -100px;
  }

  .client-logos {
    justify-content: center;
    min-width: 100%;
    display: flex;
  }

  .sliding-title-image-music, .sliding-title-image-video, .sliding-title-image-live-show, .sliding-title-image-web-design {
    margin-bottom: -100px;
  }

  .landing-page-logos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .campaigns-sliding-image {
    margin-bottom: -100px;
  }

  .slider-stack {
    grid-row-gap: 10px;
  }

  .slider {
    background-color: #fafafa;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .slider-text {
    padding-top: 20px;
    padding-left: 20px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider-name-heading {
    align-self: center;
    margin-top: 0;
  }

  .cell-2 {
    text-align: center;
  }

  .div-block-10 {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (max-width: 479px) {
  .social-links {
    text-align: center;
    flex-flow: row;
    justify-content: space-around;
    height: auto;
    padding: 20px;
    display: flex;
    inset: auto 0% 0%;
  }

  .page-focus {
    object-position: 20% 50%;
  }

  .social-link-image {
    height: 40px;
    display: inline-block;
  }

  .social-link-image:hover {
    height: 40px;
  }

  .section-title {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    font-size: 30px;
  }

  .paragraph {
    overflow: hidden;
  }

  .grid {
    grid-template-rows: 315px auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .afterglow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .afterglow-text {
    padding-left: 0;
  }

  .afterglow-paragraph {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2 {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: flex;
  }

  .air {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .air-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .air-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .air-content {
    margin-top: -143px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube {
    width: 100%;
    display: block;
  }

  .afterglow-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .afterglow-paragraph-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .afterglow-content {
    overflow: hidden;
  }

  .social-link-link {
    flex: none;
    margin-left: -6px;
    margin-right: -6px;
    padding: 0;
    display: block;
  }

  .navbar {
    display: none;
  }

  .brand, .brand.w--current {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .icon {
    font-size: 50px;
    line-height: 40px;
  }

  .drop-link {
    text-align: center;
  }

  .menu-button {
    display: flex;
  }

  .bold-text-air {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: flex;
  }

  .afterglow-video {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .music-index-section {
    padding-bottom: 40px;
  }

  .music-index-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .music-index-year {
    margin-top: -150px;
    padding: 280px 20px 0;
    font-size: 30px;
    line-height: 30px;
  }

  .afterglow-title {
    font-size: 40px;
  }

  .music-release-year {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .music-index-directory {
    clear: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .music-index-directory-year {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
  }

  .music-directory-top-bar {
    z-index: 500;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    top: 80px;
  }

  .section-title-music-index {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .section-title-music-index.white {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .fade-1 {
    height: 100px;
    margin-top: -100px;
    position: relative;
  }

  .fade-2 {
    height: 100px;
    margin-top: 50px;
  }

  .tour-content {
    margin-top: 0;
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-title-tour {
    margin-bottom: 60px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .fade-3 {
    height: 100px;
    margin-bottom: -100px;
  }

  .fade-4 {
    height: 100px;
    margin-top: -100px;
    position: relative;
  }

  .alt-nav-bar {
    z-index: 300;
    opacity: 1;
    justify-content: space-between;
  }

  .alt-nav-bar-icon {
    height: 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 50px;
    margin-bottom: 40px;
  }

  .afterglow-image {
    display: block;
  }

  .music-release-year-afterglow {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .design {
    padding-bottom: 0;
  }

  .revolver-video {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .home-image {
    object-fit: cover;
    object-position: 30% 50%;
    display: block;
  }

  .home-video {
    z-index: 400;
    object-position: 20% 50%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .revolver-content {
    height: 80vh;
    overflow: hidden;
  }

  .home-title {
    font-size: 40px;
  }

  .music-release-year-revolver {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .revolver-title-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .revolver {
    padding-top: 0;
    padding-bottom: 0;
  }

  .revolver-image {
    object-fit: cover;
    object-position: 30% 50%;
    display: block;
  }

  .home-video-copy, .revolver-video-section {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .losing-my-mind-content {
    margin-top: 0;
    padding-top: 100px;
    overflow: hidden;
  }

  .losing-my-mind-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 40px;
  }

  .losing-my-mind-artists {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .music-release-year-revolver-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-grid {
    grid-template-rows: 315px auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .losing-my-mind-text-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .losing-my-mind-paragraph-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .music-release-year-losing-my-mind {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .losing-my-mind-paragraph-centered-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .subheading-title {
    margin-top: 40px;
  }

  .paragraph-type-sliding {
    text-align: center;
    padding-right: 0;
  }

  .web-design, .intro {
    padding-bottom: 0;
  }

  .clients-logos {
    margin-left: -22px;
    margin-right: -22px;
  }

  .clients-affiliates-image {
    max-width: 85%;
  }

  .social-campaigns, .section-container, .video-and-motion-graphics, .video-and-motion-graphics-copy, .section-container-web {
    padding-bottom: 0;
  }

  .testimonial-image {
    max-width: 200px;
  }

  .bg-video {
    object-fit: cover;
    object-position: 20% 50%;
    display: none;
  }

  .big-text {
    font-size: 45px;
    line-height: 50px;
  }

  .big-text.light-blue {
    margin-top: 40px;
  }

  .paragraph-type-static {
    padding-right: 0;
  }

  .subheading-title-copy {
    margin-top: 40px;
  }

  .heading-copy {
    font-size: 30px;
    line-height: 30px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 17px;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-text {
    margin-top: 0;
    padding-left: 20px;
  }

  .slider-name-heading {
    font-size: 17px;
  }

  .slider-bold-name {
    font-size: 40px;
  }
}

#w-node-_2664e4cf-e2b7-ef4b-8783-6f75aa4b5df0-e61ecac7 {
  align-self: center;
}

#w-node-c6749823-124d-b6ac-cb06-d0168664b0ff-e61ecac7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c6749823-124d-b6ac-cb06-d0168664b100-e61ecac7 {
  grid-row: span 2 / span 2;
}

#w-node-_7463fd3b-9559-a68b-3a3b-a55c600b958c-e61ecac7, #w-node-_9c9c9131-d263-3247-8c19-4f74eebfa026-e61ecac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc04d0f8-194f-0f60-2162-f2378d175dac-e61ecac7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_30f9da6f-21d2-1f0c-214d-df782a688e98-e61ecac7 {
  grid-row: span 2 / span 2;
}

#w-node-ced1fb96-f27e-ad45-7849-b76ec54f6c5e-e61ecac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a90427ec-aed4-9474-a3ce-3e37db233a9b-e61ecac7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a90427ec-aed4-9474-a3ce-3e37db233a9c-e61ecac7 {
  grid-row: span 2 / span 2;
}

#w-node-_21e5041e-4d61-2f61-c7ef-a27c301750e0-e61ecac7, #w-node-_6ab3cba3-fd88-1528-bf0b-f88128d896a8-e61ecac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b31bc7d-63f1-14cb-7b4c-e319d354f3d0-e61ecac7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4b31bc7d-63f1-14cb-7b4c-e319d354f3d1-e61ecac7 {
  grid-row: span 2 / span 2;
}

#w-node-_775c7409-f7c0-56fe-b681-a9d9d8acafd0-e61ecac7, #w-node-_41bf5bd9-ef26-e0d2-080f-fbdd0acd6cdb-e61ecac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90c04bfe-346d-dbe7-5171-377e79565947-e61ecac7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_90c04bfe-346d-dbe7-5171-377e79565948-e61ecac7 {
  grid-row: span 2 / span 2;
}

#w-node-_90c04bfe-346d-dbe7-5171-377e79565949-e61ecac7, #w-node-_90c04bfe-346d-dbe7-5171-377e7956594c-e61ecac7, #w-node-_3fd40148-308c-f63e-fff0-91f1e96eca4f-e61ecac7, #w-node-_3fd40148-308c-f63e-fff0-91f1e96eca50-e61ecac7, #w-node-cef05c27-ac7a-2f8f-4c03-2037c8091230-e61ecac7, #w-node-cef05c27-ac7a-2f8f-4c03-2037c8091231-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29119-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911a-e61ecac7, #w-node-cc0f398b-51d9-d96a-1a5f-02b4b756ec75-e61ecac7, #w-node-cc0f398b-51d9-d96a-1a5f-02b4b756ec76-e61ecac7, #w-node-_005fb5f1-42f7-01c6-a557-3fd6a6106559-e61ecac7, #w-node-_005fb5f1-42f7-01c6-a557-3fd6a610655a-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911b-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911c-e61ecac7, #w-node-f5630faf-4e9f-56ea-353a-cbea3da71aa0-e61ecac7, #w-node-f5630faf-4e9f-56ea-353a-cbea3da71aa1-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911d-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911e-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911f-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29120-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29123-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29124-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29125-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29126-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29127-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29129-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912a-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912b-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912c-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912d-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912e-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912f-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29130-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29121-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e29122-e61ecac7, #w-node-_52fbf011-c376-43fd-117c-3f2a96fe2421-e61ecac7, #w-node-_52fbf011-c376-43fd-117c-3f2a96fe2422-e61ecac7, #w-node-_7ce060a7-d873-20f0-bbce-df33875dbf7e-e61ecac7, #w-node-_7ce060a7-d873-20f0-bbce-df33875dbf7f-e61ecac7, #w-node-_34faac70-d245-e8ea-ef4d-361580825b9d-e61ecac7, #w-node-_98caf3c2-adb1-9481-b1db-ceb9475943e9-e61ecac7, #w-node-_1f046e4a-ca88-4a21-866f-4ccf221b687e-e61ecac7, #w-node-_7c9a9060-6ebf-9209-cd55-2d921ad447dd-e61ecac7, #w-node-fb9af0ae-aefe-6c8c-5416-b16797748b83-e61ecac7, #w-node-_16ac3b85-ae67-6b9f-c482-8ace21dbf97a-e61ecac7, #w-node-_7a7c29d3-615e-3871-16b7-b03474b028dc-e61ecac7, #w-node-_0d054d56-f02a-70ac-5e61-1f8599b58716-e61ecac7, #w-node-b0d60358-bf4d-fa26-32c7-79066fa7371c-e61ecac7, #w-node-_296738f2-3bcd-0ffc-dbd6-2c5a63e3f554-e61ecac7, #w-node-_85b573ce-3fcb-ebec-7b41-7c8fcf7c9e28-e61ecac7, #w-node-d33df074-00f9-5308-52b8-a5cb22521532-e61ecac7, #w-node-_3b328c84-72d2-b54a-a349-f654557d6682-e61ecac7, #w-node-_71a3f0d3-64e4-f028-1d12-0e6b9c8d2fd5-e61ecac7, #w-node-_329d76df-d484-5433-39a1-9ec983aeab6f-e61ecac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42ca9ca6-277a-da78-df51-bc22e7553c0e-e61ecac7 {
  grid-area: Area;
}

#w-node-_04be3008-490a-8afc-f9e3-556a65f9060d-e61ecac7, #w-node-a7311e17-695a-6014-d8cb-c9ecc6c43e37-e61ecac7, #w-node-_7e7e9056-34a7-1f74-0c24-04533fc53dd4-e61ecac7, #w-node-_5263216f-cd0f-33d4-ea1f-f617c1e18970-e61ecac7, #w-node-d00a8270-5912-a44e-7b9d-0d64719f1601-e61ecac7, #w-node-ab037350-669d-620f-bdcb-1ee06cbd960b-e61ecac7, #w-node-_1dd953c8-602a-ebe5-a783-cf03b1a7517b-e61ecac7, #w-node-_317074c0-019a-013d-9f79-f27d69f4759e-e61ecac7, #w-node-_289cb148-e392-9176-d684-0d802c0254a0-e61ecac7, #w-node-_8307ec94-da7d-b5a0-99be-b011a08afa8a-e61ecac7, #w-node-a102eb18-df30-e6c1-4bc3-4d3362f769bd-e61ecac7, #w-node-cddd492c-2041-e30b-3465-1b3cdb31490a-e61ecac7, #w-node-_9a4b1e15-5e71-2836-a68b-b9a4a04b663b-e61ecac7, #w-node-a5afc4bd-d5e3-e0be-9733-c78d4430a7da-e61ecac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d57ac01b-7c10-d633-850d-ce2961fdb972-e61ecac7, #w-node-d0f18723-0d97-da35-a027-737bd763495b-e61ecac7, #w-node-be57f962-7eba-9c7d-0e4a-1ce6f1e9f8dc-e61ecac7 {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_41bf5bd9-ef26-e0d2-080f-fbdd0acd6cdb-e61ecac7, #w-node-_90c04bfe-346d-dbe7-5171-377e7956594c-e61ecac7, #w-node-cc0f398b-51d9-d96a-1a5f-02b4b756ec75-e61ecac7, #w-node-f5630faf-4e9f-56ea-353a-cbea3da71aa0-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2911d-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912d-e61ecac7, #w-node-c96792d1-af05-8caf-f342-9e6c55e2912f-e61ecac7, #w-node-_1f046e4a-ca88-4a21-866f-4ccf221b687e-e61ecac7, #w-node-_2e424fe6-33a6-3f66-822b-4fff6c36aa82-e61ecac7, #w-node-_296738f2-3bcd-0ffc-dbd6-2c5a63e3f554-e61ecac7, #w-node-_85b573ce-3fcb-ebec-7b41-7c8fcf7c9e28-e61ecac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3b327f0b-f406-ffd4-9ab9-c5f568fe2508-e61ecac7 {
    justify-self: center;
  }

  #w-node-c6749823-124d-b6ac-cb06-d0168664b0ff-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c6749823-124d-b6ac-cb06-d0168664b100-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-bc04d0f8-194f-0f60-2162-f2378d175dac-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_30f9da6f-21d2-1f0c-214d-df782a688e98-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-a90427ec-aed4-9474-a3ce-3e37db233a9b-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a90427ec-aed4-9474-a3ce-3e37db233a9c-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_21e5041e-4d61-2f61-c7ef-a27c301750e0-e61ecac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b31bc7d-63f1-14cb-7b4c-e319d354f3d0-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4b31bc7d-63f1-14cb-7b4c-e319d354f3d1-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_775c7409-f7c0-56fe-b681-a9d9d8acafd0-e61ecac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e79565947-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e79565948-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e79565949-e61ecac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b327f0b-f406-ffd4-9ab9-c5f568fe2508-e61ecac7 {
    justify-self: center;
  }

  #w-node-c6749823-124d-b6ac-cb06-d0168664b0ff-e61ecac7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7463fd3b-9559-a68b-3a3b-a55c600b958c-e61ecac7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c9c9131-d263-3247-8c19-4f74eebfa026-e61ecac7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bc04d0f8-194f-0f60-2162-f2378d175dac-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_30f9da6f-21d2-1f0c-214d-df782a688e98-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-ced1fb96-f27e-ad45-7849-b76ec54f6c5e-e61ecac7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a90427ec-aed4-9474-a3ce-3e37db233a9b-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a90427ec-aed4-9474-a3ce-3e37db233a9c-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_21e5041e-4d61-2f61-c7ef-a27c301750e0-e61ecac7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6ab3cba3-fd88-1528-bf0b-f88128d896a8-e61ecac7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4b31bc7d-63f1-14cb-7b4c-e319d354f3d0-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4b31bc7d-63f1-14cb-7b4c-e319d354f3d1-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_775c7409-f7c0-56fe-b681-a9d9d8acafd0-e61ecac7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_41bf5bd9-ef26-e0d2-080f-fbdd0acd6cdb-e61ecac7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e79565947-e61ecac7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e79565948-e61ecac7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e79565949-e61ecac7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_90c04bfe-346d-dbe7-5171-377e7956594c-e61ecac7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d33df074-00f9-5308-52b8-a5cb22521532-e61ecac7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3b328c84-72d2-b54a-a349-f654557d6682-e61ecac7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_329d76df-d484-5433-39a1-9ec983aeab6f-e61ecac7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_42ca9ca6-277a-da78-df51-bc22e7553c0e-e61ecac7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_04be3008-490a-8afc-f9e3-556a65f9060d-e61ecac7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a7311e17-695a-6014-d8cb-c9ecc6c43e37-e61ecac7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7e7e9056-34a7-1f74-0c24-04533fc53dd4-e61ecac7 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_5263216f-cd0f-33d4-ea1f-f617c1e18970-e61ecac7 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-ab037350-669d-620f-bdcb-1ee06cbd960b-e61ecac7 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_0791f57e-95a9-0e75-46ed-3fe410bee7ba-e61ecac7 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_1dd953c8-602a-ebe5-a783-cf03b1a7517b-e61ecac7 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_317074c0-019a-013d-9f79-f27d69f4759e-e61ecac7 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_8307ec94-da7d-b5a0-99be-b011a08afa8a-e61ecac7 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-a102eb18-df30-e6c1-4bc3-4d3362f769bd-e61ecac7 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_9a4b1e15-5e71-2836-a68b-b9a4a04b663b-e61ecac7 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-a5afc4bd-d5e3-e0be-9733-c78d4430a7da-e61ecac7 {
    grid-area: 15 / 1 / 16 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b327f0b-f406-ffd4-9ab9-c5f568fe2508-e61ecac7, #w-node-_2664e4cf-e2b7-ef4b-8783-6f75aa4b5df0-e61ecac7 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Bold.ttf') format('truetype'), url('../fonts/AktivGrotesk-XBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-XBoldItalic.ttf') format('truetype'), url('../fonts/AktivGrotesk-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Italic.ttf') format('truetype'), url('../fonts/AktivGrotesk-HairlineItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk hairline';
  src: url('../fonts/AktivGrotesk-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}