@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);/*--------------------------------*\
    GLOBALS
\*--------------------------------*/
/* for mixins, variables, and global styles */
/*
 * Responsive Breakpoints
 ***************************/
/*
 * Margins / Max Widths
 ***************************/
@font-face {
  src: url(assets/1fee01d87b31ff33ba734eacb6aedbcb.woff2) format("woff2-variations");
  font-family: "Amstelvar";
  font-style: normal;
}
@font-face {
  src: url(assets/e259818b2e8920686ad9ebc583c966e8.woff2) format("woff2-variations");
  font-family: "Amstelvar";
  font-style: italic;
}
/*
 * Font Styles
 *
 * @parameter $responsive : boolean, whether the font style needs responsive styles
 * @parameter $mobile : boolean, whether to only output mobile style
 ***************************/
/* H1 */
/* H1 components */
/* H2 */
/* H2 Components */
/* H3 */
/* H3 Components */
/* H4 */
/* H4 Components */
/* H5 */
/* H5 Components */
/* H6 */
/* H6 Components */
/* Paragraph */
/* Paragraph Components */
/* Nav Font */
/* Nav Font Components */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.clear {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

html {
  font-size: 62.5% !important;
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 340px) {
  html {
    font-size: 50% !important;
  }
}

:root {
  --accent: #ffffff;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h2 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h3 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h4 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h5 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h6 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
ul li::before {
  content: "";
}

.container-margins {
  width: calc(100vw - (16px * 2));
  max-width: 959px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1440px) {
  .container-margins {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container-margins {
    width: calc(100vw - (24px * 2));
  }
}

.content-margins {
  width: calc(100vw - (32px * 2));
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1440px) {
  .content-margins {
    max-width: 780px;
  }
}
@media (max-width: 767px) {
  .content-margins {
    width: calc(100vw - (32px * 2));
  }
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.no-scroll {
  overflow: hidden;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

svg {
  fill: currentColor;
  stroke: currentColor;
}

.mrar {
  letter-spacing: normal;
}

.st-anim__line {
  clip-path: polygon(0 0, 100% 0, 100% 120%, 0% 120%);
  position: relative;
}
.st-anim__line-inner {
  transform-origin: left bottom;
}
.st-anim__line:nth-child(2n) .st-anim__line-inner {
  transform-origin: right bottom;
}

body > canvas {
  z-index: 20;
  mix-blend-mode: exclusion;
}

/*--------------------------------*\
    STRUCTURE
\*--------------------------------*/
/* for global site structure */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.site-header__sidebar {
  position: absolute;
  left: 0;
  top: 0;
  height: 7.2rem;
  width: 100vh;
  transform-origin: right top;
  transform: translateX(-100%) rotate(-90deg);
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2rem;
  padding-bottom: 2px;
}
.site-header__sidebar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #000000;
}
.site-header__sidebar button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: rotate(90deg);
}
@media screen and (max-width: 560px) {
  .site-header__sidebar {
    display: none;
  }
}
.site-header__navbar {
  position: absolute;
  left: 7.2rem;
  top: 0;
  width: calc(100vw - 7.2rem);
  height: 3.2rem;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: #FFFFFF;
}
@media screen and (max-width: 560px) {
  .site-header__navbar {
    width: 100vw;
    left: 0;
  }
}
.site-header__navbar__crumb {
  height: 2rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  margin-left: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1rem;
  padding: 0 1.2rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
}
.site-header__navbar svg {
  stroke: none;
  width: 1.6rem;
  height: 1.6rem;
}

.site-container {
  padding-left: 7.2rem;
  padding-top: 3.2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: calc(100vh - 3.2rem);
}
@media screen and (max-width: 560px) {
  .site-container {
    padding-left: 0;
  }
}
.site-container__main {
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 0;
}
.site-container__aux {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  border-left: 1px solid #000000;
}
.site-container__aux > * {
  position: sticky;
  top: 3.2rem;
}
@media screen and (max-width: 972px) {
  .site-container__aux {
    display: none;
  }
}

/*--------------------------------*\
   BLOCKS
\*--------------------------------*/
/* for gutenberg blocks, native or custom */
.site-contact {
  display: flex;
  min-height: calc(100vh - 3.2rem);
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.site-contact__header {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.2rem;
  border-bottom: 1px solid #000000;
  padding: 0 1.6rem;
}
.site-contact__messages {
  padding: 1.6rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  padding: 1.6rem;
}
.site-contact__form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000000;
  padding: 0.6rem;
}
.site-contact__form-message {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  height: 5.6rem;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: "Amstelvar", serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  font-variation-settings: "wght" 300, "wdth" 50, "opsz" 40, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -239.36, "YTFI" 758.5;
}
.site-contact__form-message::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}
.site-contact__form-message::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.site-contact__form-message:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}
.site-contact__form-message:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.site-contact__form-submit {
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms cubic-bezier(0.64, 0.04, 0.35, 1);
}
.site-contact__form-submit:hover, .site-contact__form-submit:focus {
  background-color: #26FF00;
}
.site-contact__form-submit span {
  transform: rotate(45deg);
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
}

.chat-list__item p {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.chat-list__item p b {
  color: #26FF00;
}

.intro-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.intro-header__text {
  padding: 6.4rem 0;
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 0;
  border-right: 1px solid #000000;
}
.intro-header__text p {
  font-family: "Amstelvar", serif;
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -0.1rem;
  max-width: 32.8rem;
  margin: 0 auto;
  font-variation-settings: "wght" 300, "wdth" 50, "opsz" 73.58, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -239.36, "YTFI" 758.5;
}
.intro-header__text p b {
  font-variation-settings: "wght" 500, "wdth" 50, "opsz" 73.58, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -239.36, "YTFI" 758.5;
}
.intro-header__text p .st-anim__line-inner b {
  font-variation-settings: "wght" 300, "wdth" 50, "opsz" 73.58, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -239.36, "YTFI" 758.5;
  transition: 300ms;
}
.intro-header__text p .st-anim__line-inner.active b {
  font-variation-settings: "wght" 500, "wdth" 50, "opsz" 73.58, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -239.36, "YTFI" 758.5;
}
.intro-header__right {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  background-image: url(assets/141cea477fcebbf8ccb92a7927f7ea79.gif);
  background-size: cover;
  background-position: right center;
}
@media (max-width: 767px) {
  .intro-header {
    flex-direction: column;
  }
  .intro-header .intro-header__text {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    border-right: 0;
  }
  .intro-header .intro-header__right {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
}

.site-section__title {
  border: solid #000000;
  border-width: 1px 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
  padding: calc(1.2rem - 1px) 0;
  position: sticky;
  top: 3.1rem;
  height: 3.3rem;
  overflow: hidden;
  z-index: 9;
  background: #FFFFFF;
}
.site-section__title-inner {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-section__title-inner > span {
  white-space: nowrap;
  margin: 0 1.6rem;
}

.work-section {
  padding: 6vh 0;
}
.work-section__splash {
  font-family: "Amstelvar", serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 3.2rem;
  max-width: 33.8rem;
  margin: 6.4rem auto;
  font-variation-settings: "wght" 300, "wdth" 50, "opsz" 144, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -200.36, "YTFI" 758.5;
}
.work-section__splash b {
  font-variation-settings: "wght" 500, "wdth" 50, "opsz" 144, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -200.36, "YTFI" 758.5;
}
.work-section__splash .st-anim__line-inner b {
  font-variation-settings: "wght" 300, "wdth" 50, "opsz" 144, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -200.36, "YTFI" 758.5;
  transition: 300ms;
}
.work-section__splash .st-anim__line-inner.active b {
  font-variation-settings: "wght" 500, "wdth" 50, "opsz" 144, "GRAD" 0, "XTRA" 562, "XOPQ" 176, "YOPQ" 124, "YTLC" 499.5, "YTUC" 750, "YTAS" 765.65, "YTDE" -200.36, "YTFI" 758.5;
}
.work-section > img {
  max-width: 80%;
  margin: 3.2rem auto;
  display: block;
  width: auto;
  height: auto;
}
.work-section__table {
  display: block !important;
  width: calc(100% - 9.6rem);
  max-width: 48rem;
  margin: 0 auto;
}
.work-section__table thead {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.6rem;
  position: relative;
}
.work-section__table thead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: #000000;
}
.work-section__table thead td:last-child {
  display: none !important;
}
.work-section__table > * {
  display: block !important;
  width: 100%;
}
.work-section__table > * tr {
  display: flex !important;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
.work-section__table > * tr th, .work-section__table > * tr td {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  z-index: 2;
  text-align: left;
}
.work-section__table > * tr th {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.work-section__table > * tr td {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 0;
}
.work-section__table > * tr td:last-child {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding-bottom: 1.6rem;
  font-weight: 100;
}
.work-section__table > * tr td:first-child {
  position: relative;
}
.work-section__table > * tr td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 1px;
  background-image: radial-gradient(circle, #000000 0.5px, transparent 0.5px);
  background-size: 5px 1px;
  background-size: repeat-x;
}
.work-section__table-links {
  padding-top: 0.8rem;
  display: flex;
  justify-content: flex-end;
}
.work-section__table-links a {
  margin-left: 1.2rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0.133rem;
  text-transform: uppercase;
  transition: 300ms cubic-bezier(0.64, 0.04, 0.35, 1);
}
.work-section__table-links a:hover, .work-section__table-links a:focus {
  color: #26FF00;
}
.work-section__tools {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 9.6rem);
  max-width: 72rem;
  margin: 0 auto;
}
.work-section__tools li {
  margin: 0.6rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 3.2rem;
  border-radius: 1.6rem;
  border: 1px solid #000000;
}

.showcase-flow {
  padding-bottom: 25vh;
}
.showcase-flow__list {
  padding: 0 8rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .showcase-flow__list {
    padding: 0 2.4rem;
  }
}
.showcase-flow__list li {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .showcase-flow__list li {
    margin: 2.4rem 0 !important;
  }
}
.showcase-flow__list li img, .showcase-flow__list li video {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

#cubacch {
  align-self: flex-start;
  max-width: 56rem;
  margin-left: 3.2rem;
  margin-top: -16rem;
}
@media (max-width: 767px) {
  #cubacch {
    margin-top: 0;
  }
}

#tgdrlogo {
  align-self: flex-end;
}

#cdvid {
  max-width: 37.5rem;
  align-self: flex-end;
  margin-top: -25rem;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #cdvid {
    margin-top: 0;
  }
}

#sagavid {
  max-width: 37.5rem;
  align-self: flex-end;
  margin-top: -30rem;
  transform: translateX(-4.8rem);
}
@media (max-width: 767px) {
  #sagavid {
    margin-top: 0;
  }
}

#cmykgif {
  margin-top: -9.6rem;
  max-width: 54rem;
  align-self: center;
}
#cmykgif > * {
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #cmykgif {
    margin-top: 0;
  }
}

#aahvid {
  margin-top: -24rem;
  max-width: 54rem;
  align-self: flex-start;
}
#aahvid > * {
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #aahvid {
    margin-top: 0;
  }
}

.footer-section {
  padding-bottom: 8rem;
}
.footer-section .work-section__splash {
  margin-bottom: 2.4rem;
}
.footer-section__blurb {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: 200;
}
.footer-section__blurb a {
  color: #26FF00;
  text-decoration: underline;
}
.footer-section__contact {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-section__contact-group {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.footer-section__contact-group:last-child {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .footer-section__contact-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
}
.footer-section__contact-group h3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
}
.footer-section__contact-group a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-right: 3.2rem;
  font-weight: 200;
}
/*# sourceMappingURL=style.css.map*/