
.unbutton {
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.unbutton:focus {
  outline: none;
}

.js .loading:before, .js .loading:after {
  content: "";
  z-index: 1000;
  position: fixed;
}

.js .loading:before {
  background: var(--color-bg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.js .loading:after {
  opacity: .4;
  background: var(--color-link);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  animation: .7s linear infinite alternate forwards loaderAnim;
  top: 50%;
  left: 50%;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(.5, .5, 1);
  }
}

.message {
  z-index: 100;
  background: var(--color-text);
  color: var(--color-bg);
  padding: .5rem;
  font-size: .75rem;
  position: relative;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.frame {
  z-index: 1000;
  padding: 1rem 5vw;
  position: relative;
}

.frame__title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: normal;
}

.frame__links {
  display: inline;
}

.frame__links a:not(:last-child), .frame__demos a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demo--current, .frame__demo--current:hover {
  color: var(--color-text);
  text-decoration: none;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 300px;
  display: flex;
  position: relative;
  top: -200px;
}

.grid {
  perspective: 1000px;
  grid-template-rows: repeat(50, 2%);
  grid-template-columns: repeat(50, 2%);
  width: 120%;
  height: 120%;
  display: grid;
  position: absolute;
  top: -10%;
  left: -10%;
}

.grid--inactive {
  pointer-events: none;
}

.grid__item {
  will-change: transform;
  grid-area: var(--grid-row) / var(--grid-column) / span 12 / span 5;
  position: relative;
  pointer-events: none;
}
.grid__item.video-item {
	pointer-events: auto;
	cursor: pointer;
}

.grid__item:nth-child(1) {
	top: 11.05vw;
  left: 2.264vw;
}
.grid__item:nth-child(1) .grid__item-img {
	width: 24.30vw;
	height: 24.30vw;
	border-radius: 24.30vw;
}
.grid__item:nth-child(2) {
    top: -5vw;
  left: 18vw;
}
.grid__item:nth-child(2) .grid__item-img {
    width: 30.55vw;
    height: 30.55vw;
    border-radius: 30.55vw;
}
.grid__item:nth-child(3) {
    top: 20vh;
  right: -30vw;
}
.grid__item:nth-child(3) .grid__item-img {
    width: 32.91vw;
    height: 32.91vw;
    border-radius: 32.91vw;
}
.grid__item:nth-child(4) {
    right: -57.5vw;
  top: 1vw;
}
.grid__item:nth-child(4) .grid__item-img {
    width: 13vw;
      height: 13vw;
  border-radius: 13vw;
}
.grid__item:nth-child(5) {
	bottom: -57vh;
  left: -48vw;
}
.grid__item:nth-child(5) .grid__item-img {
    width: 38.19vw;
    height: 38.19vw;
    border-radius: 38.19vw;
}
.grid__item:nth-child(6) {
    top: 9.86vw;
  right: 38.86vw;
}
.grid__item:nth-child(6) .grid__item-img {
    width: 52.91vw;
    height: 52.91vw;
    border-radius: 52.91vw;
}
.grid__item:nth-child(7) {
bottom: -61vh;
  right: -90vw;
}
.grid__item:nth-child(7) .grid__item-img {
    width: 23vw;
      height: 23vw;
  border-radius: 23vw;
}
.grid__item:nth-child(8) {
    bottom: 20.34vw;
  left: -6vw;
}
.grid__item:nth-child(8) .grid__item-img {
    width: 21vw;
    height: 21vw;
    border-radius: 21vw;
}
.grid__item:nth-child(9) {
   top: 4.37vw;
  left: -67vw;
}
.grid__item:nth-child(9) .grid__item-img {
    width: 13vw;
    height: 13vw;
    border-radius: 13vw;
}
.grid__item:nth-child(10) {
    right: 52vw;
  bottom: -6vw;
}
.grid__item:nth-child(10) .grid__item-img {
    width: 14vw;
    height: 14vw;
    border-radius: 14vw;
}
.grid__item:nth-child(11) {
bottom: -60vw;
  left: -58vw;
}
.grid__item:nth-child(11) .grid__item-img {
   width: 5vw;
     height: 5vw;
     border-radius: 5vw;
}
.grid__item:nth-child(12) {
   top: -10vw;
  left: 11vw;
}
.grid__item:nth-child(12) .grid__item-img {
    width: 14vw;
      height: 14vw;
  border-radius: 14vw;
}
.grid__item:nth-child(13) {
    top: 0vw;
  right: 0vw;
}
.grid__item:nth-child(13) .grid__item-img {
    width: 5vw;
      height: 5vw;
      border-radius: 5vw;
      left: 74vw;
  top: 2vw;
}
.grid__item:nth-child(14) {
top: -8.75vw;
  right: -1vw;
}
.grid__item:nth-child(14) .grid__item-img {
width: 14vw;
  height: 14vw;
  border-radius: 14vw;
}
.grid__item:nth-child(15) {
    top: 0vw;
  right: 0vw;
}
.grid__item:nth-child(15) .grid__item-img {
   width: 8vw;
     height: 8vw;
     border-radius: 8vw;
  right: -98vw;
  top: -92px;
}
.grid__item:nth-child(16) {
   top: 0vw;
  right: 0vw;
}
.grid__item:nth-child(16) .grid__item-img {
    width: 5vw;
    height: 5vw;
    border-radius: 5vw;
    right: -24vw;
  top: 12vw;
}
.grid__item:nth-child(17) {
    bottom: 0vw;
  right: 0vw;
}
.grid__item:nth-child(17) .grid__item-img {
    width: 30vw;
      height: 30vw;
      border-radius: 30vw;
      top: 50vw;
  right: -129vw;
}

.grid__item-img {
  will-change: transform;
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid__item.video-item .grid__item-img::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/icons/youtube.svg');
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: cover;
}


.char {
  will-change: transform;
}

.pos-1 {
  --grid-row: 10;
  --grid-column: 1;
}

.pos-2 {
  --grid-row: 1;
  --grid-column: 18;
}

.pos-3 {
  --grid-row: 1;
  --grid-column: 29;
}

.pos-4 {
  --grid-row: 15;
  --grid-column: 12;
}

.pos-5 {
  --grid-row: 17;
  --grid-column: 25;
}

.pos-6 {
  --grid-row: 20;
  --grid-column: 43;
}

.pos-7 {
  --grid-row: 35;
  --grid-column: 5;
}

.pos-8 {
  --grid-row: 40;
  --grid-column: 14;
}

.pos-9 {
  --grid-row: 37;
  --grid-column: 29;
}

.pos-10 {
  --grid-row: 35;
  --grid-column: 42;
}

.pos-11 {
  --grid-row: 1;
  --grid-column: 44;
}

.pos-12 {
  --grid-row: 32;
  --grid-column: 20;
}

.pos-13 {
  --grid-row: 22;
  --grid-column: 2;
}

.pos-14 {
  --grid-row: 9;
  --grid-column: 38;
}

.pos-15 {
  --grid-row: 4;
  --grid-column: 7;
}

.pos-16 {
  --grid-row: 28;
  --grid-column: 36;
}

.content__title {
  color: var(--color-title);
  text-transform: uppercase;
  pointer-events: none;
  margin: 0;
  font-size: 12vw;
  line-height: 1.2;
  position: relative;
}

.content__title-line {
  line-height: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.content__title-line--1 {
  margin-left: -5vw;
}

.content__title-line--2 {
  margin-right: -5vw;
}

.preview {
  pointer-events: none;
  position: relative;
}

.js .preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.preview__item {
  grid-template: "preview-back preview-back"
                 "preview-img preview-title"
                 "preview-content preview-content"
                 / 50% 50%;
  margin: 0 auto;
  padding: 0 5vw;
  display: grid;
  position: relative;
}

.js .preview__item {
  perspective: 1000px;
}

.js .preview__item:not(.preview__item--open) {
  opacity: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.js .preview__item--open {
  pointer-events: auto;
}

.preview__item-back {
  text-transform: uppercase;
  background: url("arrow.b9dab6f1.svg") 0% no-repeat;
  grid-area: preview-back;
  justify-self: start;
  margin-bottom: 1rem;
  padding-left: 90px;
  font-size: .857rem;
  font-weight: 500;
}

.preview__item-title {
  pointer-events: none;
  grid-area: preview-title / 1 / preview-title / preview-title;
  align-self: center;
  margin: 0;
  padding-left: 1rem;
  font-family: dystopian, sans-serif;
  font-size: clamp(1.5rem, 12vw, 20vh);
  position: relative;
  overflow: hidden;
}

.preview__item-imgwrap {
  transform-origin: 50% 100%;
  border-radius: 10px;
  grid-area: preview-img;
  width: 100px;
  height: 150px;
  overflow: hidden;
}

.preview__item-img {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.preview__item-content {
  grid-area: preview-content;
  max-width: calc(1100px - 80vh);
  min-height: 440px;
  line-height: 1.3;
}

.preview__item-meta {
  color: var(--color-text-alt);
  text-transform: uppercase;
  padding: 1rem 0 0;
  font-size: .857rem;
}

.preview__item-meta span {
  display: block;
}

.preview__item-info {
  color: var(--color-link);
  margin: 1rem 0;
  display: block;
}

.preview__item-button {
  color: #fff;
  text-transform: uppercase;
  font: inherit;
  cursor: pointer;
  background: #000;
  border: 0;
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

.preview__item-button:hover, .preview__item-button:active, .preview__item-button:focus {
  background: var(--color-link);
  outline: none;
}

.cursor {
  display: none;
}

@media screen and (width >= 53em) {
  /* html, body, main {
    overflow: hidden;
  } */

  .message {
    display: none;
  }

  .frame {
    z-index: 100;
    grid-gap: 6vw;
    pointer-events: none;
    grid-template: "title links ."
                   ". . ."
                   ". . ."
                   / auto 1fr auto;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 1rem 1.5rem;
    display: grid;
    position: fixed;
    top: 0;
    left: 0;
  }

  .frame__title-wrap {
    grid-area: title;
    display: flex;
  }

  .frame__title {
    margin: 0;
  }

  .frame__tagline {
    opacity: .5;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
    position: relative;
  }

  .frame__demos {
    grid-area: demos;
    justify-self: end;
    margin: 0;
  }

  .frame__links {
    grid-area: links;
    padding: 0;
  }

  .frame a {
    pointer-events: auto;
  }

  .content {
    height: 100vh;
  }

  .preview__item {
    grid-template: ". ." minmax(max(5rem, 18vh), 1fr)
                   "preview-back ."
                   "preview-title preview-title"
                   "preview-img preview-content" 1fr
                   / 47% 53%;
    width: 80vw;
    height: 100%;
  }

  .preview__item-title {
    justify-self: center;
    padding: 0;
  }

  .preview__item-meta {
    padding: 1rem 0;
  }

  .preview__item-info {
    margin: 1rem 0 3rem;
  }

  .preview__item-imgwrap {
    border-radius: 10px 10px 0 0;
    grid-row-start: 3;
    width: 100%;
    height: 100%;
  }

  .preview__item-content {
    padding: 0 0 0 4rem;
  }
}

@media (any-pointer: fine) {
  .cursor {
    pointer-events: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .cursor__svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .cursor__svg-circle {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width);
  }

  .cursor__text {
    text-transform: uppercase;
    fill: var(--cursor-text);
    font-size: .857rem;
    font-weight: 500;
    position: absolute;
    top: 1.875rem;
    left: 80px;
  }
}

@media only screen and (max-width: 767px) {	
 .content {
  top: 0;
  left: -16px;
  height: 1000px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
  display: block;
  overscroll-behavior-x: none;
  /* overscroll-behavior: unset;  */
 }
 .content::-webkit-scrollbar {
  height: 1px;   /* Horizontal scrollbar height */
}
 .grid {
  top: 0;
  grid-template-rows: repeat(50, 20px);
  grid-template-columns: repeat(50, 20px);
  max-height: 1000px;
 }
 .grid__item,
 .grid__item-img {
  transform: none !important;
 }


/* left video */
.grid__item:nth-child(1) {
    top: -20px;
        left: -40px;
}
.grid__item:nth-child(1) .grid__item-img {
    width: 350px;
    height: 350px;
    border-radius: 100%;
}

 /* middle top  */
 .grid__item:nth-child(2) {
    top: 15px;
        left: 350px;
}
.grid__item:nth-child(2) .grid__item-img {
            width: 230px;
        height: 230px;
        border-radius: 100%;
}

 /* right video */
 .grid__item:nth-child(3) {
            top: 135px;
        right: unset;
        left: 690px;
}
.grid__item:nth-child(3) .grid__item-img {
    width: 330px;
    height: 330px;
    border-radius: 100%;
}

 /* right small pic */
 .grid__item:nth-child(4) {
    /* left: unset; */
    right: unset;
    top: -60px;
        left: 850px;
}
.grid__item:nth-child(4) .grid__item-img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
}


/* left bottom */
.grid__item:nth-child(5) {
            bottom: unset;
        left: -320px;
        top: 160px;
}
.grid__item:nth-child(5) .grid__item-img {
    width: 440px;
    height: 440px;
    border-radius: 100%;
}


/* middle bigest */
.grid__item:nth-child(6) {
            top: 0;
        right: unset;
        left: -115px;
}
.grid__item:nth-child(6) .grid__item-img {
    width: 550px;
    height: 550px;
    border-radius: 100%;
}

/* right bottom */
.grid__item:nth-child(7) {
            bottom: unset;
        right: unset;
        top: 100px;
        left: 1180px;
}
.grid__item:nth-child(7) .grid__item-img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
}


/* middle yellow */
.grid__item:nth-child(8) {
            bottom: unset;
        left: 120px;
        top: -610px;
}
.grid__item:nth-child(8) .grid__item-img {
    width: 267px;
    height: 267px;
    border-radius: 100%;
}
/* left purple music */
.grid__item:nth-child(9) {
            top: -100px;
        left: -600px;
}
 .grid__item:nth-child(9) .grid__item-img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
 }

 /* middle green  circle */
 .grid__item:nth-child(10) {
            right: unset;
        bottom: unset;
        top: -265px;
        left: -220px;
}
 .grid__item:nth-child(10) .grid__item-img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
}

 /* middle orange  circle under green */
 .grid__item:nth-child(11) {
    bottom: unset;
        left: -250px;
        top: 565px;
}
.grid__item:nth-child(11) .grid__item-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

 /* middle pink  circle on top green */
 .grid__item:nth-child(12) {
            top: -345px;
        left: 360px;
}
.grid__item:nth-child(12) .grid__item-img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
}


/* middle top orange circle beside pink */
.grid__item:nth-child(13) {
    top: -150px;
        right: unset;
        left: 620px;
}
.grid__item:nth-child(13) .grid__item-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

/* right yellow  music */
.grid__item:nth-child(14) {
    top: -130px;
        right: unset;
        left: 250px;
}
.grid__item:nth-child(14) .grid__item-img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
}

/* right top purple circle */
.grid__item:nth-child(15) {
    top: 35px;
        right: unset;
        left: 700px;
}
.grid__item:nth-child(15) .grid__item-img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
}

/* right bottom purple circle */
.grid__item:nth-child(16) {
    top: -120px;
        right: unset;
        left: 475px;
}
.grid__item:nth-child(16) .grid__item-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

/* right green circle with line */
.grid__item:nth-child(17) {
            bottom: unset;
        right: unset;
        top: 300px;
        left: 820px;
}
.grid__item:nth-child(17) .grid__item-img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
}
}
/*# sourceMappingURL=3DGridContentPreview-main.d046a61c.css.map */
