:root {
  --yellow: #ff0;
  --orange: #f06449;
  --red: #ef3636;
  --blue: #235aa6;
  --navy: #060c1d;
  /* var(--navy) */
  --offwhite: #f3f3f3;
  --cursor: url(../img/cursor.png), auto;
  --pointer: url(../img/pointer.png), auto;
}

a {
  cursor: var(--pointer);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: var(--yellow);
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: var(--pointer);
}
[disabled] {
  cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  font-size: 100%;
  scrollbar-color: var(--navy) var(--orange);
  cursor: var(--cursor);
}
body {
  background: var(--offwhite);
  color: var(--navy);
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.25s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-mobile-menu-open,
body.overflow {
  overflow: hidden;
}
::-moz-selection {
  background: var(--orange);
  color: var(--offwhite);
  text-shadow: none;
}
::selection {
  background: var(--orange);
  color: var(--offwhite);
  /* text-shadow: none; */
}
::-webkit-selection {
  background: var(--orange);
  color: var(--offwhite);
  text-shadow: none;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
@font-face {
  font-family: League Spartan;
  src: url(../fonts/leaguespartan-bold.eot);
  src: url(../fonts/leaguespartan-boldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/leaguespartan-bold.woff2) format("woff2"),
    url(../fonts/leaguespartan-bold.woff) format("woff"),
    url(../fonts/leaguespartan-bold.ttf) format("truetype"),
    url(../fonts/leaguespartan-bold.svg#league_spartanbold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LibreBaskerville-Regular;
  src: url(../fonts/LibreBaskerville-Regular.eot);
  src: url(../fonts/LibreBaskerville-Regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/LibreBaskerville-Regular.woff) format("woff"),
    url(../fonts/LibreBaskerville-Regular.ttf) format("truetype"),
    url(../fonts/LibreBaskerville-Regular.svg#league_spartanbold) format("svg");
  font-weight: 400;
  font-style: normal;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: League Spartan, Helvetica, Arial, sans-serif;
  color: inherit;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.h1,
h1 {
  margin-bottom: 0.1875566421em;
  font-size: 1.999396em;
  line-height: 1.1253398526;
}
@media only screen and (min-width: 43.75em) {
  .h1,
  h1 {
    margin-bottom: 0.132642604em;
    font-size: 2.827145944em;
    line-height: 1.0611408323;
  }
}
@media only screen and (min-width: 56.25em) {
  .h1,
  h1 {
    margin-bottom: 0.0938066507em;
    font-size: 3.9975843648em;
    line-height: 0.9380665066;
  }
}
.h2,
h2 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597;
}
@media only screen and (min-width: 43.75em) {
  .h2,
  h2 {
    margin-bottom: 0.1875566421em;
    font-size: 1.999396em;
    line-height: 1.1253398526;
  }
}
@media only screen and (min-width: 56.25em) {
  .h2,
  h2 {
    margin-bottom: 0.132642604em;
    font-size: 2.827145944em;
    line-height: 1.0611408323;
  }
}
h3 {
  margin-bottom: 0.2652050919em;
  font-size: 1.2em;
  line-height: 1.3260254597;
}
@media only screen and (min-width: 56.25em) {
  .h3,
  h3 {
    margin-bottom: 0.1875566421em;
    font-size: 1.899396em;
    line-height: 1.1253398526;
  }
}
.h4,
h4 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597;
}
.h5,
.h6,
h5,
h6 {
  margin-bottom: 0.375em;
  font-size: 1em;
  line-height: 1.5;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
}
/* @media only screen and (min-width: 43.75em) {
  p {
    text-align: justify;
  }
} */
.small,
small {
  font-size: 0.7072135785em;
  line-height: 1.59075;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  border-left: 6px solid gray;
}
blockquote p {
  margin-bottom: 0.75em;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  /* margin-left: 1.5em; */
  padding-top: 0;
  padding-bottom: 0;
}
dl.no_list,
ol.no_list,
ul.no_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl dl,
ol ol,
ul ul {
  margin-left: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
}
abbr[title]:hover {
  cursor: help;
}
hr {
  margin-top: 1.5em;
  margin-bottom: 0;
  border: none;
  border-top-color: var(--navy);
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1.4375em;
}
a {
  color: var(--navy);
  text-decoration: none;
}
a:not([class]) {
  color: #53566e;
}
a:not([class]):hover {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}
audio,
embed,
iframe,
img,
input,
object,
picture,
video {
  max-width: 100%;
  margin: 0;
}
img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img[src*=".svg"] {
  width: 100%\9;
}
a:hover img {
  border: none;
  background: none;
}
img[src*=".svg"],
x::-ms-reveal {
  width: 100%;
}
a img {
  border: none;
}
@-webkit-keyframes a {
  0%,
  to {
    -webkit-transform: translate3d(-35%, 49%, 0);
    transform: translate3d(-35%, 49%, 0);
  }
  50% {
    -webkit-transform: translate3d(85.44%, -51.84%, 0);
    transform: translate3d(85.44%, -51.84%, 0);
  }
}
@keyframes a {
  0%,
  to {
    -webkit-transform: translate3d(-35%, 49%, 0);
    transform: translate3d(-35%, 49%, 0);
  }
  50% {
    -webkit-transform: translate3d(85.44%, -51.84%, 0);
    transform: translate3d(85.44%, -51.84%, 0);
  }
}
@-webkit-keyframes b {
  0%,
  to {
    -webkit-transform: translate3d(71%, -63%, 0);
    transform: translate3d(71%, -63%, 0);
  }
  50% {
    -webkit-transform: translate3d(100.04%, -39.36%, 0);
    transform: translate3d(100.04%, -39.36%, 0);
  }
}
@keyframes b {
  0%,
  to {
    -webkit-transform: translate3d(71%, -63%, 0);
    transform: translate3d(71%, -63%, 0);
  }
  50% {
    -webkit-transform: translate3d(100.04%, -39.36%, 0);
    transform: translate3d(100.04%, -39.36%, 0);
  }
}
@-webkit-keyframes c {
  0%,
  to {
    -webkit-transform: translate3d(-100%, 17%, 0);
    transform: translate3d(-100%, 17%, 0);
  }
  50% {
    -webkit-transform: translate3d(20.5%, 69.7%, 0);
    transform: translate3d(20.5%, 69.7%, 0);
  }
}
@keyframes c {
  0%,
  to {
    -webkit-transform: translate3d(-100%, 17%, 0);
    transform: translate3d(-100%, 17%, 0);
  }
  50% {
    -webkit-transform: translate3d(20.5%, 69.7%, 0);
    transform: translate3d(20.5%, 69.7%, 0);
  }
}
@-webkit-keyframes d {
  0%,
  to {
    -webkit-transform: translate3d(46%, 77%, 0);
    transform: translate3d(46%, 77%, 0);
  }
  50% {
    -webkit-transform: translate3d(69.7%, 144.32%, 0);
    transform: translate3d(69.7%, 144.32%, 0);
  }
}
@keyframes d {
  0%,
  to {
    -webkit-transform: translate3d(46%, 77%, 0);
    transform: translate3d(46%, 77%, 0);
  }
  50% {
    -webkit-transform: translate3d(69.7%, 144.32%, 0);
    transform: translate3d(69.7%, 144.32%, 0);
  }
}
@-webkit-keyframes e {
  0%,
  to {
    -webkit-transform: translate3d(25%, -10%, 0);
    transform: translate3d(25%, -10%, 0);
  }
  50% {
    -webkit-transform: translate3d(99.36%, -76.32%, 0);
    transform: translate3d(99.36%, -76.32%, 0);
  }
}
@keyframes e {
  0%,
  to {
    -webkit-transform: translate3d(25%, -10%, 0);
    transform: translate3d(25%, -10%, 0);
  }
  50% {
    -webkit-transform: translate3d(99.36%, -76.32%, 0);
    transform: translate3d(99.36%, -76.32%, 0);
  }
}
@-webkit-keyframes f {
  0%,
  to {
    -webkit-transform: translate3d(51%, 10%, 0);
    transform: translate3d(51%, 10%, 0);
  }
  50% {
    -webkit-transform: translate3d(-18.2%, 132.3%, 0);
    transform: translate3d(-18.2%, 132.3%, 0);
  }
}
@keyframes f {
  0%,
  to {
    -webkit-transform: translate3d(51%, 10%, 0);
    transform: translate3d(51%, 10%, 0);
  }
  50% {
    -webkit-transform: translate3d(-18.2%, 132.3%, 0);
    transform: translate3d(-18.2%, 132.3%, 0);
  }
}
@-webkit-keyframes g {
  0%,
  to {
    -webkit-transform: translate3d(55%, 100%, 0);
    transform: translate3d(55%, 100%, 0);
  }
  50% {
    -webkit-transform: translate3d(34.04%, -112.24%, 0);
    transform: translate3d(34.04%, -112.24%, 0);
  }
}
@keyframes g {
  0%,
  to {
    -webkit-transform: translate3d(55%, 100%, 0);
    transform: translate3d(55%, 100%, 0);
  }
  50% {
    -webkit-transform: translate3d(34.04%, -112.24%, 0);
    transform: translate3d(34.04%, -112.24%, 0);
  }
}
@-webkit-keyframes h {
  0%,
  to {
    -webkit-transform: translate3d(-20%, 22%, 0);
    transform: translate3d(-20%, 22%, 0);
  }
  50% {
    -webkit-transform: translate3d(-115.2%, -123.84%, 0);
    transform: translate3d(-115.2%, -123.84%, 0);
  }
}
@keyframes h {
  0%,
  to {
    -webkit-transform: translate3d(-20%, 22%, 0);
    transform: translate3d(-20%, 22%, 0);
  }
  50% {
    -webkit-transform: translate3d(-115.2%, -123.84%, 0);
    transform: translate3d(-115.2%, -123.84%, 0);
  }
}
@-webkit-keyframes i {
  0%,
  to {
    -webkit-transform: translate3d(-51%, 18%, 0);
    transform: translate3d(-51%, 18%, 0);
  }
  50% {
    -webkit-transform: translate3d(86.11%, 129.56%, 0);
    transform: translate3d(86.11%, 129.56%, 0);
  }
}
@keyframes i {
  0%,
  to {
    -webkit-transform: translate3d(-51%, 18%, 0);
    transform: translate3d(-51%, 18%, 0);
  }
  50% {
    -webkit-transform: translate3d(86.11%, 129.56%, 0);
    transform: translate3d(86.11%, 129.56%, 0);
  }
}
.the-button,
button {
  cursor: var(--pointer);
  text-decoration: none;
  background: transparent;
  padding: 0;
  border: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap;
}
.the-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
button {
  background-image: none;
}
button:active,
button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
button.button-disabled,
button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
.the-button {
  font-family: League Spartan, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  letter-spacing: 3px;
  padding: 12px 20px;
  background-color: var(--orange);
  background: linear-gradient(270deg, var(--orange), var(--red));
  color: white;
  position: relative;
  transition: all 0.3s;
}
.the-button .button-text {
  position: relative;
  z-index: 10;
}
.the-button .button-mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.the-button .button-mask:after,
.the-button .button-mask:before {
  will-change: transform;
}
.the-button .button-mask:before {
  width: 100%;
  /* background-color: #1b2e63; */
  background: linear-gradient(270deg, var(--blue), var(--navy));
  transition: -webkit-transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s;
  transition: transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s;
  transition: transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s,
    -webkit-transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s;
  z-index: 1;
}
.the-button .button-mask:after,
.the-button .button-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}
.the-button .button-mask:after {
  width: 80%;
  /* background-color: #26408b; */
  background: linear-gradient(270deg, var(--blue), #213777);
  transition: -webkit-transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1),
    -webkit-transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 2;
}
.the-button .button-icon {
  position: absolute;
  top: 3px;
  right: -25px;
  width: 35px;
  height: 35px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1),
    -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.the-button .button-icon svg {
  width: 35px;
  height: 35px;
}
.the-button .button-icon svg path {
  fill: #484b5f;
}
.the-button.call-to-button .button-icon svg path {
  fill: white;
}
.the-button:hover .button-mask:before {
  transition: -webkit-transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s;
  transition: transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s;
  transition: transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s,
    -webkit-transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1) 0.05s;
}
.the-button:hover .button-mask:after {
  transition: -webkit-transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1),
    -webkit-transform 0.75s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.the-button:hover .button-mask:after,
.the-button:hover .button-mask:before {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.the-button:hover .button-icon {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.the-button.shadow {
  box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.34);
}
.the-button.ghost {
  background-color: transparent;
  background: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.6);
  color: whitef;
  transition: all 0.3s;
}
.the-button.ghost .button-icon svg path {
  fill: white;
}
.the-button.ghost:hover {
  background-color: white;
  color: var(--navy);
}
.button-big {
  font-size: 2em;
  padding: 15px 33px;
}
.button-full {
  display: block;
  width: 100%;
}
.hero-single-work,
.main-hero {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--navy);
  z-index: 2;
}
.main-hero {
  height: 100vh;
  background: linear-gradient(to bottom, #173156 0%, var(--navy) 80%);
  overflow: hidden;
  transition: all 0.3s ease;
  align-items: center;
  
}

/* #welcome-section {
	background: linear-gradient(to bottom, #181d23 0%, #202736 80%);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	margin: 0 auto;
	z-index: 1;
  } */
  
  #welcome-section::before {
	content: '';
	position: fixed;
	background: url(https://raw.githubusercontent.com/yagoestevez/fcc-portfolio/master/src/Images/Stars.svg?sanitize=true);
	background-attachment: fixed;
	width: 100%;
	min-height: 100vh;
	z-index: -1;
	opacity: 0;
	-webkit-animation: stars-move-in 1000ms 300ms forwards;
			animation: stars-move-in 1000ms 300ms forwards;
  }
  
  @-webkit-keyframes stars-move-in {
	from {
	  background-position-y: -100px;
	}
	to {
	  opacity: 1;
	  background-position-y: 0;
	}
  }
  
  @keyframes stars-move-in {
	from {
	  background-position-y: -100px;
	}
	to {
	  opacity: 1;
	  background-position-y: 0;
	}
  }
  
@media only screen and (max-height: 40.5625em) {
  .main-hero {
    height: 580px;
  }
}
@media only screen and (max-height: 36.1875em) {
  .main-hero {
    height: 480px;
  }
}
@media only screen and (max-height: 29.9375em) {
  .main-hero {
    height: 380px;
  }
}
.main-hero-text {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
  transition: color 0.3s ease, opacity 0.3s ease 0.65s;
  z-index: 7;
}
.main-hero-text .content {
  /* padding-left: 60px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-hero-subtitle {
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
}
.logo-mask {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40%;
  opacity: 0.6;
  z-index: 3;
}
.logo-mask svg {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.social-vertical-stripe {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: opacity 0.35s ease 0.75s;
  z-index: 7;
}
.social-vertical-stripe li {
  margin: 15px 0;
}
.social-vertical-stripe svg {
  width: 23px;
  height: 23px;
}
.social-vertical-stripe svg path {
  fill: #b0b2c3;
  transition: fill 0.3s ease;
}
.social-vertical-stripe li:focus svg path,
.social-vertical-stripe li:hover svg path {
  fill: white;
}
.hero-go-next {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  padding: 20px;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.35s ease 0.7s;
  z-index: 7;
}
.hero-go-next .the-arrow {
  top: 14px !important;
  width: 45px;
}
.hero-go-next .the-arrow:after,
.hero-go-next .the-arrow:before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hero-go-next:hover .the-arrow {
  height: 2px;
  margin-left: 5px !important;
  top: 2px !important;
  opacity: 1;
  width: 36px;
}
.hero-go-next:hover .the-arrow:before {
  height: 2px;
  top: -3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.hero-go-next:hover .the-arrow:after {
  height: 2px;
  top: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.go-next-label {
  font-size: 0.875em;
  padding-bottom: 5px;
}
.hero-single-work {
  height: 90vh;
  max-height: 950px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-single-work:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: " ";
  background: #000;
  opacity: 0.55;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.hero-single-work:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-size: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}
.hero-single-work-content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
  color: white;
  z-index: 4;
}
.la-francesca .hero-single-work-content {
  max-width: 720px;
}
@media only screen and (max-width: 33.75em) {
  .hero-single-work-content {
    width: 90%;
  }
}
.hero-single-work-title {
  font-family: League Spartan, Helvetica, Arial, sans-serif;
  margin-bottom: 13px;
}
.hero-single-work-subtitle {
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 400;
}
.hero-single-context-stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 45px;
  color: white;
  z-index: 3;
}
.hero-single-context-stripe .context-stripe-focus-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-single-context-stripe .context-stripe-focus-area li {
  float: left;
  clear: none;
  width: 31.3333333333%;
  margin-left: 0;
  margin-right: 3%;
  display: inline-block;
  vertical-align: middle;
  font-family: League Spartan, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 2px;
}
.hero-single-context-stripe .context-stripe-focus-area li:last-child {
  margin-right: 0;
}
.hero-single-context-stripe .context-stripe-focus-area li strong {
  color: var(--orange);
}
.hero-single-context-stripe .context-stripe-focus-area li:nth-child(2) {
  text-align: center;
}
.hero-single-context-stripe .context-stripe-focus-area li:last-child {
  text-align: right;
}
/* .room .hero-single-context-stripe .context-stripe-focus-area li strong {
  color: #37a5eb;
} */
/* .ab .hero-single-work {
  background-color: #1b1f2d;
}
.ab .hero-single-work:after,
.ab .hero-single-work:before {
  display: none;
}
.ab .hero-single-work-content {
  width: 1000px;
  max-width: none;
  margin: 0 auto;
}
.ab .hero-single-work-content:after,
.ab .hero-single-work-content:before {
  content: " ";
  display: table;
}
.ab .hero-single-work-content:after {
  clear: both;
}
@media only screen and (min-width: 75em) {
  .ab .hero-single-work-content {
    width: 1170px;
  }
}
@media only screen and (max-width: 64em) {
  .ab .hero-single-work-content {
    width: 95%;
  }
}
.ab .hero-single-work-image,
.ab .hero-single-work-text {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
.ab .hero-single-work-image {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 400px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
}
.ab .hero-single-context-stripe .context-stripe-focus-area li strong {
  color: #00c8e7;
}
@media only screen and (max-width: 47.9375em) {
  .ab .hero-single-work-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .ab .hero-single-work-text:first-child {
    margin-left: auto;
  }
  .ab .hero-single-work-text:last-child {
    margin-right: auto;
  }
  .ab .hero-single-work-image {
    display: none;
  }
}
.la-francesca .hero-single-context-stripe .context-stripe-focus-area li strong {
  color: #e4a388;
}
.sportland .hero-single-context-stripe .context-stripe-focus-area li strong {
  color: #54a416;
} */
@media only screen and (min-width: 100em) {
  .logo-mask {
    left: 45%;
  }
  .logo-mask svg {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
  }
  .social-vertical-stripe svg {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-height: 90.625em) {
  .main-hero {
    height: 85vh;
  }
}
@media only screen and (max-width: 56.25em) {
  .hero-single-context-stripe .context-stripe-focus-area {
    text-align: center;
  }
  .hero-single-context-stripe .context-stripe-focus-area li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
  }
  .hero-single-context-stripe .context-stripe-focus-area li:first-child {
    margin-left: auto;
  }
  .hero-single-context-stripe .context-stripe-focus-area li:last-child {
    margin-right: auto;
  }
  .hero-single-context-stripe .context-stripe-focus-area li:nth-child(2) {
    text-align: center;
  }
  .hero-single-context-stripe .context-stripe-focus-area li:last-child {
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.5em) {
  .social-vertical-stripe {
    display: none;
  }
}
@media only screen and (max-width: 33.75em) {
  .hero-single-context-stripe .context-stripe-focus-area li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.bright-theme .main-hero {
  background: #ebebeb;
}
.bright-theme .main-hero-text {
  color: #4c4f65;
}
.bright-theme .open-contact .button-icon svg path,
.bright-theme .social-vertical-stripe svg path {
  fill: #4c4f65;
}
.bright-theme .social-vertical-stripe li:focus svg path,
.bright-theme .social-vertical-stripe li:hover svg path {
  fill: var(--navy);
}
.bright-theme .hero-go-next {
  color: #4c4f65;
}

.the-arrow {
  position: relative;
  display: inline-block;
  background: var(--offwhite);
  opacity: 0.8;
  height: 1px;
  width: 33px;
  top: -3px;
  transition: all 0.3s;
}
.the-arrow.arrow-down {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.the-arrow:after,
.the-arrow:before {
  opacity: 1;
  content: "";
  position: absolute;
  background: var(--offwhite);
  height: 1px;
  width: 10px;
  left: -1px;
  margin-right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.the-arrow:before {
  top: -3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.the-arrow:after {
  top: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.the-arrow.is-active {
  width: 0;
}
.the-arrow.is-active:after,
.the-arrow.is-active:before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.bright-theme .the-arrow,
.bright-theme .the-arrow:after,
.bright-theme .the-arrow:before {
  background: #5e617c;
}
#shapes-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease 0.65s;
  z-index: -3;
}
.no-js #shapes-mask {
  display: none;
}
#shapes-mask svg path {
  stroke: inherit;
  fill: none;
}
#shapes-mask .layer1,
#shapes-mask .layer2 {
  position: absolute;
  z-index: 1;
}
#shapes-mask .p1 {
  left: 30%;
  top: 20%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#shapes-mask .p2 {
  left: 90%;
  top: 70%;
}
#shapes-mask .p3 {
  left: 100%;
  top: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#shapes-mask .p4 {
  left: 70%;
  top: 20%;
}
#shapes-mask .p5 {
  left: 5%;
  top: 80%;
}
#shapes-mask .p5,
#shapes-mask .p6 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#shapes-mask .p6 {
  left: 2%;
  top: 20%;
}
#shapes-mask .p7 {
  left: 50%;
  bottom: 2%;
}
#shapes-mask .p8 {
  left: 85%;
  bottom: 4%;
}
#shapes-mask .p9 {
  left: 20%;
  top: 2%;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#shapes-mask .p10 {
  left: 10%;
  bottom: 2%;
  -webkit-transform: rotate(85deg);
  transform: rotate(85deg);
}
#shapes-mask .p11 {
  left: 90%;
  top: 2%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#shapes-mask .pink {
  stroke: var(--orange);
  fill: none;
}
#shapes-mask .yellow {
  stroke: var(--yellow);
  fill: none;
}
#shapes-mask .aqua {
  stroke: aqua;
  fill: none;
}
.bright-theme #shapes-mask .pink {
  stroke: #ec3c1a;
  fill: none;
}
.bright-theme #shapes-mask .yellow {
  stroke: #bdbd00;
  fill: none;
}
.bright-theme #shapes-mask .aqua {
  stroke: #099;
  fill: none;
} 
.in-single-work {
  display: none !important;
}
.in-single-work.not-hidden {
  display: inline-block !important;
}
.no-single-work.hidden {
  display: none;
}
.bright-theme .nav-logo svg path {
  fill: #4c4f65;
}
.bright-theme .nav-links a {
  color: #4c4f65;
}
.bright-theme .nav-links a .nav-link-icon svg path,
.bright-theme .nav-links a svg path {
  fill: #4c4f65;
}
.bright-theme .nav-links a:hover {
  color: var(--navy);
}
.bright-theme .nav-links a:hover .nav-link-icon svg path {
  fill: var(--navy);
}
.bright-theme .main-navigation.view-in-scroll {
  background: rgba(28, 29, 37, 0.9);
}
.bright-theme .main-navigation.view-in-scroll .nav-logo svg path {
  fill: white;
}
.bright-theme .main-navigation.view-in-scroll .nav-links a {
  color: var(--offwhite);
}
.bright-theme
  .main-navigation.view-in-scroll
  .nav-links
  a
  .nav-link-icon
  svg
  path,
.bright-theme .main-navigation.view-in-scroll .nav-links a svg path {
  fill: var(--offwhite);
}
.bright-theme .main-navigation.view-in-scroll .nav-links a:hover {
  color: white;
}
.bright-theme
  .main-navigation.view-in-scroll
  .nav-links
  a:hover
  .nav-link-icon
  svg
  path {
  fill: white;
}


.case-studies-section {
  padding: 80px 0;
  position: relative;
}
.case-studies-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-studies-list li {
  margin-bottom: 135px;
}
.case-studies-list li:last-child {
  margin-bottom: 0;
}
.case-studies-list .case-study {
  display: block;
  width: 100%;
  height: 100%;
  width: 80%;
  opacity: 1;
  height: 480px;
  background-color: var(--navy);
  position: relative;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.45);
  margin-left: auto;
  margin-right: auto;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
}
.case-studies-list .case-study:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: " ";
  background: var(--navy);
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.case-studies-list .case-study .case-study-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.case-studies-list .case-study .case-study-mask:after {
  content: "";
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 29, 37, 0.9);
  background: linear-gradient(
    270deg,
    rgba(35, 90, 166, 0.9),
    rgba(16, 27, 59, 0.9)
  );
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: opacity 0.2s,
    -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s;
  transition: transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s,
    opacity 0.2s;
  transition: transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s,
    opacity 0.2s,
    -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s;
  z-index: 9;
}
.case-studies-list .case-study .case-study-reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
}
.case-studies-list .case-study .case-study-reveal-mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--navy);
  background: linear-gradient(270deg, var(--blue), var(--navy));
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1) 0.15s;
  transition: transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1) 0.15s;
  transition: transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1) 0.15s,
    -webkit-transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1) 0.15s;
  z-index: 101;
}
.case-studies-list .case-study .case-study-mask-number {
  display: none;
}
.case-studies-list .case-study .case-study-text-section {
  position: absolute;
  left: 90px;
  bottom: 90px;
  color: white;
  z-index: 10;
  max-width: 550px;
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  transition: opacity 0.25s, -webkit-transform 0.45s;
  transition: transform 0.45s, opacity 0.25s;
  transition: transform 0.45s, opacity 0.25s, -webkit-transform 0.45s;
}
.case-studies-list .case-study .case-study-subtitle {
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.case-studies-list li:nth-child(even) .case-study .case-study-text-section {
  left: auto;
  text-align: right;
  right: 90px;
}
.case-studies-list li:nth-child(even) .case-study .case-study-mask-number {
  right: auto;
  left: -45px;
}
.case-studies-list li:last-child .case-study {
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .case-studies-list li:nth-child(even) .case-study {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  .case-studies-list li:nth-child(odd) .case-study {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  .case-studies-list .case-study .case-study-mask-number {
    display: block;
    position: absolute;
    top: -40px;
    right: -45px;
    width: 265px;
    height: 198px;
    font-size: 11.5625em;
    overflow: hidden;
    font-family: League Spartan, Helvetica, Arial, sans-serif;
    color: #99999d;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    transition: opacity 0.3s,
      -webkit-transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: opacity 0.3s,
      transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: opacity 0.3s,
      transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1),
      -webkit-transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: 90;
  }
  .case-studies-list .case-study .case-study-mask-back,
  .case-studies-list .case-study .case-study-mask-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .case-studies-list .case-study .case-study-mask-overlay {
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: transparent;
  }
  .case-studies-list .case-study .case-study-mask-overlay,
  .case-studies-list .case-study .case-study-mask-overlay:before {
    transition: -webkit-transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0s,
      -webkit-transform 0.6s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  }
  .case-studies-list .case-study .case-study-mask-overlay:before {
    content: attr(data-index);
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-shadow: 5px 5px 11px rgba(74, 74, 74, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .case-studies-list .case-study .case-study-text-section {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    transition-delay: 0.4s;
  }
  .case-studies-list .case-study:hover {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.65);
  }
  .case-studies-list .case-study:hover .case-study-mask:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .case-studies-list .case-study:hover .case-study-mask-number {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .case-studies-list .case-study:hover .case-study-mask-overlay,
  .case-studies-list .case-study:hover .case-study-mask-overlay:before {
    transition-delay: 0.4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .case-studies-list .case-study:hover .case-study-text-section {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .case-studies-list .case-study.is-hidden .case-study-reveal-mask:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .case-studies-list .case-study.is-hidden .case-study-text-section {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .case-studies-list .case-study {
    width: 90%;
    height: 420px;
  }
}
@media only screen and (max-width: 41.25em) {
  .case-studies-list .case-study {
    height: 340px;
    margin-bottom: 60px;
  }
  .case-studies-list .case-study .case-study-text-section {
    left: 45px;
    bottom: 60px;
    max-width: 500px;
  }
  .case-studies-list .case-study .case-study-subtitle {
    font-size: 0.75em;
  }
  .case-studies-list li:nth-child(even) .case-study .case-study-text-section {
    right: 45px;
  }
}
@media only screen and (max-width: 25em) {
  .case-studies-list .case-study {
    width: 95%;
    height: 290px;
  }
  .case-studies-list .case-study .case-study-title {
    font-size: 1.125em;
  }
  .case-studies-list .case-study .case-study-text-section {
    left: 25px;
    bottom: 50px;
  }
}
.experiments-section {
  padding-top: 40px;
  position: relative;
}
.experiment {
  display: block;
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  height: 418px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: white;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.45s ease;
}
.experiment,
.experiment .experiment-mask {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.experiment .experiment-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fce0db;
  transition: 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 1;
}
.experiment .experiment-number-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.experiment .experiment-number-mask span {
  position: absolute;
  top: 10px;
  color: #f25757;
  right: -20px;
  line-height: 1;
  font-size: 8.125em;
  opacity: 0.045;
  font-family: League Spartan, Helvetica, Arial, sans-serif;
}
.experiment .experiment-circle {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
.experiment .experiment-image {
  width: 230px;
  height: 230px;
  background-color: var(--navy);
  border-radius: 50%;
  display: block;
  margin: 45px auto 30px;
  box-shadow: 0 15px 40px 1px rgba(0, 0, 0, 0.15);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.experiment:nth-child(3) .experiment-image {
  background-image: url(../img/brick.png);
}
@media only screen and (min-width: 64em) {
  .experiment:first-child .experiment-image {
    background-image: url(../img/codepen-loader.gif);
  }
  .experiment:nth-child(2) .experiment-image {
    background-image: url(../img/search-context.gif);
  }
  .experiment:last-child .experiment-image {
    background-image: url(../img/x-times.gif);
  }
}
@media only screen and (max-width: 63.9375em) {
  .experiment:first-child .experiment-image {
    background-image: url(../img/codepen-loader.png);
  }
  .experiment:nth-child(2) .experiment-image {
    background-image: url(../img/search-context.png);
  }
  .experiment:last-child .experiment-image {
    background-image: url(../img/x-times.png);
  }
}
.experiment .experiment-title-area {
  position: absolute;
  top: 85%;
  left: 12%;
  text-align: left;
  z-index: 10;
}
.experiment .experiment-title-area .experiment-title-label {
  position: relative;
  font-size: 0.625em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: League Spartan, Helvetica, Arial, sans-serif;
}
.experiment .experiment-title-area .experiment-title-label:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -12px;
  height: 1px;
  background-color: var(--navy);
  width: 7px;
}
.experiment .experiment-title-area .experiment-title {
  font-size: 0.75em;
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
}
.experiment .experiment-number-area {
  position: absolute;
  top: 90%;
  right: 10%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 10;
}
.experiment .experiment-number-area:before {
  content: "";
  top: 45%;
  height: 2px;
  background-color: var(--navy);
  width: 30px;
}
.experiment .experiment-number-area:after,
.experiment .experiment-number-area:before {
  position: absolute;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  right: 112%;
  transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.experiment .experiment-number-area:after {
  top: 5px;
  content: "01";
  text-align: right;
  font-size: 8px;
  font-weight: 700;
  padding-right: 40px;
}
.experiment:nth-child(2) .experiment-number-area:after {
  content: "02";
}
.experiment:nth-child(3) .experiment-number-area:after {
  content: "03";
}
.experiment:nth-child(4) .experiment-number-area:after {
  content: "04";
}
.experiment:hover .experiment-mask {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.experiment:hover .experiment-image {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.experiment:hover .experiment-number-area:before {
  -webkit-transform: scaleX(1.3);
  transform: scaleX(1.3);
}
.experiment:hover .experiment-number-area:after {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  transition-delay: 0.12s;
}
@media only screen and (min-width: 64em) {
  .experiments-mask-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 18;
  }
  .experiments-mask-reveal span {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    transition: -webkit-transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1),
      -webkit-transform 0.58s cubic-bezier(0.694, 0.048, 0.335, 1);
  }
  .experiments-mask-reveal span:first-child {
    background-color: var(--orange);
    background: linear-gradient(270deg, var(--orange), var(--red));
    z-index: 15;
  }
  .experiments-mask-reveal span:last-child {
    background-color: var(--blue);
    background: linear-gradient(270deg, var(--blue), #26408b);
    transition-delay: 0.22s;
    z-index: 14;
  }
}
@media only screen and (max-width: 64em) {
  .experiment {
    height: 320px;
  }
  .experiment .experiment-image {
    width: 180px;
    height: 180px;
  }
  .experiment .experiment-title-area {
    top: 80%;
    padding-right: 5px;
  }
  .experiment .experiment-number-area {
    display: none;
  }
  .experiment .experiment-number-mask {
    display: block;
  }
}
@media only screen and (max-width: 51.875em) {
  .experiment {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 31.25em) {
  .experiment {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-right: auto;
  }
  .experiment,
  .experiment:first-child {
    margin-left: auto;
  }
  .experiment:last-child {
    margin-right: auto;
  }
  .experiment .experiment-number-mask span {
    font-size: 11.875em;
    top: 20px;
  }
  .experiment:nth-child(even) .experiment-number-mask span {
    right: auto;
    left: -60px;
  }
}
.works-index {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transition: visibility 1s, z-index 1s;
  z-index: -1;
}
.works-index .content {
  height: 100%;
}
.works-index .work-index-item {
  width: 95%;
  height: 520px;
  margin: 60px auto;
  position: relative;
}
.works-index .work-index-item:first-child {
  margin: 80px auto 60px;
}
.works-index .work-index-item .works-index-section {
  position: absolute;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 40.625em) {
  .works-index .work-index-item .works-index-section:first-child {
    display: none;
  }
  .works-index .work-index-item .works-index-section:last-child {
    width: 100% !important;
  }
}
.works-index .work-index-item .works-index-section .works-index-number {
  display: block;
  position: absolute;
  bottom: -50px;
  right: 50px;
  font-size: 12.5em;
  font-family: League Spartan, Helvetica, Arial, sans-serif;
  opacity: 0;
  text-shadow: 5px 5px 11px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.35s ease 0s;
  z-index: 90;
}
.works-index .work-index-item .works-index-section .work-index-logo {
  position: absolute;
  bottom: -20px;
  left: 20px;
  opacity: 0.2;
}
.works-index .work-index-item .works-index-section .work-index-logo svg {
  width: 600px;
  height: 200px;
}
.works-index .work-index-item .works-index-section .work-index-title {
  color: var(--navy);
  font-size: 3.75em;
}
.works-index .work-index-item .works-index-section .work-index-subtitle {
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  color: #76869d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8125em;
  margin-bottom: 25px;
}
.works-index .work-index-item .works-index-section .work-index-desc {
  font-size: 0.9375em;
  margin-bottom: 25px;
}
.works-index .work-index-item .works-index-section .work-index-content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  margin: 0 auto;
}
.works-index .work-index-item .works-index-section:first-child {
  width: 40%;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--navy);
  transition: opacity 0.3s,
    -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), opacity 0.3s,
    -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 60;
}
.works-index .work-index-item .works-index-section:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: " ";
  background: black;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.works-index .work-index-item .works-index-section:last-child {
  width: 60%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  text-align: center;
  background-color: #e6e6e6;
  left: auto;
  right: 0;
  padding: 60px;
  transition: opacity 0.3s,
    -webkit-transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1), opacity 0.3s;
  transition: transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1), opacity 0.3s,
    -webkit-transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 59;
}
.works-index
  .work-index-item:nth-child(even)
  .works-index-section
  .works-index-number {
  left: 50px;
  right: auto;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.works-index .work-index-item:nth-child(even) .works-index-section:first-child {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.works-index .work-index-item:nth-child(even) .works-index-section:last-child {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-works-open .works-index {
  visibility: visible;
  z-index: 60;
  transition: visibility 1s, z-index 1s;
}
.is-works-open .works-index + .works-index-close {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.is-works-open .works-index .work-index-item .works-index-section {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.is-works-open
  .works-index
  .work-index-item
  .works-index-section
  .works-index-number {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1s;
}
.is-works-open .works-index .work-index-item .works-index-section:first-child {
  transition-delay: 0.2s;
}
.is-works-open .works-index .work-index-item .works-index-section:last-child {
  transition-delay: 0s;
}
.is-works-open
  .works-index:nth-child(even)
  .work-index-item
  .works-index-section:first-child {
  transition-delay: 0.34s;
}
.is-works-open
  .works-index:nth-child(even)
  .work-index-item
  .works-index-section:last-child {
  transition-delay: 0.14s;
}
@media only screen and (max-width: 47.9375em) {
  .works-index .work-index-item {
    height: 485px;
  }
  .works-index .work-index-item .works-index-section .works-index-number {
    font-size: 7.8125em;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  .works-index .work-index-item .works-index-section .work-index-title {
    font-size: 1.875em;
  }
  .works-index .work-index-item .works-index-section .work-index-subtitle {
    font-size: 0.75em;
  }
  .works-index .work-index-item .works-index-section .work-index-desc {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 40.625em) {
  .works-index .work-index-item {
    height: auto;
  }
  .works-index .work-index-item .works-index-section {
    position: relative;
    padding: 35px 20px !important;
    top: auto;
    left: auto;
    height: auto;
  }
  .works-index .work-index-item .works-index-section .work-index-content {
    position: relative;
    top: auto;
    left: auto;
    width: 95%;
    -webkit-transform: none;
    transform: none;
  }
}
.works-index-close {
  position: fixed;
  top: 0;
  cursor: var(--pointer);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  color: white;
  transition: opacity 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), opacity 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.35s;
  z-index: 60;
}
.works-index-close span {
  position: relative;
  top: 6px;
  padding-right: 10px;
}
.works-index-close span svg path {
  fill: white;
}

.js .main-hero-title {
  display: inline-block;
}
.js .text-loading-overlay {
  display: none;
}
.js .text-loading-overlay.is-reveal {
  opacity: 1;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
@media only screen and (min-width: 64em) {
  .js .main-navigation {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  .js .main-navigation.is-loaded {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .js .context-stripe-focus-area {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.4s 0.6s,
      -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0.6s;
    transition: opacity 0.4s 0.6s,
      transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0.6s;
    transition: opacity 0.4s 0.6s,
      transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0.6s,
      -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0.6s;
  }
  .js .context-stripe-focus-area.is-loaded {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .js #shapes-mask {
    opacity: 0;
    transition: opacity 0.45s ease 0.65s;
  }
  .js #shapes-mask.is-loaded {
    opacity: 1;
  }
  .js .text-loading-mask {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .js .text-loading-overlay {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 0.65s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.65s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.65s cubic-bezier(0.694, 0.048, 0.335, 1),
      -webkit-transform 0.65s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: 60;
  }
}

section {
  width: 100%;
  display: block;
  position: relative;
}
section:after,
section:before {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
#page-wrap {
  width: 100%;
  min-height: 100%;
}
#page-wrap:after,
#page-wrap:before {
  content: " ";
  display: table;
}
#page-wrap:after {
  clear: both;
}
.content {
  width: 1000px;
  margin: 0 auto;
}
.content:after,
.content:before {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
@media only screen and (min-width: 75em) {
  .content {
    width: 1170px;
  }
}
@media only screen and (max-width: 64em) {
  .content {
    width: 95%;
  }
}
.inner-container {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}
.inner-container:after,
.inner-container:before {
  content: " ";
  display: table;
}
.inner-container:after {
  clear: both;
}
.button-content {
  padding: 15px 0;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.hidden,
.visual-hide {
  overflow: hidden;
}
.visual-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute;
  width: 1px;
}
.section-mask {
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-mask,
.section-mask:after {
  position: absolute;
  top: 0;
  height: 100%;
}
.section-mask:after {
  content: "";
  z-index: 20;
  width: 65%;
  max-width: 920px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(28, 29, 37, 0.05) 0,
    rgba(28, 29, 37, 0.05) 1px,
    transparent 1px,
    transparent calc(50% - 1px),
    rgba(28, 29, 37, 0.05) calc(50% - 1px),
    rgba(28, 29, 37, 0.05) 50%,
    transparent 50%,
    transparent calc(100% - 1px),
    rgba(28, 29, 37, 0.05) calc(100% - 1px),
    rgba(28, 29, 37, 0.05) 100%
  );
}
.section-title {
  text-align: center;
  margin-bottom: 3rem;
  color: #4a4a4a;
  transition-delay: 0.18s;
}
.section-subtitle {
  text-align: center;
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #b19386;
  margin-bottom: 25px;
  transition-delay: 0.3s;
}
.section-subtitle,
.section-title {
  opacity: 1;
  transition: opacity 0.32s,
    -webkit-transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1),
    opacity 0.32s;
  transition: transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1),
    opacity 0.32s, -webkit-transform 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.section-text-mask {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .section-text-mask.is-hidden .section-subtitle,
  .section-text-mask.is-hidden .section-title {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    opacity: 0;
  }
}
.mobile-only {
  display: none;
  padding-bottom: 35px;
}
@media only screen and (max-width: 37.5em) {
  .mobile-only {
    display: block;
  }
}
.is-contact-open #shapes-mask,
.is-contact-open .hero-go-next,
.is-contact-open .main-hero-text,
.is-contact-open .nav-links,
.is-contact-open .nav-logo,
.is-contact-open .social-vertical-stripe,
.is-works-open #shapes-mask,
.is-works-open .hero-go-next,
.is-works-open .main-hero-text,
.is-works-open .nav-links,
.is-works-open .nav-logo,
.is-works-open .social-vertical-stripe {
  opacity: 0;
  transition-delay: 0s;
}
main {
  position: relative;
}
.privacy {
  min-height: 100vh;
  color: var(--offwhite);
  background-color: var(--navy);
  padding-top: 140px;
  padding-bottom: 55px;
  transition: all 0.3s;
}
.privacy p {
  font-size: 14px;
}
.privacy-content {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .privacy-content {
    width: 100%;
  }
}
.privacy-title {
  margin-bottom: 22px;
}
.bright-theme .privacy {
  background-color: #e6e6e6;
  color: var(--navy);
}
.some-shapes {
  display: none;
}
@media only screen and (min-width: 125em) {
  .some-shapes {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100px;
    top: 350px;
    left: 5%;
    z-index: -1;
  }
  .circle1 {
    position: absolute;
    top: -46px;
    right: 394px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .circle1 svg circle {
    stroke: var(--orange);
  }
  .square1 {
    position: absolute;
    top: 50px;
    left: 200px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .square1 svg path {
    fill: rgba(44, 113, 208, 0.8);
  }
  .triangle1 {
    position: absolute;
    top: 760px;
    right: 472px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .triangle1 svg path {
    stroke: #06d6a0;
  }
  .cross1 {
    position: absolute;
    top: 270px;
    left: 42px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .cross1,
  .cross1 svg {
    width: 70px;
    height: 70px;
  }
  .cross1 svg path {
    fill: aqua;
  }
  .circle2 {
    position: absolute;
    top: 680px;
    left: 245px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .circle2 svg circle {
    stroke: var(--orange);
  }
  .square2 {
    position: absolute;
    top: 465px;
    right: 235px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .square2 svg path {
    fill: rgba(44, 113, 208, 0.8);
  }
  .triangle2 {
    position: absolute;
    top: 1890px;
    right: 140px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .triangle2 svg path {
    stroke: aqua;
  }
  .cross2 {
    position: absolute;
    top: 1670px;
    left: 42px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .cross2,
  .cross2 svg {
    width: 70px;
    height: 70px;
  }
  .cross2 svg path {
    fill: rgba(44, 113, 208, 0.8);
  }
  .square3 {
    position: absolute;
    top: 1200px;
    left: 130px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .square3 svg path {
    fill: #06d6a0;
  }
  .circle3 {
    position: absolute;
    top: 2180px;
    left: 305px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .circle3 svg circle {
    stroke: aqua;
  }
  .cross3 {
    position: absolute;
    top: 1370px;
    right: 302px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .cross3,
  .cross3 svg {
    width: 70px;
    height: 70px;
  }
  .cross3 svg path {
    fill: var(--orange);
  }
}


.main-404 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main-404-content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 43%;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 48em) {
  .main-404-content {
    width: 95%;
  }
}
.happy {
  font-size: 70px;
  font-family: monospace;
  line-height: 1;
  margin-bottom: 70px;
}
.title-404 {
  font-family: LibreBaskerville-Regular, Palatino Linotype, Times New Roman,
    serif;
  font-weight: 400;
  color: var(--blue);
  margin-bottom: 25px;
}
.text-404 {
  text-align: center;
}
#go-home {
  display: inline-block;
  padding-right: 20px;
  color: var(--orange);
}
#go-home + a {
  text-decoration: underline;
}
.decor-404 {
  background: transparent;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-404 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-404 .shape-404 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
}
.box-404 .shape-404,
.box-404 .shape-404 svg {
  width: 72px;
  height: 72px;
}
.box-404:nth-child(1) {
  top: 75%;
  left: 17%;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: 57.6s;
  animation-duration: 57.6s;
}
.box-404:nth-child(1) svg path {
  fill: var(--orange);
}
.box-404:nth-child(2) {
  top: 50%;
  left: -1%;
  -webkit-animation-name: b;
  animation-name: b;
}
.box-404:nth-child(2),
.box-404:nth-child(3) {
  -webkit-animation-duration: 49.2s;
  animation-duration: 49.2s;
}
.box-404:nth-child(3) {
  top: 24%;
  left: 17%;
  -webkit-animation-name: c;
  animation-name: c;
}
.box-404:nth-child(3) svg path {
  fill: var(--blue);
}
.box-404:nth-child(4) {
  top: -1%;
  left: 33%;
  -webkit-animation-name: d;
  animation-name: d;
  -webkit-animation-duration: 49.2s;
  animation-duration: 49.2s;
}
.box-404:nth-child(4) svg path {
  stroke: aqua;
}
.box-404:nth-child(5) {
  top: 20%;
  left: 50%;
  -webkit-animation-name: e;
  animation-name: e;
  -webkit-animation-duration: 43.2s;
  animation-duration: 43.2s;
}
.box-404:nth-child(6) {
  top: 18%;
  left: 80%;
  -webkit-animation-name: f;
  animation-name: f;
  -webkit-animation-duration: 42s;
  animation-duration: 42s;
}
.box-404:nth-child(7) {
  top: 40%;
  left: 85%;
  -webkit-animation-name: g;
  animation-name: g;
  -webkit-animation-duration: 55.2s;
  animation-duration: 55.2s;
}
.box-404:nth-child(7) svg circle {
  stroke: #00c8e7;
}
.box-404:nth-child(8) {
  top: 65%;
  left: 75%;
  -webkit-animation-name: h;
  animation-name: h;
  -webkit-animation-duration: 57.6s;
  animation-duration: 57.6s;
}
.box-404:nth-child(9) {
  top: 80%;
  left: 60%;
  -webkit-animation-name: i;
  animation-name: i;
  -webkit-animation-duration: 47.4s;
  animation-duration: 47.4s;
}
.box-404:nth-child(9) svg path {
  stroke: var(--yellow);
}
@media print {
  *,
  :after,
  :before,
  :first-letter,
  :first-line {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  blockquote,
  img,
  pre {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
