:root {
  --333: #333;
  --tomato: #f45c44;
  --gold: #ba824b;
  --kpop-color: #f088ca;
  --light-tomato: rgba(244, 92, 68, .5);
  --ttl-color: #9376c3;
  --magenta: #f500ff;
  --dim-grey: #494949;
  --white: white;
  --tvu-color: #629ee0;
  --black: black;
  --royal: #5a0ed8;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.home-hover {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.home-hover.home-kpop {
  z-index: 5;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/home_kpop_1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 111px;
  font-size: 80px;
  position: relative;
}

.home-hover.home-tvu {
  z-index: 4;
  text-align: center;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/home_tvu_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-size: 44px;
  position: relative;
}

.home-hover.home-dev {
  z-index: 3;
  text-align: center;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/home_dev_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  font-size: 44px;
  position: relative;
}

.home-hover.home-max {
  z-index: 2;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), linear-gradient(rgba(214, 38, 38, .32), rgba(214, 38, 38, .32)), url('../images/home_max2_1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 44px;
  position: relative;
}

.home-block {
  perspective: 608px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav {
  z-index: 20;
  color: var(--333);
  background-color: #fff;
  width: 50px;
  height: 100vh;
  padding: 16px 38px 16px 12px;
  position: fixed;
  top: 0;
  left: 0;
}

.body {
  background-color: #fff;
  margin-left: 52px;
  font-family: Raleway, sans-serif;
}

.body.blog {
  background-image: linear-gradient(234deg, rgba(0, 0, 0, 0) 16%, #fff);
}

.nav-list {
  opacity: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  line-height: 30px;
}

.nav-link {
  color: var(--333);
  cursor: pointer;
  padding: 10px 10px 10px 0;
  text-decoration: none;
  transition: background-color .5s, padding .5s;
}

.nav-link:hover {
  background-color: var(--tomato);
  color: #fff;
  padding-left: 10px;
}

.row {
  display: flex;
}

.column {
  background-image: url('../images/MaxV2-164_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.about-top-intro {
  z-index: 1;
  color: var(--gold);
  flex-direction: column;
  max-width: 400px;
  margin-top: 40px;
  margin-bottom: 125px;
  margin-left: 15%;
  line-height: 4em;
  display: flex;
  position: relative;
}

.heading {
  flex: 1;
  width: 100%;
  line-height: 3.8em;
  display: block;
}

.block-quote {
  z-index: 2;
  opacity: 1;
  color: var(--gold);
  transform-style: preserve-3d;
  border-left-style: none;
  max-width: 20em;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Lobster, sans-serif;
  font-size: 3em;
  line-height: 1.3em;
  transition: transform 2.5s ease-in-out;
  display: block;
  position: relative;
  transform: translate(0)scale3d(1, 1, .02);
}

.block-quote:hover {
  transform: translate3d(0, 0, 42px)scale(1)rotate(-3deg);
}

.block-quote.smaller {
  font-size: 2.2em;
}

.block-quote.smaller.project {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 26px;
  display: flex;
}

.quotemark {
  opacity: .4;
  color: var(--tomato);
  transform-style: preserve-3d;
  margin-left: -109px;
  font-size: 6em;
  display: inline-block;
  position: relative;
  top: 123px;
  right: -30px;
  transform: translate3d(0, 0, 32px);
}

.quotemark.smaller {
  margin-top: -40px;
  margin-left: -76px;
  top: 91px;
  right: -21px;
}

.quotemark.smaller.kp {
  color: var(--kpop-color);
}

.about-lg-name {
  z-index: 0;
  color: var(--light-tomato);
  letter-spacing: .1em;
  font-family: Raleway, sans-serif;
  font-size: 2000%;
  font-weight: 700;
  line-height: .8em;
  position: absolute;
  bottom: 55px;
  right: -10px;
  overflow: hidden;
}

.section-2 {
  perspective: 1357px;
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.text-span {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .39);
  font-family: Raleway, sans-serif;
}

.cite {
  opacity: .81;
  color: var(--tomato);
  text-align: right;
  transform-style: preserve-3d;
  justify-content: flex-end;
  margin-top: -17px;
  font-family: Raleway, sans-serif;
  font-size: .45em;
  font-style: italic;
  font-weight: 600;
  display: flex;
  transform: translate3d(0, 0, 37px);
}

.cite.smaller {
  margin-top: -2px;
  font-size: 14px;
  line-height: 1.1em;
}

.cite.smaller.kp {
  color: var(--kpop-color);
}

.cite.smaller.tvu {
  margin-top: 15px;
}

.smallbar {
  border-top: 0px none var(--gold);
  background-color: var(--tomato);
  background-image: linear-gradient(to right, rgba(244, 92, 68, 0), #fff);
  width: 42px;
  height: 6px;
}

.smallbar.black {
  background-image: linear-gradient(to right, rgba(244, 92, 68, 0), #000);
}

.smallbar.black.kp {
  background-color: var(--kpop-color);
}

.smallbar.black.tvu {
  background-color: var(--tomato);
}

.smallbar.black.ttl {
  background-color: var(--ttl-color);
}

.emphasize {
  opacity: .4;
  color: var(--tomato);
  font-size: 3em;
  line-height: .4em;
}

.emphasize.smaller {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2em;
  line-height: .7em;
}

.emphasize.kp {
  line-height: .8em;
}

.paragraph {
  column-count: 1;
  column-rule: 1px dotted var(--tomato);
  column-gap: 3em;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  line-height: 22px;
}

.paragraph._2col {
  column-count: 2;
  max-width: 550px;
}

.paragraph.footer {
  color: #fff;
  background-image: none;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.image {
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

.image.block-shadow {
  box-shadow: 0 0 80px -5px rgba(0, 0, 0, .23);
}

.section-3 {
  perspective: 1001px;
  background-image: url('../images/bg_art2.webp'), url('../images/bg_art1.jpg');
  background-position: -7% -3%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 25%, auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.column-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link {
  color: var(--tomato);
  text-align: center;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: inline;
}

.link:hover {
  background-color: var(--tomato);
  color: #fff;
}

.link.big {
  z-index: 1;
  padding: 6px;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .5s ease-in-out, transform .5s;
  display: block;
  position: relative;
}

.link.big:hover {
  transform: scale(1.17);
}

.link.presslink {
  color: var(--tomato);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-2 {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -42px;
}

.column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.row-2 {
  z-index: 2;
  background-image: url('../images/atjoes_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.column-4 {
  min-height: 400px;
}

.heading-2 {
  opacity: 1;
  font-size: 2.7em;
  font-weight: 100;
  line-height: 1.2em;
}

.column-5 {
  padding-left: 16px;
  padding-right: 16px;
}

.subhead {
  color: var(--gold);
  font-weight: 700;
}

.blog-heading {
  background-color: var(--magenta);
  color: #fff;
  padding: 0;
  display: inline;
}

.column-6 {
  padding-top: 20px;
  padding-left: 20px;
}

.blog-subhead {
  text-align: left;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 16px 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.row-3 {
  background-image: none;
  align-items: flex-end;
  display: flex;
  transform: translate(0);
}

.blog-main-image {
  max-width: 100%;
  max-height: 98vh;
  box-shadow: 0 0 22px -3px #000;
}

.blog-bg-image-block {
  z-index: 0;
  filter: blur(20px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.column-7 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 20px;
  overflow: hidden;
}

.blog-body {
  background-color: #fff;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  padding-bottom: 30px;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}

.rich-text-block {
  clear: none;
  color: var(--dim-grey);
  column-count: 3;
  flex-flow: wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.home-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 22px rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.home-heading:hover {
  background-color: rgba(0, 0, 0, 0);
}

.home-heading.kpop {
  position: relative;
  top: -20%;
  left: -22%;
}

.home-heading.view {
  left: -6%;
}

.home-heading.bio {
  top: 20%;
  left: -3%;
}

.project-right-column {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.project-right-column.ttl {
  color: var(--white);
  background-image: url('../images/0c92288c66888fe098d76e1f4b25aa55.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
}

.kpop-slide-1 {
  background-image: url('../images/KPOP_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.zoom-slider {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}

.zoom-slider.aboutslider {
  width: 60%;
  max-width: 500px;
  height: 100vh;
  max-height: 700px;
  margin-top: 50px;
  overflow: hidden;
}

.zoom-mask {
  position: static;
  overflow: visible;
  transform: scale(1);
}

.kpop-slide-2 {
  background-image: url('../images/KPOP_3.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .75) 25%, rgba(255, 255, 255, 0));
}

.right-arrow.big-slider-arrows {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .55) 30%, rgba(0, 0, 0, 0));
  width: 16%;
  min-width: 80px;
  font-size: 4em;
}

.project-left-column {
  perspective: 608px;
  height: 100vh;
  padding-right: 0;
}

.body-black {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  margin-left: 52px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 100;
  line-height: 1.4em;
}

.project-heading {
  color: #fff;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 3em;
  font-weight: 100;
  line-height: 1.05em;
}

.project-heading.white {
  color: #000;
  border-bottom-color: #000;
}

.text-block-2 {
  border-right: 1px solid #fff;
  padding: 7px 10px;
  display: inline-block;
}

.text-block-2.subtext {
  border-right-style: none;
  font-style: italic;
}

.slider-quote {
  z-index: 1;
  border-left-style: none;
  align-items: center;
  max-width: 7.5em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Raleway, sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.big-slider-arrows {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .55) 30%, rgba(0, 0, 0, 0));
  width: 16%;
  min-width: 80px;
  font-size: 4em;
  font-weight: 200;
}

.project-head-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.big-bg-text {
  z-index: 1;
  opacity: 1;
  color: rgba(255, 255, 255, .16);
  text-align: center;
  font-size: 20em;
  font-weight: 900;
  line-height: 1em;
  display: block;
  position: relative;
  overflow: visible;
}

.big-bg-text.black {
  color: rgba(0, 0, 0, .16);
  bottom: -180px;
}

.row-4 {
  z-index: 5;
  border-bottom: 2px solid #fff;
  position: relative;
}

.show-description {
  color: var(--tvu-color);
  max-width: 700px;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1.5em;
}

.show-description.tvu {
  max-width: 25em;
  margin-top: 1em;
  font-size: 1.5em;
}

.show-description.ttl {
  color: #9376c3;
  margin-top: 44px;
  font-size: 1.4em;
}

.section-5 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.white {
  color: #fff;
}

.video-slider {
  width: 100%;
  margin-bottom: 50px;
}

.div-block-3 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .61) 18%, rgba(0, 0, 0, 0) 65%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-4 {
  text-align: center;
  border: 2px solid #fff;
  margin-top: 10px;
  padding: 12px;
}

.slide-3 {
  background-image: url('../images/kpop_video1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/kpop_video2_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.video-button {
  transition: transform .2s;
}

.video-button:hover {
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.11);
}

.row-5 {
  width: 105%;
  margin-top: 4.7em;
  margin-bottom: 3.7em;
}

.awards-block {
  text-align: center;
  margin-top: -160px;
  margin-bottom: 3.2em;
  line-height: 2.5em;
}

.text-block-5 {
  text-align: center;
  margin-top: 99px;
  margin-bottom: 2.2em;
  line-height: 24px;
}

.subhead-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1em;
}

.row-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kp {
  color: var(--kpop-color);
}

.noms {
  text-align: right;
  margin-top: -10px;
}

.div-block-5 {
  z-index: 1;
  text-align: right;
  position: relative;
}

.related-posts {
  margin-top: 100px;
}

.max-logo {
  color: var(--333);
  letter-spacing: 3px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .28);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.max-logo:hover {
  color: var(--333);
  background-color: rgba(0, 0, 0, 0);
}

.max-logo:visited, .max-logo.w--current {
  color: var(--333);
}

.max-logo.w--current:hover, .max-logo.w--current:visited {
  color: var(--333);
  background-color: rgba(0, 0, 0, 0);
}

.max-logo.vertical {
  color: var(--dim-grey);
  position: absolute;
  top: 92px;
  left: -57px;
  transform: rotate(-90deg);
}

.fab {
  color: var(--333);
  margin-top: 12px;
  text-decoration: none;
}

.fab:hover {
  color: var(--magenta);
}

.fab.fa-facebook.fa-fw.s-mobile, .fab.fa-twitter.fa-fw.s-mobile, .fab.fa-instagram.fa-fw.s-mobile, .fab.fa-youtube.fa-fw.s-mobile, .fab.fa-soundcloud.fa-fw.s-mobile {
  display: none;
}

.social {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  font-size: 20px;
  display: flex;
  position: absolute;
  bottom: 16px;
}

.section-6 {
  perspective: 1215px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-date {
  color: var(--dim-grey);
  background-color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.blog-list-heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 76px;
  font-size: 2.5em;
  line-height: 1em;
  text-decoration: none;
}

.post-list-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.post-list-gradient-block {
  background-image: linear-gradient(39deg, var(--tomato), rgba(255, 255, 255, 0) 86%);
  cursor: pointer;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-list-black-gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 6%, rgba(255, 255, 255, 0) 89%);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 500px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.post-list-caption {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
}

.post-list-date {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  font-weight: 700;
}

.post-list-date.smaller {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 10px;
}

.row-8 {
  display: flex;
}

.column-9 {
  overflow: hidden;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-quote-block {
  border: 1px solid #ddd;
  margin: 20px;
  padding: 23px;
  transition: box-shadow .2s;
  position: relative;
}

.link-quote-block:hover {
  box-shadow: 0 0 22px 1px rgba(0, 0, 0, .1);
}

.link-quote-block.press-item {
  color: var(--333);
  text-align: left;
  background-color: #fff;
  border-style: none;
  flex-direction: column;
  margin: 1%;
  padding: 4%;
  text-decoration: none;
  display: flex;
  position: static;
}

.quote-link {
  color: #aaa;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.3em;
  text-decoration: none;
}

.quote-link:hover {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
}

.link-quote-mark {
  opacity: .5;
  font-family: Lobster, sans-serif;
  font-size: 120px;
  line-height: 0;
  position: relative;
  top: 39px;
  left: -23px;
}

.link-quote-cite {
  text-align: right;
  margin-top: 5px;
  font-style: italic;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.collection-list {
  flex-flow: row;
  align-content: flex-end;
  align-items: stretch;
  display: block;
}

.collection-item {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.collection-item.post-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #ddd;
  flex-direction: column;
  width: 31%;
  height: 400px;
  margin: 1%;
  padding: 2%;
  transition: box-shadow .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.collection-item.post-wrapper:hover {
  box-shadow: 0 0 22px 1px rgba(0, 0, 0, .1);
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 180px;
}

.link-block-3 {
  color: var(--333);
  cursor: pointer;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.post-caption-small {
  padding: 10px 10px 30px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-right: 16px;
  font-size: 22px;
  line-height: 1.2em;
}

.link-2 {
  text-align: right;
  cursor: pointer;
  font-size: .8em;
  text-decoration: none;
}

.div-block-8 {
  text-align: right;
  background-image: linear-gradient(to top, #fff 29%, rgba(255, 255, 255, 0));
  width: 100%;
  padding: 54px 10px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.collection-list-wrapper {
  display: block;
}

.collection-list-wrapper-2 {
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  display: block;
}

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

.div-block-9 {
  background-image: url('../images/drawingbottom.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 650px;
  margin-top: 20px;
  padding-bottom: 60px;
}

.kpop-slide-3 {
  background-image: url('../images/KPOP_4.webp');
  background-position: 0 0;
  background-size: cover;
}

.kpop-slide-4 {
  background-image: url('../images/KPOP_5.webp');
  background-position: 0 0;
  background-size: cover;
}

.kpop-slide-5 {
  background-image: url('../images/ST_20170925_LIFDEB_3442057_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.empty-state {
  display: none;
}

.kpop-slide-6 {
  background-image: url('../images/KPOP_7.webp');
  background-position: 0 0;
  background-size: cover;
}

.kpop-slide-7 {
  background-image: url('../images/KPOP_8.webp');
  background-position: 0 0;
  background-size: cover;
}

.tvu-slide-1 {
  background-image: url('../images/TVU_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tvu-slide-2 {
  background-image: url('../images/TVU_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tvu-slide-3 {
  background-image: url('../images/TVU_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.tvu-slide-4 {
  background-image: url('../images/TVU_4.webp');
  background-position: 50%;
  background-size: cover;
}

.tvu-slide-5 {
  background-image: url('../images/TVU_5.webp');
  background-position: 50%;
  background-size: cover;
}

.tvu-slide-6 {
  background-image: url('../images/TVU_05.jpg');
  background-position: 50%;
  background-size: cover;
}

.tvu-slide-7 {
  background-image: url('../images/TVU_7.webp');
  background-position: 50%;
  background-size: cover;
}

.tvu-slide-8 {
  background-image: url('../images/TVU_07.jpg');
  background-position: 50%;
  background-size: cover;
}

.tvu-slide-9 {
  background-image: url('../images/TVU_08.jpg');
  background-position: 50%;
  background-size: cover;
}

.tvu {
  color: var(--tomato);
}

.tvu.emphasize {
  opacity: 1;
  margin-top: 37px;
  margin-bottom: -18px;
  font-size: 3em;
}

.row-9 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.text-block-6 {
  line-height: 1em;
}

.slide-5 {
  background-image: url('../images/video_yesbroadway_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/video_paradise_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/video_sex_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/video_walls_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/video_waltz_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/video_theme_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-10 {
  margin-bottom: 3.7em;
}

.purchase-block {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.row-10 {
  align-items: flex-end;
  display: flex;
}

.mobile-header {
  display: none;
}

.mobile-menu-bg {
  display: none;
  position: fixed;
}

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

.music-player-mobile {
  display: none;
}

.ttl {
  color: var(--ttl-color);
}

.row-12 {
  flex-direction: row-reverse;
  margin-bottom: 50px;
  display: flex;
}

.row-13 {
  align-items: center;
  display: flex;
}

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

.column-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.collection-item-2 {
  float: none;
  clear: none;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 33%;
  height: 100%;
  display: block;
  position: static;
}

.collection-list-2 {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.row-14 {
  flex: 0 auto;
  margin-bottom: 12px;
  display: flex;
}

.text-block-8 {
  font-style: italic;
  display: inline-block;
}

.paragraph-2 {
  margin-top: 19px;
}

.category {
  color: #fff;
  text-align: left;
  padding: 7px;
  display: inline-block;
  position: relative;
}

.div-block-15 {
  text-align: right;
}

.max-slide-1 {
  background-image: url('../images/mwe-hat.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.max-slide-2 {
  background-image: url('../images/seated_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.max-slide-3 {
  background-image: url('../images/drama-desk_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.max-slide-4 {
  background-image: url('../images/Detroit.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/kpop_video3_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.tl-slide-1 {
  background-image: url('../images/Screen-Shot-2020-08-28-at-8.20.23-PM_1.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.tl-slide-2 {
  background-image: url('../images/Screen-Shot-2020-08-28-at-8.24.36-PM_1.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.tl-slide-3 {
  background-image: url('../images/Screen-Shot-2020-08-28-at-8.27.40-PM_1.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ttl-slide-1 {
  background-image: url('../images/jackie-hoffman-103122-7-38e545ca523a466c94c1a1cbefa5a634.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ttl-slide-2 {
  background-image: url('../images/ttl-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.ttl-slide-3 {
  background-image: url('../images/ttl-2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.tl-slide-4 {
  background-image: url('../images/ttl-video-4_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .home-hover.home-kpop {
    background-position: 0 0, 54%;
  }

  .column {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .block-quote {
    max-width: 17em;
    font-size: 2.5em;
  }

  .block-quote.smaller.project {
    font-size: 2em;
    display: block;
  }

  .quotemark {
    margin-left: -83px;
    right: -19px;
  }

  .quotemark.smaller {
    top: 79px;
  }

  .quotemark.smaller.kp {
    margin-left: -64px;
  }

  .about-lg-name {
    display: none;
  }

  .emphasize {
    font-size: 2.5em;
  }

  .column-3 {
    align-items: center;
  }

  .row-2 {
    background-position: 58%;
  }

  .column-6 {
    z-index: 1;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .blog-subhead {
    font-size: 18px;
  }

  .row-3 {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
  }

  .blog-main-image {
    margin-bottom: -170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .column-7 {
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .blog-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rich-text-block {
    width: 90%;
    font-size: 18px;
  }

  .home-heading {
    transform: rotate(-90deg);
  }

  .home-heading.kpop {
    top: 0%;
    left: 0%;
  }

  .home-heading.view {
    top: 15%;
    left: 0%;
  }

  .home-heading.bio {
    top: 5%;
    left: 0%;
  }

  .body-black {
    font-size: 12px;
    overflow: hidden;
  }

  .project-head-block {
    justify-content: space-between;
  }

  .big-bg-text {
    font-size: 14em;
  }

  .big-bg-text.black {
    bottom: -109px;
  }

  .row-5 {
    width: 100%;
  }

  .awards-block {
    margin-top: -87px;
  }

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

  .collection-item.post-wrapper {
    width: 48%;
  }

  .music-player-desktop {
    display: none;
  }

  .music-player-mobile {
    display: block;
  }

  .div-block-14 {
    max-width: 340px;
  }

  .collection-item-2 {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 100%;
    display: block;
  }

  .nav-list {
    margin-left: 15px;
  }

  .about-top-intro {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .73);
    margin-bottom: 15px;
    margin-left: 9%;
  }

  .block-quote {
    margin-left: 15px;
    padding-left: 15px;
  }

  .cite.smaller {
    margin-top: 10px;
  }

  .smallbar.tomato {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #f45c44, rgba(244, 92, 68, 0));
  }

  .paragraph {
    font-size: 1.2em;
    font-weight: 300;
  }

  .paragraph.footer {
    background-color: #000;
  }

  .section-3 {
    overflow: hidden;
  }

  .row-2 {
    background-position: 43%;
    background-size: cover;
  }

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

  .blog-subhead {
    font-size: 16px;
    line-height: 1.4em;
  }

  .rich-text-block {
    width: 100%;
    font-size: 16px;
  }

  .home-heading.view, .home-heading.bio {
    top: 0%;
  }

  .column-8 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0) 45%), url('../images/MaxV2-164_1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 682px;
  }

  .zoom-slider {
    height: 50vh;
  }

  .zoom-slider.aboutslider {
    z-index: 2;
  }

  .project-left-column {
    height: 100%;
  }

  .body-black {
    overflow: visible;
  }

  .text-block-2 {
    font-weight: 300;
  }

  .text-block-2.subtext {
    font-weight: 400;
  }

  .slider-quote {
    font-size: 4em;
  }

  .project-head-block {
    align-items: center;
  }

  .big-bg-text {
    font-size: 12em;
  }

  .big-bg-text.black {
    font-size: 8em;
  }

  .row-4 {
    z-index: auto;
  }

  .show-description {
    margin-top: 17px;
    font-size: 1.6em;
    font-weight: 200;
    line-height: 1.4em;
  }

  .show-description.tvu {
    font-size: 1.6em;
  }

  .show-description.ttl {
    font-size: 1.5em;
  }

  .section-5 {
    flex-wrap: wrap;
    position: relative;
  }

  .text-block-4 {
    font-size: 1.2em;
  }

  .awards-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .subhead-2 {
    font-size: 1.6em;
  }

  .row-6 {
    flex: none;
    align-self: center;
    display: block;
    position: relative;
  }

  .noms {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .div-block-5 {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .section-6 {
    perspective: 1589px;
  }

  .post-list-date.smaller {
    font-size: 12px;
  }

  .row-8 {
    display: block;
  }

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

  .quote-link {
    font-size: 1.3em;
  }

  .collection-item.post-wrapper {
    height: 320px;
  }

  .div-block-7 {
    height: 120px;
  }

  .post-caption-small {
    font-size: 12px;
    line-height: 16px;
  }

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

  .div-block-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row-10 {
    display: block;
  }

  .mobile-header, .mobile-menu-bg {
    display: none;
  }

  .project-heading-block {
    flex: none;
    width: 100%;
    margin-bottom: 31px;
  }

  .image-3 {
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .column-11 {
    margin-top: 70px;
  }

  .text-block-7 {
    font-size: 1.2em;
  }

  .music-player-desktop {
    display: block;
  }

  .music-player-mobile {
    display: none;
  }

  .column-12 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: block;
  }

  .row-13 {
    flex: none;
    align-items: center;
    display: flex;
  }

  .paragraph-3 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 92vh;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .home-hover {
    height: 25%;
  }

  .home-hover.home-kpop {
    clear: both;
    background-image: url('../images/home_kpop_1.webp');
    background-position: 43%;
    background-repeat: no-repeat;
    background-size: auto;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: static;
  }

  .home-hover.home-tvu {
    clear: both;
    background-image: url('../images/home_tvu_1.webp');
    background-position: 50% 39%;
    background-repeat: no-repeat;
    background-size: auto;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    position: static;
  }

  .home-hover.home-dev {
    clear: both;
    background-image: url('../images/home_dev_1.webp');
    background-position: 50% -68px;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: static;
  }

  .home-hover.home-max {
    clear: both;
    background-image: url('../images/home_max_1.webp');
    background-position: 50% 14%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: static;
  }

  .home-block {
    flex-flow: column;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
  }

  .nav {
    width: 0;
    height: 0;
    padding: 0;
  }

  .body {
    margin-top: 50px;
    margin-left: 0;
  }

  .nav-list {
    opacity: 0;
    margin-top: 60px;
    margin-left: 0;
    font-size: 20px;
    line-height: 45px;
  }

  .row {
    display: block;
  }

  .column {
    background-position: 50% 0;
    background-size: cover;
    height: 100vh;
  }

  .about-top-intro {
    margin-bottom: 0;
    margin-left: 4%;
  }

  .heading {
    line-height: 3.4em;
  }

  .block-quote {
    margin-left: 0;
    padding-left: 33px;
    padding-right: 19px;
    transition: transform 2.5s ease-in-out;
    transform: translate(0)scale3d(1, 1, .02);
  }

  .block-quote:hover {
    transform: none;
  }

  .block-quote.smaller.project {
    margin-left: 10px;
  }

  .quotemark {
    font-size: 5.5em;
    top: 105px;
    transform: none;
  }

  .quotemark.smaller.tvu {
    margin-left: -65px;
    top: 70px;
  }

  .cite, .cite:hover {
    transform: none;
  }

  .emphasize {
    font-size: 1.8em;
  }

  .emphasize.smaller {
    font-size: 1.7em;
  }

  .paragraph._2col {
    column-count: 1;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2em;
    line-height: 26px;
  }

  .paragraph.footer {
    background-color: #000;
    margin-top: 120px;
    margin-bottom: 0;
  }

  .section-3 {
    background-position: 100% 0;
  }

  .row-2 {
    background-position: 34%;
    background-size: cover;
  }

  .heading-2.tv {
    font-size: 2.1em;
  }

  .blog-heading {
    padding-left: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .blog-subhead {
    font-size: 14px;
    line-height: 1.5em;
  }

  .blog-main-image {
    margin-bottom: 21px;
    position: relative;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .home-heading {
    width: 100%;
    transform: rotate(0);
  }

  .column-8 {
    background-position: 0 0, 20% 0;
  }

  .project-right-column.ttl {
    margin-top: 15px;
  }

  .zoom-slider {
    height: 50vh;
  }

  .zoom-slider.aboutslider {
    width: 90%;
    height: 70vh;
  }

  .project-left-column {
    padding-left: 0;
  }

  .body-black {
    margin-top: 50px;
    margin-left: 0;
  }

  .project-heading.white {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 2.2em;
  }

  .slider-quote {
    display: none;
  }

  .big-bg-text {
    font-size: 8em;
  }

  .big-bg-text.black {
    font-size: 5em;
  }

  .show-description {
    font-weight: 200;
  }

  .show-description.kp {
    font-size: 1.7em;
  }

  .awards-block {
    width: 100%;
    margin-top: -31px;
  }

  .subhead-2 {
    width: 100%;
    font-size: 1.5em;
    display: inline-block;
  }

  .div-block-5 {
    font-size: 15px;
    line-height: 22px;
  }

  .max-logo, .max-logo.vertical {
    display: none;
  }

  .max-logo.mobile {
    opacity: 1;
    margin: 0;
    padding: 5px 5px 5px 10px;
    display: inline-block;
  }

  .fab.fa-facebook.fa-fw.s-mobile, .fab.fa-twitter.fa-fw.s-mobile, .fab.fa-instagram.fa-fw.s-mobile, .fab.fa-youtube.fa-fw.s-mobile {
    display: inline;
  }

  .social {
    margin-left: 15px;
    display: none;
    position: relative;
    bottom: 0;
  }

  .link-quote-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote-link {
    font-size: 1.2em;
  }

  .link-quote-cite {
    font-size: 12px;
    line-height: 16px;
  }

  .collection-item.post-wrapper {
    width: 100%;
    height: 300px;
    margin: 0%;
  }

  .tvu.emphasize {
    font-size: 2.5em;
  }

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

  .mobile-header {
    z-index: 22;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    display: block;
    position: fixed;
    top: 0;
  }

  .div-block-12 {
    float: left;
    clear: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30px;
    height: 25px;
    margin-top: 3px;
    display: flex;
  }

  .menu-line {
    border-bottom: 4px solid var(--tomato);
    width: 100%;
    height: 0;
  }

  .mobile-menu-bg {
    z-index: 16;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-7 {
    width: 100%;
    line-height: 2.2em;
  }

  .music-player-desktop {
    width: 100%;
    display: none;
  }

  .row-11 {
    width: 100%;
  }

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

  .music-player-mobile, .row-12, .row-13 {
    display: block;
  }

  .div-block-14 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .collection-item-2 {
    width: 100%;
  }
}


