@charset "UTF-8";

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka Light.otf);
  src: url(/assets/fonts/Silka Light.otf?#iefix) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka Regular.otf);
  src: url(/assets/fonts/Silka Regular.otf?#iefix) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka Regular Italic.otf);
  src: url(/assets/fonts/Silka Regular Italic.otf?#iefix) format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka Medium.otf);
  src: url(/assets/fonts/Silka Medium.otf?#iefix) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka Medium Italic.otf);
  src: url(/assets/fonts/Silka Medium Italic.otf?#iefix) format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka SemiBold.otf);
  src: url(/assets/fonts/Silka SemiBold.otf?#iefix) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka SemiBold Italic.otf);
  src: url(/assets/fonts/Silka SemiBold Italic.otf?#iefix) format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka;
  src: url(/assets/fonts/Silka Bold.otf);
  src: url(/assets/fonts/Silka Bold.otf?#iefix) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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;
  border-style: solid;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.5952380952vw;
  background: #0A0A0A;
  color: #ffffff;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  html {
    font-size: 1.1990407674vw;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Silka", sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

html,
body {
  background: #0A0A0A;
  max-width: 100vw;
}

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

img,
picture {
  pointer-events: none;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture {
  pointer-events: none;
}

input,
button,
select,
textarea {
  font-family: "Silka", sans-serif;
  color: #0A0A0A;
  font-size: 1.8rem;
  font-weight: 400;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

script[data-swup-ignore-script] ~ iframe {
  display: none;
}

.main-content {
  background: #0A0A0A;
  min-height: 80vh;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .span-1 {
    width: 10.1666666667rem;
  }

  .span-2 {
    width: 22.3333333333rem;
  }

  .span-3 {
    width: 34.5rem;
  }

  .span-4 {
    width: 46.6666666667rem;
  }

  .span-5 {
    width: 58.8333333333rem;
  }

  .span-6 {
    width: 71rem;
  }

  .span-7 {
    width: 83.1666666667rem;
  }

  .span-8 {
    width: 95.3333333333rem;
  }

  .span-9 {
    width: 107.5rem;
  }

  .span-10 {
    width: 119.6666666667rem;
  }

  .span-11 {
    width: 131.8333333333rem;
  }

  .span-12 {
    width: 144rem;
  }

  .span-13 {
    width: 156.1666666667rem;
  }

  .span-14 {
    width: 168.3333333333rem;
  }

  .span-15 {
    width: 180.5rem;
  }

  .span-16 {
    width: 192.6666666667rem;
  }

  .span-17 {
    width: 204.8333333333rem;
  }

  .span-18 {
    width: 217rem;
  }

  .span-19 {
    width: 229.1666666667rem;
  }

  .span-20 {
    width: 241.3333333333rem;
  }

  .offset-g {
    margin-left: 2rem;
  }

  .offset-1 {
    margin-left: 12.1666666667rem;
  }

  .offset-2 {
    margin-left: 24.3333333333rem;
  }

  .offset-3 {
    margin-left: 36.5rem;
  }

  .offset-4 {
    margin-left: 48.6666666667rem;
  }

  .offset-5 {
    margin-left: 60.8333333333rem;
  }

  .offset-6 {
    margin-left: 73rem;
  }

  .offset-7 {
    margin-left: 85.1666666667rem;
  }

  .offset-8 {
    margin-left: 97.3333333333rem;
  }

  .offset-9 {
    margin-left: 109.5rem;
  }

  .offset-10 {
    margin-left: 121.6666666667rem;
  }

  .offset-11 {
    margin-left: 133.8333333333rem;
  }

  .offset-12 {
    margin-left: 146rem;
  }

  .offset-13 {
    margin-left: 158.1666666667rem;
  }

  .offset-14 {
    margin-left: 170.3333333333rem;
  }

  .offset-15 {
    margin-left: 182.5rem;
  }

  .offset-16 {
    margin-left: 194.6666666667rem;
  }

  .offset-17 {
    margin-left: 206.8333333333rem;
  }

  .offset-18 {
    margin-left: 219rem;
  }

  .offset-19 {
    margin-left: 231.1666666667rem;
  }

  .offset-20 {
    margin-left: 243.3333333333rem;
  }
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .tab-span-1 {
    width: 4.9166666667rem;
  }

  .tab-span-2 {
    width: 10.8333333333rem;
  }

  .tab-span-3 {
    width: 16.75rem;
  }

  .tab-span-4 {
    width: 22.6666666667rem;
  }

  .tab-span-5 {
    width: 28.5833333333rem;
  }

  .tab-span-6 {
    width: 34.5rem;
  }

  .tab-span-7 {
    width: 40.4166666667rem;
  }

  .tab-span-8 {
    width: 46.3333333333rem;
  }

  .tab-span-9 {
    width: 52.25rem;
  }

  .tab-span-10 {
    width: 58.1666666667rem;
  }

  .tab-span-11 {
    width: 64.0833333333rem;
  }

  .tab-span-12 {
    width: 70rem;
  }

  .tab-span-13 {
    width: 75.9166666667rem;
  }

  .tab-span-14 {
    width: 81.8333333333rem;
  }

  .tab-span-15 {
    width: 87.75rem;
  }

  .tab-span-16 {
    width: 93.6666666667rem;
  }

  .tab-span-17 {
    width: 99.5833333333rem;
  }

  .tab-span-18 {
    width: 105.5rem;
  }

  .tab-span-19 {
    width: 111.4166666667rem;
  }

  .tab-span-20 {
    width: 117.3333333333rem;
  }

  .offset-g {
    margin-left: 1rem;
  }

  .tab-offset-1 {
    margin-left: 5.9166666667rem;
  }

  .tab-offset-2 {
    margin-left: 11.8333333333rem;
  }

  .tab-offset-3 {
    margin-left: 17.75rem;
  }

  .tab-offset-4 {
    margin-left: 23.6666666667rem;
  }

  .tab-offset-5 {
    margin-left: 29.5833333333rem;
  }

  .tab-offset-6 {
    margin-left: 35.5rem;
  }

  .tab-offset-7 {
    margin-left: 41.4166666667rem;
  }

  .tab-offset-8 {
    margin-left: 47.3333333333rem;
  }

  .tab-offset-9 {
    margin-left: 53.25rem;
  }

  .tab-offset-10 {
    margin-left: 59.1666666667rem;
  }

  .tab-offset-11 {
    margin-left: 65.0833333333rem;
  }

  .tab-offset-12 {
    margin-left: 71rem;
  }

  .tab-offset-13 {
    margin-left: 76.9166666667rem;
  }

  .tab-offset-14 {
    margin-left: 82.8333333333rem;
  }

  .tab-offset-15 {
    margin-left: 88.75rem;
  }

  .tab-offset-16 {
    margin-left: 94.6666666667rem;
  }

  .tab-offset-17 {
    margin-left: 100.5833333333rem;
  }

  .tab-offset-18 {
    margin-left: 106.5rem;
  }

  .tab-offset-19 {
    margin-left: 112.4166666667rem;
  }

  .tab-offset-20 {
    margin-left: 118.3333333333rem;
  }
}

@media screen and (max-width: 600px) {
  .mob-span-1 {
    width: 2.6666666667rem;
  }

  .mob-span-2 {
    width: 5.8333333333rem;
  }

  .mob-span-3 {
    width: 9rem;
  }

  .mob-span-4 {
    width: 12.1666666667rem;
  }

  .mob-span-5 {
    width: 15.3333333333rem;
  }

  .mob-span-6 {
    width: 18.5rem;
  }

  .mob-span-7 {
    width: 21.6666666667rem;
  }

  .mob-span-8 {
    width: 24.8333333333rem;
  }

  .mob-span-9 {
    width: 28rem;
  }

  .mob-span-10 {
    width: 31.1666666667rem;
  }

  .mob-span-11 {
    width: 34.3333333333rem;
  }

  .mob-span-12 {
    width: 37.5rem;
  }

  .mob-span-13 {
    width: 40.6666666667rem;
  }

  .mob-span-14 {
    width: 43.8333333333rem;
  }

  .mob-span-15 {
    width: 47rem;
  }

  .mob-span-16 {
    width: 50.1666666667rem;
  }

  .mob-span-17 {
    width: 53.3333333333rem;
  }

  .mob-span-18 {
    width: 56.5rem;
  }

  .mob-span-19 {
    width: 59.6666666667rem;
  }

  .mob-span-20 {
    width: 62.8333333333rem;
  }

  .offset-g {
    margin-left: 0.5rem;
  }

  .mob-offset-1 {
    margin-left: 3.1666666667rem;
  }

  .mob-offset-2 {
    margin-left: 6.3333333333rem;
  }

  .mob-offset-3 {
    margin-left: 9.5rem;
  }

  .mob-offset-4 {
    margin-left: 12.6666666667rem;
  }

  .mob-offset-5 {
    margin-left: 15.8333333333rem;
  }

  .mob-offset-6 {
    margin-left: 19rem;
  }

  .mob-offset-7 {
    margin-left: 22.1666666667rem;
  }

  .mob-offset-8 {
    margin-left: 25.3333333333rem;
  }

  .mob-offset-9 {
    margin-left: 28.5rem;
  }

  .mob-offset-10 {
    margin-left: 31.6666666667rem;
  }

  .mob-offset-11 {
    margin-left: 34.8333333333rem;
  }

  .mob-offset-12 {
    margin-left: 38rem;
  }

  .mob-offset-13 {
    margin-left: 41.1666666667rem;
  }

  .mob-offset-14 {
    margin-left: 44.3333333333rem;
  }

  .mob-offset-15 {
    margin-left: 47.5rem;
  }

  .mob-offset-16 {
    margin-left: 50.6666666667rem;
  }

  .mob-offset-17 {
    margin-left: 53.8333333333rem;
  }

  .mob-offset-18 {
    margin-left: 57rem;
  }

  .mob-offset-19 {
    margin-left: 60.1666666667rem;
  }

  .mob-offset-20 {
    margin-left: 63.3333333333rem;
  }
}

#main {
  max-width: 100vw;
  overflow: hidden;
}

.h1,
.h2,
.h25,
.h3,
.h35,
.h4 {
  font-weight: 300;
  line-height: 1.07;
  margin-left: -0.05em;
}

.h1 strong,
.h2 strong,
.h25 strong,
.h3 strong,
.h35 strong,
.h4 strong {
  font-weight: 500;
  font-style: italic;
}

.h1.u-fw500 strong,
.h2.u-fw500 strong,
.h25.u-fw500 strong,
.h3.u-fw500 strong,
.h35.u-fw500 strong,
.h4.u-fw500 strong {
  font-weight: 600;
}

.accent-red .h-altAccent strong {
  color: #FD6A6B;
}

.accent-blue .h-altAccent strong {
  color: #5C5CFF;
}

.accent-yellow .h-altAccent strong {
  color: #E7C433;
}

.h1,
.h1 .letter {
  font-size: 8rem;
  line-height: 1.15;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .h1,
  .h1 .letter {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 600px) {
  .h1,
  .h1 .letter {
    font-size: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .h1--smallMob,
  .h1--smallMob .letter {
    font-size: 3.2rem;
  }
}

.h2,
.h2 .letter {
  font-size: 6.5rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .h2,
  .h2 .letter {
    font-size: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .h2,
  .h2 .letter {
    font-size: 3.2rem;
  }
}

.h25,
.h25 .letter {
  font-size: 5.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .h25,
  .h25 .letter {
    font-size: 4.1rem;
  }
}

@media screen and (max-width: 600px) {
  .h25,
  .h25 .letter {
    font-size: 2.8rem;
  }
}

.h3,
.h3 .letter {
  font-size: 4.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .h3,
  .h3 .letter {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 600px) {
  .h3,
  .h3 .letter {
    font-size: 3.2rem;
  }

  .h3--midMob,
  .h3 .letter--midMob {
    font-size: 2.5rem;
  }

  .h3--smallMob,
  .h3 .letter--smallMob {
    font-size: 2rem;
  }
}

.h35,
.h35 .letter {
  font-size: 3.2rem;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .h35,
  .h35 .letter {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .h35,
  .h35 .letter {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.h4 {
  font-size: 2.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .h4 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .h4 {
    font-size: 2rem;
  }
}

.h4.h-anim {
  font-size: 0;
}

.h4.h-anim .letter {
  font-size: 2.8rem;
}

.h-anim {
  font-size: 0;
}

.body {
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 400;
}

.body p + p {
  margin-top: 1em;
}

.body strong {
  font-weight: 600;
}

.body a {
  -webkit-transition: color 100ms;
  -o-transition: color 100ms;
  transition: color 100ms;
  text-decoration: underline;
}

.body ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4rem;
}

.body ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4rem;
}

.body li {
  display: list-item;
}

.body--plainLinks a {
  text-decoration: none;
  cursor: pointer;
}

@media (hover: hover) {
  .body--plainLinks a:hover {
    text-decoration: underline;
  }
}

.body--bumpUp {
  font-size: 2rem;
}

.body--small {
  font-size: 1.3rem;
}

.body--mid {
  font-size: 2.2rem;
}

.body--large {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  .body {
    font-size: 1.5rem;
  }

  .body--bumpUp {
    font-style: 1.6rem;
  }

  .body--mid {
    font-style: 1.8rem;
  }

  .body--large {
    font-size: 1.9rem;
  }

  .body--small {
    font-size: 1.3rem;
  }

  .body--smallMob {
    font-size: 1.4rem;
  }
}

.subheading {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.062em;
  line-height: 1.13;
  font-weight: 600;
}

.subheading--huge {
  font-size: 2.4rem;
  font-weight: 500;
}

.subheading--small {
  font-size: 1.4rem;
  letter-spacing: 0.111em;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .subheading {
    font-size: 1.5rem;
  }

  .subheading--smallMob {
    font-size: 1.3rem;
  }

  .subheading--small {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .subheading {
    font-size: 1.5rem;
  }

  .subheading--smallMob {
    font-size: 1.3rem;
  }

  .subheading--small {
    font-size: 1rem;
  }
}

.subtext {
  color: #7E7E7E;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .subtext {
    font-size: 1.2rem;
  }
}

.backLink {
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  top: 14rem;
}

.backLink:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 1em;
  width: 0.5em;
  height: 1em;
  margin-bottom: -0.2em;
  background-image: url(/assets/images/ui/backlink-caret.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 95%;
}

@media screen and (max-width: 600px) {
  .backLink {
    top: 8rem;
  }
}

.hoverline,
.body--hoverlinks a {
  position: relative;
  text-decoration: none;
}

.hoverline:before,
.body--hoverlinks a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #ffffff;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (hover: hover) {
  .hoverline:hover:before,
  .body--hoverlinks a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}

.body--hoverlinks a::before {
  background: #0A0A0A;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2rem;
  height: 10rem;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  padding-left: 12rem;
  padding-right: 12rem;
  color: #ffffff;
  -webkit-transition: background 200ms linear, color 200ms linear;
  -o-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .nav {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .nav {
    padding-left: 3.1666666667rem;
    padding-right: 3.1666666667rem;
  }
}

.nav__logo {
  height: 4rem;
}

.nav__logo svg {
  height: 100%;
  width: auto;
}

.nav__logo svg .fill {
  fill: #ffffff;
  -webkit-transition: fill 100ms linear;
  -o-transition: fill 100ms linear;
  transition: fill 100ms linear;
}

.nav__links {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
}

.nav__link {
  display: inline-block;
  padding: 2rem;
  position: relative;
}

.nav__link:before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 1px;
  background: #ffffff;
  -webkit-transition: background 200ms linear, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  transition: background 200ms linear, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  -o-transition: background 200ms linear, transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  transition: background 200ms linear, transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  transition: background 200ms linear, transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.nav__link--active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

@media (hover: hover) {
  .nav__link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}

.nav__button {
  -webkit-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
}

.nav__toggle,
.nav__sm {
  display: none;
}

.menu-dark:not(.menu-open) .nav,
.scrolled:not(.menu-open) .nav {
  color: #0A0A0A;
}

.menu-dark:not(.menu-open) .nav__link:before,
.scrolled:not(.menu-open) .nav__link:before {
  background: #0A0A0A;
}

.menu-dark:not(.menu-open) .nav__button,
.scrolled:not(.menu-open) .nav__button {
  border-color: #0A0A0A;
}

.menu-dark:not(.menu-open) .nav__button:after,
.scrolled:not(.menu-open) .nav__button:after {
  background: #0A0A0A;
}

@media (hover: hover) {
  .menu-dark:not(.menu-open) .nav__button .button__inner:hover,
  .scrolled:not(.menu-open) .nav__button .button__inner:hover {
    color: #ffffff;
  }
}

.menu-dark:not(.menu-open) .nav__logo svg .fill,
.scrolled:not(.menu-open) .nav__logo svg .fill {
  fill: #0A0A0A;
}

.menu-dark:not(.menu-open) .nav__toggle .hamburger__line,
.scrolled:not(.menu-open) .nav__toggle .hamburger__line {
  background: #0A0A0A;
}

.scrolled .nav {
  background: white;
}

@media screen and (max-width: 1000px) {
  .nav {
    padding: 0 2.8rem;
    height: 8rem;
  }

  .nav__logo {
    height: 2.8rem;
    position: relative;
    z-index: 1;
  }

  .nav__links {
    position: absolute;
    top: calc(45vh - 5rem);
    left: 15vw;
    width: 70vw;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__link {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 500;
    padding: 1rem;
    margin: calc(5vh - 3rem) 0;
    line-height: 1.3;
  }

  .nav__link:before {
    display: none;
  }

  .nav__link--active {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1000px) and (min-width: 600px) {
  .nav__link {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .nav__cta {
    position: absolute;
    bottom: calc(17rem - 100vh);
    z-index: 1;
    width: 100vw;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .nav__links,
  .nav__cta {
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    pointer-events: none;
  }
}

@media screen and (max-width: 1000px) {
  .nav__sm {
    display: block;
    margin-top: calc(13vh - 4rem);
  }
}

@media screen and (max-width: 1000px) {
  .nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #0A0A0A;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

@media screen and (max-width: 1000px) {
  .nav__toggle {
    display: block;
    padding: 2rem;
    margin-right: -2rem;
  }
}

@media screen and (max-width: 1000px) {
  .menu-open .nav {
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }

  .menu-open .nav:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .menu-open .nav__links,
  .menu-open .nav__cta {
    opacity: 1;
    -webkit-transition: opacity 300ms 300ms linear;
    -o-transition: opacity 300ms 300ms linear;
    transition: opacity 300ms 300ms linear;
    pointer-events: auto;
  }
}

.section {
  position: relative;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-left: 12rem;
  padding-right: 12rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .section__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .section__inner {
    padding-left: 3.1666666667rem;
    padding-right: 3.1666666667rem;
  }
}

.section--standard {
  padding-top: 22rem;
  padding-bottom: 24rem;
}

.section--standard.section--angle,
.section--standard.section--angleBefore {
  padding-top: 15rem;
}

.section--standard.section--angle,
.section--standard.section--angleAfter {
  padding-bottom: 17rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .section--standard {
    padding-top: 20rem;
    padding-bottom: 26rem;
  }

  .section--standard.section--angle,
  .section--standard.section--angleBefore {
    padding-top: 8rem;
  }

  .section--standard.section--angle,
  .section--standard.section--angleAfter {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 600px) {
  .section--standard {
    padding-top: 17rem;
    padding-bottom: 12rem;
  }

  .section--standard.section--angle,
  .section--standard.section--angleBefore {
    padding-top: 5rem;
  }

  .section--standard.section--angle,
  .section--standard.section--angleAfter {
    padding-bottom: 5rem;
  }
}

.section--noTop {
  padding-top: 0;
}

.section--ctaLink {
  padding-bottom: 14rem;
}

@media screen and (max-width: 600px) {
  .section--ctaLink {
    padding-top: 10rem;
    padding-bottom: 0rem;
  }
}

.section--ctaLink.section--angleBefore {
  padding-top: 6rem;
}

@media screen and (max-width: 600px) {
  .section--ctaLink.section--angleBefore {
    padding-top: 0;
  }

  .section--ctaLink.section--angleBefore .ctaLink {
    padding-top: 2rem;
  }
}

.section--ctaShort {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media screen and (max-width: 600px) {
  .section--ctaShort {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}

.section--angle,
.section--angleBefore,
.section--angleAfter {
  position: relative;
  z-index: 2;
}

.section--angle:before,
.section--angle:after,
.section--angleBefore:before,
.section--angleAfter:after {
  content: "";
  position: absolute;
  height: 12.5rem;
  width: 100%;
  background: #0A0A0A;
}

.section--angle:before,
.section--angleBefore:before {
  top: 0;
  -webkit-transform: translateY(-50%) skewY(-4deg);
  -ms-transform: translateY(-50%) skewY(-4deg);
  transform: translateY(-50%) skewY(-4deg);
}

.section--angle:after,
.section--angleAfter:after {
  bottom: 0;
  -webkit-transform: translateY(50%) skewY(-4deg);
  -ms-transform: translateY(50%) skewY(-4deg);
  transform: translateY(50%) skewY(-4deg);
}

.section--white {
  background: #ffffff;
  color: #0A0A0A;
}

.section--white:before,
.section--white:after {
  background: #ffffff;
}

.section--midGrey {
  background: #1C1D1F;
}

.section--midGrey:before,
.section--midGrey:after {
  background: #1C1D1F;
}

.section--offWhite {
  background: #F3F3F3;
  color: #0A0A0A;
}

.section--offWhite:before,
.section--offWhite:after {
  background: #F3F3F3;
}

.section--red {
  background: #FD6A6B;
  color: #ffffff;
}

.section--red:before,
.section--red:after {
  background: #FD6A6B;
}

.section--blue {
  background: #5D62FB;
  color: #ffffff;
}

.section--blue:before,
.section--blue:after {
  background: #5D62FB;
}

.section--yellow {
  background: #FFDD50;
  color: #0A0A0A;
}

.section--yellow:before,
.section--yellow:after {
  background: #FFDD50;
}

.footer {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12rem;
  padding-right: 12rem;
  color: #ffffff;
  background: #161616;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .footer {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    padding-left: 3.1666666667rem;
    padding-right: 3.1666666667rem;
  }
}

.footer__logo {
  height: 3.5rem;
}

.footer__logo svg {
  height: 100%;
  width: auto;
}

.footer__logo svg .fill {
  fill: #ffffff;
}

.footer__social {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
}

.footer__links {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__legal {
  margin-right: 5rem;
}

.footer__spacer {
  display: inline-block;
  padding: 0 0.5em;
}

@media screen and (max-width: 1000px) {
  .footer {
    height: auto;
    width: 100%;
    padding: 2.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo {
    height: 2.2rem;
  }

  .footer__social {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .footer__links {
    margin-top: 2rem;
    min-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__legal {
    font-size: 1.2rem;
  }
}

.img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.button {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  left: -10%;
  width: 120%;
  height: 180%;
  top: -40%;
  background: white;
  -webkit-transform: rotate(-10deg) scaleY(0);
  -ms-transform: rotate(-10deg) scaleY(0);
  transform: rotate(-10deg) scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.button__inner {
  display: inline-block;
  padding: 1.5rem 2.4rem 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
  cursor: pointer;
}

.button:hover .button__inner {
  color: #0A0A0A;
}

.button:hover::after {
  -webkit-transform: rotate(-10deg) scaleY(1);
  -ms-transform: rotate(-10deg) scaleY(1);
  transform: rotate(-10deg) scaleY(1);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.button--small .button__inner {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.6rem 2.5rem;
}

.button--shaded {
  background: #0A0A0A;
}

.button--white {
  color: #ffffff;
}

@media (hover: hover) {
  .button--accent:hover .button__inner {
    color: #ffffff;
  }
}

@media screen and (max-width: 600px) {
  .button__inner {
    font-size: 1.4rem;
  }
}

.iconButton {
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.iconButton + .iconButton {
  margin-left: 1rem;
}

.iconButton .fill {
  fill: #ffffff;
}

.iconButton--arrow {
  width: 6rem;
  height: 6rem;
}

.iconButton--arrow .iconButton__arrow {
  position: absolute;
  width: 40%;
}

.iconButton--arrow .iconButton__arrow svg {
  width: 100%;
}

.iconButton--arrow .iconButton__arrow:nth-child(2) {
  -webkit-transform: translateX(-250%);
  -ms-transform: translateX(-250%);
  transform: translateX(-250%);
}

.iconButton--arrow:hover .iconButton__arrow:nth-child(1) {
  -webkit-transform: translateX(250%);
  -ms-transform: translateX(250%);
  transform: translateX(250%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.iconButton--arrow:hover .iconButton__arrow:nth-child(2) {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.iconButton--small {
  width: 2.5rem;
  height: 2.5rem;
}

.iconButton--small svg {
  width: 1rem;
  height: auto;
}

.iconButton--number {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.iconButton--number svg {
  width: 1rem;
  height: auto;
}

.iconButton--opHover {
  opacity: 0.5;
  -webkit-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

@media (hover: hover) {
  .iconButton--opHover:hover {
    opacity: 1;
  }
}

.iconButton--flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.iconButton--fill {
  background: #ffffff;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .iconButton--arrow {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .iconButton--arrow {
    width: 3rem;
    height: 3rem;
  }
}

.section--white .button:not(.button--white):not(.button--accent),
.section--yellow .button {
  border-color: #0A0A0A;
}

.section--white .button:not(.button--white):not(.button--accent):after,
.section--yellow .button:after {
  background: #0A0A0A;
}

@media (hover: hover) {
  .section--white .button:not(.button--white):not(.button--accent):hover .button__inner,
  .section--yellow .button:hover .button__inner {
    color: #ffffff;
  }
}

.section--white .iconButton .fill {
  fill: #0A0A0A;
}

.section--offWhite .iconButton .fill {
  fill: #0A0A0A;
}

.accent-blue .button--accent,
.accent-blue .iconButton {
  border-color: #5D62FB;
}

.accent-blue .button--accent::after {
  background: #5D62FB;
}

.accent-red .button--accent,
.accent-red .iconButton {
  border-color: #FD6A6B;
}

.accent-red .button--accent::after {
  background: #FD6A6B;
}

.accent-yellow .button--accent,
.accent-yellow .iconButton {
  border-color: #FFDD50;
}

.accent-yellow .button--accent::after {
  background: #FFDD50;
}

.section--white .accent-yellow .iconButton {
  border-color: #0A0A0A;
}

.section--red .iconButton--fill svg .fill {
  fill: #FD6A6B;
}

.section--blue .iconButton--fill svg .fill {
  fill: #5D62FB;
}

.section--yellow .iconButton--fill svg .fill {
  fill: #FFDD50;
}

.projectCardGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -13rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .projectCardGrid {
    padding: 0 0rem;
  }
}

@media screen and (max-width: 600px) {
  .projectCardGrid {
    margin: 0 -1.545rem;
  }
}

.projectCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .projectCard {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .projectCard {
    margin-bottom: 3rem;
  }
}

.projectCard__image {
  background: #1C1D1F;
  position: relative;
  overflow: hidden;
}

.projectCard__image .wistiaEmbed {
  height: 100%;
}

.projectCard__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.projectCard.hide {
  display: none;
}

.projectCard.c--1,
.projectCard.c--5 {
  width: 64rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projectCard.c--1 .projectCard__image,
.projectCard.c--5 .projectCard__image {
  width: 100%;
  height: 64.4rem;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .projectCard.c--1,
  .projectCard.c--5 {
    width: 34rem;
  }

  .projectCard.c--1 .projectCard__image,
  .projectCard.c--5 .projectCard__image {
    height: 34rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .projectCard.c--1,
  .projectCard.c--5 {
    width: 15.8rem;
  }

  .projectCard.c--1 .projectCard__image,
  .projectCard.c--5 .projectCard__image {
    height: 15.7rem;
    margin-bottom: 2rem;
  }
}

.projectCard.c--2,
.projectCard.c--4 {
  width: 64rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projectCard.c--2 .projectCard__image,
.projectCard.c--4 .projectCard__image {
  width: 100%;
  height: 48rem;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .projectCard.c--2,
  .projectCard.c--4 {
    width: 34rem;
  }

  .projectCard.c--2 .projectCard__image,
  .projectCard.c--4 .projectCard__image {
    height: 26rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .projectCard.c--2,
  .projectCard.c--4 {
    width: 15.8rem;
  }

  .projectCard.c--2 .projectCard__image,
  .projectCard.c--4 .projectCard__image {
    height: 12.2rem;
    margin-bottom: 2rem;
  }
}

.projectCard.c--3,
.projectCard.c--6 {
  width: 100%;
}

.projectCard.c--3 .projectCard__image,
.projectCard.c--6 .projectCard__image {
  width: 100%;
  height: 53rem;
  margin-right: 8.1666666667rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .projectCard.c--3 .projectCard__image,
  .projectCard.c--6 .projectCard__image {
    height: 32rem;
    width: 39rem;
    min-width: 39rem;
    margin-right: 4rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .projectCard.c--3,
  .projectCard.c--6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projectCard.c--3 .projectCard__image,
  .projectCard.c--6 .projectCard__image {
    height: 19.2rem;
    margin-bottom: 2rem;
  }
}

.projectCard .brackets {
  padding: 1rem;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

@media (hover: hover) {
  .projectCard:hover .brackets {
    opacity: 1;
  }

  .projectCard:hover .projectCard__img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}

.originalCard {
  display: inline-block;
  margin-bottom: 8rem;
  width: 34.5rem;
  margin-right: 12.1666666667rem;
  vertical-align: top;
  position: relative;
}

.originalCard:nth-child(odd) {
  margin-top: 13rem;
}

.originalCard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.originalCard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0rem;
}

.originalCard__title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 4.5rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .originalCard {
    width: 22.6666666667rem;
    margin-right: 5.9166666667rem;
  }

  .originalCard:nth-child(odd) {
    margin-top: 10rem;
  }

  .originalCard__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .originalCard {
    width: 15.3333333333rem;
    margin-right: 3.1666666667rem;
  }

  .originalCard:nth-child(odd) {
    margin-top: 7rem;
  }

  .originalCard__content {
    padding: 1.5rem 0;
  }

  .originalCard__title {
    font-size: 2rem;
  }
}

.staffCardGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .staffCardGrid {
    margin: 0 -1.545rem;
  }
}

.staffCard {
  width: 34rem;
  margin-bottom: 8rem;
}

.staffCard__image {
  height: 45rem;
  background: #7E7E7E;
  margin-bottom: 2rem;
}

.staffCard__image .brackets {
  z-index: 2;
}

.staffCard__primary,
.staffCard__alternate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 200ms, -webkit-transform ease-out 2000ms;
  transition: opacity 200ms, -webkit-transform ease-out 2000ms;
  -o-transition: opacity 200ms, transform ease-out 2000ms;
  transition: opacity 200ms, transform ease-out 2000ms;
  transition: opacity 200ms, transform ease-out 2000ms, -webkit-transform ease-out 2000ms;
}

.staffCard__alternate {
  opacity: 0;
  z-index: 1;
}

.staffCard:hover .staffCard__primary,
.staffCard:hover .staffCard__alternate {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.staffCard:hover .staffCard__alternate {
  opacity: 1;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .staffCard {
    width: 22.5rem;
    margin-bottom: 5rem;
  }

  .staffCard__image {
    height: 30rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .staffCard {
    width: 16.5rem;
    margin-bottom: 4rem;
  }

  .staffCard__image {
    height: 22rem;
    margin-bottom: 1rem;
  }
}

.ctaLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10rem 12.1666666667rem;
}

.ctaLink__subheading {
  width: 10.1666666667rem;
  margin-right: 12.1666666667rem;
  padding-top: 2rem;
}

.ctaLink__link {
  width: 71rem;
  font-size: 8rem;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

.ctaLink__link:before,
.ctaLink__link::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .ctaLink__link {
    font-size: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .ctaLink__link {
    font-size: 2.5rem;
  }
}

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

.ctaLink .ctaLink__link::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

@media (hover: hover) {
  .ctaLink:hover .ctaLink__link::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .ctaLink:hover .iconButton--arrow .iconButton__arrow:nth-child(1) {
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .ctaLink:hover .iconButton--arrow .iconButton__arrow:nth-child(2) {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

@media screen and (max-width: 1000px) {
  .ctaLink.in .ctaLink__link::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .ctaLink.in .iconButton--arrow .iconButton__arrow:nth-child(1) {
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .ctaLink.in .iconButton--arrow .iconButton__arrow:nth-child(2) {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.ctaLink__arrow {
  padding-top: 2rem;
  width: 10.1666666667rem;
  margin-left: 12.1666666667rem;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .ctaLink {
    padding: 5rem 0 5rem;
  }

  .ctaLink__subheading {
    width: 4.9166666667rem;
    margin-right: 5.9166666667rem;
    padding-top: 1rem;
  }

  .ctaLink__link {
    width: 46.3333333333rem;
  }

  .ctaLink__arrow {
    padding-top: 1rem;
    width: 4.9166666667rem;
    margin-left: 5.9166666667rem;
  }
}

@media screen and (max-width: 600px) {
  .ctaLink {
    padding: 5rem 0 8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ctaLink__subheading {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 1rem;
  }

  .ctaLink__link {
    width: 23.25rem;
  }

  .ctaLink__arrow {
    padding-top: 1rem;
    width: 2.6666666667rem;
    margin-left: 1.5833333333rem;
    margin-right: 1.5833333333rem;
  }
}

.section--ctaLink:not(.noAccent) .accent-red .ctaLink__link::before,
.section--ctaLink:not(.noAccent) .accent-red .ctaLink__link::after {
  background: #FD6A6B;
}

.section--ctaLink:not(.noAccent) .accent-yellow .ctaLink__link::before,
.section--ctaLink:not(.noAccent) .accent-yellow .ctaLink__link::after {
  background: #FFDD50;
}

.section--ctaLink:not(.noAccent) .accent-blue .ctaLink__link::before,
.section--ctaLink:not(.noAccent) .accent-blue .ctaLink__link::after {
  background: #5D62FB;
}

.section--ctaLink.noAccent .iconButton {
  border-color: #ffffff !important;
}

.courseLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 36rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  margin: 0 -2rem;
}

.courseLink:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.courseLink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0A0A;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleY(0) skewY(-20deg);
  -ms-transform: scaleY(0) skewY(-20deg);
  transform: scaleY(0) skewY(-20deg);
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  z-index: -1;
}

@media (hover: hover) {
  .courseLink:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .courseLink:hover .courseLink__content {
    color: #ffffff;
  }
}

.courseLink__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  max-width: 58.8333333333rem;
  -webkit-transition: color 300ms 100ms linear;
  -o-transition: color 300ms 100ms linear;
  transition: color 300ms 100ms linear;
}

.courseLink__image {
  min-height: 100%;
  min-width: 46.6666666667rem;
  max-width: 46.6666666667rem;
  background: #7E7E7E;
}

.courseLink__price {
  font-size: 3rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .courseLink {
    min-height: 33rem;
  }

  .courseLink__content {
    max-width: 40.4166666667rem;
  }

  .courseLink__image {
    min-width: 28.5833333333rem;
    max-width: 28.5833333333rem;
  }
}

@media screen and (max-width: 600px) {
  .courseLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .courseLink__image {
    height: 18rem;
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.5rem;
  }

  .courseLink__price {
    font-size: 2.5rem;
  }
}

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar__image {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  background: #7E7E7E;
  margin-right: 3rem;
}

.avatar__content {
  font-size: 1.8rem;
}

.avatar__name {
  line-height: 1.5;
  font-weight: 500;
  display: block;
}

.avatar__secondary {
  font-weight: 400;
}

.avatar--large .avatar__image {
  width: 7.5rem;
  height: 7.5rem;
  min-width: 7.5rem;
  min-height: 7.5rem;
}

.avatar--large .avatar__content {
  font-size: 2rem;
}

.avatar--large .avatar__name {
  font-weight: 600;
}

.avatar--large .avatar__secondary {
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .avatar__image {
    margin-right: 1.5rem;
    min-width: 4rem;
    min-height: 4rem;
    width: 4rem;
    height: 4rem;
  }

  .avatar--large .avatar__content {
    font-size: 1.6rem;
  }

  .avatar--large .avatar__name {
    margin-bottom: 0.25rem;
  }
}

[data-wistia-play] {
  cursor: pointer;
}

.wistia-hide-playing {
  -webkit-transition: opacity 300ms 100ms linear;
  -o-transition: opacity 300ms 100ms linear;
  transition: opacity 300ms 100ms linear;
}

.wistia-state-playing .wistia-hide-playing {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.wistia-show-playing {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

@media screen and (min-width: 1000px) {
  .wistia-show-playing.wistia-bonk-playing {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wistia-state-playing .wistia-show-playing {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.wistiaEmbed video {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

@media screen and (max-width: 1000px) {
  .wistia_embed_initialized {
    height: 100%;
  }
}

.mask {
  position: relative;
}

.mask__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mask__mask .wistiaEmbed {
  height: 100%;
  width: 100%;
}

.mask__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html:not(.no-anima) .mask__slice {
  position: absolute;
}

html:not(.no-anima) .mask__slice .mask__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

html:not(.no-anima) .mask__slice:nth-child(odd) .mask__inner {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

html:not(.no-anima) .mask--red .mask__inner {
  background: #FD6A6B;
}

.mask .mask__slice {
  width: 20%;
  height: 100%;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.mask .mask__slice:nth-child(1) {
  left: 0%;
}

.mask .mask__slice:nth-child(2) {
  left: 20%;
}

.mask .mask__slice:nth-child(3) {
  left: 40%;
}

.mask .mask__slice:nth-child(4) {
  left: 60%;
}

.mask .mask__slice:nth-child(5) {
  left: 80%;
}

.mask01 .mask__mask {
  -webkit-clip-path: url("#mask01");
  clip-path: url("#mask01");
}

.mask01 .mask__slice:nth-child(1) {
  left: -8%;
  top: 0%;
  width: 20%;
  height: 120%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.mask01 .mask__slice:nth-child(2) {
  left: 15.5%;
  top: 2%;
  width: 21%;
  height: 100%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.mask01 .mask__slice:nth-child(3) {
  left: 46%;
  top: 19%;
  width: 20%;
  height: 75%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.mask01 .mask__slice:nth-child(4) {
  left: 60%;
  top: 0%;
  width: 20%;
  height: 100%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.mask01 .mask__slice:nth-child(5) {
  display: none;
}

.mask02 .mask__mask {
  -webkit-clip-path: url("#mask02");
  clip-path: url("#mask02");
}

.mask02 .mask__slice:nth-child(1) {
  left: 90%;
  top: 0%;
  width: 20%;
  height: 150%;
  -webkit-transform: rotate(71deg);
  -ms-transform: rotate(71deg);
  transform: rotate(71deg);
}

.mask02 .mask__slice:nth-child(2) {
  left: 76%;
  top: 19%;
  width: 15.5%;
  height: 130%;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
}

.mask02 .mask__slice:nth-child(3) {
  left: 82%;
  top: 36%;
  width: 15%;
  height: 95%;
  -webkit-transform: rotate(64deg);
  -ms-transform: rotate(64deg);
  transform: rotate(64deg);
}

.mask02 .mask__slice:nth-child(4) {
  left: 65%;
  top: 76%;
  width: 27%;
  height: 50%;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.mask02 .mask__slice:nth-child(5) {
  display: none;
}

.mask03 .mask__mask {
  -webkit-clip-path: url("#mask03");
  clip-path: url("#mask03");
}

.mask04 .mask__mask {
  -webkit-clip-path: url("#mask04");
  clip-path: url("#mask04");
}

html:not(.masks-ready) .mask > * {
  opacity: 0;
}

html.masks-ready:not(.no-anima) .mask.in .mask__inner {
  -webkit-transform: scaleY(0) !important;
  -ms-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
}

html.masks-ready:not(.no-anima) .mask.in .mask__slice:nth-child(1) .mask__inner {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 0ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 0ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 0ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 0ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 0ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 0ms;
}

html.masks-ready:not(.no-anima) .mask.in .mask__slice:nth-child(2) .mask__inner {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 200ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 200ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 200ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 200ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 200ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms 200ms;
}

html.masks-ready:not(.no-anima) .mask.in .mask__slice:nth-child(3) .mask__inner {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms 400ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms 400ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms 400ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms 400ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms 400ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 250ms 400ms;
}

html.masks-ready:not(.no-anima) .mask.in .mask__slice:nth-child(4) .mask__inner {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 600ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 600ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 600ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 600ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 600ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 600ms;
}

html.masks-ready:not(.no-anima) .mask.in .mask__slice:nth-child(5) .mask__inner {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 800ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 800ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 800ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 800ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 800ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 300ms 800ms;
}

.socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

.socialLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  opacity: 0.7;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

@media (hover: hover) {
  .socialLinks__link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .socialLinks__link {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.socialLinks__svg {
  width: 100%;
  height: auto;
  max-width: 2rem;
  max-height: 2rem;
}

.socialLinks__svg .fill {
  fill: #ffffff;
  -webkit-transition: fill 100ms linear;
  -o-transition: fill 100ms linear;
  transition: fill 100ms linear;
}

.socialLinks__svg .stroke {
  stroke: #ffffff;
  -webkit-transition: stroke 100ms linear;
  -o-transition: stroke 100ms linear;
  transition: stroke 100ms linear;
}

@media screen and (max-width: 600px) {
  .socialLinks__svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.socialLinks--large .socialLinks__link {
  width: 5.5rem;
  height: 5.5rem;
}

@media screen and (max-width: 600px) {
  .socialLinks--large .socialLinks__link {
    width: 4rem;
    height: 4rem;
  }
}

.socialLinks--large .socialLinks__svg {
  max-width: 2.6rem;
  max-height: 2.6rem;
}

@media screen and (max-width: 600px) {
  .socialLinks--large .socialLinks__svg {
    width: 2rem;
    height: 2rem;
  }
}

.socialLinks--accentHover .socialLinks__link {
  opacity: 1;
  margin-top: 1rem;
}

.socialLinks--accentHover .socialLinks__link .socialLinks__svg .fill {
  fill: #0A0A0A;
}

.socialLinks--accentHover .socialLinks__link .socialLinks__svg .stroke {
  stroke: #0A0A0A;
}

@media (hover: hover) {
  .socialLinks--accentHover .socialLinks__link:hover .socialLinks__svg .fill {
    fill: #5D62FB;
  }

  .socialLinks--accentHover .socialLinks__link:hover .socialLinks__svg .stroke {
    stroke: #5D62FB;
  }
}

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

.brackets__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.brackets__bracket {
  width: 5rem;
  height: 5rem;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 800ms;
  transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 800ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 800ms, opacity 300ms linear;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 800ms, opacity 300ms linear;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 800ms, opacity 300ms linear, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 800ms;
}

.brackets__tl {
  top: 0;
  left: 0;
}

.brackets__tl:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.brackets__tr {
  top: 0;
  right: 0;
}

.brackets__tr:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brackets__bl {
  bottom: 0;
  left: 0;
}

.brackets__bl:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.brackets__br {
  bottom: 0;
  right: 0;
}

.brackets__br:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brackets--small .brackets__bracket {
  width: 3rem;
  height: 3rem;
}

.brackets--bg .brackets__bracket:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/ui/bracket.svg);
  background-size: 95% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.brackets--bg .brackets__tl:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.brackets--bg .brackets__tr:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brackets--bg .brackets__bl:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.brackets--bg .brackets__br:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brackets--svg .brackets__bracket svg {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.brackets--svg .brackets__tl svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.brackets--svg .brackets__tr svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brackets--svg .brackets__bl svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.brackets--svg .brackets__br svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (hover: hover) {
  .brackets--hoverExpand:hover .brackets__tl {
    -webkit-transform: translate3d(-2rem, -2rem, 0);
    transform: translate3d(-2rem, -2rem, 0);
  }

  .brackets--hoverExpand:hover .brackets__tr {
    -webkit-transform: translate3d(2rem, -2rem, 0);
    transform: translate3d(2rem, -2rem, 0);
  }

  .brackets--hoverExpand:hover .brackets__bl {
    -webkit-transform: translate3d(-2rem, 2rem, 0);
    transform: translate3d(-2rem, 2rem, 0);
  }

  .brackets--hoverExpand:hover .brackets__br {
    -webkit-transform: translate3d(2rem, 2rem, 0);
    transform: translate3d(2rem, 2rem, 0);
  }

  .brackets--hoverExpand:hover .brackets__bracket {
    -webkit-transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    -o-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, opacity 300ms linear;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, opacity 300ms linear;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, opacity 300ms linear, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
  }
}

@media (hover: hover) {
  .brackets--hoverContract:hover .brackets__tl {
    -webkit-transform: translate3d(2rem, 2rem, 0);
    transform: translate3d(2rem, 2rem, 0);
  }

  .brackets--hoverContract:hover .brackets__tr {
    -webkit-transform: translate3d(-2rem, 2rem, 0);
    transform: translate3d(-2rem, 2rem, 0);
  }

  .brackets--hoverContract:hover .brackets__bl {
    -webkit-transform: translate3d(2rem, -2rem, 0);
    transform: translate3d(2rem, -2rem, 0);
  }

  .brackets--hoverContract:hover .brackets__br {
    -webkit-transform: translate3d(-2rem, -2rem, 0);
    transform: translate3d(-2rem, -2rem, 0);
  }

  .brackets--hoverContract:hover .brackets__bracket {
    -webkit-transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    -o-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, opacity 300ms linear;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, opacity 300ms linear;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, opacity 300ms linear, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
  }
}

.brackets--hoverFade .brackets__bracket {
  opacity: 0;
}

@media (hover: hover) {
  .brackets--hoverFade:hover .brackets__bracket {
    opacity: 1;
  }
}

html:not(.no-anima) .brackets--animaExpand:not(.in) .brackets__tl {
  -webkit-transform: translate3d(4rem, 4rem, 0);
  transform: translate3d(4rem, 4rem, 0);
}

html:not(.no-anima) .brackets--animaExpand:not(.in) .brackets__tr {
  -webkit-transform: translate3d(-4rem, 4rem, 0);
  transform: translate3d(-4rem, 4rem, 0);
}

html:not(.no-anima) .brackets--animaExpand:not(.in) .brackets__bl {
  -webkit-transform: translate3d(4rem, -4rem, 0);
  transform: translate3d(4rem, -4rem, 0);
}

html:not(.no-anima) .brackets--animaExpand:not(.in) .brackets__br {
  -webkit-transform: translate3d(-4rem, -4rem, 0);
  transform: translate3d(-4rem, -4rem, 0);
}

html:not(.no-anima) .brackets--animaExpand:not(.in) .brackets__bracket {
  opacity: 0;
}

html:not(.no-anima) .brackets--animaContract:not(.in) .brackets__tl {
  -webkit-transform: translate3d(-4rem, -4rem, 0);
  transform: translate3d(-4rem, -4rem, 0);
}

html:not(.no-anima) .brackets--animaContract:not(.in) .brackets__tr {
  -webkit-transform: translate3d(4rem, -4rem, 0);
  transform: translate3d(4rem, -4rem, 0);
}

html:not(.no-anima) .brackets--animaContract:not(.in) .brackets__bl {
  -webkit-transform: translate3d(-4rem, 4rem, 0);
  transform: translate3d(-4rem, 4rem, 0);
}

html:not(.no-anima) .brackets--animaContract:not(.in) .brackets__br {
  -webkit-transform: translate3d(4rem, 4rem, 0);
  transform: translate3d(4rem, 4rem, 0);
}

html:not(.no-anima) .brackets--animaContract:not(.in) .brackets__bracket {
  opacity: 0;
}

html:not(.no-anima) .brackets--animaFade .brackets__bracket {
  opacity: 0;
}

html:not(.no-anima) .brackets--animaFade.in .brackets__bracket {
  opacity: 1;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .brackets__bracket {
    width: 3rem;
    height: 3rem;
  }

  .brackets--bigmob .brackets__bracket {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .brackets__bracket {
    width: 2rem;
    height: 2rem;
  }

  .brackets--bigmob .brackets__bracket {
    width: 3.2rem;
    height: 3.2rem;
  }

  .brackets--small .brackets__bracket {
    width: 2rem;
    height: 2rem;
  }
}

.projectFilter {
  margin-bottom: 10rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.projectFilter__label {
  font-size: 2rem;
  padding: 5rem;
  font-weight: 500;
  cursor: pointer;
}

.projectFilter__label svg {
  width: 1rem;
  margin-left: 1rem;
}

.projectFilter__label svg .fill {
  fill: #FFDD50;
}

.projectFilter__dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0A0A0A;
  top: 5rem;
  left: 50%;
  border: 1px solid #FFDD50;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(4rem) translateX(-50%);
  -ms-transform: translateY(4rem) translateX(-50%);
  transform: translateY(4rem) translateX(-50%);
  -webkit-transition: opacity 100ms, -webkit-transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 100ms, -webkit-transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 100ms;
  transition: transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 100ms;
  transition: transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 100ms, -webkit-transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  padding: 3rem 0rem;
}

.projectFilter__dropdown .subheading {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  padding: 0 1.5rem;
}

.projectFilter__col {
  padding: 0 3rem;
}

.projectFilter__value {
  padding: 1.25rem 1.5rem;
  margin: 0.25rem 0;
  display: block;
  white-space: nowrap;
  font-size: 2rem;
  cursor: pointer;
}

@media (hover: hover) {
  .projectFilter__value:hover {
    color: #FFDD50;
  }
}

.projectFilter__value.selected {
  background: #FFDD50;
  color: #0A0A0A;
}

.projectFilter.on .projectFilter__dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-transition: opacity 300ms, -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 300ms, -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 300ms;
  transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 300ms;
  transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 300ms, -webkit-transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (max-width: 1000px) {
  .projectFilter {
    margin-bottom: 2rem;
  }

  .projectFilter .subheading {
    font-size: 1rem;
  }

  .projectFilter__value {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .projectFilter__label {
    padding: 2rem;
  }

  .projectFilter__dropdown {
    padding: 1rem 2px 2px;
  }

  .projectFilter__dropdown .subheading {
    padding: 0 1rem;
  }

  .projectFilter__col {
    padding: 0 2px;
  }

  .projectFilter__value {
    padding: 1rem 1rem;
    font-size: 1.4rem;
    margin: 4px 0;
  }
}

.transition-fade {
  opacity: 1;
  -webkit-transition: opacity 300ms 200ms;
  -o-transition: opacity 300ms 200ms;
  transition: opacity 300ms 200ms;
}

.transition-swipe-before,
.transition-swipe-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.transition-swipe-before {
  -webkit-transform: scaleY(0) skewY(-20deg);
  -ms-transform: scaleY(0) skewY(-20deg);
  transform: scaleY(0) skewY(-20deg);
  background: #eaeaea;
  z-index: 101;
}

.transition-swipe-after {
  -webkit-transform: scaleY(0) skewY(0);
  -ms-transform: scaleY(0) skewY(0);
  transform: scaleY(0) skewY(0);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #0A0A0A;
  z-index: 102;
}

@-webkit-keyframes move-in {
  0% {
    -webkit-transform: translateY(-30rem);
    transform: translateY(-30rem);
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

@keyframes move-in {
  0% {
    -webkit-transform: translateY(-30rem);
    transform: translateY(-30rem);
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

@-webkit-keyframes move-out {
  0% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }

  100% {
    -webkit-transform: translateY(30rem);
    transform: translateY(30rem);
  }
}

@keyframes move-out {
  0% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }

  100% {
    -webkit-transform: translateY(30rem);
    transform: translateY(30rem);
  }
}

.animation-move {
  -webkit-animation: move-in 1200ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation: move-in 1200ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

html.is-animating {
  pointer-events: none;
}

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

html.is-animating .transition-swipe-before,
html.is-animating .transition-swipe-after {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

html.is-animating .transition-swipe-before {
  -webkit-transform: scaleY(1) skewY(0);
  -ms-transform: scaleY(1) skewY(0);
  transform: scaleY(1) skewY(0);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

html.is-animating .transition-swipe-after {
  -webkit-transform: scaleY(1) skewY(0);
  -ms-transform: scaleY(1) skewY(0);
  transform: scaleY(1) skewY(0);
  -webkit-transition: -webkit-transform 600ms 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 600ms 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 600ms 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 600ms 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 600ms 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 600ms 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

html.is-animating.is-leaving .animation-move {
  -webkit-animation: move-out 800ms cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
  animation: move-out 800ms cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
}

.slider {
  width: 100vw;
  margin-left: -12rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .slider {
    margin-left: -5rem;
  }
}

@media screen and (max-width: 600px) {
  .slider {
    margin-left: -3.1666666667rem;
  }
}

.slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider__row {
  padding-left: 12rem;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .slider__row {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .slider__row {
    padding-left: 3.1666666667rem;
  }
}

.slider__row > * {
  white-space: normal;
}

.slider.moved > * {
  pointer-events: none;
}

.progressBar {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
}

.progressBar__inner {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 3px;
  background: white;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hamburger {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 1rem;
}

.hamburger__line {
  height: 2px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: -1px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.hamburger__top {
  -webkit-transform: translateY(-0.75rem);
  -ms-transform: translateY(-0.75rem);
  transform: translateY(-0.75rem);
}

.hamburger__bottom {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(0.75rem) scaleX(0.75);
  -ms-transform: translateY(0.75rem) scaleX(0.75);
  transform: translateY(0.75rem) scaleX(0.75);
}

.menu-open .hamburger__top {
  -webkit-transform: translateY(0) rotate(135deg);
  -ms-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}

.menu-open .hamburger__mid {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-open .hamburger__bottom {
  -webkit-transform: translateY(0.75rem) scaleX(0);
  -ms-transform: translateY(0.75rem) scaleX(0);
  transform: translateY(0.75rem) scaleX(0);
}

.textField {
  display: block;
  width: 100%;
  position: relative;
  margin: 2rem 0 3rem;
}

.textField__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: font-weight 100ms, color 100ms, -webkit-transform 100ms;
  transition: font-weight 100ms, color 100ms, -webkit-transform 100ms;
  -o-transition: transform 100ms, font-weight 100ms, color 100ms;
  transition: transform 100ms, font-weight 100ms, color 100ms;
  transition: transform 100ms, font-weight 100ms, color 100ms, -webkit-transform 100ms;
  cursor: text;
}

.textField__input {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: border 100ms;
  -o-transition: border 100ms;
  transition: border 100ms;
}

.textField__input:focus + .textField__label,
.textField__input.dirty + .textField__label {
  -webkit-transform: translateY(-1em) scale(0.8);
  -ms-transform: translateY(-1em) scale(0.8);
  transform: translateY(-1em) scale(0.8);
  font-weight: 400;
  color: #5D62FB;
}

.textField__input:focus {
  border-bottom: 1px solid rgba(93, 98, 251, 0.5);
}

.textField__input:focus + .textField__label {
  color: #5D62FB;
}

.textField__textarea {
  resize: none;
}

.dropdownField {
  display: block;
  width: 100%;
  position: relative;
  margin: 2rem 0 3rem;
}

.dropdownField__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: font-weight 100ms, color 100ms, -webkit-transform 100ms;
  transition: font-weight 100ms, color 100ms, -webkit-transform 100ms;
  -o-transition: transform 100ms, font-weight 100ms, color 100ms;
  transition: transform 100ms, font-weight 100ms, color 100ms;
  transition: transform 100ms, font-weight 100ms, color 100ms, -webkit-transform 100ms;
  cursor: text;
  -webkit-transform: translateY(-1em) scale(0.8);
  -ms-transform: translateY(-1em) scale(0.8);
  transform: translateY(-1em) scale(0.8);
}

.dropdownField__input {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: border 100ms;
  -o-transition: border 100ms;
  transition: border 100ms;
}

.dropdownField__input:not(.dirty) {
  opacity: 0.5;
}

html:not(.no-anima) .fadeUp.anima {
  opacity: 0;
  -webkit-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
}

html:not(.no-anima) .fadeUp.anima.in {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  -webkit-transition: opacity 600ms linear, -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 600ms linear, -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 600ms linear, transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 600ms linear, transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 600ms linear, transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

html:not(.no-anima) .fade.anima {
  opacity: 0;
}

html:not(.no-anima) .fade.anima.in {
  opacity: 1;
  -webkit-transition: opacity 600ms linear;
  -o-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

html:not(.no-anima) .popIn.anima {
  -webkit-transform: scale(0.1) rotate(0deg);
  -ms-transform: scale(0.1) rotate(0deg);
  transform: scale(0.1) rotate(0deg);
  opacity: 0;
}

html:not(.no-anima) .popIn.anima.in:not(.stop) {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
  -webkit-transition: opacity 100ms 200ms linear, -webkit-transform 800ms 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 100ms 200ms linear, -webkit-transform 800ms 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 100ms 200ms linear, transform 800ms 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 100ms 200ms linear, transform 800ms 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 100ms 200ms linear, transform 800ms 200ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 800ms 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

html:not(.no-anima) .imageSwipe {
  position: relative;
  overflow: hidden;
}

html:not(.no-anima) .imageSwipe:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background: #0A0A0A;
  -webkit-transform: skewY(-10deg) scaleY(1.22);
  -ms-transform: skewY(-10deg) scaleY(1.22);
  transform: skewY(-10deg) scaleY(1.22);
}

html:not(.no-anima) .imageSwipe.in:after {
  -webkit-transform: skewY(-10deg) scaleY(1.2) translateY(100%);
  -ms-transform: skewY(-10deg) scaleY(1.2) translateY(100%);
  transform: skewY(-10deg) scaleY(1.2) translateY(100%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.465, 0.005, 0.115, 0.995);
  transition: -webkit-transform 1200ms cubic-bezier(0.465, 0.005, 0.115, 0.995);
  -o-transition: transform 1200ms cubic-bezier(0.465, 0.005, 0.115, 0.995);
  transition: transform 1200ms cubic-bezier(0.465, 0.005, 0.115, 0.995);
  transition: transform 1200ms cubic-bezier(0.465, 0.005, 0.115, 0.995), -webkit-transform 1200ms cubic-bezier(0.465, 0.005, 0.115, 0.995);
}

html:not(.no-anima) .imageSwipe--yellow:after {
  background: #FFDD50;
}

html:not(.no-anima) .section--white .imageSwipe::after {
  background: #ffffff;
}

html:not(.no-anima) .section--yellow .imageSwipe::after {
  background: #FFDD50;
}

html:not(.no-anima) .section--red .imageSwipe::after {
  background: #FD6A6B;
}

html:not(.no-anima) .section--blue .imageSwipe::after {
  background: #5D62FB;
}

html:not(.no-anima) .letterEnter {
  font-size: 0;
  position: relative;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

html:not(.no-anima) .letterEnter .letter {
  display: inline-block;
  padding-bottom: 0.07em;
  -webkit-transform: translateY(1.1em) scale(0.99);
  -ms-transform: translateY(1.1em) scale(0.99);
  transform: translateY(1.1em) scale(0.99);
}

html:not(.no-anima) .letterEnter.in .letter {
  -webkit-transform: translateY(0) scale(0.99);
  -ms-transform: translateY(0) scale(0.99);
  transform: translateY(0) scale(0.99);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  margin-top: -5rem;
  margin-left: -5rem;
  z-index: 110;
  pointer-events: none;
}

.cursor__loading {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 40%;
  height: 40%;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  width: 5rem;
  height: 5rem;
}

.cursor__loading .brackets__bracket {
  width: 1.5rem;
  height: 1.5rem;
}

.cursor__loading .brackets__tl .fill {
  fill: #5D62FB;
}

.cursor__loading .brackets__tr .fill {
  fill: #FFDD50;
}

.cursor__loading .brackets__bl .fill {
  fill: #FFDD50;
}

.cursor__loading .brackets__br .fill {
  fill: #FD6A6B;
}

.cursor__loading .brackets__tl {
  -webkit-transform: translate3d(-2rem, -2rem, 0);
  transform: translate3d(-2rem, -2rem, 0);
}

.cursor__loading .brackets__tr {
  -webkit-transform: translate3d(2rem, -2rem, 0);
  transform: translate3d(2rem, -2rem, 0);
}

.cursor__loading .brackets__bl {
  -webkit-transform: translate3d(-2rem, 2rem, 0);
  transform: translate3d(-2rem, 2rem, 0);
}

.cursor__loading .brackets__br {
  -webkit-transform: translate3d(2rem, 2rem, 0);
  transform: translate3d(2rem, 2rem, 0);
}

.cursor__loading .brackets__bracket {
  -webkit-transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.6, 0.04, 0.98, 0.335) 300ms;
  transition: opacity 300ms linear, -webkit-transform cubic-bezier(0.6, 0.04, 0.98, 0.335) 300ms;
  -o-transition: transform cubic-bezier(0.6, 0.04, 0.98, 0.335) 300ms, opacity 300ms linear;
  transition: transform cubic-bezier(0.6, 0.04, 0.98, 0.335) 300ms, opacity 300ms linear;
  transition: transform cubic-bezier(0.6, 0.04, 0.98, 0.335) 300ms, opacity 300ms linear, -webkit-transform cubic-bezier(0.6, 0.04, 0.98, 0.335) 300ms;
  opacity: 0;
}

.cursor__loading .brackets__inner {
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cursor--show .cursor__loading {
  opacity: 1;
}

.cursor--show .cursor__loading .brackets__bracket {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 300ms;
  transition: -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 300ms;
  -o-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 300ms;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 300ms;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 300ms, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 300ms;
  opacity: 1;
}

.cursor__drag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-22%, -50%, 0) scale(0);
  transform: translate3d(-22%, -50%, 0) scale(0);
  height: 10rem;
  width: 10rem;
  background: #FD6A6B;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.cursor__dragIcon {
  width: 4rem;
  position: relative;
}

.cursor__dragIcon:before,
.cursor__dragIcon:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/assets/images/ui/bracket.svg);
  background-size: 95% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.cursor__dragIcon:before {
  top: -1rem;
  left: -1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cursor__dragIcon:after {
  top: -1rem;
  right: -1rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.show-cursor-drag .cursor__drag {
  -webkit-transform: translate3d(-22%, -50%, 0) scale(1);
  transform: translate3d(-22%, -50%, 0) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

@media screen and (max-width: 1000px) {
  .cursor {
    top: 50vh;
    left: 50vw;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .cursor__drag {
    display: none;
  }

  .cursor__loading {
    width: 30%;
    height: 30%;
    left: 35%;
    top: 35%;
    -webkit-transition: opacity 300ms 300ms;
    -o-transition: opacity 300ms 300ms;
    transition: opacity 300ms 300ms;
  }

  .cursor__loading .brackets__bracket {
    width: 35%;
    height: 35%;
  }
}

.assBadge {
  width: 25rem;
  height: 25rem;
  position: relative;
}

.assBadge__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ui/badge.svg);
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .assBadge {
    width: 18rem;
    height: 18rem;
  }
}

@media screen and (max-width: 600px) {
  .assBadge {
    width: 12rem;
    height: 12rem;
  }
}

.header--playableReel {
  min-height: 90rem;
  background: #1C1D1F;
  overflow: hidden;
  position: relative;
}

.header--playableReel .section__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .header--playableReel {
    min-height: 66rem;
    height: 66rem;
  }
}

.header--paintedImages {
  height: 136rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header--paintedImages {
    height: 120rem;
  }
}

@media screen and (max-width: 600px) {
  .header--paintedImages {
    height: 80rem;
  }
}

.header .section__inner {
  pointer-events: none;
}

.header__homeReel {
  min-height: 80rem;
  background: #1C1D1F;
  position: relative;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__homeReel {
    min-height: 80rem;
    height: 80rem;
  }
}

@media screen and (max-width: 600px) {
  .header__homeReel {
    min-height: 60rem;
    height: 60rem;
  }
}

.header__homeReel__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 22rem;
  height: 22rem;
}

.header__fascinating {
  position: relative;
  width: 119.6666666667rem;
  margin: auto;
  margin-top: 24rem;
  margin-bottom: 7rem;
}

.header__fascinating__reel {
  opacity: 0.75;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

.header__fascinating.wistia-state-playing .header__fascinating__reel {
  opacity: 1;
}

.header__fascinating .brackets {
  padding: 4.5rem;
}

.header__fascinating__button {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  pointer-events: auto;
}

.header__fascinating__letters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14rem;
  font-weight: 700;
}

.header__fascinating__letter {
  position: absolute;
}

.header__fascinating__letter:nth-child(1) {
  top: -15%;
  left: 10%;
}

.header__fascinating__letter:nth-child(2) {
  top: -5%;
  left: 25%;
}

.header__fascinating__letter:nth-child(3) {
  top: -12%;
  left: 45%;
}

.header__fascinating__letter:nth-child(4) {
  top: 5%;
  left: 63%;
}

.header__fascinating__letter:nth-child(5) {
  top: -10%;
  left: 85%;
}

.header__fascinating__letter:nth-child(6) {
  top: 55%;
  left: -5%;
}

.header__fascinating__letter:nth-child(7) {
  top: 75%;
  left: 15%;
}

.header__fascinating__letter:nth-child(8) {
  top: 60%;
  left: 32%;
}

.header__fascinating__letter:nth-child(9) {
  top: 75%;
  left: 53%;
}

.header__fascinating__letter:nth-child(10) {
  top: 85%;
  left: 70%;
}

.header__fascinating__letter:nth-child(11) {
  top: 60%;
  left: 95%;
}

.header__fascinating .brackets__tl .fill {
  fill: #5D62FB;
}

.header__fascinating .brackets__tr .fill {
  fill: #FFDD50;
}

.header__fascinating .brackets__bl .fill {
  fill: #FFDD50;
}

.header__fascinating .brackets__br .fill {
  fill: #FD6A6B;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__fascinating {
    width: 64.0833333333rem;
    margin-top: 16rem;
    margin-bottom: 4rem;
  }

  .header__fascinating__reel {
    height: 50rem;
  }

  .header__fascinating__letters {
    font-size: 7rem;
    top: 2rem;
  }

  .header__fascinating .brackets {
    padding: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .header__fascinating {
    width: 31.1666666667rem;
    margin-top: 8rem;
    margin-bottom: 0rem;
  }

  .header__fascinating__reel {
    height: 50rem;
  }

  .header__fascinating__letters {
    font-size: 4rem;
    top: 10rem;
    height: 80%;
  }

  .header__fascinating .brackets {
    padding: 1rem;
  }
}

.header__original,
.header__cs {
  min-height: 80rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__original,
  .header__cs {
    min-height: 80rem;
    height: 80rem;
  }
}

@media screen and (max-width: 600px) {
  .header__original,
  .header__cs {
    min-height: 60rem;
    height: 60rem;
  }
}

.header__original .section__inner,
.header__cs .section__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__original__reel,
.header__cs__reel {
  height: 100%;
}

.header__original__overlay,
.header__cs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__original__content,
.header__cs__content {
  pointer-events: auto;
}

.header__original__content.wistia-state-playing,
.header__cs__content.wistia-state-playing {
  pointer-events: none;
}

.header__original {
  height: 90rem;
  min-height: 90rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__original {
    min-height: 80rem;
    height: 80rem;
  }
}

@media screen and (max-width: 600px) {
  .header__original {
    min-height: 60rem;
    height: 60rem;
  }
}

.header__original__overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(10, 10, 10, 0)), to(#0a0a0a));
  background: -o-linear-gradient(rgba(10, 10, 10, 0) 50%, #0a0a0a 100%);
  background: linear-gradient(rgba(10, 10, 10, 0) 50%, #0a0a0a 100%);
}

.header__original .section__inner {
  padding-bottom: 20rem;
}

.header__original__reel .wistiaEmbed {
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .header__original__reel.wistia-state-paused .wistiaEmbed {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header__original__reel.wistia-state-paused > .wistiaEmbed {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .header__original__reel.wistia-state-paused .header__original__bgReel {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header__original__reel.wistia-state-playing .wistiaEmbed {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__original__reel {
  overflow: hidden;
  position: relative;
}

.header__original__reel.wistia-state-playing {
  overflow: visible;
  z-index: 2;
}

.header__original__loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header__original__bgReel {
  height: 100%;
  position: relative;
}

.header__original__bgReel .wistiaEmbed {
  height: 100%;
}

.header__cs {
  height: 100rem;
}

.header__cs__overlay {
  background: rgba(10, 10, 10, 0.25);
}

.header__cs .section__inner {
  padding-top: 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

@media screen and (max-width: 1000px) {
  .header__cs {
    height: 80rem;
  }

  .header__cs__reel {
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .header__cs {
    height: 72rem;
  }
}

.header__centeredContent {
  text-align: center;
  width: 80rem;
  margin: auto;
  margin-top: 18rem;
  padding-bottom: 30rem;
  pointer-events: auto;
}

.header__centeredContent .body {
  width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .header__centeredContent {
    width: 85%;
    padding-bottom: 22rem;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1000px) and (min-width: 600px) {
  .header__centeredContent .body {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) and (max-width: 600px) {
  .header__centeredContent {
    width: 95%;
    margin-top: 10rem;
    padding-bottom: 20rem;
  }

  .header__centeredContent .body {
    width: 100%;
  }
}

.header__playableReel__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 82rem;
  margin-top: -6rem;
  padding-top: 6rem;
  text-align: center;
  pointer-events: auto;
}

.header__playableReel__content .button {
  margin-bottom: -2rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__playableReel__content {
    width: 66rem;
  }
}

@media screen and (max-width: 600px) {
  .header__playableReel__content {
    width: 33rem;
  }
}

.header__playableReel__reel {
  height: 100%;
}

.header__playableReel__bgReel .wistiaEmbed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__playableReel__loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header__paintedImageBlock {
  padding: 20rem 0 3rem;
  position: relative;
}

.header__paintedImageBlock__image {
  width: 94rem;
  height: 65rem;
  margin: auto;
}

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

@media screen and (min-width: 1000px) {
  .header__paintedImageBlock__imageInner {
    height: 110%;
    top: -10%;
  }
}

.header__paintedImageBlock__imageInner .wistiaEmbed {
  height: 100%;
  width: 100%;
}

.header__paintedImageBlock .brackets {
  width: 75rem;
  height: 36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 62%;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__paintedImageBlock {
    padding: 15rem 0 0;
  }

  .header__paintedImageBlock__image {
    width: 60rem;
    height: 41rem;
  }

  .header__paintedImageBlock .brackets {
    width: 50rem;
  }
}

@media screen and (max-width: 600px) {
  .header__paintedImageBlock {
    padding: 10rem 0 0;
  }

  .header__paintedImageBlock__image {
    width: 32rem;
    height: 22rem;
    margin-bottom: -8rem;
  }

  .header__paintedImageBlock .brackets {
    width: 26rem;
    height: 20rem;
  }
}

.header__paintedImages__image {
  position: absolute;
}

.header__paintedImages__image:nth-child(1) {
  top: 15rem;
  left: -30rem;
  width: 60rem;
  height: 50rem;
}

.header__paintedImages__image:nth-child(2) {
  top: 20rem;
  right: -50rem;
  width: 80rem;
  height: 80rem;
}

.header__paintedImages__image:nth-child(3) {
  top: 78rem;
  left: -30rem;
  width: 50rem;
  height: 40rem;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 1000px) {
  .header__paintedImages__image {
    display: none;
  }
}

.header__paintedImages__content {
  position: absolute;
  width: 95.3333333333rem;
  top: 16rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.header__paintedImages__content .body {
  width: 58.8333333333rem;
  margin: auto;
  padding-bottom: 5rem;
}

.header__paintedImages__content .brackets .fill {
  fill: #5D62FB;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__paintedImages__content {
    width: 70rem;
  }

  .header__paintedImages__content .body {
    width: 46.3333333333rem;
  }
}

@media screen and (max-width: 600px) {
  .header__paintedImages__content {
    width: 31.1666666667rem;
    top: 12rem;
  }

  .header__paintedImages__content .body {
    width: 100%;
  }
}

.header__paintedImages__heading {
  position: relative;
  padding: 5rem;
  margin-bottom: 8rem;
}

.header__paintedImages__heading .letterEnter {
  font-weight: 500;
  font-style: italic;
}

.header__paintedImages__heading .letterEnter:nth-child(1) {
  font-weight: 300;
  font-style: normal;
}

.header__paintedImages__heading .letter {
  font-size: 20rem;
  line-height: 1;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .header__paintedImages__heading {
    padding: 5rem 1rem;
  }

  .header__paintedImages__heading .letter {
    font-size: 15rem;
  }
}

@media screen and (max-width: 600px) {
  .header__paintedImages__heading {
    padding: 5rem 1rem;
    margin-bottom: 6rem;
  }

  .header__paintedImages__heading .letter {
    font-size: 7rem;
  }
}

.gcb__paintedImageBlock {
  min-height: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12.1666666667rem;
  margin: 5rem 0;
}

.gcb__paintedImageBlock__content {
  width: 40rem;
  position: relative;
}

.gcb__paintedImageBlock__content .body {
  width: 36.5rem;
}

.gcb__paintedImageBlock__image {
  width: 100rem;
  position: relative;
  margin-left: -24rem;
  margin-right: 18rem;
}

.gcb__paintedImageBlock__image .wistiaEmbed {
  width: 100%;
  height: 100%;
}

.gcb__paintedImageBlock__image.mask01 {
  width: 97rem;
  height: 66rem;
}

.gcb__paintedImageBlock__image.mask02 {
  width: 100rem;
  height: 70rem;
}

.gcb__paintedImageBlock__image.mask03 {
  width: 87rem;
  height: 82rem;
}

.gcb__paintedImageBlock__image.mask04 {
  height: 67rem;
  width: 89rem;
  margin-left: -5rem;
}

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

@media screen and (min-width: 1000px) {
  .gcb__paintedImageBlock__imageInner {
    height: 110%;
    top: -5%;
    -webkit-transform: translateY(-7%);
    -ms-transform: translateY(-7%);
    transform: translateY(-7%);
  }
}

.gcb__paintedImageBlock--even {
  padding-right: 0;
  padding-left: 12.1666666667rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gcb__paintedImageBlock--even .gcb__paintedImageBlock__image {
  margin-right: -24rem;
  margin-left: 18rem;
}

.gcb__paintedImageBlock--even .gcb__paintedImageBlock__image.mask04 {
  margin-right: -5rem;
}

.gcb__switchingTextHeading {
  text-align: center;
  padding: 12rem 0 15rem;
}

.gcb__switchingTextHeading__heading {
  font-size: 10rem;
  display: block;
}

.gcb__switchingTextHeading__slides {
  position: relative;
  display: block;
  width: 100%;
  height: 0.85em;
  margin: 2rem 0;
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.gcb__switchingTextHeading__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 0rem;
}

.gcb__switchingTextHeading__slide:nth-child(3n+1) {
  color: #FD6A6B;
}

.gcb__switchingTextHeading__slide:nth-child(3n+2) {
  color: #E7C433;
}

.gcb__switchingTextHeading__slide:nth-child(3n+3) {
  color: #5C5CFF;
}

.gcb__switchingTextHeading__slide .letter {
  font-size: 10rem;
  display: inline-block;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(1em) scale(0.99);
  -ms-transform: translateY(1em) scale(0.99);
  transform: translateY(1em) scale(0.99);
}

.gcb__switchingTextHeading__slide.active .letter {
  opacity: 1;
  -webkit-transform: translateY(0) scale(0.99);
  -ms-transform: translateY(0) scale(0.99);
  transform: translateY(0) scale(0.99);
  -webkit-transition: opacity 300ms linear, -webkit-transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 300ms linear, -webkit-transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 300ms linear;
  transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 300ms linear;
  transition: transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 300ms linear, -webkit-transform 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(1) {
  -webkit-transition-delay: 266.6666666667ms;
  -o-transition-delay: 266.6666666667ms;
  transition-delay: 266.6666666667ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(2) {
  -webkit-transition-delay: 333.3333333333ms;
  -o-transition-delay: 333.3333333333ms;
  transition-delay: 333.3333333333ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(3) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(4) {
  -webkit-transition-delay: 466.6666666667ms;
  -o-transition-delay: 466.6666666667ms;
  transition-delay: 466.6666666667ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(5) {
  -webkit-transition-delay: 533.3333333333ms;
  -o-transition-delay: 533.3333333333ms;
  transition-delay: 533.3333333333ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(7) {
  -webkit-transition-delay: 666.6666666667ms;
  -o-transition-delay: 666.6666666667ms;
  transition-delay: 666.6666666667ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(8) {
  -webkit-transition-delay: 733.3333333333ms;
  -o-transition-delay: 733.3333333333ms;
  transition-delay: 733.3333333333ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(9) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(10) {
  -webkit-transition-delay: 866.6666666667ms;
  -o-transition-delay: 866.6666666667ms;
  transition-delay: 866.6666666667ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(11) {
  -webkit-transition-delay: 933.3333333333ms;
  -o-transition-delay: 933.3333333333ms;
  transition-delay: 933.3333333333ms;
}

.gcb__switchingTextHeading__slide.active .letter:nth-child(12) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.gcb__switchingTextHeading__slide.was-active .letter {
  -webkit-transform: translateY(-1em) scale(0.99);
  -ms-transform: translateY(-1em) scale(0.99);
  transform: translateY(-1em) scale(0.99);
  -webkit-transition: opacity 300ms linear, -webkit-transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 300ms linear, -webkit-transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 300ms linear;
  transition: transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 300ms linear;
  transition: transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 300ms linear, -webkit-transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(1) {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(2) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(3) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(4) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(5) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(6) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(7) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(8) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(9) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(10) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(11) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.gcb__switchingTextHeading__slide.was-active .letter:nth-child(12) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

@media screen and (max-width: 1000px) {
  .gcb__paintedImageBlock {
    min-height: 0;
    display: block;
    padding-right: 0;
    margin: 5rem 0;
  }

  .gcb__paintedImageBlock:first-child {
    margin-top: 0;
  }

  .gcb__paintedImageBlock__content {
    width: 100%;
    margin-top: 4rem;
  }

  .gcb__paintedImageBlock__content .body {
    width: 100%;
  }

  .gcb__paintedImageBlock__image {
    width: 43rem;
    margin-left: -9rem;
    margin-right: 0;
  }

  .gcb__paintedImageBlock__image.mask01 {
    width: 43rem;
    height: 30rem;
  }

  .gcb__paintedImageBlock__image.mask02 {
    width: 50rem;
    height: 36rem;
  }

  .gcb__paintedImageBlock__image.mask03 {
    width: 34rem;
    height: 32rem;
    margin-left: -2rem;
  }

  .gcb__paintedImageBlock__image.mask04 {
    width: 34rem;
    height: 26rem;
    margin-left: -1rem;
  }

  .gcb__paintedImageBlock--even {
    padding-left: 0;
  }

  .gcb__paintedImageBlock--even .gcb__paintedImageBlock__image {
    margin-right: -16rem;
    margin-left: 2rem;
  }

  .gcb__paintedImageBlock--even .gcb__paintedImageBlock__image.mask04 {
    margin-right: -5rem;
  }

  .gcb__switchingTextHeading {
    padding: 7rem 0 5rem;
  }

  .gcb__switchingTextHeading__heading {
    font-size: 5rem;
    height: auto;
  }

  .gcb__switchingTextHeading__slides {
    width: 100%;
    height: 0.85em;
  }

  .gcb__switchingTextHeading__slides .letter {
    font-size: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .gcb__switchingTextHeading {
    padding: 4rem 0 3rem;
  }

  .gcb__switchingTextHeading__heading {
    font-size: 2.8rem;
  }

  .gcb__switchingTextHeading__slides {
    margin: 1rem 0;
  }

  .gcb__switchingTextHeading__slides .letter {
    font-size: 2.8rem;
  }
}

.featuredWork {
  padding-bottom: 16rem;
}

.featuredWork__images {
  width: 95.3333333333rem;
  height: 55rem;
  background: #1C1D1F;
  margin: auto;
  position: relative;
  margin-bottom: 12rem;
  overflow: hidden;
}

.featuredWork__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 400ms 300ms linear, -webkit-transform 1ms 700ms linear;
  transition: opacity 400ms 300ms linear, -webkit-transform 1ms 700ms linear;
  -o-transition: opacity 400ms 300ms linear, transform 1ms 700ms linear;
  transition: opacity 400ms 300ms linear, transform 1ms 700ms linear;
  transition: opacity 400ms 300ms linear, transform 1ms 700ms linear, -webkit-transform 1ms 700ms linear;
}

.featuredWork__image.active {
  opacity: 1;
}

.featuredWork__image .wistiaEmbed {
  height: 100%;
}

.featuredWork__image .brackets {
  padding: 1.5rem;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.featuredWork__image .brackets__bracket {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 400ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 400ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 400ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 400ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 400ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 400ms;
}

.featuredWork__images.in .featuredWork__image.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 400ms 300ms linear, -webkit-transform 3000ms 300ms ease-out;
  transition: opacity 400ms 300ms linear, -webkit-transform 3000ms 300ms ease-out;
  -o-transition: opacity 400ms 300ms linear, transform 3000ms 300ms ease-out;
  transition: opacity 400ms 300ms linear, transform 3000ms 300ms ease-out;
  transition: opacity 400ms 300ms linear, transform 3000ms 300ms ease-out, -webkit-transform 3000ms 300ms ease-out;
}

.featuredWork__images.in .featuredWork__image.active .brackets {
  opacity: 1;
  -webkit-transition: opacity 400ms 300ms;
  -o-transition: opacity 400ms 300ms;
  transition: opacity 400ms 300ms;
}

.featuredWork__images.in .featuredWork__image.active .brackets__bracket {
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 1200ms 200ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 1200ms 200ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 1200ms 200ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 1200ms 200ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 1200ms 200ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 1200ms 200ms;
}

.featuredWork__images.in .featuredWork__image.active .brackets__tl {
  -webkit-transform: translate3d(2rem, 2rem, 0);
  transform: translate3d(2rem, 2rem, 0);
}

.featuredWork__images.in .featuredWork__image.active .brackets__tr {
  -webkit-transform: translate3d(-2rem, 2rem, 0);
  transform: translate3d(-2rem, 2rem, 0);
}

.featuredWork__images.in .featuredWork__image.active .brackets__bl {
  -webkit-transform: translate3d(2rem, -2rem, 0);
  transform: translate3d(2rem, -2rem, 0);
}

.featuredWork__images.in .featuredWork__image.active .brackets__br {
  -webkit-transform: translate3d(-2rem, -2rem, 0);
  transform: translate3d(-2rem, -2rem, 0);
}

.featuredWork__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 8rem 0;
  counter-reset: pj;
  margin-bottom: 11rem;
}

.featuredWork__title {
  font-size: 6.5rem;
  position: relative;
  counter-increment: pj;
  padding-left: 0.4em;
  opacity: 0.3;
  -webkit-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.featuredWork__title::before {
  content: "0" counter(pj);
  font-size: 0.24em;
  position: absolute;
  top: 0rem;
  left: 0;
}

.featuredWork__title.active {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .featuredWork__images {
    width: 28rem;
    height: 42rem;
    margin-bottom: 4rem;
  }

  .featuredWork__images .brackets {
    padding: 1.5rem;
  }

  .featuredWork__titles {
    margin: 4rem 0;
  }

  .featuredWork__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .featuredWork__images {
    height: 30rem;
  }

  .featuredWork__titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .featuredWork__title {
    margin-bottom: 2rem;
  }
}

.aboutCarousel {
  padding: 15rem 0 30rem;
}

.aboutCarousel__top {
  margin-bottom: 19rem;
}

.aboutCarousel__content {
  position: absolute;
  width: 71rem;
  top: 9rem;
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  .aboutCarousel__content {
    height: 56rem !important;
  }
}

.aboutCarousel__contentSlide {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(8rem);
  -ms-transform: translateY(8rem);
  transform: translateY(8rem);
}

.aboutCarousel__contentSlide.active {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  -webkit-transition: opacity 500ms 500ms linear, -webkit-transform 1200ms 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 500ms 500ms linear, -webkit-transform 1200ms 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 500ms 500ms linear, transform 1200ms 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 500ms 500ms linear, transform 1200ms 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 500ms 500ms linear, transform 1200ms 500ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1200ms 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.aboutCarousel__contentSlide.was-active {
  -webkit-transform: translateY(-8rem);
  -ms-transform: translateY(-8rem);
  transform: translateY(-8rem);
  -webkit-transition: opacity 500ms linear, -webkit-transform 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 500ms linear, -webkit-transform 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: opacity 500ms linear, transform 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 500ms linear, transform 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 500ms linear, transform 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.aboutCarousel__controls {
  position: absolute;
  bottom: 0;
}

.aboutCarousel__controls .iconButton {
  border-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
}

.aboutCarousel__controls .iconButton.active {
  border-color: #ffffff;
}

.aboutCarousel__images {
  height: 70rem;
  width: 83.1666666667rem;
  margin-left: 60.8333333333rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutCarousel__images .brackets {
  padding: 3rem;
}

.aboutCarousel__imageWrap {
  overflow: hidden;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 300ms 100ms;
  -o-transition: opacity 300ms 100ms;
  transition: opacity 300ms 100ms;
}

.aboutCarousel__imageWrap .brackets__bracket {
  -webkit-transition: -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1200ms 100ms;
  transition: -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1200ms 100ms;
  -o-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 1200ms 100ms;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 1200ms 100ms;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 1200ms 100ms, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 1200ms 100ms;
}

.aboutCarousel__imageWrap.contract {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.aboutCarousel__imageWrap.contract .brackets__tl {
  -webkit-transform: translate3d(4rem, 4rem, 0);
  transform: translate3d(4rem, 4rem, 0);
}

.aboutCarousel__imageWrap.contract .brackets__tr {
  -webkit-transform: translate3d(-4rem, 4rem, 0);
  transform: translate3d(-4rem, 4rem, 0);
}

.aboutCarousel__imageWrap.contract .brackets__bl {
  -webkit-transform: translate3d(4rem, -4rem, 0);
  transform: translate3d(4rem, -4rem, 0);
}

.aboutCarousel__imageWrap.contract .brackets__br {
  -webkit-transform: translate3d(-4rem, -4rem, 0);
  transform: translate3d(-4rem, -4rem, 0);
}

.aboutCarousel__imageWrap.contract .brackets__bracket {
  -webkit-transition: -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
  transition: -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
  -o-transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms, -webkit-transform cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
}

.aboutCarousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1ms 350ms;
  -o-transition: opacity 1ms 350ms;
  transition: opacity 1ms 350ms;
}

.aboutCarousel__image.active {
  opacity: 1;
}

.aboutCarousel__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.aboutCarousel__img--portrait {
  width: auto;
  height: 70rem;
  min-width: 0;
  min-height: 70rem;
}

.aboutCarousel__img--landscape {
  width: 83.1666666667rem;
  height: auto;
  min-width: 83.1666666667rem;
  min-height: 0;
}

.aboutCarousel__img--wistia {
  width: 83.1666666667rem;
  height: 52rem;
  min-width: 83.1666666667rem;
  min-height: 52rem;
}

.aboutCarousel__img .wistiaEmbed {
  height: 100%;
  width: 100%;
}

.aboutCarousel__bottom {
  width: 75rem;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .aboutCarousel__content {
    position: relative;
    height: auto;
    top: 0;
    margin-bottom: 10rem;
    width: 100%;
  }

  .aboutCarousel__controls {
    bottom: -5rem;
  }

  .aboutCarousel__images {
    width: 100%;
    margin-left: 0;
    width: 62rem;
    height: 52rem;
    margin: auto;
  }

  .aboutCarousel__img--portrait {
    height: 52rem;
    min-height: 52rem;
  }

  .aboutCarousel__img--landscape {
    width: 62;
    min-width: 62;
  }

  .aboutCarousel__img--wistia {
    width: 62rem;
    min-width: 62rem;
    height: 45rem;
    min-height: 45rem;
  }

  .aboutCarousel__top {
    margin-bottom: 10rem;
  }

  .aboutCarousel__bottom {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .aboutCarousel {
    padding: 10rem 0 15rem;
  }

  .aboutCarousel__images {
    height: 26rem;
    width: 31rem;
  }

  .aboutCarousel__images .brackets {
    padding: 1.5rem;
  }

  .aboutCarousel__imageWrap.contract .brackets__tl {
    -webkit-transform: translate3d(2.5rem, 2.5rem, 0);
    transform: translate3d(2.5rem, 2.5rem, 0);
  }

  .aboutCarousel__imageWrap.contract .brackets__tr {
    -webkit-transform: translate3d(-2.5rem, 2.5rem, 0);
    transform: translate3d(-2.5rem, 2.5rem, 0);
  }

  .aboutCarousel__imageWrap.contract .brackets__bl {
    -webkit-transform: translate3d(2.5rem, -2.5rem, 0);
    transform: translate3d(2.5rem, -2.5rem, 0);
  }

  .aboutCarousel__imageWrap.contract .brackets__br {
    -webkit-transform: translate3d(-2.5rem, -2.5rem, 0);
    transform: translate3d(-2.5rem, -2.5rem, 0);
  }

  .aboutCarousel__img--portrait {
    height: 26rem;
    min-height: 26rem;
  }

  .aboutCarousel__img--landscape {
    width: 31rem;
    min-width: 31rem;
  }

  .aboutCarousel__img--wistia {
    width: 31rem;
    min-width: 31rem;
    height: 21rem;
    min-height: 21rem;
  }

  .aboutCarousel__contentSlide {
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
  }

  .aboutCarousel__contentSlide.was-active {
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
}

.podcastFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.podcastFeature__content {
  width: 48.6666666667rem;
  margin-left: 12.1666666667rem;
}

.podcastFeature__image {
  width: 48.6666666667rem;
  margin-right: 10.1666666667rem;
  background: #1C1D1F;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .podcastFeature__content {
    width: 35.5rem;
    margin-left: 2.9583333333rem;
  }

  .podcastFeature__image {
    width: 29.5833333333rem;
    margin-right: 0rem;
  }
}

@media screen and (max-width: 600px) {
  .podcastFeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .podcastFeature__content {
    width: 100%;
    margin-left: 0;
  }

  .podcastFeature__imageWrap {
    padding: 0 3.1666666667rem;
  }

  .podcastFeature__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}

.originalsFeature {
  padding-top: 36rem;
}

.originalsFeature .section__inner {
  position: relative;
}

.originalsFeature__content {
  width: 73rem;
  margin-left: 12.1666666667rem;
  margin-bottom: 16rem;
}

.originalsFeature__image--bottom {
  width: 73rem;
  margin-left: 4.0833333333rem;
}

.originalsFeature__image--right {
  position: absolute !important;
  top: 0;
  width: 48.6666666667rem;
  right: 16.0833333333rem;
}

.originalsFeature__badge {
  position: absolute;
  left: 77.0833333333rem;
  bottom: 40rem;
}

@media screen and (max-width: 1000px) {
  .originalsFeature {
    padding-top: 20rem;
  }

  .originalsFeature__content {
    width: 47.3333333333rem;
    margin-left: 5.9166666667rem;
    margin-bottom: 16rem;
  }

  .originalsFeature__images {
    position: relative;
  }

  .originalsFeature__badge {
    bottom: 18rem;
    left: 34.5rem;
  }

  .originalsFeature__image--bottom {
    width: 35.5rem;
    margin-left: 1.9583333333rem;
  }

  .originalsFeature__image--right {
    position: absolute !important;
    top: -60%;
    width: 23.6666666667rem;
    right: 1.9583333333rem;
  }
}

@media screen and (max-width: 600px) {
  .originalsFeature {
    padding-top: 16rem;
    padding-bottom: 10rem;
  }

  .originalsFeature__content {
    width: 25.3333333333rem;
    margin-left: 0;
    margin-bottom: 12rem;
  }

  .originalsFeature__badge {
    bottom: 7rem;
    left: 15.3333333333rem;
  }

  .originalsFeature__image--bottom {
    width: 20.0833333333rem;
    margin-left: -2.0833333333rem;
  }

  .originalsFeature__image--right {
    position: absolute !important;
    top: -100%;
    width: 13.75rem;
    right: -2.0833333333rem;
  }
}

.imageHoverLists__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18rem;
}

.imageHoverLists__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.imageHoverLists__block:nth-child(even) .imageHoverLists__images {
  margin-left: -12rem;
  margin-right: 22.3333333333rem;
}

.imageHoverLists__images {
  height: 84rem;
  min-width: 61rem;
  background: #1C1D1F;
  margin-right: -12rem;
  margin-left: 22.3333333333rem;
  position: relative;
  overflow: hidden;
}

.imageHoverLists__images .brackets {
  padding: 0.5rem;
}

.imageHoverLists__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 100ms linear, -webkit-transform 1ms 100ms linear;
  transition: opacity 100ms linear, -webkit-transform 1ms 100ms linear;
  -o-transition: opacity 100ms linear, transform 1ms 100ms linear;
  transition: opacity 100ms linear, transform 1ms 100ms linear;
  transition: opacity 100ms linear, transform 1ms 100ms linear, -webkit-transform 1ms 100ms linear;
}

.imageHoverLists__image.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 100ms linear, -webkit-transform 3000ms ease-out;
  transition: opacity 100ms linear, -webkit-transform 3000ms ease-out;
  -o-transition: opacity 100ms linear, transform 3000ms ease-out;
  transition: opacity 100ms linear, transform 3000ms ease-out;
  transition: opacity 100ms linear, transform 3000ms ease-out, -webkit-transform 3000ms ease-out;
}

.imageHoverLists__image .wistiaEmbed {
  height: 100%;
}

.imageHoverLists__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imageHoverLists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imageHoverLists__labelWrap {
  min-width: 50%;
}

.imageHoverLists__labelWrap span {
  cursor: default;
}

.imageHoverLists__label {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
  margin-left: -2rem;
  position: relative;
  opacity: 0.6;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

.imageHoverLists__label.active {
  opacity: 1;
}

.imageHoverLists__label:before {
  left: 2rem;
  width: calc(100% - 4rem);
  bottom: 1rem;
}

.imageHoverLists__label.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

@media screen and (max-width: 1000px) {
  .imageHoverLists__label {
    padding: 1.1rem 2rem;
  }

  .imageHoverLists__block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin-bottom: 12rem;
  }

  .imageHoverLists__block:nth-child(even) .imageHoverLists__images {
    margin-left: -5rem;
    margin-right: 0;
  }

  .imageHoverLists__images {
    height: 50rem;
    min-width: 0rem;
    margin-left: 16.75rem;
    width: 61.125rem;
    margin-right: 0;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 600px) {
  .imageHoverLists__block {
    position: relative;
  }

  .imageHoverLists__block:nth-child(even) .imageHoverLists__images {
    margin-left: -3rem;
    margin-right: 0;
  }

  .imageHoverLists__images {
    position: absolute !important;
    bottom: 3rem;
    height: 28rem;
    right: -3.6666666667rem;
    width: 24rem;
    margin-bottom: 0;
    z-index: -1;
  }

  .imageHoverLists__images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0A0A0A), to(rgba(10, 10, 10, 0.25)));
    background: -o-linear-gradient(left, #0A0A0A, rgba(10, 10, 10, 0.25));
    background: linear-gradient(90deg, #0A0A0A, rgba(10, 10, 10, 0.25));
    z-index: 1;
  }

  .imageHoverLists__images .brackets {
    padding: 1.5rem;
  }

  .imageHoverLists__labelWrap {
    min-width: 100%;
  }

  .imageHoverLists__label {
    display: inline-block;
    font-size: 1.6rem;
  }
}

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
}

.testimonials__slides {
  width: 73rem;
  margin-left: 24.3333333333rem;
  min-height: 30rem;
  position: relative;
}

.testimonials__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.testimonials__slide.active {
  opacity: 1;
  -webkit-transition: opacity 300ms 200ms linear;
  -o-transition: opacity 300ms 200ms linear;
  transition: opacity 300ms 200ms linear;
}

.testimonials__controls {
  margin-right: 12.1666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials__controls .iconButton {
  margin: 1rem;
}

.testimonials__counts {
  margin: 3rem 1rem 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1000px) {
  .testimonials {
    padding-bottom: 10rem;
  }

  .testimonials__slides {
    margin-left: 5.9166666667rem;
    margin-right: 5.9166666667rem;
  }

  .testimonials__controls {
    position: absolute;
    bottom: 0;
    left: 10.9166666667rem;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .testimonials__counts {
    position: absolute;
    bottom: 2rem;
    right: 10.9166666667rem;
  }
}

@media screen and (max-width: 600px) {
  .testimonials {
    padding-bottom: 8rem;
  }

  .testimonials__slides {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials__controls {
    left: 2.1666666667rem;
  }

  .testimonials__counts {
    position: absolute;
    bottom: 2rem;
    right: 3.1666666667rem;
    font-size: 1.5rem;
  }
}

.testimonial__quote {
  font-size: 3rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  display: block;
  margin-bottom: 6rem;
  position: relative;
}

.testimonial__quote:before {
  content: "“";
  position: absolute;
  font-size: 18rem;
  font-weight: 500;
  top: -0.5em;
  left: -0.65em;
  width: 11rem;
}

.testimonial__quote--yellow:before {
  color: #FFDD50;
}

.testimonial__quote--red:before {
  color: #FD6A6B;
}

.testimonial__quote--blue:before {
  color: #5D62FB;
}

.testimonial__count {
  white-space: nowrap;
  position: absolute;
  opacity: 0;
}

.testimonial__count.active {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .testimonial__quote {
    padding-top: 0.8em;
  }

  .testimonial__quote:before {
    top: -0.6em;
    left: -0.1em;
  }

  .testimonial__count {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .testimonial__quote {
    font-size: 2rem;
  }

  .testimonial__quote:before {
    font-size: 10rem;
  }
}

.contactInformation {
  padding: 20rem 0 5rem;
}

.contactInformation__top {
  margin-bottom: 12rem;
}

.contactInformation__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.contactInformation__col {
  width: auto;
  max-width: 34.5rem;
}

.contactInformation__col form {
  min-width: 34.5rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .contactInformation__col {
    max-width: 44%;
  }

  .contactInformation__col form {
    min-width: 100%;
  }

  .contactInformation__col:last-child {
    position: absolute;
    right: 5rem;
    width: 44%;
  }

  .contactInformation__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .contactInformation {
    padding: 14rem 0 5rem;
  }

  .contactInformation__top {
    margin-bottom: 3rem;
  }

  .contactInformation__cols {
    margin-bottom: 1rem;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactInformation__col {
    width: 100%;
  }

  .contactInformation__col form {
    min-width: 100%;
  }

  .contactInformation .socialLinks {
    position: absolute;
    bottom: 24rem;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#cfhp {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cs__section--bbFirst {
  padding-top: 0;
  z-index: 2;
  margin-top: -16rem;
}

.cs__video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs__video__cover .brackets {
  padding: 3rem;
}

.cs__video__button {
  position: relative;
  z-index: 10;
}

.cs__imageSlider {
  width: 100%;
  overflow: hidden;
}

.cs__imageSlider__row {
  margin: 10rem 0;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.39, -0.04, 0.22, 1);
  transition: -webkit-transform 1000ms cubic-bezier(0.39, -0.04, 0.22, 1);
  -o-transition: transform 1000ms cubic-bezier(0.39, -0.04, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.39, -0.04, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.39, -0.04, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.39, -0.04, 0.22, 1);
  display: inline-block;
}

.cs__imageSlider__image {
  display: inline-block;
  width: 65rem;
  height: 37rem;
  margin-right: 6rem;
}

.cs__breakdown__navLink {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(0rem) scale(0.999);
  -ms-transform: translateX(0rem) scale(0.999);
  transform: translateX(0rem) scale(0.999);
}

.cs__breakdown__navLink:before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 45%;
  width: 2rem;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  height: 2px;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.cs__breakdown__navLink.active {
  -webkit-transform: translateX(3rem) scale(0.999);
  -ms-transform: translateX(3rem) scale(0.999);
  transform: translateX(3rem) scale(0.999);
}

.cs__breakdown__navLink.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.cs__breakdown__slides {
  position: relative;
}

.cs__breakdown__slide {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}

.cs__breakdown__slide.active {
  opacity: 1;
  -webkit-transition: opacity 400ms 300ms linear;
  -o-transition: opacity 400ms 300ms linear;
  transition: opacity 400ms 300ms linear;
}

.cs__breakdown__paras .body {
  padding-right: 4rem;
}

.cs__bb__paragraph + .cs__bb__paragraph,
.cs__bb__paragraph + .cs__bb__media,
.cs__bb__paragraph + .cs__bb__paragraphAndMedia,
.cs__bb__paragraph + .cs__bb__mediaRow,
.cs__bb__media + .cs__bb__paragraph,
.cs__bb__media + .cs__bb__media,
.cs__bb__media + .cs__bb__paragraphAndMedia,
.cs__bb__media + .cs__bb__mediaRow,
.cs__bb__paragraphAndMedia + .cs__bb__paragraph,
.cs__bb__paragraphAndMedia + .cs__bb__media,
.cs__bb__paragraphAndMedia + .cs__bb__paragraphAndMedia,
.cs__bb__paragraphAndMedia + .cs__bb__mediaRow,
.cs__bb__mediaRow + .cs__bb__paragraph,
.cs__bb__mediaRow + .cs__bb__media,
.cs__bb__mediaRow + .cs__bb__paragraphAndMedia,
.cs__bb__mediaRow + .cs__bb__mediaRow {
  margin-top: 12rem;
}

.cs__bb__paragraphAndMedia--flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cs__next {
  padding: 16rem 0 16rem;
  z-index: -1;
}

.cs__next__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 60rem;
}

.cs__next__video {
  position: absolute;
  top: -0.6rem;
  height: 80rem;
  overflow: hidden;
  left: -8vw;
  width: 110vw;
  z-index: 1;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.cs__next__videoWrap {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.cs__next__videoInner {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.cs__next__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0A0A;
  opacity: 0.4;
}

.cs__next__content {
  color: #ffffff;
}

.cs__next__heading {
  font-size: 15rem;
  width: 119.6666666667rem;
  position: relative;
  z-index: 2;
}

.cs__next__heading .letter {
  font-size: 15rem;
  line-height: 1.05;
}

.cs__next__image {
  position: absolute;
  right: 12rem;
  width: 71rem;
  height: 60rem;
}

.cs__next__image .wistiaEmbed {
  height: 100%;
}

.cs__next__image .brackets {
  padding: 3rem;
}

.cs__next__anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media screen and (max-width: 1000px) {
  .cs__introInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs__tasks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .cs__tasks > * {
    width: 22.6666666667rem;
  }
}

@media screen and (max-width: 1000px) {
  .cs__breakdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs__breakdown__nav {
    margin-bottom: 3rem;
  }

  .cs__breakdown__slide .u-flexEdges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs__breakdown__paras .body {
    margin-left: 0;
    margin-right: 0;
  }

  .cs__next {
    padding: 5rem 0 6rem;
  }

  .cs__next__heading {
    font-size: 3.2rem;
    margin-top: 1rem;
  }

  .cs__next__heading .letter {
    font-size: 3.2rem;
  }

  .cs__next__video {
    top: -5rem;
    height: 30rem;
  }

  .cs__next__videoInner,
  .cs__next__videoWrap {
    height: 100%;
  }

  .cs__next__image {
    position: relative;
    display: block;
    right: auto;
    width: 30rem;
    height: 26rem;
  }

  .cs__next__image .brackets {
    padding: 1.5rem;
  }

  .cs__next__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }

  .cs__next__inner {
    min-height: 0;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .cs__intro {
    padding-bottom: 10rem;
  }

  .cs__tasks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs__tasks > * {
    width: 15.3333333333rem;
    max-width: 50%;
  }

  .cs__tasks > *:nth-child(2) {
    position: absolute;
    right: 1.0833333333rem;
  }

  .cs__video--color {
    padding: 5rem 0;
  }

  .cs__section--imageSlider {
    padding: 8rem 0 10rem;
  }

  .cs__section--imageSlider .h25 {
    font-size: 2.5rem;
  }

  .cs__section--imageSlider .u-flexEdges {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cs__section--bb {
    padding: 8rem 0 14rem;
  }

  .cs__section--breakdown {
    padding: 8rem 0 16rem;
  }

  .cs__section--testimonal {
    padding-bottom: 16rem;
  }

  .cs__imageSlider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cs__imageSlider__row {
    margin: 5rem 0;
  }

  .cs__imageSlider__image {
    width: 24.5rem;
    height: 13.8rem;
    margin-right: 3rem;
  }

  .cs__bb__paragraph + .cs__bb__paragraph,
  .cs__bb__paragraph + .cs__bb__media,
  .cs__bb__paragraph + .cs__bb__paragraphAndMedia,
  .cs__bb__paragraph + .cs__bb__mediaRow,
  .cs__bb__media + .cs__bb__paragraph,
  .cs__bb__media + .cs__bb__media,
  .cs__bb__media + .cs__bb__paragraphAndMedia,
  .cs__bb__media + .cs__bb__mediaRow,
  .cs__bb__paragraphAndMedia + .cs__bb__paragraph,
  .cs__bb__paragraphAndMedia + .cs__bb__media,
  .cs__bb__paragraphAndMedia + .cs__bb__paragraphAndMedia,
  .cs__bb__paragraphAndMedia + .cs__bb__mediaRow,
  .cs__bb__mediaRow + .cs__bb__paragraph,
  .cs__bb__mediaRow + .cs__bb__media,
  .cs__bb__mediaRow + .cs__bb__paragraphAndMedia,
  .cs__bb__mediaRow + .cs__bb__mediaRow {
    margin-top: 6rem;
  }

  .cs__bb__paragraphAndMedia + .cs__bb__mediaRow {
    margin-top: 2rem;
  }

  .cs__bb__paragraphAndMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.csanim-next-start .cs__next__video {
  height: 100vh;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: height 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: height 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.csanim-next-start .cs__next__videoWrap {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.csanim-next-start .cs__next__videoInner {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 800ms linear;
  transition: -webkit-filter 800ms linear;
  -o-transition: filter 800ms linear;
  transition: filter 800ms linear;
  transition: filter 800ms linear, -webkit-filter 800ms linear;
}

.csanim-next-start .cs-next-anchor {
  pointer-events: none;
}

.csanim-next-start .section__inner {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.csanim-next-fixed .cs__next {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
}

.csanim-next-fixed #main {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.csanim-next-fixed body {
  overflow: hidden;
}

.darknav + .cs__section--bbFirst {
  margin-top: 0;
  padding-top: 20rem;
}

@media screen and (max-width: 600px) {
  .darknav + .cs__section--bbFirst {
    padding-top: 16rem;
  }
}

.originalMeta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 119.6666666667rem;
  margin: auto;
}

.originalMeta__content {
  width: 83.1666666667rem;
}

.originalMeta__description {
  width: 71rem;
}

.originalMeta__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.originalMeta__detail {
  width: 22.3333333333rem;
  margin-left: 0rem;
}

.originalMeta__credits {
  width: 22.3333333333rem;
}

.originalMeta__awardsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.originalMeta__awardLogo {
  height: 6rem;
  width: auto;
  margin-left: -0.5rem;
  margin-right: 6rem;
  margin-top: 2rem;
}

@media screen and (max-width: 1000px) {
  .originalMeta {
    padding-bottom: 10rem;
  }

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

  .originalMeta__content {
    width: 100%;
  }

  .originalMeta__description {
    width: 80%;
  }

  .originalMeta__credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .originalMeta__credit {
    width: 22.6666666667rem;
  }

  .originalMeta__awardsRow {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .originalMeta {
    padding-bottom: 8rem;
    padding-top: 12rem;
  }

  .originalMeta__credit {
    width: 15.3333333333rem;
    margin-bottom: 4rem;
  }

  .originalMeta__awardsRow {
    margin-bottom: 8rem;
  }

  .originalMeta__awardLogo {
    height: 4rem;
    margin-right: 3rem;
  }
}

.originalsListing__badge {
  position: absolute;
  top: -18rem;
  left: 107.5rem;
  border-radius: 100%;
  background: #0A0A0A;
  padding: 1rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .originalsListing__badge {
    top: -14rem;
    left: 52.25rem;
  }
}

@media screen and (max-width: 600px) {
  .originalsListing__badge {
    top: -12rem;
    left: 21.6666666667rem;
    padding: 2px;
  }
}

@media screen and (min-width: 1000px) {
  .legalInformation__inner {
    margin-left: 36.5rem;
    width: 71rem;
  }
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .legalInformation__inner {
    margin-left: 5.9166666667rem;
    width: 58.1666666667rem;
  }
}

@media screen and (max-width: 600px) {
  .legalInformation__inner {
    width: 100%;
    margin-left: 0;
  }
}

.legalInformation__legal {
  font-size: 2rem;
  line-height: 1.5;
}

.legalInformation__legal h1,
.legalInformation__legal h2,
.legalInformation__legal h3,
.legalInformation__legal h4,
.legalInformation__legal h5,
.legalInformation__legal h6 {
  font-weight: 500;
  line-height: 1.07;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.legalInformation__legal h2 {
  font-size: 3rem;
}

.legalInformation__legal h3 {
  font-size: 2.8rem;
}

.legalInformation__legal h4,
.legalInformation__legal h5,
.legalInformation__legal h6 {
  font-size: 2rem;
}

.legalInformation__legal p + p {
  margin-top: 1em;
}

.legalInformation__legal ul {
  list-style: disc;
}

.legalInformation__legal ol {
  list-style: decimal;
}

.legalInformation__legal ul,
.legalInformation__legal ol {
  margin-left: 1em;
}

.legalInformation__legal ul li,
.legalInformation__legal ol li {
  margin: 1em 0;
  padding-left: 0.25em;
}

@media screen and (max-width: 600px) {
  .legalInformation__legal {
    font-size: 1.6rem;
  }

  .legalInformation__legal h2 {
    font-size: 3rem;
  }

  .legalInformation__legal h3 {
    font-size: 2.4rem;
  }

  .legalInformation__legal h4,
  .legalInformation__legal h5,
  .legalInformation__legal h6 {
    font-size: 1.6rem;
  }
}

.fof .backLink {
  left: 12rem;
}

.fof__inner {
  text-align: center;
  position: relative;
  margin: 5rem 20rem;
}

.fof__inner .brackets__tl .fill {
  fill: #5D62FB;
}

.fof__inner .brackets__tr .fill {
  fill: #FFDD50;
}

.fof__inner .brackets__bl .fill {
  fill: #FFDD50;
}

.fof__inner .brackets__br .fill {
  fill: #FD6A6B;
}

.fof__heading .letter {
  font-size: 40rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.fof__message {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  font-size: 5rem;
  font-weight: 300;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .fof__inner {
    margin: 5rem 10rem;
  }

  .fof__heading .letter {
    font-size: 20rem;
  }

  .fof__message {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .fof .backLink {
    left: 3rem;
  }

  .fof__inner {
    margin: 5rem 2rem;
    padding: 2rem 0;
  }

  .fof__heading .letter {
    font-size: 10rem;
  }

  .fof__message {
    font-size: 1.5rem;
  }
}

.thanks {
  padding-top: 18rem;
  padding-bottom: 12rem;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.thanks .backLink {
  left: 12rem;
}

.thanks .section__inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  height: auto;
  -webkit-transform: translate3d(-50%, -40%, 0);
  transform: translate3d(-50%, -40%, 0);
}

.thanks__heading {
  margin-top: -3rem;
  margin-bottom: 5rem;
}

.thanks__heading .letter {
  font-size: 30rem;
  line-height: 0.75;
  font-weight: 700;
  color: #0A0A0A;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.thanks__message {
  font-size: 2.4rem;
  font-weight: 300;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .thanks__heading .letter {
    font-size: 20rem;
  }
}

@media screen and (max-width: 600px) {
  .thanks .backLink {
    left: 3rem;
  }

  .thanks__heading .letter {
    font-size: 9rem;
  }

  .thanks__message {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

html:not(.no-anima) .thanks__heading .letter {
  -webkit-transform: translateY(0.9em) scale(0.99);
  -ms-transform: translateY(0.9em) scale(0.99);
  transform: translateY(0.9em) scale(0.99);
}

#front-canvas,
#back-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#back-canvas {
  z-index: 0;
}

#front-canvas {
  z-index: 2;
}

.serviceHeader {
  padding: 14rem 0 6rem;
  z-index: 2;
}

.serviceHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 66rem;
}

.serviceHeader__content {
  width: 52.75rem;
}

.serviceHeader .backLink {
  position: absolute;
  top: -2rem;
}

@media screen and (max-width: 600px) {
  .serviceHeader .backLink {
    display: none;
  }
}

.serviceHeader__image {
  width: 83.1666666667rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .serviceHeader__image {
    width: 28.5833333333rem;
  }
}

@media screen and (max-width: 600px) {
  .serviceHeader {
    padding: 10rem 0 2rem;
  }

  .serviceHeader__content,
  .serviceHeader__image {
    width: 100%;
  }

  .serviceHeader__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 0px;
  }
}

.serviceHeader + .cs__section--bbFirst {
  z-index: 0;
  padding-top: 24rem;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .serviceHeader + .cs__section--bbFirst {
    padding-top: 16rem;
  }
}

.articleHeader {
  padding: 14rem 0 6rem;
  z-index: 2;
}

.articleHeader .backLink {
  top: 0;
}

.articleHeader__inner {
  text-align: center;
}

.articleHeader__content {
  width: 95.3333333333rem;
  margin: auto;
  padding: 5rem 0 5rem;
}

.articleHeader__image {
  width: 119.6666666667rem;
  margin: auto;
  margin-bottom: -46rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .articleHeader {
    padding: 9rem 0 4rem;
  }

  .articleHeader__content {
    width: 100%;
    padding: 4rem 0 3rem;
  }

  .articleHeader__image {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
    margin-bottom: -25rem;
  }
}

@media screen and (max-width: 600px) {
  .articleHeader {
    padding: 9rem 0 4rem;
  }

  .articleHeader__content {
    width: 100%;
    padding: 4rem 0 3rem;
  }

  .articleHeader__image {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
    margin-bottom: -25rem;
  }
}

.articleHeader + .cs__section--bbFirst {
  z-index: 0;
  padding-top: 52rem;
  margin-top: 0;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .articleHeader + .cs__section--bbFirst {
    padding-top: 30rem;
  }
}

@media screen and (max-width: 600px) {
  .articleHeader + .cs__section--bbFirst {
    padding-top: 27rem;
  }
}

.articleHeader ~ .section--ctaLink {
  padding: 7rem 0 9rem;
}

@media screen and (max-width: 600px) {
  .articleHeader ~ .section--ctaLink {
    padding: 2rem 0 2rem;
  }
}

.newsHeader {
  padding: 8rem 0 4rem;
  z-index: 2;
}

.newsHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 70rem;
}

.newsHeader__content {
  width: 61.8333333333rem;
}

.newsHeader__content .projectFilter {
  margin-left: -5rem;
}

.newsHeader__image {
  width: 61.8333333333rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .newsHeader {
    padding: 12rem 0 8rem;
  }

  .newsHeader__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }

  .newsHeader__content,
  .newsHeader__image {
    width: 100%;
  }

  .newsHeader__image {
    width: calc(100% + 1rem);
  }

  .newsHeader__content {
    text-align: center;
    margin-bottom: 5rem;
  }

  .newsHeader__content .projectFilter {
    margin: 0;
  }
}

.newsHeader .brackets__tl .fill {
  fill: #5D62FB;
}

.newsHeader .brackets__tr .fill {
  fill: #FFDD50;
}

.newsHeader .brackets__bl .fill {
  fill: #FFDD50;
}

.newsHeader .brackets__br .fill {
  fill: #FD6A6B;
}

.newsHeader ~ .section--ctaLink {
  padding: 7rem 0 9rem;
}

@media screen and (max-width: 600px) {
  .newsHeader ~ .section--ctaLink {
    padding: 5rem 0 2rem;
  }
}

.articleCards__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articleCards__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 2rem;
  margin: 0 -2rem;
}

.articleCards__card:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.articleCards__card.hide {
  display: none;
}

@media (hover: hover) {
  .articleCards__card:hover .articleCards__hover {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .articleCards__card:hover .articleCards__content {
    color: #0A0A0A;
  }
}

.articleCards__card.articleCards__card--blue .articleCards__hover {
  background: #5D62FB;
}

@media (hover: hover) {
  .articleCards__card.articleCards__card--blue:hover .articleCards__content {
    color: #ffffff;
  }
}

.articleCards__card.articleCards__card--red .articleCards__hover {
  background: #FD6A6B;
}

@media (hover: hover) {
  .articleCards__card.articleCards__card--red:hover .articleCards__content {
    color: #ffffff;
  }
}

.articleCards__card.articleCards__card--yellow .articleCards__hover {
  background: #FFDD50;
}

.articleCards__hover {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleY(0) skewY(-20deg);
  -ms-transform: scaleY(0) skewY(-20deg);
  transform: scaleY(0) skewY(-20deg);
  -webkit-transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  transition: -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  -o-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms, -webkit-transform cubic-bezier(0.785, 0.135, 0.15, 0.86) 500ms;
  z-index: -1;
}

.articleCards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  max-width: 58.8333333333rem;
  -webkit-transition: color 300ms 100ms linear;
  -o-transition: color 300ms 100ms linear;
  transition: color 300ms 100ms linear;
}

.articleCards__heading {
  font-size: 4rem;
  line-height: 1.12;
}

.articleCards__image {
  min-height: 100%;
  min-width: 46.6666666667rem;
  max-width: 46.6666666667rem;
  height: 27.4rem;
  background: #7E7E7E;
}

.articleCards__price {
  font-size: 3rem;
}

.articleCards--related {
  padding: 14rem 0 16rem;
}

.articleCards--related .articleCards__card {
  padding: 2rem;
}

.articleCards--related .articleCards__heading {
  font-size: 3rem;
}

.articleCards--related .articleCards__content {
  width: 46.6666666667rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articleCards--related .articleCards__image {
  width: 27.4rem;
  min-width: 27.4rem;
  max-width: 27.4rem;
  height: 16.4rem;
}

.articleCards--related .articleCards__author {
  position: absolute;
  bottom: 5rem;
  right: 38rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .articleCards {
    min-height: 33rem;
  }

  .articleCards__content {
    max-width: 40.4166666667rem;
  }

  .articleCards__image {
    min-width: 28.5833333333rem;
    max-width: 28.5833333333rem;
    height: 20rem;
  }

  .articleCards__heading {
    font-size: 2.4rem;
  }

  .articleCards--related .articleCards__heading {
    font-size: 2.4rem;
  }

  .articleCards--related .articleCards__author {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  .articleCards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 3rem 1.5rem 2rem;
  }

  .articleCards__image {
    height: 18rem;
    width: 100%;
    min-width: 100%;
    margin-bottom: 1.5rem;
  }

  .articleCards__heading {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 75%;
  }

  .articleCards__price {
    font-size: 2.5rem;
  }

  .articleCards__author {
    font-size: 1.3rem;
  }

  .articleCards--related {
    padding: 6rem 0 4rem;
  }

  .articleCards--related .articleCards__card {
    padding: 2rem 1rem;
  }

  .articleCards--related .articleCards__heading {
    font-size: 1.8rem;
  }

  .articleCards--related .articleCards__content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .articleCards--related .articleCards__image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 18rem;
  }

  .articleCards--related .articleCards__author {
    position: static;
  }
}

.studioHeader {
  height: 108rem;
  z-index: 2;
}

.studioHeader__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.studioHeader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 42%;
  text-align: center;
  padding: 8rem 4rem;
}

.studioHeader__content {
  min-width: 80rem;
  margin-bottom: -10rem;
}

.studioHeader--generic {
  height: 0;
  min-height: 44rem;
}

.studioHeader--generic.studioHeader--mid {
  min-height: 60rem;
}

.studioHeader--generic.studioHeader--tall {
  min-height: 84rem;
}

.studioHeader--generic .studioHeader__inner {
  top: 50%;
}

.studioHeader--generic .studioHeader__content {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .studioHeader__content {
    min-width: 60rem;
  }
}

@media screen and (max-width: 600px) {
  .studioHeader {
    height: 72rem;
  }

  .studioHeader__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .studioHeader__content {
    min-width: 85vw;
  }

  .studioHeader--generic {
    height: 0;
    min-height: 24rem;
  }

  .studioHeader--generic .studioHeader__inner {
    top: 55%;
  }

  .studioHeader--generic.studioHeader--mid {
    min-height: 40rem;
  }

  .studioHeader--generic.studioHeader--tall {
    min-height: 66rem;
  }
}

.studioHeader + .cs__section--bbFirst {
  padding-top: 20rem;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .studioHeader + .cs__section--bbFirst {
    padding-top: 14rem;
  }
}

.serviceHeader + .cs__section--bbFirst {
  z-index: 0;
  padding-top: 24rem;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .serviceHeader + .cs__section--bbFirst {
    padding-top: 16rem;
  }
}

.studioSpace__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95.3333333333rem;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.studioSpace__imageWrap {
  width: 34.5rem;
  max-height: 40rem;
}

.studioSpace__content {
  width: 46.6666666667rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .studioSpace__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70rem;
  }

  .studioSpace__imageWrap {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .studioSpace__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .studioSpace__imageWrap {
    margin-bottom: 5rem;
    width: 90%;
  }

  .studioSpace__content {
    width: 100%;
  }
}

.studioOptions__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 119.6666666667rem;
  margin: auto;
  margin-bottom: 12rem;
  min-height: 80rem;
}

.studioOptions__block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.studioOptions__block:nth-child(odd) .studioOptions__image {
  margin-left: -24.1666666667rem;
  margin-right: 0 !important;
}

.studioOptions__block:first-child {
  margin-top: 4rem;
}

.studioOptions__block:last-child {
  margin-bottom: 4rem;
}

.studioOptions__image {
  width: 72.8333333333rem;
  min-width: 72.8333333333rem;
  max-width: 72.8333333333rem;
  background: #1C1D1F;
  margin-right: -24.1666666667rem;
  position: relative;
  overflow: hidden;
}

.studioOptions__image .wistiaEmbed {
  height: 100%;
}

.studioOptions__features {
  border-bottom: 1px solid #EDEDED;
}

.studioOptions__content {
  width: 46.6666666667rem;
  padding: 13rem 0 15rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .studioOptions {
    padding-bottom: 10rem;
  }

  .studioOptions__block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    width: 58.1666666667rem;
  }

  .studioOptions__block:first-child {
    margin-top: 0;
  }

  .studioOptions__block:last-child {
    margin-bottom: 0;
  }

  .studioOptions__block:nth-child(odd) .studioOptions__image {
    width: 71.0833333333rem;
    min-width: 71.0833333333rem;
    max-width: 71.0833333333rem;
    margin-left: -12.8333333333rem;
  }

  .studioOptions__image {
    width: 71.0833333333rem;
    min-width: 71.0833333333rem;
    max-width: 71.0833333333rem;
  }

  .studioOptions__content {
    padding: 8rem 0 5rem;
  }
}

@media screen and (max-width: 600px) {
  .studioOptions {
    padding-top: 14rem;
    padding-bottom: 6rem;
  }

  .studioOptions__inner {
    width: 100%;
  }

  .studioOptions__block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    width: 100%;
    margin-bottom: 6rem;
  }

  .studioOptions__block:first-child {
    margin-top: 0;
  }

  .studioOptions__block:last-child {
    margin-bottom: 0;
  }

  .studioOptions__block:nth-child(odd) .studioOptions__image {
    margin-left: -3.1666666667rem !important;
  }

  .studioOptions__image {
    width: calc(100% + 3.1666666667rem) !important;
    min-width: calc(100% + 3.1666666667rem) !important;
    max-width: calc(100% + 3.1666666667rem) !important;
    height: 45rem;
  }

  .studioOptions__content {
    width: 100%;
    padding: 5rem 0 5rem;
  }
}

.studioAddOns {
  text-align: center;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.studioAddOns__inner {
  width: 123.6666666667rem;
  margin: auto;
}

.studioAddOns__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.studioAddOns__block {
  text-align: left;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 9rem 7.5rem 14rem;
  border: 1px solid rgba(237, 237, 237, 0.15);
  position: relative;
}

@media screen and (min-width: 600px) {
  .studioAddOns__block:nth-child(2n) {
    border-left: none;
  }
}

.studioAddOns__rate {
  position: absolute;
  bottom: 7.5rem;
  left: 7.5rem;
  width: calc(100% - 15rem);
  border-top: 1px solid rgba(237, 237, 237, 0.15);
  padding-top: 3rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .studioAddOns__inner {
    width: 70rem;
  }

  .studioAddOns__block {
    padding: 4rem 3rem 10rem;
  }

  .studioAddOns__rate {
    bottom: 5rem;
    left: 3rem;
    width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 600px) {
  .studioAddOns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .studioAddOns__inner {
    width: 100%;
  }

  .studioAddOns__block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 4rem 3rem 10rem;
  }

  .studioAddOns__rate {
    bottom: 5rem;
    left: 3rem;
    width: calc(100% - 6rem);
  }
}

.studioAddOns + .cs__section--imageSlider {
  background: #161616;
  padding-top: 16rem;
  padding-bottom: 18rem;
}

@media screen and (max-width: 600px) {
  .studioAddOns + .cs__section--imageSlider {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.studioBooking {
  padding: 15rem 0 18rem;
}

.studioBooking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 119.6666666667rem;
}

.studioBooking__form {
  width: 46.6666666667rem;
  margin-right: 12.1666666667rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .studioBooking__inner {
    width: 70rem;
  }

  .studioBooking__form {
    width: 34.5rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .studioBooking {
    padding: 8rem 0 8rem;
  }

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

  .studioBooking__heading {
    margin-bottom: 5rem;
  }

  .studioBooking__form {
    width: 100%;
  }
}

.videoSection {
  position: relative;
  font-size: 0;
}

.videoSection:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.letter.space {
  width: 0.3em;
}

.videoCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.3);
}

.u-mb5 {
  margin-bottom: 0.5rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb15 {
  margin-bottom: 1.5rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb65 {
  margin-bottom: 6.5rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .u-tab-mb0 {
    margin-bottom: 0rem;
  }

  .u-tab-mb5 {
    margin-bottom: 0.5rem;
  }

  .u-tab-mb10 {
    margin-bottom: 1rem;
  }

  .u-tab-mb15 {
    margin-bottom: 1.5rem;
  }

  .u-tab-mb20 {
    margin-bottom: 2rem;
  }

  .u-tab-mb30 {
    margin-bottom: 3rem;
  }

  .u-tab-mb40 {
    margin-bottom: 4rem;
  }

  .u-tab-mb50 {
    margin-bottom: 5rem;
  }

  .u-tab-mb60 {
    margin-bottom: 6rem;
  }

  .u-tab-mb65 {
    margin-bottom: 6.5rem;
  }

  .u-tab-mb70 {
    margin-bottom: 7rem;
  }

  .u-tab-mb80 {
    margin-bottom: 8rem;
  }

  .u-tab-mb90 {
    margin-bottom: 9rem;
  }

  .u-tab-mb100 {
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 600px) {
  .u-mob-mb0 {
    margin-bottom: 0rem;
  }

  .u-mob-mb5 {
    margin-bottom: 0.5rem;
  }

  .u-mob-mb10 {
    margin-bottom: 1rem;
  }

  .u-mob-mb15 {
    margin-bottom: 1.5rem;
  }

  .u-mob-mb20 {
    margin-bottom: 2rem;
  }

  .u-mob-mb30 {
    margin-bottom: 3rem;
  }

  .u-mob-mb40 {
    margin-bottom: 4rem;
  }

  .u-mob-mb50 {
    margin-bottom: 5rem;
  }

  .u-mob-mb60 {
    margin-bottom: 6rem;
  }

  .u-mob-mb65 {
    margin-bottom: 6.5rem;
  }

  .u-mob-mb70 {
    margin-bottom: 7rem;
  }

  .u-mob-mb80 {
    margin-bottom: 8rem;
  }

  .u-mob-mb90 {
    margin-bottom: 9rem;
  }

  .u-mob-mb100 {
    margin-bottom: 10rem;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flexCol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-flexEdges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flexAlignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-inlineBlock {
  display: block;
}

.u-block {
  display: block;
}

.u-wrap {
  width: 100%;
  height: 100%;
}

.u-relative {
  position: relative;
}

.u-op50 {
  opacity: 0.5;
}

.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw700 {
  font-weight: 700;
}

.u-bgWhite {
  background-color: #ffffff;
}

.u-bgBlack {
  background-color: #0A0A0A;
}

.u-fcWhite {
  color: #ffffff;
}

.u-fcRed {
  color: #FD6A6B;
}

.u-fcLightGrey {
  color: #7E7E7E;
}

.u-fcBlack {
  color: #0A0A0A;
}

.u-autowrap {
  white-space: normal;
}

.u-autowrap span {
  display: inline;
}

.u-nowrap {
  white-space: nowrap;
}

.u-nowrap span {
  display: inline;
}

.u-upper {
  text-transform: uppercase;
}

.u-nopointer {
  pointer-events: none;
}

.u-pointer {
  cursor: pointer;
}

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

.u-pre {
  white-space: pre-line;
}

@media screen and (max-width: 600px) {
  .u-hideMobile {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-showMobile {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .u-hideTablet {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-showTablet {
    display: none;
  }
}

.accent-red .u-fcAccent {
  color: #FD6A6B;
}

.accent-blue .u-fcAccent {
  color: #5C5CFF;
}

.accent-yellow .u-fcAccent {
  color: #E7C433;
}

.accent-red .u-bgAccent {
  background: #FD6A6B;
}

.accent-blue .u-bgAccent {
  background: #5C5CFF;
}

.accent-yellow .u-bgAccent {
  background: #E7C433;
}

.accent-red .u-svgAccent .fill {
  fill: #FD6A6B;
}

.accent-blue .u-svgAccent .fill {
  fill: #5D62FB;
}

.accent-yellow .u-svgAccent .fill {
  fill: #FFDD50;
}

.accent-red .u-svgAccent .stroke {
  stroke: #FD6A6B;
}

.accent-blue .u-svgAccent .stroke {
  stroke: #5D62FB;
}

.accent-yellow .u-svgAccent .stroke {
  stroke: #FFDD50;
}lex-direction: column;
}
.u-flexEdges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flexAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-inlineBlock {
  display: block;
}
.u-block {
  display: block;
}
.u-wrap {
  width: 100%;
  height: 100%;
}
.u-relative {
  position: relative;
}
.u-op50 {
  opacity: 0.5;
}
.u-fw300 {
  font-weight: 300;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw500 {
  font-weight: 500;
}
.u-fw600 {
  font-weight: 600;
}
.u-fw700 {
  font-weight: 700;
}
.u-bgWhite {
  background-color: #ffffff;
}
.u-bgBlack {
  background-color: #0A0A0A;
}
.u-fcWhite {
  color: #ffffff;
}
.u-fcRed {
  color: #FD6A6B;
}
.u-fcLightGrey {
  color: #7E7E7E;
}
.u-fcBlack {
  color: #0A0A0A;
}
.u-autowrap {
  white-space: normal;
}
.u-autowrap span {
  display: inline;
}
.u-nowrap {
  white-space: nowrap;
}
.u-nowrap span {
  display: inline;
}
.u-upper {
  text-transform: uppercase;
}
.u-nopointer {
  pointer-events: none;
}
.u-pointer {
  cursor: pointer;
}
.u-textCenter {
  text-align: center;
}
.u-pre {
  white-space: pre-line;
}
@media screen and (max-width: 600px) {
  .u-hideMobile {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .u-showMobile {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .u-hideTablet {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .u-showTablet {
    display: none;
  }
}

.accent-red .u-fcAccent {
  color: #FD6A6B;
}

.accent-blue .u-fcAccent {
  color: #5C5CFF;
}

.accent-yellow .u-fcAccent {
  color: #E7C433;
}

.accent-red .u-bgAccent {
  background: #FD6A6B;
}

.accent-blue .u-bgAccent {
  background: #5C5CFF;
}

.accent-yellow .u-bgAccent {
  background: #E7C433;
}

.accent-red .u-svgAccent .fill {
  fill: #FD6A6B;
}

.accent-blue .u-svgAccent .fill {
  fill: #5D62FB;
}

.accent-yellow .u-svgAccent .fill {
  fill: #FFDD50;
}

.accent-red .u-svgAccent .stroke {
  stroke: #FD6A6B;
}

.accent-blue .u-svgAccent .stroke {
  stroke: #5D62FB;
}

.accent-yellow .u-svgAccent .stroke {
  stroke: #FFDD50;
}