/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/modules.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0); }

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* *****************************************
		VARIABLES
******************************************** */
.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
  display: grid;
  grid-gap: 80px; }
  .grid .col-8, .grid-1 .col-8, .grid-2 .col-8, .grid-3 .col-8, .grid-4 .col-8, .grid-5 .col-8, .grid-6 .col-8 {
    width: 75%; }

.flex, .flex-wrap {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex.justify-center, .justify-center.flex-wrap {
    justify-content: center; }
  .flex.align-center, .align-center.flex-wrap {
    align-items: center; }

.grid-3-9 {
  grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); }

.grid-5-7 {
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media screen and (max-width: 768px) {
  .grid-tablet-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-tablet-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-tablet-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-tablet-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-tablet-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-tablet-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 850px) {
  .grid-mobile-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-mobile-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-mobile-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-mobile-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .grid-mobile-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media screen and (max-width: 850px) {
  .hidden-mobile {
    display: none; } }

html {
  scroll-behavior: smooth; }

body {
  background: black;
  font-family: sans-serif;
  position: relative;
  cursor: none; }
  body.is-mobile {
    cursor: pointer; }
    body.is-mobile #cursor {
      display: none; }

#page {
  position: relative; }

#content {
  position: relative;
  z-index: 10;
  transition: opacity .5s ease-out;
  opacity: 0; }
  #content.pageshow {
    opacity: 1; }
  #content.fade-out {
    animation: pageOutro .3s forwards ease-out; }
  @media screen and (max-width: 850px) {
    #content {
      padding-top: 98px; } }

@keyframes pageIntro {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes pageOutro {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.dg.ac {
  z-index: 10000 !important; }

.dg.main * {
  font-size: 12px !important; }

.hide-mobile {
  display: block; }
  @media screen and (max-width: 850px) {
    .hide-mobile {
      display: none; } }

.hide-desktop {
  display: none; }
  @media screen and (max-width: 850px) {
    .hide-desktop {
      display: block; } }

#bg-canvas {
  position: fixed;
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 1; }

a {
  text-decoration: none;
  cursor: pointer; }

p, li, a, input, textarea, select {
  font-size: 20px;
  color: white;
  line-height: 1.6;
  font-family: 'degular'; }

h1, h2, h3, h4, h5, h6 {
  font-family: "degular-display", sans-serif; }

h1 {
  font-size: 200px;
  line-height: 1.0;
  color: white;
  margin-bottom: 40px; }

h2 {
  font-size: 100px;
  line-height: .85;
  color: white;
  margin-bottom: 40px; }
  h2 strong {
    font-weight: 600; }
  @media screen and (max-width: 1600px) {
    h2 {
      font-size: calc(50px + 2.5vw); } }

h3 {
  font-size: 32px;
  color: white;
  margin-bottom: 30px; }
  h3 strong {
    font-weight: 600; }

h4 {
  font-size: 30px;
  color: white; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

@media screen and (max-width: 850px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 24px; } }

.font-mono, .block-featured .work-slider .slide a, .tags span {
  font-family: "MaisonNeueMonoRegular", monospace; }

.sideline-text {
  position: fixed;
  text-transform: uppercase;
  font-size: 10px;
  color: #4737FB;
  writing-mode: vertical-lr;
  letter-spacing: 1.4px; }
  .sideline-text.sideline-left {
    left: 5%;
    bottom: 80px; }
  .sideline-text.sideline-right {
    left: initial;
    right: 5%;
    top: 120px; }
  @media screen and (max-width: 850px) {
    .sideline-text {
      display: none; } }

.two-four-liner {
  position: relative; }
  .two-four-liner a, .two-four-liner p {
    padding-bottom: 10px; }

.menu-item:not(.cta) a, .menu-item:not(.cta) p, .two-four-liner a, .two-four-liner p {
  overflow: hidden;
  display: inline-block;
  position: relative; }
  .menu-item:not(.cta) a:after, .menu-item:not(.cta) p:after, .two-four-liner a:after, .two-four-liner p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: white;
    transform: translate3d(-102%, 0, 0);
    transition: transform .34s ease-out; }
  .menu-item:not(.cta) a:hover:after, .menu-item:not(.cta) p:hover:after, .two-four-liner a:hover:after, .two-four-liner p:hover:after {
    transform: translate3d(0, 0, 0); }

.menu-item:not(.cta).current-menu-item a:after, .two-four-liner.current-menu-item a:after {
  transform: translate3d(0, 0, 0);
  background: #4737FB; }

.two-four-liner a:after {
  transform: translate3d(0, 0, 0); }

.two-four-liner a:hover:after {
  transition: none;
  animation: draw .42s forwards ease-out; }

@keyframes draw {
  0% {
    transform: translate3d(-102%, 0, 0); }
  35% {
    transform: translate3d(-102%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

#footer .current-menu-item a:after {
  display: none; }

.block-detail {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px !important;
  background: black;
  color: white !important;
  padding: 5px 7px;
  z-index: 700; }

.capper, .capper-small, .capper-max {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto; }
  .capper-small {
    width: 900px; }
  .capper-max {
    width: 1600px; }

.loading {
  opacity: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

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

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.vert-center {
  align-self: center; }

.bg-blue {
  background: #4737FB; }

.bg-purple {
  background: #8F00FF; }

.bg-aqua {
  background: #4FEAFF; }

.bg-pink {
  background: #E20597; }

.bg-orange {
  background: #F57127; }

.bg-yellow {
  background: #FDD23B; }

.bg-aqua h2, .bg-aqua h3, .bg-aqua p, .bg-aqua a, .bg-aqua .tags span, .bg-orange h2, .bg-orange h3, .bg-orange p, .bg-orange a, .bg-orange .tags span, .bg-yellow h2, .bg-yellow h3, .bg-yellow p, .bg-yellow a, .bg-yellow .tags span, .bg-pink h2, .bg-pink h3, .bg-pink p, .bg-pink a, .bg-pink .tags span {
  color: #191919 !important; }

.bg-aqua a:after, .bg-orange a:after, .bg-yellow a:after, .bg-pink a:after {
  background: #191919; }

.bg-aqua a, .bg-aqua .tags span, .bg-orange a, .bg-orange .tags span, .bg-yellow a, .bg-yellow .tags span, .bg-pink a, .bg-pink .tags span {
  border-color: #191919 !important; }

.bg-aqua .two-four-liner a:after, .bg-aqua .two-four-liner p:after, .bg-orange .two-four-liner a:after, .bg-orange .two-four-liner p:after, .bg-yellow .two-four-liner a:after, .bg-yellow .two-four-liner p:after, .bg-pink .two-four-liner a:after, .bg-pink .two-four-liner p:after {
  background: #191919; }

.bg-aqua svg path, .bg-orange svg path, .bg-yellow svg path, .bg-pink svg path {
  fill: #191919 !important; }

.color-white {
  color: white; }

.color-black {
  color: #191919; }

video {
  max-width: 100%; }

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #4737FB;
  pointer-events: none;
  opacity: 0;
  transition: opacity .08s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity .3s, width .24s ease-out, height .24s ease-out, background-color .24s ease-out; }
  #cursor svg {
    transform-origin: 50%;
    transition: opacity .24s ease-out, transform .24s ease-out;
    position: absolute;
    display: block; }
    #cursor svg.arrow-icon path {
      transition: fill .24s ease-out; }
    #cursor svg.play-icon {
      opacity: 0;
      width: 38px;
      height: 42px; }
    #cursor svg.pause-icon {
      opacity: 0;
      width: 181px;
      height: 101px; }
  #cursor.show {
    opacity: 1; }
  #cursor.purple {
    background: #8F00FF; }
  #cursor.pink {
    background: #E20597; }
  #cursor.blue {
    background: #4737FB !important; }
  #cursor.aqua {
    background: #4FEAFF; }
  #cursor.orange {
    background: #F57127; }
  #cursor.yellow {
    background: #FDD23B; }
  #cursor.grow {
    width: 108px;
    height: 108px; }
  #cursor.black-cursor svg.arrow-icon path {
    fill: #191919; }
  #cursor.flip svg {
    transform: rotate(180deg); }
  #cursor.play svg.arrow-icon {
    opacity: 0; }
  #cursor.play svg.play-icon {
    opacity: 1; }
  #cursor.play svg.pause-icon {
    opacity: 0; }
  #cursor.pause svg.play-icon {
    opacity: 0; }
  #cursor.pause svg.arrow-icon {
    opacity: 0; }
  #cursor.pause svg.pause-icon {
    opacity: 1; }
  #cursor.shrink {
    transition: opacity .3s, width .24s ease-out, height .24s ease-out;
    opacity: 0; }
  #cursor.the-dot {
    width: 10px;
    height: 10px;
    left: 22px;
    top: 22px;
    border-radius: 50%;
    cursor: none;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.5); }
    #cursor.the-dot svg {
      opacity: 0; }

@keyframes subtleBob {
  0%, 100% {
    transform: translate3d(0, -5px, 0); }
  50% {
    transform: translate3d(0, 5px, 0);
    /* Subtle bobbing effect */ } }

.lightbob {
  animation: subtleBob var(--bob-duration) ease-in-out infinite; }

.glowify, .button:hover, .block-techniques .cap-slider-wrap .slick-arrow:hover, .portfolio-card:hover div.video-wrap {
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0), 0 0 80px 0 rgba(0, 0, 0, 0); }
  .glowify:hover.blue, .button:hover.blue, .block-techniques .cap-slider-wrap .slick-arrow:hover.blue, .portfolio-card:hover div.video-wrap:hover.blue {
    animation: glowBlue 4.0s infinite alternate; }
  .glowify:hover.pink, .button:hover.pink, .block-techniques .cap-slider-wrap .slick-arrow:hover.pink, .portfolio-card:hover div.video-wrap:hover.pink {
    animation: glowPink 4.0s infinite alternate; }
  .glowify:hover.purple, .button:hover.purple, .block-techniques .cap-slider-wrap .slick-arrow:hover.purple, .portfolio-card:hover div.video-wrap:hover.purple {
    animation: glowPurple 4.0s infinite alternate; }
  .glowify:hover.aqua, .button:hover.aqua, .block-techniques .cap-slider-wrap .slick-arrow:hover.aqua, .block-techniques .cap-slider .slide .s-video-wrap:hover, .block-network .network-card:hover, .portfolio-card:hover div.video-wrap:hover.aqua {
    animation: glowAqua 4.0s infinite alternate; }
  .glowify:hover.orange, .button:hover.orange, .block-techniques .cap-slider-wrap .slick-arrow:hover.orange, .portfolio-card:hover div.video-wrap:hover.orange {
    animation: glowOrange 4.0s infinite alternate; }
  .glowify:hover.yellow, .button:hover.yellow, .block-techniques .cap-slider-wrap .slick-arrow:hover.yellow, .portfolio-card:hover div.video-wrap:hover.yellow {
    animation: glowYellow 4.0s infinite alternate; }

@keyframes glowBlue {
  0% {
    box-shadow: 0 0 40px 0 #4737FB55, 0 0 60px 0 #4737FB0; }
  60% {
    box-shadow: 0 0 40px 0 #4737FB88, 0 0 60px 0 #4737FB44; }
  80% {
    box-shadow: 0 0 40px 0 #4737FB11, 0 0 60px 0 #4737FB22; }
  100% {
    box-shadow: 0 0 40px 0 #4737FBaa, 0 0 60px 0 #4737FB45; } }

@keyframes glowPurple {
  0% {
    box-shadow: 0 0 40px 0 #8F00FF55, 0 0 60px 0 #8F00FF0; }
  60% {
    box-shadow: 0 0 40px 0 #8F00FF88, 0 0 60px 0 #8F00FF44; }
  80% {
    box-shadow: 0 0 40px 0 #8F00FF11, 0 0 60px 0 #8F00FF22; }
  100% {
    box-shadow: 0 0 40px 0 #8F00FFaa, 0 0 60px 0 #8F00FF45; } }

@keyframes glowPink {
  0% {
    box-shadow: 0 0 40px 0 #E2059755, 0 0 60px 0 #E205970; }
  60% {
    box-shadow: 0 0 40px 0 #E2059788, 0 0 60px 0 #E2059744; }
  80% {
    box-shadow: 0 0 40px 0 #E2059711, 0 0 60px 0 #E2059722; }
  100% {
    box-shadow: 0 0 40px 0 #E20597aa, 0 0 60px 0 #E2059745; } }

@keyframes glowAqua {
  0% {
    box-shadow: 0 0 40px 0 #4FEAFF55, 0 0 60px 0 #4FEAFF0; }
  60% {
    box-shadow: 0 0 40px 0 #4FEAFF88, 0 0 60px 0 #4FEAFF44; }
  80% {
    box-shadow: 0 0 40px 0 #4FEAFF11, 0 0 60px 0 #4FEAFF22; }
  100% {
    box-shadow: 0 0 40px 0 #4FEAFFaa, 0 0 60px 0 #4FEAFF45; } }

@keyframes glowOrange {
  0% {
    box-shadow: 0 0 40px 0 #F5712755, 0 0 60px 0 #F571270; }
  60% {
    box-shadow: 0 0 40px 0 #F5712788, 0 0 60px 0 #F5712744; }
  80% {
    box-shadow: 0 0 40px 0 #F5712711, 0 0 60px 0 #F5712722; }
  100% {
    box-shadow: 0 0 40px 0 #F57127aa, 0 0 60px 0 #F5712745; } }

@keyframes glowYellow {
  0% {
    box-shadow: 0 0 40px 0 #FDD23B55, 0 0 60px 0 #FDD23B0; }
  40% {
    box-shadow: 0 0 40px 0 #FDD23B88, 0 0 60px 0 #FDD23B44; }
  60% {
    box-shadow: 0 0 40px 0 #FDD23B11, 0 0 60px 0 #FDD23B22; }
  100% {
    box-shadow: 0 0 40px 0 #FDD23Baa, 0 0 60px 0 #FDD23B45; } }

.corners {
  border-radius: 20px; }

div.section, .block {
  position: relative;
  padding: 100px 5%;
  min-height: 800px; }
  div.section:last-child, .block:last-child {
    padding-bottom: 200px; }
  @media screen and (max-width: 850px) {
    div.section, .block {
      padding: 60px 30px; }
      div.section:last-child, .block:last-child {
        padding-bottom: 120px; } }

.block {
  min-height: initial; }

.slick-disabled {
  opacity: 0;
  visibility: hidden; }

.slick-list {
  position: relative;
  overflow: hidden; }

.indent {
  margin-left: 120px; }
  @media screen and (max-width: 1000px) {
    .indent {
      margin-left: 0; } }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.image-wrap {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden; }
  .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.button {
  display: inline-block;
  border: solid 1px white;
  padding: 10px 30px;
  color: white;
  text-align: center;
  border-radius: 21px;
  text-align: center;
  transition: all 0.24s ease-in;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "MaisonNeueMonoRegular", monospace; }
  .button:after {
    content: '';
    top: 3px;
    position: relative;
    display: inline-block;
    transition: all .22s ease-out;
    background-image: url(images/arrow-right.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px; }
  .button.blue {
    border-color: #4737FB; }
  .button.pink {
    border-color: #E20597; }
  .button.purple {
    border-color: #8F00FF; }
  .button.aqua {
    border-color: #4FEAFF; }
  .button:hover.blue {
    background: #4737FB; }
  .button:hover.pink {
    background: #E20597; }
  .button:hover.purple {
    background: #8F00FF; }
  .button:hover.aqua {
    background: #4FEAFF; }
  .button:hover:after {
    transform: translate3d(5px, 0, 0); }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 0; }

.img-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  background: #f7f7f7; }
  .img-wrap img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.content-container p:last-child, .content-container h1:last-child, .content-container h2:last-child, .content-container h3:last-child, .content-container h4:last-child, .content-container h5:last-child, .content-container input:last-child, .content-container select:last-child, .content-container textarea:last-child {
  margin-bottom: 0; }

.content-container ul {
  margin-left: 20px;
  margin-bottom: 20px; }

.content-container a {
  text-decoration: underline; }

.content-container iframe {
  max-width: 100%; }

.content-container p:not(:last-child) {
  margin-bottom: 20px; }

.slick-track {
  display: flex; }

.dotty, a.dotty, a {
  cursor: none !important; }

#skinny-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0; }

.slick-track {
  will-change: transform;
  transform: translate3d(0, 0, 0); }

p.large {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2, .validation_message {
  font-size: 15px !important;
  font-family: "MaisonNeueMonoRegular", monospace !important; }

header#masthead {
  padding: 35px 5%;
  position: relative;
  z-index: 150;
  background: transparent;
  display: flex;
  width: 100%;
  left: 0;
  top: 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03); }
  header#masthead .site-branding a {
    display: inline-block; }
  header#masthead .site-branding img {
    width: 53px;
    height: auto; }
  header#masthead #site-navigation {
    position: relative; }
    header#masthead #site-navigation ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header#masthead #site-navigation ul li {
        list-style-type: none;
        padding: 0 50px; }
        header#masthead #site-navigation ul li a {
          color: white;
          text-align: center;
          font-size: 14px;
          text-transform: uppercase;
          padding: 0 0 4px;
          font-family: "MaisonNeueMonoRegular", monospace; }
        header#masthead #site-navigation ul li.cta {
          border: solid 1px #4737FB;
          border-radius: 21px;
          padding: 0;
          position: relative;
          top: -5px;
          margin-left: 25px; }
          header#masthead #site-navigation ul li.cta a {
            display: block;
            line-height: 1.0;
            padding: 9px 20px;
            transition: all .24s ease-out; }
            header#masthead #site-navigation ul li.cta a:hover {
              border-radius: 21px;
              background: #4737FB; }
      header#masthead #site-navigation ul > li {
        position: relative; }
        header#masthead #site-navigation ul > li ul {
          background: #f7f7f7; }
        header#masthead #site-navigation ul > li:last-child {
          padding-right: 0; }
        header#masthead #site-navigation ul > li:hover ul {
          display: block; }
      header#masthead #site-navigation ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        display: none;
        padding: 10px 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
        header#masthead #site-navigation ul li ul li {
          display: block;
          padding: 10px;
          transition: all .24s ease-out;
          line-height: 1.3; }
          header#masthead #site-navigation ul li ul li:hover {
            background: #eaeaea; }
    header#masthead #site-navigation a {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      transition: color .3s ease-out; }
  header#masthead .ham {
    display: none;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 16px;
    cursor: pointer; }
    header#masthead .ham p {
      position: absolute;
      left: -38px;
      top: -1px; }
    header#masthead .ham span {
      display: block;
      width: 30px;
      height: 2px;
      background: white;
      position: relative;
      position: absolute;
      transition: all .3s ease-out; }
      header#masthead .ham span:first-of-type {
        top: 0; }
      header#masthead .ham span:nth-of-type(2) {
        width: 21px;
        top: 8px;
        opacity: 1; }
      header#masthead .ham span:last-of-type {
        top: 16px; }
  @media screen and (max-width: 850px) {
    header#masthead {
      background: #4737FB;
      padding: 10px 30px;
      display: block;
      position: fixed; }
      header#masthead .ham {
        display: block; }
        header#masthead .ham p:before {
          content: 'MENU';
          font-size: 12px;
          position: absolute; }
        header#masthead .ham.open p:before {
          content: 'CLOSE'; }
        header#masthead .ham.open span:first-of-type {
          transform: rotate(-45deg);
          top: 8px; }
        header#masthead .ham.open span:nth-of-type(2) {
          opacity: 0; }
        header#masthead .ham.open span:last-of-type {
          top: 9px;
          transform: rotate(45deg); }
      header#masthead .site-branding img {
        width: 36px;
        position: relative;
        top: 3px; }
      header#masthead #site-navigation {
        width: 100%;
        background: #4737FB;
        opacity: 0;
        position: fixed;
        width: 100%;
        height: calc(100vh - 90px);
        padding-bottom: 100px;
        overflow: scroll;
        top: 50px;
        left: 0;
        transition: opacity .62s ease-in-out;
        transform: translateX(100%); }
        header#masthead #site-navigation.open {
          transform: translateX(0);
          opacity: 1; }
        header#masthead #site-navigation ul {
          margin-top: 60px;
          display: block; }
          header#masthead #site-navigation ul li {
            padding: 0 30px 10px 30px; }
            header#masthead #site-navigation ul li a {
              font-size: 40px;
              text-transform: initial;
              font-family: "degular-display", sans-serif;
              font-weight: 600; }
              header#masthead #site-navigation ul li a:hover {
                transform: none; }
                header#masthead #site-navigation ul li a:hover:after {
                  transform: none; }
            header#masthead #site-navigation ul li.cta {
              top: 0;
              margin-left: 0; }
              header#masthead #site-navigation ul li.cta a {
                padding: 0;
                padding-left: 30px;
                text-align: left; } }

#footer {
  background: transparent;
  padding: 30vw 5% 100px 0;
  position: relative;
  align-items: center;
  z-index: 20;
  overflow: hidden; }
  #footer li:hover a, #footer a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 850px) {
    #footer {
      z-index: 100 !important; } }
  #footer .footer-menu {
    display: flex;
    width: 70%;
    z-index: 5;
    gap: 80px;
    margin-left: auto; }
    #footer .footer-menu ul {
      list-style-type: none; }
      #footer .footer-menu ul li {
        padding: 10px 0; }
        #footer .footer-menu ul li:first-child {
          padding-top: 0; }
      #footer .footer-menu ul li a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase; }
    #footer .footer-menu p, #footer .footer-menu a {
      font-size: 14px;
      text-transform: uppercase;
      color: #8F8F8F; }
    #footer .footer-menu ul.network li {
      padding: 6px 0; }
    #footer .footer-menu ul.network a {
      font-size: 14px;
      font-weight: 400; }
    #footer .footer-menu > div:first-child, #footer .footer-menu > div:nth-child(2), #footer .footer-menu > div:nth-child(3) {
      width: 35%; }
  @media screen and (max-width: 850px) {
    #footer {
      padding: 80px 25px; }
      #footer .footer-branding {
        display: none; }
      #footer hr {
        width: 100%;
        margin: 0; }
        #footer hr.bottom {
          position: relative;
          top: 20px; }
      #footer .footer-menu {
        display: block;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%; }
        #footer .footer-menu .menu-footer-container {
          width: 100% !important;
          text-align: left; }
          #footer .footer-menu .menu-footer-container ul {
            display: flex;
            flex-wrap: wrap; }
            #footer .footer-menu .menu-footer-container ul li {
              width: calc(50% - 20px);
              padding-top: 0; }
        #footer .footer-menu > div:first-child {
          width: 100%; }
        #footer .footer-menu > div:nth-child(2),
        #footer .footer-menu > div:nth-child(3) {
          margin-top: 60px;
          display: inline-block;
          vertical-align: top;
          width: calc(50% - 20px); }
        #footer .footer-menu > div:last-child {
          margin-top: 40px;
          padding-top: 60px; }
          #footer .footer-menu > div:last-child hr {
            position: relative;
            top: -60px; } }

.footer-branding {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 980px;
  max-width: 50%;
  z-index: 2;
  bottom: 100px;
  pointer-events: none;
  opacity: 1; }
  .footer-branding .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 45%);
    background-size: 200%;
    background-position-x: 25%;
    animation: grad 4s ease-in-out alternate infinite; }

@keyframes grad {
  0% {
    background-position-x: 25%; }
  100% {
    background-position-x: 70%; } }

.social {
  display: flex;
  margin-top: 20px; }
  .social a {
    width: 24px;
    margin-right: 8px; }

.home {
  height: 100vh;
  position: relative;
  overflow: hidden;
  cursor: none; }
  .home header#masthead {
    position: fixed; }
  .home #footer {
    height: 100vh; }
  .home .footer-branding {
    opacity: 0;
    visibility: hidden; }
  .home .glowify.blue, .home .blue.button:hover, .home .block-techniques .cap-slider-wrap .blue.slick-arrow:hover, .block-techniques .cap-slider-wrap .home .blue.slick-arrow:hover, .home .portfolio-card:hover div.blue.video-wrap, .portfolio-card:hover .home div.blue.video-wrap {
    animation: glowBlue 4.0s infinite alternate; }
  .home .glowify.pink, .home .pink.button:hover, .home .block-techniques .cap-slider-wrap .pink.slick-arrow:hover, .block-techniques .cap-slider-wrap .home .pink.slick-arrow:hover, .home .portfolio-card:hover div.pink.video-wrap, .portfolio-card:hover .home div.pink.video-wrap {
    animation: glowPink 4.0s infinite alternate; }
  .home .glowify.purple, .home .purple.button:hover, .home .block-techniques .cap-slider-wrap .purple.slick-arrow:hover, .block-techniques .cap-slider-wrap .home .purple.slick-arrow:hover, .home .portfolio-card:hover div.purple.video-wrap, .portfolio-card:hover .home div.purple.video-wrap {
    animation: glowPurple 4.0s infinite alternate; }
  .home .glowify.aqua, .home .aqua.button:hover, .home .block-techniques .cap-slider-wrap .aqua.slick-arrow:hover, .block-techniques .cap-slider-wrap .home .aqua.slick-arrow:hover, .home .block-techniques .cap-slider .slide .s-video-wrap:hover, .block-techniques .cap-slider .slide .home .s-video-wrap:hover, .home .block-network .network-card:hover, .block-network .home .network-card:hover, .home .portfolio-card:hover div.aqua.video-wrap, .portfolio-card:hover .home div.aqua.video-wrap {
    animation: glowAqua 4.0s infinite alternate; }
  .home .glowify.orange, .home .orange.button:hover, .home .block-techniques .cap-slider-wrap .orange.slick-arrow:hover, .block-techniques .cap-slider-wrap .home .orange.slick-arrow:hover, .home .portfolio-card:hover div.orange.video-wrap, .portfolio-card:hover .home div.orange.video-wrap {
    animation: glowOrange 4.0s infinite alternate; }
  .home .glowify.yellow, .home .yellow.button:hover, .home .block-techniques .cap-slider-wrap .yellow.slick-arrow:hover, .block-techniques .cap-slider-wrap .home .yellow.slick-arrow:hover, .home .portfolio-card:hover div.yellow.video-wrap, .portfolio-card:hover .home div.yellow.video-wrap {
    animation: glowYellow 4.0s infinite alternate; }
  @media screen and (max-width: 1024px) {
    .home #main {
      position: relative;
      height: initial;
      overflow: initial;
      min-height: initial;
      width: 850px;
      max-width: 100%;
      margin: auto; } }
  .home div.section {
    height: 100vh;
    z-index: 55;
    min-height: initial;
    padding: 0; }
    .home div.section.flex, .home div.section.flex-wrap {
      align-items: center; }
  .home .magic-breakpoints {
    width: 1440px;
    max-width: calc(100% - 180px);
    margin: auto; }
    @media screen and (max-width: 1024px) {
      .home .magic-breakpoints {
        width: calc(100% - 50px) !important;
        margin: auto;
        max-width: initial; } }
  .home .magic-window-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    height: 100vh;
    transform: translateX(-50%);
    z-index: 18;
    pointer-events: none; }
  .home #the-magic-window {
    position: absolute;
    left: 50%;
    z-index: 18;
    background: #4737FB;
    width: 371px;
    height: 663px;
    max-height: 100vh;
    border-radius: 20px;
    opacity: 0;
    top: 50vh;
    pointer-events: none;
    transform-origin: 50% 50%; }
    @media screen and (max-width: 1024px) {
      .home #the-magic-window {
        width: 280px;
        height: 540px; } }
  .home .magic-text {
    left: 8%;
    top: 140px;
    font-size: 160px;
    position: absolute;
    opacity: 1;
    top: 140px;
    line-height: .85;
    font-family: "degular-display", sans-serif;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .home .magic-text {
        left: 0;
        width: 100%;
        top: 80px; }
        .home .magic-text svg {
          width: 100%; } }
  .home .text-wrap-front {
    z-index: 30;
    color: transparent;
    max-width: 80%;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white; }
  .home .text-wrap-opaque {
    z-index: 20;
    max-width: 80%;
    color: white;
    opacity: .6; }
  .home .text-wrap-back {
    color: white;
    max-width: 80%;
    z-index: 10;
    width: 100%;
    opacity: 1; }
  .home .model-wrap {
    position: absolute;
    z-index: 18;
    font-size: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    transition: transform .38s ease-out;
    width: 45%;
    min-width: 640px;
    opacity: 0; }
    @media screen and (max-width: 1024px) {
      .home .model-wrap {
        width: 100%; }
        .home .model-wrap img {
          width: 100%; } }
  .home.is-mobile {
    overflow: initial;
    height: initial; }
    .home.is-mobile .magic-window-wrap {
      height: initial;
      position: relative;
      left: initial;
      transform: none; }
      .home.is-mobile .magic-window-wrap #the-magic-window {
        position: relative;
        margin: 80px auto 0;
        width: 206px;
        height: 331px;
        left: 0;
        transform: none !important; }
    .home.is-mobile .magic-text {
      left: 30px;
      top: 120px;
      width: calc(100% - 60px);
      text-wrap: wrap;
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .home.is-mobile .magic-text {
        font-size: 120px;
        top: 50px; }
      .home.is-mobile .magic-window-wrap {
        height: 750px; }
        .home.is-mobile .magic-window-wrap #the-magic-window {
          transform: scale(1.5) !important; }
      .home.is-mobile .model-wrap {
        transform: translate(-50%, -50%) scale(0.8); } }
    @media screen and (max-width: 650px) {
      .home.is-mobile .magic-text {
        top: 20px;
        font-size: 70px; }
      .home.is-mobile .magic-window-wrap {
        height: initial; }
        .home.is-mobile .magic-window-wrap #the-magic-window {
          top: 40px;
          transform: scale(1) !important; }
      .home.is-mobile .model-wrap {
        top: 65%;
        transform: translate(-50%, -50%) scale(0.6); } }
  .home .home-text-container {
    opacity: .85;
    background: #4737FB;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    left: 300px;
    top: 230px;
    width: auto;
    margin-top: 0;
    z-index: 20;
    display: block; }
    .home .home-text-container p {
      color: white;
      width: 340px;
      font-size: 20px;
      max-width: 100%;
      margin-bottom: 0;
      font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .home .home-text-container {
        background: none;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        margin-top: 80px;
        display: none; }
        .home .home-text-container p {
          max-width: 90%; } }
  .home .block-hero {
    padding: 0;
    z-index: 90;
    display: block; }
    .home .block-hero .home-text-container.hide-desktop {
      opacity: .85;
      background: #4737FB;
      border-radius: 20px;
      padding: 20px;
      position: absolute;
      left: calc(50% + 120px);
      top: 600px;
      width: auto;
      margin-top: 0;
      display: none; }
      .home .block-hero .home-text-container.hide-desktop p {
        color: white;
        width: 340px;
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .home .block-hero .home-text-container.hide-desktop {
          background: none;
          position: relative;
          left: 0;
          top: 0;
          padding: 0;
          margin-top: 80px;
          display: block; }
          .home .block-hero .home-text-container.hide-desktop p {
            max-width: 90%; } }
    @media screen and (max-width: 1024px) {
      .home .block-hero {
        display: flex !important;
        align-items: flex-end;
        min-height: initial !important;
        top: 120px; } }
    @media screen and (max-width: 850px) {
      .home .block-hero {
        top: 0; } }
  .home .block-video {
    z-index: 80; }
    .home .block-video .video-wrap {
      width: 371px;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 663px;
      overflow: hidden;
      background: transparent; }
    .home .block-video .video-mask {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .home .block-capabilities {
    z-index: 70;
    flex-wrap: wrap;
    gap: 80px; }
    @media screen and (max-width: 1024px) {
      .home .block-capabilities {
        gap: 40px; } }
    .home .block-capabilities .video-wrap {
      left: 0;
      width: 371px;
      height: 663px; }
    .home .block-capabilities .video-cover {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 1;
      z-index: 10; }
    .home .block-capabilities .container {
      width: calc(100% - 460px); }
    .home .block-capabilities .button {
      margin-left: auto; }
    .home .block-capabilities p {
      margin-bottom: 40px;
      width: 685px;
      max-width: 85%; }
    @media screen and (max-width: 1200px) {
      .home .block-capabilities .indent {
        margin-left: 0; }
      .home .block-capabilities p {
        max-width: 100%; } }
  @media screen and (max-width: 1024px) {
    .home #skinny-overlay.small-hide {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100vw;
      height: 100vh;
      background: #4737FB;
      z-index: 160;
      position: fixed; }
      .home #skinny-overlay.small-hide p {
        font-weight: 600;
        text-align: center;
        width: 600px;
        max-width: calc(100% - 60px); } }
  @media screen and (max-width: 1024px) {
    .home .block-hero, .home .magic-window-wrap, .home #the-magic-window, .home .model-wrap, .home .magic-text {
      opacity: 1; }
    .home .text-wrap-opaque {
      opacity: .6; }
    .home .block-hero .text-container {
      margin-top: 90px; }
    .home .magic-text {
      font-size: 80px;
      top: 150px; }
    .home .magic-breakpoints {
      width: 100% !important;
      padding: 0 30px; }
    .home .magic-window-wrap {
      position: relative;
      top: 120px; }
      .home .magic-window-wrap #the-magic-window {
        position: absolute;
        top: 0; }
    .home div.section {
      width: 100%;
      height: initial;
      min-height: initial;
      padding: 90px 30px; }
    .home .block-video .video-wrap {
      width: 100% !important;
      top: initial;
      left: initial;
      transform: none;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
      box-shadow: 0 0 40px 0 #8F00FFaa, 0 0 60px 0 #8F00FF45; }
    .home .block-capabilities .video-cover {
      display: none; }
    .home .block-capabilities .video-wrap {
      width: 57%;
      height: 0;
      padding-bottom: 100%;
      box-shadow: 0 0 40px 0 #E20597aa, 0 0 60px 0 #E2059745; }
    .home .block-capabilities p {
      max-width: 100%;
      margin-left: 0; }
    .home .block-capabilities .container {
      width: 100%; }
    .home .block-capabilities .slide-cta .slide-qr {
      display: block; }
    .home .block-capabilities .slide-cta .qr-code {
      display: none; } }
  @media screen and (max-width: 850px) {
    .home .magic-text {
      top: 80px; }
    .home .magic-window-wrap {
      top: 0; } }

.video-wrap {
  position: relative; }
  .video-wrap video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.block-contact-form {
  background: white;
  text-align: center;
  border-bottom: solid 4px #f7f7f7; }
  .block-contact-form .capper-small {
    max-width: 750px; }
  .block-contact-form h2 {
    color: white;
    text-transform: uppercase; }
  .block-contact-form > * {
    color: white !important; }
  .block-contact-form form {
    margin-top: 40px;
    width: 100%; }
    .block-contact-form form input, .block-contact-form form textarea {
      width: 100%;
      border: none;
      border-radius: 0;
      padding: 8px 10px;
      border-radius: 5px;
      margin-bottom: 30px;
      -webkit-appearance: none;
      background: #4b698c;
      color: white; }
      .block-contact-form form input::placeholder, .block-contact-form form textarea::placeholder {
        color: white; }
    .block-contact-form form input[type="submit"] {
      background: #f7f7f7;
      color: white;
      text-transform: uppercase;
      display: inline-block;
      width: auto;
      padding: 5px 30px; }
  .block-contact-form .form-sub {
    position: relative;
    display: inline-block; }
    .block-contact-form .form-sub .ajax-loader {
      position: absolute;
      right: -60px;
      top: 4px; }
  .block-contact-form .wpcf7-response-output {
    font-family: "degular-display", sans-serif;
    padding: 6px 10px !important;
    font-size: 14px;
    border: solid 2px #f7f7f7 !important; }

.block-hero {
  width: 100%;
  padding-top: 0 !important;
  min-height: 800px; }
  .block-hero.hero-min {
    min-height: initial !important;
    padding-bottom: 60px; }
  .block-hero .text-wrap {
    position: relative;
    left: 0;
    max-width: 85%;
    top: 20px;
    pointer-events: none;
    opacity: 1;
    line-height: .95; }
    .block-hero .text-wrap svg {
      width: 100%;
      height: auto; }
  .block-hero .hero-text {
    position: relative;
    font-size: calc(100px + 7vw);
    line-height: .8;
    top: 0;
    left: 0;
    opacity: 1;
    font-family: "degular-display", sans-serif;
    font-weight: 600; }
  .block-hero .text-wrap-front {
    position: relative;
    z-index: 50;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    font-family: "degular-display", sans-serif; }
    @media screen and (max-width: 850px) {
      .block-hero .text-wrap-front {
        -webkit-text-stroke-width: 1px; } }
  .block-hero .text-wrap-opaque {
    position: absolute;
    z-index: 45;
    color: white;
    opacity: .6;
    font-family: "degular-display", sans-serif; }
  .block-hero .text-wrap-back {
    position: absolute;
    color: white;
    z-index: 30;
    width: 100%;
    opacity: 1;
    font-family: "degular-display", sans-serif; }
  .block-hero .persp-wrap {
    position: absolute;
    left: 12%;
    top: -20px;
    z-index: 42;
    -webkit-perspective: 1200px; }
    .block-hero .persp-wrap > div {
      will-change: transform; }
    .block-hero .persp-wrap .glowify.blue, .block-hero .persp-wrap .blue.button:hover, .block-hero .persp-wrap .block-techniques .cap-slider-wrap .blue.slick-arrow:hover, .block-techniques .cap-slider-wrap .block-hero .persp-wrap .blue.slick-arrow:hover, .block-hero .persp-wrap .portfolio-card:hover div.blue.video-wrap, .portfolio-card:hover .block-hero .persp-wrap div.blue.video-wrap {
      animation: glowBlue 4.0s infinite alternate; }
    .block-hero .persp-wrap .glowify.pink, .block-hero .persp-wrap .pink.button:hover, .block-hero .persp-wrap .block-techniques .cap-slider-wrap .pink.slick-arrow:hover, .block-techniques .cap-slider-wrap .block-hero .persp-wrap .pink.slick-arrow:hover, .block-hero .persp-wrap .portfolio-card:hover div.pink.video-wrap, .portfolio-card:hover .block-hero .persp-wrap div.pink.video-wrap {
      animation: glowPink 4.0s infinite alternate; }
    .block-hero .persp-wrap .glowify.purple, .block-hero .persp-wrap .purple.button:hover, .block-hero .persp-wrap .block-techniques .cap-slider-wrap .purple.slick-arrow:hover, .block-techniques .cap-slider-wrap .block-hero .persp-wrap .purple.slick-arrow:hover, .block-hero .persp-wrap .portfolio-card:hover div.purple.video-wrap, .portfolio-card:hover .block-hero .persp-wrap div.purple.video-wrap {
      animation: glowPurple 4.0s infinite alternate; }
    .block-hero .persp-wrap .glowify.aqua, .block-hero .persp-wrap .aqua.button:hover, .block-hero .persp-wrap .block-techniques .cap-slider-wrap .aqua.slick-arrow:hover, .block-techniques .cap-slider-wrap .block-hero .persp-wrap .aqua.slick-arrow:hover, .block-hero .persp-wrap .block-techniques .cap-slider .slide .s-video-wrap:hover, .block-techniques .cap-slider .slide .block-hero .persp-wrap .s-video-wrap:hover, .block-hero .persp-wrap .block-network .network-card:hover, .block-network .block-hero .persp-wrap .network-card:hover, .block-hero .persp-wrap .portfolio-card:hover div.aqua.video-wrap, .portfolio-card:hover .block-hero .persp-wrap div.aqua.video-wrap {
      animation: glowAqua 4.0s infinite alternate; }
    .block-hero .persp-wrap .glowify.orange, .block-hero .persp-wrap .orange.button:hover, .block-hero .persp-wrap .block-techniques .cap-slider-wrap .orange.slick-arrow:hover, .block-techniques .cap-slider-wrap .block-hero .persp-wrap .orange.slick-arrow:hover, .block-hero .persp-wrap .portfolio-card:hover div.orange.video-wrap, .portfolio-card:hover .block-hero .persp-wrap div.orange.video-wrap {
      animation: glowOrange 4.0s infinite alternate; }
    .block-hero .persp-wrap .glowify.yellow, .block-hero .persp-wrap .yellow.button:hover, .block-hero .persp-wrap .block-techniques .cap-slider-wrap .yellow.slick-arrow:hover, .block-techniques .cap-slider-wrap .block-hero .persp-wrap .yellow.slick-arrow:hover, .block-hero .persp-wrap .portfolio-card:hover div.yellow.video-wrap, .portfolio-card:hover .block-hero .persp-wrap div.yellow.video-wrap {
      animation: glowYellow 4.0s infinite alternate; }
  .block-hero .display-window {
    width: 371px;
    height: 660px;
    z-index: 42;
    overflow: hidden; }
    .block-hero .display-window video {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
  .block-hero .button {
    margin-top: 40px; }
  .block-hero .text-container {
    margin-top: 80px;
    margin-left: auto;
    width: 50%; }
    .block-hero .text-container h2 {
      font-size: 32px;
      line-height: 1.3;
      font-weight: 600; }
    .block-hero .text-container p {
      font-family: 'degular', sans-serif;
      font-size: 22px;
      margin-bottom: 30px; }
      .block-hero .text-container p:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    .block-hero .text-container {
      width: 45%; } }
  @media screen and (max-width: 1000px) {
    .block-hero .text-container {
      width: 35%; } }
  @media screen and (max-width: 850px) {
    .block-hero.section.block {
      min-height: initial; }
    .block-hero .text-container {
      width: 100%;
      margin-top: 90px; }
      .block-hero .text-container h2 {
        font-size: 24px; }
      .block-hero .text-container p {
        font-size: 20px; }
    .block-hero .hero-text {
      font-size: 74px;
      position: absolute; }
    .block-hero .text-wrap {
      margin-top: 40px;
      width: 100%;
      max-width: 100%; }
    .block-hero .persp-wrap {
      top: 0;
      position: relative;
      width: 60%;
      margin: auto;
      left: initial;
      height: 0;
      padding-bottom: 110%;
      overflow: initial; }
      .block-hero .persp-wrap .display-window {
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        height: 100%; } }

.block-team h2 {
  margin-bottom: 50px; }

.block-team .grid-3 {
  grid-gap: 20px; }

.block-team .team-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 0 #00000000; }
  .block-team .team-card .image-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 117%; }
    .block-team .team-card .image-wrap img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .block-team .team-card .image-wrap .member-info {
      position: absolute;
      top: calc(100% - 80px);
      width: calc(100% - 40px);
      height: auto;
      left: 20px;
      z-index: 10;
      transition: transform .24s ease-out;
      transform: translate3d(0, 0, 0); }
      .block-team .team-card .image-wrap .member-info h3 {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 600; }
      .block-team .team-card .image-wrap .member-info p.team-title {
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 32px;
        font-family: "MaisonNeueMonoRegular", monospace; }
      .block-team .team-card .image-wrap .member-info .desc {
        opacity: 0;
        transition: opacity .32s ease-out .16s;
        color: white;
        line-height: 1.4; }
  .block-team .team-card .team-card-overlay {
    background: #4737FB;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    transition: opacity .24s ease-out; }
  .block-team .team-card:hover {
    box-shadow: 0 0 80px #4737FB65; }
    .block-team .team-card:hover .team-card-overlay {
      opacity: .5; }
    .block-team .team-card:hover .member-info {
      transform: translate3d(0, calc(-100% + 40px), 0); }
      .block-team .team-card:hover .member-info .desc {
        opacity: 1; }

.block-techniques .flex, .block-techniques .flex-wrap {
  gap: 80px;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap; }
  .block-techniques .flex > div:first-child, .block-techniques .flex-wrap > div:first-child {
    width: calc(60% - 40px); }
  .block-techniques .flex > div:last-child, .block-techniques .flex-wrap > div:last-child {
    width: calc(40% - 40px); }
  @media screen and (max-width: 850px) {
    .block-techniques .flex > div:first-child, .block-techniques .flex-wrap > div:first-child, .block-techniques .flex > div:last-child, .block-techniques .flex-wrap > div:last-child {
      width: 100%; } }

.block-techniques .indent p {
  width: 625px;
  max-width: 100%; }

.block-techniques .list li {
  list-style-type: none;
  position: relative;
  padding-left: 14px;
  font-weight: 600; }
  .block-techniques .list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 4px;
    height: 4px;
    background: #8F00FF; }

@media screen and (max-width: 850px) {
  .block-techniques .list li {
    font-size: 18px; } }

.block-techniques .cap-slider-wrap {
  position: relative;
  width: calc(100% - 240px); }
  .block-techniques .cap-slider-wrap .cap-slider {
    padding-bottom: 30px; }
  .block-techniques .cap-slider-wrap .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 320px;
    background: #8F00FF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 #00000000;
    transition: all .24s ease-out;
    transform: scale(0.95); }
    .block-techniques .cap-slider-wrap .slick-arrow:hover {
      transform: scale(1); }
  .block-techniques .cap-slider-wrap .cap-slider-next {
    right: -80px; }
  .block-techniques .cap-slider-wrap .cap-slider-prev {
    left: -80px; }
    .block-techniques .cap-slider-wrap .cap-slider-prev svg {
      transform: translateX(-5px) rotate(180deg); }
  @media screen and (max-width: 1000px) {
    .block-techniques .cap-slider-wrap {
      width: 100%; }
      .block-techniques .cap-slider-wrap .slick-arrow {
        top: initial;
        width: 50px;
        height: 50px; }
        .block-techniques .cap-slider-wrap .slick-arrow svg {
          width: 15px; }
      .block-techniques .cap-slider-wrap .cap-slider-next {
        right: 40%;
        bottom: -40px; }
      .block-techniques .cap-slider-wrap .cap-slider-prev {
        left: 40%;
        bottom: -40px; } }
  @media screen and (max-width: 650px) {
    .block-techniques .cap-slider-wrap .cap-slider-next {
      right: 30%; }
    .block-techniques .cap-slider-wrap .cap-slider-prev {
      left: 30%; } }

.block-techniques .cap-slider {
  position: relative;
  overflow: hidden; }
  .block-techniques .cap-slider .slide {
    margin: 0 20px;
    height: 100%; }
    @media screen and (max-width: 850px) {
      .block-techniques .cap-slider .slide {
        margin: 0 40px; } }
    .block-techniques .cap-slider .slide.first-child {
      padding-left: 0; }
    .block-techniques .cap-slider .slide .s-video-wrap {
      border-radius: 20px;
      position: relative; }
      .block-techniques .cap-slider .slide .s-video-wrap:hover .slide-cta {
        transform: translate3d(0, 0px, 0); }
  .block-techniques .cap-slider p {
    margin-bottom: 30px;
    font-size: 16px;
    min-height: 40px; }
  .block-techniques .cap-slider .video-wrap {
    overflow: hidden;
    height: 0;
    padding-bottom: 175%;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 0 0 #000000;
    background: #4FEAFF; }
    .block-techniques .cap-slider .video-wrap video {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .block-techniques .cap-slider .slide-cta {
    z-index: 0;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 40px 25px 20px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translate3d(0, -100%, 0);
    transition: all .34s ease-out;
    margin-top: -20px; }
    .block-techniques .cap-slider .slide-cta p {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "MaisonNeueMonoRegular", monospace;
      margin-bottom: 0; }
    .block-techniques .cap-slider .slide-cta .slide-qr {
      display: block; }
      .block-techniques .cap-slider .slide-cta .slide-qr img {
        margin: auto; }
    .block-techniques .cap-slider .slide-cta .mobile-try {
      display: none; }
      .block-techniques .cap-slider .slide-cta .mobile-try svg {
        margin-left: 5px;
        position: relative;
        top: 5px;
        width: 13px; }

.slick-disabled {
  opacity: .2;
  visibility: visible;
  pointer-events: none; }

.slick-hidden {
  display: none !important; }

hr.gradient {
  background: linear-gradient(to right, #8f00ff, rgba(143, 0, 255, 0));
  height: 1px;
  border: none;
  margin: 0 0 20px; }

.block-featured {
  z-index: 60; }
  .block-featured h2, .block-featured .container {
    pointer-events: none; }
  .block-featured .container .button {
    pointer-events: initial; }
  .block-featured .flex, .block-featured .flex-wrap {
    width: 100%;
    align-items: center;
    flex-wrap: wrap; }
    .block-featured .flex > div:first-child, .block-featured .flex-wrap > div:first-child {
      width: 35%; }
    .block-featured .flex > div:last-child, .block-featured .flex-wrap > div:last-child {
      width: 65%;
      position: relative;
      max-width: 970px;
      margin-left: auto; }
    @media screen and (max-width: 850px) {
      .block-featured .flex > div:first-child, .block-featured .flex-wrap > div:first-child {
        width: 100%;
        padding-right: 0; }
      .block-featured .flex > div:last-child, .block-featured .flex-wrap > div:last-child {
        width: 100%; } }
  @media screen and (max-width: 850px) {
    .block-featured .container {
      margin-bottom: 60px; } }
  .block-featured .video-wrap {
    left: initial;
    top: initial;
    transform: none;
    height: 100%; }
  .block-featured .featured-work-wrap {
    border-radius: 20px;
    transition: background-color .38s ease-out;
    position: relative; }
    .block-featured .featured-work-wrap .tags {
      display: flex;
      flex-wrap: wrap; }
      .block-featured .featured-work-wrap .tags a {
        display: block;
        padding: 8px 15px;
        font-size: 14px; }
      .block-featured .featured-work-wrap .tags span {
        margin-bottom: 10px;
        padding: 0; }
    .block-featured .featured-work-wrap.showbg {
      background: initial; }
    .block-featured .featured-work-wrap.bg-pink .work-info > *, .block-featured .featured-work-wrap.bg-pink .work-info a, .block-featured .featured-work-wrap.bg-pink .work-info .tags span {
      color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-pink .work-info .tags span {
      border-color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-pink .work-info a:after {
      background: #191919; }
    .block-featured .featured-work-wrap.bg-yellow .work-info > *, .block-featured .featured-work-wrap.bg-yellow .work-info a, .block-featured .featured-work-wrap.bg-yellow .work-info .tags span {
      color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-yellow .work-info .tags span {
      border-color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-yellow .work-info a:after {
      background: #191919; }
    .block-featured .featured-work-wrap.bg-orange .work-info > *, .block-featured .featured-work-wrap.bg-orange .work-info a, .block-featured .featured-work-wrap.bg-orange .work-info .tags span {
      color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-orange .work-info .tags span {
      border-color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-orange .work-info a:after {
      background: #191919; }
    .block-featured .featured-work-wrap.bg-aqua .work-info > *, .block-featured .featured-work-wrap.bg-aqua .work-info a, .block-featured .featured-work-wrap.bg-aqua .work-info .tags span {
      color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-aqua .work-info .tags span {
      border-color: #191919 !important; }
    .block-featured .featured-work-wrap.bg-aqua .work-info a:after {
      background: #191919; }
  .block-featured .video-wrap {
    position: absolute;
    top: 0;
    right: -1px;
    width: 45%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .38s ease-out; }
    .block-featured .video-wrap.active {
      transition: opacity .38s ease-out .38s;
      opacity: 1;
      pointer-events: initial; }
  .block-featured .grid-5-7 {
    align-items: center; }
  .block-featured .work-slider .work-info {
    padding: 160px 10px 160px 40px; }
  .block-featured .work-slider .slick-list {
    overflow: hidden; }
  .block-featured .work-slider .slick-track {
    display: block; }
  .block-featured .work-slider .slide {
    height: 640px;
    width: 100% !important;
    position: relative;
    z-index: -1;
    right: 0; }
    .block-featured .work-slider .slide:not(:first-child).bg-orange, .block-featured .work-slider .slide:not(:first-child).bg-yellow, .block-featured .work-slider .slide:not(:first-child).bg-blue, .block-featured .work-slider .slide:not(:first-child).bg-pink, .block-featured .work-slider .slide:not(:first-child).bg-purple, .block-featured .work-slider .slide:not(:first-child).bg-aqua {
      background: transparent; }
    .block-featured .work-slider .slide > div.work-info {
      position: relative;
      width: 50%;
      opacity: 1; }
    .block-featured .work-slider .slide > div:last-child {
      z-index: 5;
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%; }
    .block-featured .work-slider .slide h3 {
      font-size: 50px;
      margin-bottom: 60px;
      line-height: .9; }
    .block-featured .work-slider .slide a {
      font-size: 14px;
      color: white; }

.tags {
  margin-bottom: 40px; }
  .tags span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    margin-right: 10px;
    border: solid 1px white;
    text-transform: uppercase; }
    .tags span a {
      line-height: 1.1; }

body.is-mobile .block-featured .flex > div:first-child, body.is-mobile .block-featured .flex-wrap > div:first-child {
  width: 100%;
  padding-right: 0;
  margin-bottom: 60px; }

body.is-mobile .block-featured .flex > div:last-child, body.is-mobile .block-featured .flex-wrap > div:last-child {
  width: 100%; }

body.is-mobile .block-featured .work-slider .slide:first-child {
  transform: none; }

body.is-mobile .block-featured .work-slider .slide > div:first-child {
  width: 55%; }

body.is-mobile .block-featured .work-slider .slide > div:last-child {
  width: 45%; }

body.is-mobile .block-featured .work-slider .slide .tags a {
  padding: 0; }

body.is-mobile .block-featured .work-slider .slide .tags span {
  border: none;
  padding: 0;
  font-size: 12px; }

body.is-mobile .block-featured .work-slider .slide .work-info {
  padding: 20px 18px 20px; }
  body.is-mobile .block-featured .work-slider .slide .work-info h3 {
    font-size: 24px; }

body.is-mobile .block-featured .work-slider .slide:nth-child(even) > div.work-info {
  order: 2; }

body.is-mobile .block-featured .work-slider .slide:nth-child(even) > div:last-child {
  order: 1; }

body.is-mobile .block-featured .work-slider .slide:first-child {
  transform: translate3d(100%, 0, 0); }

body.is-mobile .block-featured .work-slider > div.work-info {
  opacity: 1; }

body.is-mobile .block-featured .work-slider .slide {
  width: 100% !important;
  position: relative;
  z-index: 0;
  right: 0;
  height: initial;
  min-height: 300px;
  align-items: stretch; }
  body.is-mobile .block-featured .work-slider .slide.bg-purple {
    background: #8F00FF !important; }
  body.is-mobile .block-featured .work-slider .slide.bg-pink {
    background: #E20597 !important; }
  body.is-mobile .block-featured .work-slider .slide.bg-blue {
    background: #4737FB !important; }
  body.is-mobile .block-featured .work-slider .slide.bg-yellow {
    background: #FDD23B !important; }
  body.is-mobile .block-featured .work-slider .slide.bg-aqua {
    background: #4FEAFF !important; }
  body.is-mobile .block-featured .work-slider .slide.bg-orange {
    background: #F57127 !important; }
  body.is-mobile .block-featured .work-slider .slide:not(:last-child) {
    margin-bottom: 40px; }
  body.is-mobile .block-featured .work-slider .slide:nth-child(even) > div:first-child {
    order: 2; }
  body.is-mobile .block-featured .work-slider .slide:nth-child(even) > div:last-child {
    order: 1; }
  body.is-mobile .block-featured .work-slider .slide:first-child {
    transform: none; }
  body.is-mobile .block-featured .work-slider .slide > div.work-info {
    width: 50%;
    opacity: 1;
    padding: 40px 20px;
    height: 100%; }
  body.is-mobile .block-featured .work-slider .slide > div:last-child {
    width: 50%;
    height: auto;
    right: initial;
    position: relative;
    z-index: 10;
    display: flex; }
    body.is-mobile .block-featured .work-slider .slide > div:last-child .video-wrap {
      width: 100%;
      height: 100%;
      right: initial;
      position: relative;
      overflow: initial; }
      body.is-mobile .block-featured .work-slider .slide > div:last-child .video-wrap video {
        opacity: 1; }

@media screen and (max-width: 850px) {
  .block-featured .work-slider .slide:first-child {
    transform: translate3d(100%, 0, 0); }
  .block-featured .work-slider > div.work-info {
    opacity: 1; }
  .block-featured .work-slider .slide {
    width: 100% !important;
    position: relative;
    z-index: 0;
    right: 0;
    height: initial;
    min-height: 300px;
    align-items: stretch; }
    .block-featured .work-slider .slide.bg-purple {
      background: #8F00FF !important; }
    .block-featured .work-slider .slide.bg-pink {
      background: #E20597 !important; }
    .block-featured .work-slider .slide.bg-blue {
      background: #4737FB !important; }
    .block-featured .work-slider .slide.bg-yellow {
      background: #FDD23B !important; }
    .block-featured .work-slider .slide.bg-aqua {
      background: #4FEAFF !important; }
    .block-featured .work-slider .slide.bg-orange {
      background: #F57127 !important; }
    .block-featured .work-slider .slide:not(:last-child) {
      margin-bottom: 40px; }
    .block-featured .work-slider .slide:nth-child(even) > div:first-child {
      order: 2; }
    .block-featured .work-slider .slide:nth-child(even) > div:last-child {
      order: 1; }
    .block-featured .work-slider .slide:first-child {
      transform: none; }
    .block-featured .work-slider .slide > div.work-info {
      width: 50%;
      opacity: 1;
      padding: 40px 20px;
      height: 100%; }
    .block-featured .work-slider .slide > div:last-child {
      width: 50%;
      height: auto;
      right: initial;
      position: relative;
      z-index: 10;
      display: flex; }
      .block-featured .work-slider .slide > div:last-child .video-wrap {
        width: 100%;
        height: 100%;
        right: initial;
        position: relative;
        overflow: initial; }
        .block-featured .work-slider .slide > div:last-child .video-wrap video {
          opacity: 1; } }

.block-network .grid-3 {
  gap: 20px; }

.block-network .indent p {
  width: 625px;
  max-width: 100%; }

.block-network .network-card {
  margin-top: 60px;
  font-family: "degular-display", sans-serif;
  box-shadow: 0 0 0 0 #00000000;
  transition: all .24s ease-out; }
  .block-network .network-card .image-wrap, .block-network .network-card .video-wrap {
    height: 0;
    padding-bottom: 75.25%; }
  .block-network .network-card .video-wrap, .block-network .network-card .video-wrap video {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .block-network .network-card .card-content {
    padding: 26px 30px; }
    .block-network .network-card .card-content h3, .block-network .network-card .card-content p, .block-network .network-card .card-content a {
      color: #191919; }
    .block-network .network-card .card-content h3 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 14px; }
    .block-network .network-card .card-content p {
      font-size: 16px;
      margin-bottom: 30px; }
    .block-network .network-card .card-content p.font-mono {
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 0; }
    .block-network .network-card .card-content svg {
      position: relative;
      top: 4px;
      transition: all .24s ease-out; }
  .block-network .network-card:hover svg {
    transform: translate3d(5px, 0, 0); }

.block-three-column-video .content-container {
  width: 860px;
  max-width: 100%;
  margin: 0 auto; }

.block-three-column-video .grid-3 {
  margin-top: 60px;
  gap: 40px; }

.block-three-column-video .video-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 178%; }

.block-three-column-video .port-mobile-slider {
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 850px) {
  .block-three-column-video .content-container {
    margin-bottom: 0; }
  .block-three-column-video .port-mobile-slider {
    width: 100vw;
    left: -30px; }
    .block-three-column-video .port-mobile-slider .video-wrap {
      padding-bottom: 23%; }
    .block-three-column-video .port-mobile-slider .slick-slide {
      margin-left: 15px;
      margin-right: 15px; } }

.block-centered-text {
  text-align: center;
  max-width: 860px;
  width: 66.66%;
  margin: auto;
  display: flex;
  align-items: center; }

.block-two-column-text-video {
  gap: 80px;
  align-items: center;
  width: 1435px;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap-reverse; }
  .block-two-column-text-video > div:first-child {
    width: calc(64% - 40px);
    padding-right: 60px; }
  .block-two-column-text-video > div:last-child {
    width: calc(36% - 40px); }
  .block-two-column-text-video .video-wrap {
    height: 0;
    overflow: hidden;
    padding-bottom: 178%;
    border-radius: 20px; }
  .block-two-column-text-video.reverse {
    flex-direction: row-reverse; }
    .block-two-column-text-video.reverse > div:first-child {
      padding-right: 0;
      padding-left: 60px; }
    .block-two-column-text-video.reverse > div:last-child {
      padding-left: 0; }
  @media screen and (max-width: 850px) {
    .block-two-column-text-video {
      padding-bottom: 60px; }
      .block-two-column-text-video .video-wrap {
        margin: auto;
        width: 60%;
        padding-bottom: 110%; }
      .block-two-column-text-video > div:first-child,
      .block-two-column-text-video > div:last-child {
        width: 100%;
        gap: 40px;
        padding: 0 !important; } }

.block-partnership .indent p {
  width: 525px;
  max-width: 100%; }

.block-partnership p:not(:last-of-type) {
  padding-bottom: 30px; }

.block-partnership .partner-list {
  margin-top: 60px; }

.o-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px; }
  @media screen and (max-width: 850px) {
    .o-wrap {
      margin-top: 60px; } }

.h-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 80px; }
  .h-wrap.hide {
    padding-top: 40px;
    display: none; }

.load-more {
  position: relative;
  padding-right: 54px;
  margin-top: 60px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  .load-more svg {
    width: 20px;
    top: 6px;
    right: 20px;
    position: absolute; }
  .load-more:after {
    display: none; }

.filter-wrap {
  width: 100%;
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  justify-content: space-between;
  background: #4737FB;
  margin-bottom: 60px;
  padding: 16px 30px 0;
  max-height: 80px;
  z-index: 100;
  transition: max-height .3s ease-out;
  background: rgba(71, 55, 251, 0.95); }
  .filter-wrap.fixed {
    position: fixed;
    top: 80px;
    width: 90%; }
    @media screen and (max-width: 850px) {
      .filter-wrap.fixed {
        width: calc(100% - 60px); } }
  .filter-wrap svg {
    transition: all .24s ease-out;
    transform: rotate(0deg);
    position: relative;
    top: 2px; }
  .filter-wrap.open {
    height: initial;
    max-height: 600px; }
    .filter-wrap.open svg {
      transform: rotate(180deg); }
    @media screen and (max-width: 850px) {
      .filter-wrap.open {
        max-height: initial; } }
  .filter-wrap h3 {
    margin-bottom: 0;
    line-height: 1.0;
    font-size: 40px;
    font-weight: 600; }
  .filter-wrap .flex, .filter-wrap .flex-wrap {
    align-items: center;
    justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .filter-wrap {
      max-height: 60px;
      padding: 16px 28px; }
      .filter-wrap h3 {
        font-size: 24px; }
      .filter-wrap svg {
        width: 30px; } }
  .filter-wrap .work-filter {
    margin-top: 40px;
    padding-bottom: 30px; }
    .filter-wrap .work-filter .pill {
      display: inline-block;
      border-radius: 40px;
      border: solid 1px white;
      color: white;
      padding: 13px 35px 13px 20px;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      position: relative;
      transition: all .24s ease-out;
      margin-bottom: 20px; }
      .filter-wrap .work-filter .pill:not(:last-of-type) {
        margin-right: 20px; }
      .filter-wrap .work-filter .pill.empty {
        opacity: .25;
        pointer-events: none; }
      .filter-wrap .work-filter .pill:after {
        content: "+";
        font-size: 18px;
        position: absolute;
        margin-left: 6px;
        top: 10px;
        transition: all .2s ease-out;
        transform: rotate(0deg);
        transform-origin: 5.5px 11px; }
      .filter-wrap .work-filter .pill.active {
        background: white;
        color: #191919; }
        .filter-wrap .work-filter .pill.active:after {
          transform: rotate(135deg); }
    .filter-wrap .work-filter p.reset {
      font-size: 12px;
      margin-left: 25px;
      display: inline-block;
      text-transform: uppercase;
      cursor: pointer;
      border-bottom: solid 1px white; }
  @media screen and (max-width: 850px) {
    .filter-wrap .work-filter .pill {
      padding: 10px 30px 10px 20px; }
      .filter-wrap .work-filter .pill:not(:last-of-type) {
        margin-right: 10px; }
      .filter-wrap .work-filter .pill:after {
        top: 8px; } }

.portfolio-card {
  width: 85%;
  position: relative;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-out;
  transform: translate3d(0, 10px, 0) scale(0.94);
  display: none; }
  .portfolio-card.card-active {
    opacity: 1;
    pointer-events: initial;
    display: block;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0; }
  .portfolio-card.fadeIn {
    opacity: 1; }
  .portfolio-card h2 {
    font-size: 60px;
    line-height: .95;
    font-weight: 400; }
  .portfolio-card p.font-mono, .portfolio-card a {
    font-size: 14px;
    text-transform: uppercase; }
  .portfolio-card .two-four-liner p:after {
    transform: translate3d(0, 0, 0); }
  .portfolio-card .tags {
    margin-bottom: 35px;
    line-height: 1.0;
    display: flex;
    flex-wrap: wrap; }
    .portfolio-card .tags a {
      line-height: 1.0; }
    .portfolio-card .tags span {
      border: none;
      padding: 0;
      margin-right: 20px;
      font-size: 12px;
      line-height: 1.5; }
  .portfolio-card div.video-wrap {
    position: relative;
    height: auto;
    box-shadow: 0 0 0 0 #00000000;
    transition: .24s ease-out; }
    .portfolio-card div.video-wrap video {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .portfolio-card .portfolio-content {
    padding: 25px 40px;
    width: 70%;
    display: flex;
    align-items: center; }
  .portfolio-card:nth-of-type(6n+1), .portfolio-card:nth-of-type(6n+2), .portfolio-card:nth-of-type(6n+3), .portfolio-card:nth-of-type(6n+5) {
    width: calc(33.333% - 34px); }
    .portfolio-card:nth-of-type(6n+1) div.video-wrap, .portfolio-card:nth-of-type(6n+2) div.video-wrap, .portfolio-card:nth-of-type(6n+3) div.video-wrap, .portfolio-card:nth-of-type(6n+5) div.video-wrap {
      width: 180px;
      min-height: 323px; }
    .portfolio-card:nth-of-type(6n+1) .portfolio-content, .portfolio-card:nth-of-type(6n+2) .portfolio-content, .portfolio-card:nth-of-type(6n+3) .portfolio-content, .portfolio-card:nth-of-type(6n+5) .portfolio-content {
      width: calc(100% - 180px);
      padding-left: 20px;
      padding-right: 20px; }
      .portfolio-card:nth-of-type(6n+1) .portfolio-content > div, .portfolio-card:nth-of-type(6n+2) .portfolio-content > div, .portfolio-card:nth-of-type(6n+3) .portfolio-content > div, .portfolio-card:nth-of-type(6n+5) .portfolio-content > div {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between; }
    .portfolio-card:nth-of-type(6n+1) h2, .portfolio-card:nth-of-type(6n+2) h2, .portfolio-card:nth-of-type(6n+3) h2, .portfolio-card:nth-of-type(6n+5) h2 {
      font-size: 30px; }
  .portfolio-card:nth-of-type(6n+2) {
    top: 40px; }
  .portfolio-card:nth-of-type(6n+3) {
    top: 80px; }
  .portfolio-card:nth-of-type(6n+4) {
    margin-top: 80px;
    width: calc(50% - 50px); }
    .portfolio-card:nth-of-type(6n+4) div.video-wrap {
      width: 267px;
      min-height: 476px; }
    .portfolio-card:nth-of-type(6n+4) h2 {
      font-size: 40px; }
    .portfolio-card:nth-of-type(6n+4) .portfolio-content {
      width: calc(100% - 267px); }
  .portfolio-card:nth-of-type(6n+5) {
    margin-top: 80px;
    margin-left: auto;
    top: 40px; }
  .portfolio-card:nth-of-type(6n+6) {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 60px; }
    .portfolio-card:nth-of-type(6n+6) .video-wrap {
      width: 30%;
      padding-bottom: 50%; }
  .portfolio-card:hover .two-four-liner p:after {
    transition: none;
    animation: draw .42s forwards ease-out; }

@keyframes draw {
  0% {
    transform: translate3d(-102%, 0, 0); }
  35% {
    transform: translate3d(-102%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
  @media screen and (max-width: 1200px) {
    .portfolio-card:nth-of-type(6n+1), .portfolio-card:nth-of-type(6n+2), .portfolio-card:nth-of-type(6n+3), .portfolio-card:nth-child(6n+4), .portfolio-card:nth-of-type(6n+5) {
      width: calc(50% - 34px);
      margin-left: initial; }
      .portfolio-card:nth-of-type(6n+1) div.video-wrap, .portfolio-card:nth-of-type(6n+2) div.video-wrap, .portfolio-card:nth-of-type(6n+3) div.video-wrap, .portfolio-card:nth-child(6n+4) div.video-wrap, .portfolio-card:nth-of-type(6n+5) div.video-wrap {
        width: 180px;
        min-height: 323px; }
      .portfolio-card:nth-of-type(6n+1) .portfolio-content, .portfolio-card:nth-of-type(6n+2) .portfolio-content, .portfolio-card:nth-of-type(6n+3) .portfolio-content, .portfolio-card:nth-child(6n+4) .portfolio-content, .portfolio-card:nth-of-type(6n+5) .portfolio-content {
        width: calc(100% - 180px);
        padding-left: 20px;
        padding-right: 20px; }
        .portfolio-card:nth-of-type(6n+1) .portfolio-content > div, .portfolio-card:nth-of-type(6n+2) .portfolio-content > div, .portfolio-card:nth-of-type(6n+3) .portfolio-content > div, .portfolio-card:nth-child(6n+4) .portfolio-content > div, .portfolio-card:nth-of-type(6n+5) .portfolio-content > div {
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          justify-content: space-between; }
      .portfolio-card:nth-of-type(6n+1) h2, .portfolio-card:nth-of-type(6n+2) h2, .portfolio-card:nth-of-type(6n+3) h2, .portfolio-card:nth-child(6n+4) h2, .portfolio-card:nth-of-type(6n+5) h2 {
        font-size: 30px; } }
  @media screen and (max-width: 850px) {
    .portfolio-card {
      width: 100% !important;
      top: initial !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .portfolio-card .tags {
        margin-bottom: 40px; }
      .portfolio-card .portfolio-content {
        padding-left: 10px;
        padding-right: 10px; }
        .portfolio-card .portfolio-content h2 {
          font-size: 24px; }
        .portfolio-card .portfolio-content a {
          font-size: 12px; }
      .portfolio-card .flex > div:first-child, .portfolio-card .flex-wrap > div:first-child {
        width: 45%; }
      .portfolio-card .flex > div:last-child, .portfolio-card .flex-wrap > div:last-child {
        width: 55%; }
      .portfolio-card .video-wrap {
        min-height: 275px !important; }
      .portfolio-card:nth-child(odd) .flex > div:first-child, .portfolio-card:nth-child(odd) .flex-wrap > div:first-child {
        order: 2; }
      .portfolio-card:nth-child(odd) .flex > div:last-child, .portfolio-card:nth-child(odd) .flex-wrap > div:last-child {
        order: 1; } }

.mobile-menu-featured {
  padding: 0 30px;
  margin-top: 80px; }
  .mobile-menu-featured p.font-mono {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px; }
  .mobile-menu-featured .portfolio-card {
    width: 100%;
    background: black !important;
    animation: none !important;
    min-height: 320px; }
    .mobile-menu-featured .portfolio-card .video-wrap {
      overflow: hidden;
      box-shadow: none !important;
      animation: none; }
    .mobile-menu-featured .portfolio-card .flex, .mobile-menu-featured .portfolio-card .flex-wrap {
      border-radius: 20px;
      background: black; }
      .mobile-menu-featured .portfolio-card .flex > div:first-child, .mobile-menu-featured .portfolio-card .flex-wrap > div:first-child {
        order: 2; }
      .mobile-menu-featured .portfolio-card .flex > div:last-child, .mobile-menu-featured .portfolio-card .flex-wrap > div:last-child {
        order: 1; }
  .mobile-menu-featured .portfolio-content {
    background: black;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
    .mobile-menu-featured .portfolio-content h2, .mobile-menu-featured .portfolio-content p, .mobile-menu-featured .portfolio-content span, .mobile-menu-featured .portfolio-content a {
      color: white !important; }

.block-portfolio.fixed {
  position: relative;
  top: 125px; }

.block-related-portfolio {
  position: relative;
  z-index: 40; }
  .block-related-portfolio h2 {
    margin: 0; }
  .block-related-portfolio .headline {
    align-items: flex-start;
    margin-bottom: 80px; }
    .block-related-portfolio .headline .button {
      display: inline-block;
      width: auto;
      position: relative;
      top: 25px; }
  .block-related-portfolio .grid-2 > a {
    width: 100%; }
    .block-related-portfolio .grid-2 > a .video-wrap {
      width: 267px;
      min-height: 476px; }
    .block-related-portfolio .grid-2 > a .portfolio-content {
      width: calc(100% - 267px); }
      .block-related-portfolio .grid-2 > a .portfolio-content > div {
        justify-content: center; }
      .block-related-portfolio .grid-2 > a .portfolio-content h2 {
        margin-bottom: 40px;
        font-size: 40px; }
  @media screen and (max-width: 850px) {
    .block-related-portfolio .grid-2 {
      gap: 20px; }
      .block-related-portfolio .grid-2 .portfolio-card .flex > div:first-child, .block-related-portfolio .grid-2 .portfolio-card .flex-wrap > div:first-child {
        width: 45%; }
      .block-related-portfolio .grid-2 .portfolio-card .flex > div:last-child, .block-related-portfolio .grid-2 .portfolio-card .flex-wrap > div:last-child {
        width: 55%; }
      .block-related-portfolio .grid-2 .portfolio-card .video-wrap {
        min-height: 275px !important; }
      .block-related-portfolio .grid-2 .portfolio-card .portfolio-content h2 {
        font-size: 24px; }
      .block-related-portfolio .grid-2 .portfolio-card .portfolio-content a, .block-related-portfolio .grid-2 .portfolio-card p.font-mono {
        font-size: 12px; }
      .block-related-portfolio .grid-2 .portfolio-card:first-child .flex > div:first-child, .block-related-portfolio .grid-2 .portfolio-card:first-child .flex-wrap > div:first-child {
        order: 2; }
      .block-related-portfolio .grid-2 .portfolio-card:first-child .flex > div:last-child, .block-related-portfolio .grid-2 .portfolio-card:first-child .flex-wrap > div:last-child {
        order: 1; } }

.block-wysiwyg .capper, .block-wysiwyg .capper-small, .block-wysiwyg .capper-max {
  width: 1280px;
  max-width: 100%;
  margin: auto; }

.block-wysiwyg p:not(:last-child) {
  margin-bottom: 30px; }

.block-wysiwyg ul {
  margin-left: 20px;
  margin-bottom: 30px; }

.block-wysiwyg a {
  color: #8F00FF;
  text-decoration: underline; }

.block-full-width-image img {
  width: 100%; }

body.is-mobile #main {
  position: relative;
  height: initial;
  overflow: initial;
  min-height: initial; }

body.is-mobile #skinny-overlay {
  display: none; }

body.is-mobile .parallax-me {
  transform: none !important; }

body.is-mobile .block-techniques .cap-slider {
  overflow: initial; }

body.is-mobile .block-techniques .cap-slider .slide-cta .slide-qr {
  display: none; }

body.is-mobile .block-techniques .cap-slider .slide-cta {
  transform: none; }
  body.is-mobile .block-techniques .cap-slider .slide-cta .mobile-try {
    display: block; }

body.is-mobile .glowify, body.is-mobile .button:hover, body.is-mobile .block-techniques .cap-slider-wrap .slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .slick-arrow:hover, body.is-mobile .portfolio-card:hover div.video-wrap, .portfolio-card:hover body.is-mobile div.video-wrap {
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.3), 0 0 80px 0 rgba(0, 0, 0, 0.15); }
  body.is-mobile .glowify.blue, body.is-mobile .blue.button:hover, body.is-mobile .block-techniques .cap-slider-wrap .blue.slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .blue.slick-arrow:hover, body.is-mobile .portfolio-card:hover div.blue.video-wrap, .portfolio-card:hover body.is-mobile div.blue.video-wrap {
    animation: glowBlue 4.0s infinite alternate; }
  body.is-mobile .glowify.pink, body.is-mobile .pink.button:hover, body.is-mobile .block-techniques .cap-slider-wrap .pink.slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .pink.slick-arrow:hover, body.is-mobile .portfolio-card:hover div.pink.video-wrap, .portfolio-card:hover body.is-mobile div.pink.video-wrap {
    animation: glowPink 4.0s infinite alternate; }
  body.is-mobile .glowify.purple, body.is-mobile .purple.button:hover, body.is-mobile .block-techniques .cap-slider-wrap .purple.slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .purple.slick-arrow:hover, body.is-mobile .portfolio-card:hover div.purple.video-wrap, .portfolio-card:hover body.is-mobile div.purple.video-wrap {
    animation: glowPurple 4.0s infinite alternate; }
  body.is-mobile .glowify.aqua, body.is-mobile .aqua.button:hover, body.is-mobile .block-techniques .cap-slider-wrap .aqua.slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .aqua.slick-arrow:hover, body.is-mobile .block-techniques .cap-slider .slide .s-video-wrap:hover, .block-techniques .cap-slider .slide body.is-mobile .s-video-wrap:hover, body.is-mobile .block-network .network-card:hover, .block-network body.is-mobile .network-card:hover, body.is-mobile .portfolio-card:hover div.aqua.video-wrap, .portfolio-card:hover body.is-mobile div.aqua.video-wrap {
    animation: glowAqua 4.0s infinite alternate; }
  body.is-mobile .glowify.orange, body.is-mobile .orange.button:hover, body.is-mobile .block-techniques .cap-slider-wrap .orange.slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .orange.slick-arrow:hover, body.is-mobile .portfolio-card:hover div.orange.video-wrap, .portfolio-card:hover body.is-mobile div.orange.video-wrap {
    animation: glowOrange 4.0s infinite alternate; }
  body.is-mobile .glowify.yellow, body.is-mobile .yellow.button:hover, body.is-mobile .block-techniques .cap-slider-wrap .yellow.slick-arrow:hover, .block-techniques .cap-slider-wrap body.is-mobile .yellow.slick-arrow:hover, body.is-mobile .portfolio-card:hover div.yellow.video-wrap, .portfolio-card:hover body.is-mobile div.yellow.video-wrap {
    animation: glowYellow 4.0s infinite alternate; }

.gform_description {
  margin-bottom: 60px; }

.gform_body .gfield_label {
  font-family: "MaisonNeueMonoRegular", monospace !important;
  color: white !important;
  font-size: 16px !important; }

.gform_body input, .gform_body textarea {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  border: none;
  border-bottom: solid 1px #4737FB;
  font-family: "degular-display", sans-serif;
  font-size: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 40px !important; }
  .gform_body input:focus, .gform_body textarea:focus {
    border-bottom: solid 1px white; }

.gform_footer {
  position: relative; }
  .gform_footer input[type="submit"] {
    border: solid 1px #4737FB !important;
    background: transparent !important;
    border-radius: 25px !important;
    padding: 10px 75px 10px 55px !important;
    min-height: initial !important;
    line-height: 1.6 !important; }
  .gform_footer .submit-arrow {
    position: absolute;
    top: 28px;
    left: 120px;
    pointer-events: none; }

.gform_confirmation_message {
  font-size: 32px !important;
  color: white !important;
  font-family: "degular-display", sans-serif !important;
  font-weight: 600 !important; }

