
svg:not(:root).svg-inline--fa {
overflow:visible
}
.svg-inline--fa {
	display:inline-block;
	font-size:inherit;
	height:1em;
	overflow:visible;
	vertical-align:-.125em
}
.svg-inline--fa.fa-lg {
	vertical-align:-.225em
}
.svg-inline--fa.fa-w-1 {
	width:.0625em
}
.svg-inline--fa.fa-w-2 {
	width:.125em
}
.svg-inline--fa.fa-w-3 {
	width:.1875em
}
.svg-inline--fa.fa-w-4 {
	width:.25em
}
.svg-inline--fa.fa-w-5 {
	width:.3125em
}
.svg-inline--fa.fa-w-6 {
	width:.375em
}
.svg-inline--fa.fa-w-7 {
	width:.4375em
}
.svg-inline--fa.fa-w-8 {
	width:.5em
}
.svg-inline--fa.fa-w-9 {
	width:.5625em
}
.svg-inline--fa.fa-w-10 {
	width:.625em
}
.svg-inline--fa.fa-w-11 {
	width:.6875em
}
.svg-inline--fa.fa-w-12 {
	width:.75em
}
.svg-inline--fa.fa-w-13 {
	width:.8125em
}
.svg-inline--fa.fa-w-14 {
	width:.875em
}
.svg-inline--fa.fa-w-15 {
	width:.9375em
}
.svg-inline--fa.fa-w-16 {
	width:1em
}
.svg-inline--fa.fa-w-17 {
	width:1.0625em
}
.svg-inline--fa.fa-w-18 {
	width:1.125em
}
.svg-inline--fa.fa-w-19 {
	width:1.1875em
}
.svg-inline--fa.fa-w-20 {
	width:1.25em
}
.svg-inline--fa.fa-pull-left {
	margin-right:.3em;
	width:auto
}
.svg-inline--fa.fa-pull-right {
	margin-left:.3em;
	width:auto
}
.svg-inline--fa.fa-border {
	height:1.5em
}
.svg-inline--fa.fa-li {
	width:2em
}
.svg-inline--fa.fa-fw {
	width:1.25em
}
.fa-layers svg.svg-inline--fa {
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0
}
.fa-layers {
	display:inline-block;
	height:1em;
	position:relative;
	text-align:center;
	vertical-align:-.125em;
	width:1em
}
.fa-layers svg.svg-inline--fa {
	-webkit-transform-origin:center center;
	transform-origin:center center
}
.fa-layers-counter, .fa-layers-text {
	display:inline-block;
	position:absolute;
	text-align:center
}
.fa-layers-text {
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-webkit-transform-origin:center center;
	transform-origin:center center
}
.fa-layers-counter {
	background-color:#ff253a;
	border-radius:1em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	height:1.5em;
	line-height:1;
	max-width:5em;
	min-width:1.5em;
	overflow:hidden;
	padding:.25em;
	right:0;
	text-overflow:ellipsis;
	top:0;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:top right;
	transform-origin:top right
}
.fa-layers-bottom-right {
	bottom:0;
	right:0;
	top:auto;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:bottom right;
	transform-origin:bottom right
}
.fa-layers-bottom-left {
	bottom:0;
	left:0;
	right:auto;
	top:auto;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:bottom left;
	transform-origin:bottom left
}
.fa-layers-top-right {
	right:0;
	top:0;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:top right;
	transform-origin:top right
}
.fa-layers-top-left {
	left:0;
	right:auto;
	top:0;
	-webkit-transform:scale(.25);
	transform:scale(.25);
	-webkit-transform-origin:top left;
	transform-origin:top left
}
.fa-lg {
	font-size:1.33333em;
	line-height:.75em;
	vertical-align:-.0667em
}
.fa-xs {
	font-size:.75em
}
.fa-sm {
	font-size:.875em
}
.fa-1x {
	font-size:1em
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-6x {
	font-size:6em
}
.fa-7x {
	font-size:7em
}
.fa-8x {
	font-size:8em
}
.fa-9x {
	font-size:9em
}
.fa-10x {
	font-size:10em
}
.fa-fw {
	text-align:center;
	width:1.25em
}
.fa-ul {
	list-style-type:none;
	margin-left:2.5em;
	padding-left:0
}
.fa-ul>li {
	position:relative
}
.fa-li {
	left:-2em;
	position:absolute;
	text-align:center;
	width:2em;
	line-height:inherit
}
.fa-border {
	border:solid .08em #eee;
	border-radius:.1em;
	padding:.2em .25em .15em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.fa-rotate-90 {
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform:scale(-1, 1);
	transform:scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform:scale(1, -1);
	transform:scale(1, -1)
}
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform:scale(-1, -1);
	transform:scale(-1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	-webkit-filter:none;
	filter:none
}
.fa-stack {
	display:inline-block;
	height:2em;
	position:relative;
	width:2em
}
.fa-stack-1x, .fa-stack-2x {
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0
}
.svg-inline--fa.fa-stack-1x {
	height:1em;
	width:1em
}
.svg-inline--fa.fa-stack-2x {
	height:2em;
	width:2em
}
.fa-inverse {
	color:#fff
}
.sr-only {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}

.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 1.3125rem;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}

.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}


/* Variables */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 100%; }

html,
body,
#__nuxt,
#__layout {
  height: 100%; }

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "bebas-neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #ECBF9E;
  color: #FFFFFF; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em;
  font-weight: inherit; }

main {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus {
    outline: 0 none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

button {
  line-height: 1.1;
  background-color: transparent;
  border-color: transparent;
  position: relative;
  border-radius: 0;
  padding: 0;
  border-width: 1px;
  display: inline-block;
  color: inherit;
  font-family: "bebas-neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400; }
  button:focus {
    outline: none; }

figure {
  margin: 0; }

@font-face {
  font-family: "icomoon";
  src: url("/icons/icomoon.ttf") format("truetype"), url("/icons/icomoon.woff") format("woff"), url("/icons/icomoon.svg?gaktil#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-share:before {
  content: "\E905"; }

.icon-facebook:before {
  content: "\E900"; }

.icon-dribbble:before {
  content: "\E901"; }

.icon-behance:before {
  content: "\E902"; }

.icon-linkedin:before {
  content: "\E903"; }

.icon-twitter:before {
  content: "\E904"; }

.icon-arrow-left:before {
  content: "\F0AA"; }

.icon-arrow-right:before {
  content: "\F0AB"; }

.icon-chevron-up:before {
  content: "\F090"; }

.icon-chevron-down:before {
  content: "\F091"; }

.icon-chevron-left:before {
  content: "\F092"; }

.icon-chevron-right:before {
  content: "\F093"; }

.icon-launch-off:before {
  content: "\E906"; }

.icon-launch-hover:before {
  content: "\E907"; }

.fonts__h1 {
  font-size: 3.75rem;
  line-height: 1.1; }

.fonts__h2 {
  font-size: 3rem;
  line-height: 1.1; }

.fonts__h3, .work-links__link {
  font-size: 2.25rem;
  line-height: 1.1; }

.fonts__h4 {
  font-size: 1.5rem;
  line-height: 1.1; }

.fonts__h5 {
  font-size: 1.25rem;
  line-height: 1.1; }

.fonts__h6 {
  font-size: 1rem;
  line-height: 1; }

.fonts__copy {
  font-size: 1.375rem;
  line-height: 1.4; }

.fonts__tabs {
  font-size: 1rem; }

.fonts__small {
  font-size: 1.25rem; }

.fonts__snippets {
  font-size: 1.5rem; }

@media (min-width: 767px) {
  .fonts__h1 {
    font-size: 17.5rem; }
  .fonts__h2 {
    font-size: 13.75rem; }
  .fonts__h3, .work-links__link {
    font-size: 7.5rem; }
  .fonts__h4 {
    font-size: 5rem; }
  .fonts__h5 {
    font-size: 3.75rem; }
  .fonts__h6 {
    font-size: 3.125rem; }
  .fonts__copy {
    font-size: 3.125rem; }
  .fonts__tabs {
    font-size: 3.375rem; }
  .fonts__small {
    font-size: 1.5rem; }
  .fonts__snippets {
    font-size: 2.25rem; } }

.button {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  border-radius: 0;
  border: thin solid #C21E4E;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #C21E4E;
  padding: 14px 12px;
  text-align: center;
  font-family: "bebas-neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400; }
  .button__row {
    border-left: thin solid #C21E4E;
    display: flex; }
    .button__row--three-wide .button {
      width: 33.3333%; }
  .button__row .button {
    border-left: 0; }
  @media (min-width: 767px) {
    .button {
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .button:hover {
        color: #C21E4E;
        background-color: #FFFFFF; } }
  @media (min-width: 992px) {
    .button {
      font-size: 3.125rem;
      padding: 34px 24px;
      min-width: 360px; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.layout {
  height: 100%;
  opacity: 0;
  animation: fadein 0.5s linear forwards; }
  .layout--no-scroll {
    overflow: hidden; }
  .layout__content {
    padding-top: 85vh; }
    .layout__content--above-fold {
      padding-top: 120px; }
    .layout__content--bottom-title {
      position: relative;
      height: 100%; }
  .layout__hide-edges {
    overflow-x: hidden; }
  .layout__main--no-scroll {
    overflow: hidden;
    height: 100%; }
  @media (min-width: 767px) {
    .layout__content {
      padding-top: 85vh; }
      .layout__content--above-fold {
        padding-top: 150px; } }

.page-enter-active, .page-leave-active {
  transition: opacity .5s ease-in-out; }

.page-enter, .page-leave-active {
  opacity: 0; }

.wrapper {
  max-width: 1097px;
  padding-left: 34px;
  padding-right: 34px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .wrapper--narrow {
    max-width: 785px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-invisible-offset::before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden; }

.global-header {
  padding-left: 30px;
  padding-top: 30px;
  position: fixed;
  z-index: 2; }
  @media (min-width: 767px) {
    .global-header {
      padding-left: 50px;
      padding-top: 50px; } }

.logo {
  overflow: hidden;
  position: relative; }
  .logo__link {
    display: block; }
  .logo__main {
    width: 95px;
    display: none; }
  .logo__mobile {
    display: block;
    width: 80px; }
  .logo__svg {
    position: relative;
    width: 100%; }
  @media (min-width: 767px) {
    .logo__main {
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      width: 155px;
      display: block;
      transition-delay: 0.5s; }
    .logo__mobile {
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-100%);
      width: 46px; }
    .logo--show-the-d .logo__main {
      transform: translateX(-100%);
      transition-delay: 0s; }
    .logo--show-the-d .logo__mobile {
      transition-delay: 0.5s;
      transform: translateX(55px); } }

.parallax-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  z-index: -1; }
  .parallax-background__image {
    position: absolute;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: opacity .3s ease-in-out; }
    .parallax-background__image--anchor-bottom {
      background-size: auto 65%;
      background-position: 50% 100%; }
  .parallax-background__overlay {
    position: absolute;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: opacity .2s ease-in-out; }
  @media (min-width: 767px) {
    .parallax-background__image--anchor-bottom {
      background-size: auto 100%;
      transform: translateX(0%); } }

.page-heading--anchor-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transform: translate(-50%, -50%); }

.page-heading__title {
  border-bottom: 4px solid #C69875;
  padding-bottom: 10px; }

.page-heading__svg-container {
  display: block;
  position: relative; }

.page-heading__svg {
  width: 100%; }

.page-heading__copy {
  font-size: 2.25rem;
  margin-top: 10px;
  line-height: 1.1;
  text-align: center; }

@media (min-width: 992px) {
  .page-heading__title {
    border-bottom: 8px solid #C69875; }
  .page-heading__copy {
    font-size: 5vw; } }

@media (min-width: 1200px) {
  .page-heading__copy {
    font-size: 4rem; }
    .page-heading__copy--large {
		letter-spacing:30px;
		padding-left:1rem;
      font-size: 5rem; } }

.cta-links {
  margin-top: 3rem;
  text-align: center; }
  .cta-links__label {
    display: inline-block; }
    .cta-links__label:after {
      content: '';
      height: 30px;
      border-left: thin solid #C21E4E;
      display: block;
      margin: 3px auto 0;
      width: 1px; }
  @media (min-width: 767px) {
    .cta-links {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      .cta-links__label {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        width: 15%;
        flex-shrink: 0; }
        .cta-links__label:after {
          content: '';
          height: 1px;
          border-left: 0;
          border-top: thin solid #C21E4E;
          display: block;
          margin: 0 0 0 10px;
          width: 50px; }
      .cta-links__list {
        flex-grow: 1;
        flex-shrink: 1; } }
  @media (min-width: 992px) {
    .cta-links {
      margin-top: 120px; }
      .cta-links__label {
        width: calc(50% - 358.5px); }
      .cta-links .button {
        min-width: auto; } }

.navegg {
  position: absolute;
  width: 68px;
  height: 62px;
  right: 30px;
  top: 30px;
  z-index: 2; }
  .navegg__nest {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    position: absolute;
    transition: width 0.75s linear, height 0.75s linear; }
  .navegg__svg {
    width: 100%;
    position: relative; }
  @media (min-width: 767px) {
    .navegg {
      position: absolute;
      width: 141px;
      height: 126px;
      right: 50px;
      top: 40px; } }

.navigation {
  position: fixed;
  z-index: 4;
  right: 0;
  top: 0;
  width: 98px;
  height: 92px;
  transition: width 100ms linear 0.75s, height 100ms linear 0.75s; }
  .navigation--egg-expanded {
    width: 100%;
    height: 100%;
    transition: none;
    overflow: hidden; }
  .navigation--egg-expanded .navigation__menu {
    transition: none;
    visibility: visible; }
  .navigation__hamburger {
    position: absolute;
    width: 68px;
    height: 62px;
    right: 30px;
    top: 28px;
    z-index: 5; }
    .navigation__hamburger .burger {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .navigation__menu {
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
    z-index: 2;
    visibility: hidden;
    transition: visibility 100ms linear 0.75s; 
	z-index: 99;}
  .navigation__menu-item {
    height: 30%;
    width: 100%;
    position: relative; }
    .navigation__menu-item ~ .navigation__menu-item {
      bottom: 0; }
    .navigation__menu-item--primary {
      height: 40%; }
    .navigation__menu-item--dark {
      background-color: #4D4E4C; }
    .navigation__menu-item--white {
      background-color: #FFFFFF; }
  .navigation__menu-link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 3.125rem;
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden; }
    .navigation__menu-link--large {
      font-size: 5rem;
      height: 100%; }
    .navigation__menu-link--white-onred {
      background-color: #C21E4E;
      color: #FFFFFF; }
      .navigation__menu-link--white-onred .navigation__menu-label:before {
        background-color: #C69875; }
    .navigation__menu-link--beige-coal {
      color: #ECBF9E;
      background-color: #4D4E4C; }
      .navigation__menu-link--beige-coal .navigation__menu-label:before {
        background-color: #C21E4E; }
    .navigation__menu-link--beige-cool {
      background-color: #484b4c; }
    .navigation__menu-link--red-white {
      color: #C21E4E;
      background-color: #FFFFFF; }
      .navigation__menu-link--red-white .navigation__menu-label:before {
        background-color: #4D4E4C; }
  .navigation__menu-item--show-text .navigation__menu-label {
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1; }
  .navigation__menu-item--show-text.social-links__label, .navigation__menu-item--show-text.social-links__list {
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1; }
  .navigation__menu-label {
    transition-duration: 0.15s;
    opacity: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 0.8; }
  .navigation .social-links {
    background-color: #ECBF9E;
    height: 90px;
    opacity: 0;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    .navigation .social-links__label, .navigation .social-links__list {
      transition-duration: 0.15s;
      opacity: 0; }
    .navigation .social-links__icon {
      font-size: 1.25rem; }
  .navigation .social-links.navigation__menu-item--show-text .social-links__label,
  .navigation .social-links.navigation__menu-item--show-text .social-links__list {
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1; }
  .navigation__menu-background {
    transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 50vh;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
    opacity: 0; }
  @media (min-width: 767px) {
    .navigation {
      width: 191px;
      height: 166px;
      overflow: hidden; }
      .navigation--egg-expanded {
        width: calc(50% + 358.5px);
        height: 100%; }
      .navigation--egg-expanded .navigation__menu-background {
        transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .navigation__hamburger {
        position: absolute;
        width: 141px;
        height: 126px;
        right: 50px;
        top: 40px;
        cursor: pointer; }
        .navigation__hamburger:hover .burger:not(.burger--is-expanded) .burger__buns {
          top: -6px; }
        .navigation__hamburger:hover .burger:not(.burger--is-expanded) .burger__buns--bottom {
          top: 30px; }
      .navigation .social-links {
        display: none; }
      .navigation__menu {
        height: 100%;
        display: flex;
        flex-wrap: wrap; }
      .navigation__menu-item {
        height: 50%;
        width: 50%; }
        .navigation__menu-item:last-child {
          align-self: flex-end; }
        .navigation__menu-item--primary {
          width: 100%; }
      .navigation__menu-link:hover .navigation__menu-label:before {
        right: -8px; }
      .navigation__menu-link:hover .navigation__menu-background {
        opacity: 1; }
      .navigation__menu-label:before {
        transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: '';
        position: absolute;
        z-index: -1;
        width: auto;
        height: 12px;
        left: -8px;
        right: calc(100% + 8px);
        bottom: -2px; } }

.work-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  z-index: 0; }
  .work-links__link {
    transition: color 250ms ease-out;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .work-links__link::before {
      content: '';
      height: .2em;
      position: absolute;
      background: white;
      bottom: .15em;
      left: 0;
      right: 100%;
      z-index: -1;
      transition: right 400ms ease-out; }
    .work-links__link:focus, .work-links__link:hover {
      color: #E73E6F; }
      .work-links__link:focus::before, .work-links__link:hover::before {
        right: 0; }
    .work-links__link--not-boy {
      opacity: .5; }

.burger {
  display: inline-block;
  backface-visibility: hidden;
  position: relative;
  display: block;
  width: 20px;
  height: 14px; }
  .burger__buns {
    background-color: #FFFFFF;
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    top: 0; }
    .burger__buns--bottom {
      top: 12px; }
  .burger__fillings {
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #FFFFFF;
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    top: 6px; }
  .burger--is-expanded .burger__buns {
    top: 6px;
    transform: rotate(45deg);
    transition: top 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s; }
    .burger--is-expanded .burger__buns--bottom {
      top: 6px;
      transform: rotate(-45deg); }
  .burger--is-expanded .burger__fillings {
    transition: opacity 0.35s linear 0.175s;
    opacity: 0; }
  @media (min-width: 767px) {
    .burger {
      width: 40px;
      height: 27px; }
      .burger__buns {
        transition: top 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
        background-color: #FFFFFF;
        height: 3px; }
        .burger__buns--bottom {
          top: 24px; }
      .burger__fillings {
        height: 3px;
        top: 12px; }
      .burger--is-expanded .burger__buns {
        top: 12px; }
        .burger--is-expanded .burger__buns--bottom {
          top: 12px; } }

.richtext {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.4;
  color: #4D4E4C; }
  .richtext--color-white {
    color: #FFFFFF; }
  .richtext--gapped {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .richtext--connected-images img {
    margin-bottom: -2.5rem; }
  .richtext--connected-images p > img {
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .richtext--connected-images p > img:hover {
      transform: scale(1.05); }
  .richtext > *:last-child {
    margin-bottom: 0; }
  .richtext > *:first-child {
    margin-top: 0; }
  .richtext a {
    color: #C21E4E;
    text-decoration: underline; }
  .richtext p {
    margin-bottom: 1rem; }
  .richtext ul {
    margin-bottom: 1rem; }
    .richtext ul ul {
      margin-top: 0.5rem; }
  .richtext li {
    margin-bottom: 1rem; }
  .richtext ol {
    margin-bottom: 1rem; }
    .richtext ol ol {
      margin-top: 0.5rem; }
  .richtext h2,
  .richtext .h2-size {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: #4D4E4C; }
  .richtext h3,
  .richtext .h3-size {
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 1rem; }
  .richtext h4,
  .richtext .h4-size {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1rem; }
  .richtext h5,
  .richtext .h5-size {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 1rem; }
  .richtext h6,
  .richtext .h6-size {
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 1rem; }
  .richtext img,
  .richtext iframe {
    max-width: 100%; }
  @media (min-width: 767px) {
    .richtext {
      font-size: 3.125rem;
      line-height: 1.1; }
      .richtext--small {
        font-size: 2.1875rem; }
      .richtext a:hover {
        color: #4D4E4C; }
      .richtext p {
        margin-bottom: 1.5rem; }
      .richtext h2,
      .richtext .h2-size {
        font-size: 5rem;
        margin-bottom: 1.5rem; }
      .richtext h3,
      .richtext .h3-size {
        font-size: 7.5rem; }
      .richtext h4,
      .richtext .h4-size {
        font-size: 5rem; }
      .richtext h5,
      .richtext .h5-size {
        font-size: 3.75rem; }
      .richtext h6,
      .richtext .h6-size {
        font-size: 3.125rem; } }

.social-links--with-label {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center; }

.social-links__label {
  font-size: 1.5rem;
  color: #4D4E4C;
  flex-shrink: 0; }

.social-links__label + .social-links__list {
  margin-left: 1.5em; }

.social-links__list--horizontal {
  display: inline-flex;
  align-items: center; }

.social-links__list--horizontal .social-links__item:not(:last-child) {
  margin-right: 1em; }

.social-links__icon {
  color: #C21E4E; }

.line__top {
  height: 200px;
  position: relative;
  z-index: -1; }
  .line__top::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 50%;
    width: 3px;
    background: white;
    transition: bottom 500ms ease-in; }
  .line__top--ready::before {
    bottom: 0; }

.line-snippet {
  text-align: center;
  padding-top: 50px;
  min-height: 400px; }
  .line-snippet__header {
    position: relative;
    padding-bottom: 30px; }
  .line-snippet__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 300px; }
  .line-snippet__copy {
    color: #4D4E4C;
    margin-top: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
  .line-snippet .line__top {
    height: 250px;
    z-index: -2; }
  @media (min-width: 767px) {
    .line-snippet {
      padding-top: 100px;
      min-height: 600px; }
      .line-snippet__title {
        font-size: 6.25rem; }
      .line-snippet .line__top {
        height: 500px; }
        .line-snippet .line__top::before {
          width: 5px; }
      .line-snippet__header {
        padding-bottom: 42px; }
      .line-snippet__image {
        max-width: none; }
      .line-snippet__copy {
        margin-top: 0; } }

.link-callout {
  padding-bottom: 80px;
  padding-top: 120px;
  text-align: center; }
  .link-callout__heading {
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-top: 8px solid #C69875;
    padding-top: 20px;
    color: #C21E4E;
    min-width: 200px; }
  .link-callout__icon {
    margin-left: 1rem;
    display: inline-block;
    position: relative;
    line-height: 0.9; }
  .link-callout__icon--off {
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .link-callout__icon--hover {
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2; }
  @media (min-width: 767px) {
    .link-callout {
      padding-bottom: 130px; }
      .link-callout__heading {
        transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        padding-top: 38px;
        min-width: 400px;
        border-top-width: 19px; }
        .link-callout__heading:hover {
          color: #4D4E4C; }
      .link-callout__icon {
        line-height: 0.9; }
      .link-callout__heading:hover .link-callout__icon--off {
        opacity: 0; }
      .link-callout__heading:hover .link-callout__icon--hover {
        opacity: 1; } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #ECBF9E;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition-delay: 500ms; }
  .loader--complete {
    opacity: 0;
    visibility: hidden; }
  .loader__egg {
    width: 200px;
    height: 235px;
    background-color: white;
    z-index: 6;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    overflow: hidden;
    position: relative; }

@keyframes loadEgg {
  0% {
    top: 100%; }
  100% {
    top: 15%; } }

@keyframes finishLoading {
  0% {
    top: 15%; }
  100% {
    top: 0%; } }
  .loader__egg-fill {
    background-color: #C21E4E;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    animation: loadEgg 3000ms ease-out forwards; }
  .loader--complete .loader__egg-fill {
    animation: finishLoading 300ms ease-in-out forwards; }

.featured-screenshot {
  margin-bottom: 3rem; }
  .featured-screenshot__figure {
    position: relative;
    padding-top: 70.13333%; }
  .featured-screenshot__image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 120%;
    top: 0;
    z-index: -1;
    transition: opacity 300ms ease-in-out; }
  .featured-screenshot__caption {
    text-align: center;
    color: #4D4E4C;
    font-size: 1.5rem; }
  .featured-screenshot__control {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    width: 45px;
    height: 45px; }
    .featured-screenshot__control .icon {
      display: inline-block;
      font-size: 1rem; }
    .featured-screenshot__control--prev {
      left: -34px; }
    .featured-screenshot__control--next {
      right: -34px; }
  @media (min-width: 767px) {
    .featured-screenshot__control {
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      top: 40%; }
      .featured-screenshot__control:hover {
        background-color: #C21E4E; }
      .featured-screenshot__control--prev {
        left: -34px; }
      .featured-screenshot__control--next {
        right: -34px; } }
  @media (min-width: 992px) {
    .featured-screenshot {
      margin-bottom: 8rem; }
      .featured-screenshot__caption {
        font-size: 2.25rem; }
      .featured-screenshot__figure {
        padding-top: 65.13333%; }
      .featured-screenshot__image {
        max-width: 150%; }
      .featured-screenshot__control {
        width: 85px;
        height: 85px; }
        .featured-screenshot__control .icon {
          font-size: 1.75rem; }
        .featured-screenshot__control--prev {
          left: -68px; }
        .featured-screenshot__control--next {
          right: -68px; } }

.pagination-paddles {
  display: flex;
  position: relative;
  z-index: 3; }
  .pagination-paddles:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    height: 100%;
    border-left: 1px solid #FFFFFF; }
  .pagination-paddles__button {
    width: 50%;
    display: inline-flex;
    align-items: center;
    background-color: #C21E4E;
    color: #FFFFFF;
    position: relative;
    min-height: 130px;
    text-align: left; }
    .pagination-paddles__button:first-child {
      padding-left: 34px;
      padding-right: 17px;
      justify-content: flex-end; }
      .pagination-paddles__button:first-child .icon {
        left: 10px; }
    .pagination-paddles__button:last-child {
      padding-right: 34px;
      padding-left: 17px; }
      .pagination-paddles__button:last-child .icon {
        right: 10px; }
  .pagination-paddles .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 767px) {
    .pagination-paddles__button {
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      min-height: 200px; }
      .pagination-paddles__button:first-child {
        padding-left: 42.5px;
        padding-right: 42.5px; }
        .pagination-paddles__button:first-child .icon {
          left: 42.5px; }
      .pagination-paddles__button:last-child {
        padding-right: 42.5px;
        padding-left: 42.5px; }
        .pagination-paddles__button:last-child .icon {
          right: 42.5px; }
      .pagination-paddles__button:hover {
        color: #C21E4E;
        background-color: #FFFFFF; } }
  @media (min-width: 992px) {
    .pagination-paddles__button {
      min-height: 250px; }
      .pagination-paddles__button:first-child {
        padding-left: 50px;
        padding-right: 50px; }
        .pagination-paddles__button:first-child .icon {
          left: 50px; }
      .pagination-paddles__button:last-child {
        padding-right: 50px;
        padding-left: 50px; }
        .pagination-paddles__button:last-child .icon {
          right: 50px; } }

.tabs {
  padding-bottom: 60px;
  padding-top: 25px; }
  .tabs-enter-active, .tabs-leave-active {
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .tabs-enter, .tabs-leave-active {
    opacity: 0; }
  .tabs__navigation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 1;
    padding-bottom: 40px; }
  .tabs__navbutton {
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: visible;
    color: #FFFFFF;
    background-color: #C21E4E;
    padding: 1.5em 0.25em;
    min-width: 150px;
    position: relative; }
    .tabs__navbutton:after {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 15px solid #FFFFFF;
      top: 100%;
      z-index: -1;
      transform: translate(-50%, -15px); }
    .tabs__navbutton-label {
      font-size: 1.5rem; }
    .tabs__navbutton--is-active {
      background-color: #FFFFFF;
      color: #C21E4E; }
      .tabs__navbutton--is-active:after {
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translate(-50%, 0px); }
  @media (min-width: 767px) {
    .tabs {
      padding-bottom: 100px;
      padding-top: 40px; }
      .tabs__navigation {
        padding-bottom: 80px; }
      .tabs__navbutton {
        min-width: 250px;
        min-height: 130px; }
        .tabs__navbutton-label {
          font-size: 3.125rem; }
        .tabs__navbutton:hover {
          background-color: #4D4E4C;
          color: #FFFFFF; }
          .tabs__navbutton:hover:after {
            border-top-color: #4D4E4C; } }

.timeline-snippet {
  text-align: center;
  color: #FFFFFF; }
  .timeline-snippet + .timeline-snippet {
    margin-top: 10px;
    padding-top: 40px; }
  .timeline-snippet--intro {
    max-width: none; }
  .timeline-snippet--intro .timeline-snippet__caption {
    margin-top: 1.25rem; }
  .timeline-snippet__year {
    color: #C21E4E;
    line-height: 1; }
  .timeline-snippet__caption {
    color: #4D4E4C;
    margin-top: 0.25em;
    white-space: pre-line; }
    .timeline-snippet__caption--brownie {
      color: #B28562;
      position: relative;
      z-index: 0;
      margin-bottom: -2rem; }
      .timeline-snippet__caption--brownie::before {
        content: '';
        display: block;
        width: 2px;
        background-color: white;
        position: absolute;
        z-index: -1;
        left: 50%;
        top: -1rem;
        bottom: calc(100% + 1rem);
        transform: translateX(-50%);
        transition: bottom 800ms ease-in-out; }
      .timeline-snippet__caption--brownie-ready::before {
        bottom: -1rem; }
  .timeline-snippet--line-top {
    position: relative;
    overflow: hidden; }
    .timeline-snippet--line-top::before {
      content: '';
      display: block;
      width: 2px;
      background-color: white;
      height: 35px;
      position: absolute;
      left: 50%;
      bottom: 100%;
      transform: translateX(-50%);
      transition: bottom 400ms ease-in-out; }
  .timeline-snippet--line-top-ready::before {
    bottom: calc(100% - 35px); }
  @media (min-width: 767px) {
    .timeline-snippet + .timeline-snippet {
      margin-top: 20px;
      padding-top: 130px; }
    .timeline-snippet--line-top::before {
      height: 130px;
      width: 4px; }
    .timeline-snippet--line-top-ready::before {
      bottom: calc(100% - 130px); }
    .timeline-snippet__caption--brownie {
      margin-bottom: -7rem; }
      .timeline-snippet__caption--brownie::before {
        width: 4px; } }
  @media (min-width: 992px) {
    .timeline-snippet--intro {
      padding-left: 5rem;
      padding-right: 5rem; } }


.fancy-cursor,
.fancy-cursor__orb {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%) translate(0, 0);
  pointer-events: none;
  z-index: 15; }

.fancy-cursor {
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 7px;
  height: 7px;
  background-color: #C21E4E; }
  .fancy-cursor:after, .fancy-cursor:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    border: thin solid #C21E4E;
    width: 25px;
    left: -100%;
    transform: rotate(45deg);
    opacity: 0; }
  .fancy-cursor:after {
    transform: rotate(-45deg); }
  .fancy-cursor--closing {
    background-color: rgba(194, 30, 78, 0); }
    .fancy-cursor--closing:after, .fancy-cursor--closing:before {
      opacity: 1; }

.fancy-cursor__orb {
  width: 32px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 14;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; }

.share {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 5rem; }
  .share__egg {
    width: 5rem;
    height: 4.5rem;
    position: relative;
    z-index: 1;
    transition: opacity 300ms ease-in-out; }
    .share__egg-icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .share__egg-icon-share {
        color: #E73E6F;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5rem; }
      .share__egg-icon--cracked {
        transform: scale(0.58) translateY(-2px); }
    .share__egg:hover {
      opacity: 0.6; }
  .share__links {
    padding: 1.75rem 1.25rem;
    padding-bottom: 4.5rem;
    background-color: rgba(194, 30, 78, 0.85);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .share__links::after {
      content: '';
      height: 1px;
      position: absolute;
      background-color: white;
      bottom: 4.5rem;
      left: 1rem;
      right: 1rem; }
    .share__links-wrapper {
      overflow: auto;
      border-radius: 2.5rem;
      position: absolute;
      z-index: 0;
      bottom: .4rem;
      left: 50%;
      transform: translateX(-50%); }
  .share__link {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  @media (min-width: 767px) {
    .share {
      display: block; } }

.digits {
  text-align: center;
  padding-top: 10%; }
  .digits__social-link:not(:last-child) {
    margin-right: 1rem; }
  .digits__prefix {
    display: none; }
  .digits__entry {
    font-style: normal; }
    .digits__entry + .digits__entry {
      margin-top: 1.25rem; }
  .digits__contact {
    color: #4D4E4C;
    white-space: pre;
    line-height: 1; }
  .digits a.digits__contact {
    color: #C21E4E;
    transition: color 300ms ease-in-out; }
    .digits a.digits__contact--dark-link, .digits a.digits__contact:hover {
      color: #4D4E4C; }
  @media (min-width: 767px) {
    .digits {
      padding-left: 50px;
      text-align: left; }
      .digits__entry {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start; }
        .digits__entry + .digits__entry {
          margin-top: 1rem; }
      .digits__prefix {
        display: inline-flex;
        white-space: nowrap;
        align-items: center;
        width: 15%;
        line-height: 1.1;
        max-width: 150px;
        color: #C21E4E;
        color: #4D4E4C; }
        .digits__prefix:after {
          content: '';
          border-top: 1px solid #4D4E4C;
          display: inline-block;
          width: 20%;
          margin-left: 1rem;
          margin-right: 1rem;
          flex-grow: 1; } }

.closing-callout {
  margin-top: 40px;
  text-align: center; }
  .closing-callout__container {
    display: inline-block; }
    .closing-callout__container--with-border {
      border-top: 8px solid #C69875;
      padding-top: 20px; }
  .closing-callout__link {
    color: #C21E4E; }
  @media (min-width: 767px) {
    .closing-callout__container--with-border {
      margin-top: 40px;
      padding-top: 38px;
      min-width: 400px;
      border-top-width: 8px; }
    .closing-callout__link {
      transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .closing-callout__link:hover {
        color: #4D4E4C; } }

.scroll-teaser {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: #4D4E4C;
  flex-direction: column;
  align-items: center;
  transition: opacity 300ms ease-in-out; }
  .scroll-teaser__line {
    height: 3rem;
    width: 1px;
    background-color: #4D4E4C; }
  .scroll-teaser__egg {
    width: 1rem;
    height: 1.25rem;
    background-color: #4D4E4C;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    position: relative; }
  .scroll-teaser__icon {
    color: #FFFFFF;
    font-size: 0.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .scroll-teaser__message {
    margin-top: 0.5rem;
    color: #C21E4E;
    position: relative;
    width: 3rem;
    height: 1rem; }
  .scroll-teaser__words, .scroll-teaser__hand {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }
  .scroll-teaser__words {
    padding-top: .5rem;
    font-size: 1.125rem; }
  .scroll-teaser__hand img {
    width: 1.5rem;
    margin: 0 auto; }
  @media (min-width: 767px) {
    .scroll-teaser {
      position: fixed;
      top: 13rem;
      left: 7.8rem; }
      .scroll-teaser__line {
        height: 50vh; } }

.zoom-boy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  z-index: 4;
  overflow: auto; }
  .zoom-boy--visible {
    visibility: visible;
    opacity: 1; }
  .zoom-boy img {
    padding: 2rem; }
	
.cross {
	       cursor: pointer;
	       position: absolute;
	       z-index: 999;
	       right: 20px;
	       top: 10px;
	}