@import url(https://fonts.googleapis.com/css?family=Lora);@font-face {
  font-family: "Neue Haas Grotesk W01 Disp_n5";
  src: url("../fonts/c34970a0-5fd3-4c92-b10d-b8dbd145f0e6.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/c34970a0-5fd3-4c92-b10d-b8dbd145f0e6.eot?#iefix");
  src: url("../fonts/c34970a0-5fd3-4c92-b10d-b8dbd145f0e6.eot?#iefix") format("eot"), url("../fonts/1d2142cb-3e68-48df-b188-f1ac45a47a8b.woff2") format("woff2"), url("../fonts/9dc6c76b-0260-4292-af1d-0bc9eecbded2.woff") format("woff"), url("../fonts/ed18aa48-557e-4d1f-a53c-58399a7c1bc4.ttf") format("truetype"), url("../fonts/5b9068b3-d518-4b0a-a5a2-1aa25714df22.svg#5b9068b3-d518-4b0a-a5a2-1aa25714df22") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk W01 Disp_n6";
  src: url("../fonts/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot?#iefix");
  src: url("../fonts/83d6b8f7-bd47-4e8d-a359-27b74d3100f6.eot?#iefix") format("eot"), url("../fonts/75e1af8f-1a4c-475a-8b53-f27e52822b6b.woff2") format("woff2"), url("../fonts/2ba6fbd5-9c17-4733-af15-f49fbecc5c15.woff") format("woff"), url("../fonts/7dcf6c37-4fb4-4211-9808-6a39bfa89e0d.ttf") format("truetype"), url("../fonts/1baaf9ba-feec-45ca-a826-7bcf9f8e5b21.svg#1baaf9ba-feec-45ca-a826-7bcf9f8e5b21") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk W01 Disp_n7";
  src: url("../fonts/ed82538c-6090-4c05-ac72-c636496df8de.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/ed82538c-6090-4c05-ac72-c636496df8de.eot?#iefix");
  src: url("../fonts/ed82538c-6090-4c05-ac72-c636496df8de.eot?#iefix") format("eot"), url("../fonts/c24b7456-b9fe-40ab-94af-ba8d3025fada.woff2") format("woff2"), url("../fonts/da47ecd2-feea-403e-b247-9f8f5bb5157b.woff") format("woff"), url("../fonts/0deba34f-9242-462b-a359-74e95714f821.ttf") format("truetype"), url("../fonts/31c5f190-f4d8-436b-99bf-0561dd448586.svg#31c5f190-f4d8-436b-99bf-0561dd448586") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/
/**
 * STRIP UNIT
 * Strip units from a number
 *
 * @param number $num The number to convert
 *
 * @return number Unitless number
 */
/**
 * REM FIX
 * Convert rem values from a 10px base to a 16px base. Can accept single values, or a full set of property values.
 * Examples:
 * padding: remfix(4rem);                // padding: 2.5rem;
 * padding: remfix(2rem auto);           // padding: 1.25rem auto;
 * padding: remfix(1px auto 1rem 0.2em); // padding: 1px auto 0.625rem 0.2rem;
 * border: remfix(0.25rem) solid blue;   // border: 0.15625rem solid blue;
 *
 * @param list $args A value list. Only rem values will be transformed
 *
 * @return list Transformed value list with rem values modified
 */
/**
 * Colors
 */
/**
 * Selection
 */
/**
 * MEssages
 */
/**
 * Forms
 */
/**
 * Easing
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button,
button:active,
button:focus,
button:hover {
  cursor: pointer;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit;
  background: transparent;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  background-repeat: no-repeat;
}

::-moz-selection {
  background: #131414;
  color: #FFF;
}

::selection {
  background: #131414;
  color: #FFF;
}

::-moz-selection {
  background: #131414;
  color: #FFF;
}

html {
  font-size: 62.5%;
}

body {
  background: #F4F4F4;
  font-size: unset;
}

/**
 * Rules
 */
.hr,
hr {
  border: 0;
  height: 1px;
  background: #131414;
  margin: 0;
}

.hr.is-sm,
hr.is-sm {
  width: 2.5rem;
}

.hr.is-lg,
hr.is-lg {
  width: 4.2rem;
}

.hr.is-divider,
hr.is-divider {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

.hr.is-vert,
hr.is-vert {
  width: 1px;
  height: 11.0rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hr.is-white,
hr.is-white {
  background: #FFF;
}

@media (min-width: 768px) {
  .hr.s-lg,
  hr.s-lg {
    width: 7.2em;
  }
  .hr.is-vert,
  hr.is-vert {
    height: 15.0rem;
  }
}

/**
 * SVG
 */
svg,
svg use {
  width: 1em;
}

/**
 * Disabled
 */
.is-disabled,
.is-disabled-events {
  pointer-events: none;
}

.is-disabled .preloader ~ *,
.is-disabled-events .preloader ~ * {
  opacity: 0.5;
}

/**
 * Disable Events Until Loaded 
 */
.is-enabled-events .preloader ~ * {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/**
 * Custom Scrollbar
 */
.is-custom-scrollbar {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .is-custom-scrollbar {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/**
 * Scrollable
 */
.is-scrollable {
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.is-clickable {
  cursor: pointer;
}

/*
 * Default
 */
em, i, p, b, strong {
  text-align: left;
}

label a, p a {
  font-size: inherit !important;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  max-width: 48rem;
}

h1.is-marginless, h2.is-marginless, h3.is-marginless, h4.is-marginless, h5.is-marginless, h6.is-marginless {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    max-width: 64rem;
  }
}

.h--intro {
  font-size: 6.4em;
  letter-spacing: -0.02em;
  line-height: 0.9;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
  max-width: 70.0rem;
}

@media (min-width: 568px) {
  .h--intro {
    font-size: 8.4em;
  }
}

@media (min-width: 1024px) {
  .h--intro {
    font-size: 10.8em;
    max-width: 70.0rem;
  }
}

.h--xxl {
  font-size: 5.4em;
  letter-spacing: -0.02em;
  line-height: 0.9;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
}

@media (min-width: 568px) {
  .h--xxl {
    font-size: 7.4em;
  }
}

@media (min-width: 1024px) {
  .h--xxl {
    font-size: 9.4em;
  }
}

.h--xl {
  margin-bottom: 1.9rem;
  font-size: 4.0em;
  letter-spacing: -0.02em;
  line-height: 0.9;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
}

@media (min-width: 568px) {
  .h--xl {
    font-size: 5.0em;
  }
}

@media (min-width: 1024px) {
  .h--xl {
    font-size: 7.4em;
  }
}

.h--lg {
  margin-bottom: 1.5rem;
  font-size: 3.0em;
  letter-spacing: -0.02em;
  line-height: 0.9;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
}

@media (min-width: 768px) {
  .h--lg {
    font-size: 5.0em;
  }
}

@media (min-width: 1024px) {
  .h--lg {
    font-size: 6.0em;
  }
}

.h--md {
  margin-bottom: 3rem;
  font-size: 2.4em;
  letter-spacing: 0em;
  line-height: 1.05;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
}

@media (min-width: 768px) {
  .h--md {
    font-size: 2.4em;
  }
}

@media (min-width: 1024px) {
  .h--md {
    font-size: 3.0em;
  }
}

.h--sm {
  font-size: 1.4em;
  letter-spacing: 0em;
  line-height: 0.9;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
}

/**
 * Paragraphs
 */
p {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.02em;
  font-family: 'Lora', serif;
  margin: 0;
  max-width: 48rem;
}

@media (min-width: 1024px) {
  p {
    max-width: 64rem;
  }
}

.summary {
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 500;
  font-size: 1.6em;
  letter-spacing: 0.02em;
  margin-bottom: 6rem;
  max-width: 48rem;
}

.summary.is-marginless {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .summary {
    max-width: 64rem;
  }
}

/**
 * Text
 */
.txt--lg {
  font-size: 1.6em;
}

.txt--md {
  font-size: 1.4em;
}

/*
 * Font Weights
 */
/*
 * Alignment
 */
.is-aligned-center {
  text-align: center;
}

/**
 * Colors
 */
.is-color-pink {
  color: #EC008C;
}

.is-color-white {
  color: #FFF;
}

.is-color-grey-light {
  color: #565656;
}

.is-color-grey-dark {
  color: #464646;
}

.is-color-black {
  color: #131414;
}

/*************************************************
   BREAKPOINTS
*************************************************/
.inner {
  max-width: 120.0rem;
  padding: 0 6vw;
  margin: 0 auto;
}

.inner--lg {
  max-width: 140.0rem;
}

.is-centered {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.footer {
  background: #131414;
  margin-top: 14.0rem;
  padding: 7rem 0 3rem 0;
  /**
	 * Typography
	 */
  /**
	 * Logo
	 */
  /**
	 * Content Container
	 */
  /**
	 * Copyright
	 */
  /**
	 * Breakpoints
	 */
}

.footer p {
  color: #FFF;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}

.footer p a {
  color: inherit;
}

.footer h5 {
  color: #464646;
}

.footer__logo {
  max-width: 19.0rem;
  width: 100%;
  margin-bottom: 3rem;
}

.footer__locations {
  margin-top: 4rem;
}

.footer__locations .location {
  margin-bottom: 2rem;
}

.footer .cr {
  font-size: 1.1em;
  margin-top: 7.0rem;
}

@media (min-width: 568px) {
  .footer__locations .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6rem;
  }
  .footer__locations .location {
    margin-left: 6rem;
  }
}

@media (min-width: 768px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10rem;
  }
  .footer__contact {
    width: 20%;
    margin-left: 10rem;
  }
  .footer__locations {
    width: 80%;
    margin-left: 10rem;
    margin-top: 0;
  }
}

.grid-container--text .item {
  margin-top: 5.0rem;
}

.grid-container--text .item:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  .grid-container--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -9rem;
  }
  .grid-container--text .item {
    width: calc(50% - 9rem);
    margin-left: 9rem;
    margin-top: 5.0rem;
  }
  .grid-container--text .item:first-of-type, .grid-container--text .item:nth-of-type(2) {
    margin-top: 0;
  }
}

.grid-container--list .item {
  margin-bottom: 4rem;
}

@media (min-width: 568px) {
  .grid-container--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8rem;
  }
  .grid-container--list .item {
    width: auto;
    margin-left: 8rem;
  }
  .grid-container--list .item:first-of-type, .grid-container--list .item:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .grid-container--list {
    margin-left: -12rem;
  }
  .grid-container--list .item {
    margin-left: 12rem;
  }
}

.grid-container--media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
}

.grid-container--media .item {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: calc(50% - 1rem);
}

.grid-container--media .item:last-of-type, .grid-container--media .item:nth-last-child(2) {
  margin-bottom: 0;
}

.grid-container--media.is-thirds .item {
  width: calc(33.33% - 1rem);
}

@media (min-width: 768px) {
  .grid-container--media {
    margin-left: -4rem;
  }
  .grid-container--media .item {
    margin-left: 4rem;
    margin-bottom: 4rem;
    width: calc(50% - 4rem);
  }
  .grid-container--media.is-thirds .item {
    width: calc(33.33% - 4rem);
  }
}

.grid-container--agency-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
}

.grid-container--agency-icons .item {
  padding: 1.8rem 1.5rem;
  background: #FFF;
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: calc(10% - 1rem);
  min-width: 10.0rem;
}

.grid-container--agency-icons .item img {
  width: 80%;
  margin: 0 auto 2rem;
  display: block;
}

.grid-container--agency-icons .item h6 {
  text-align: center;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
  color: #131414;
  font-size: 1.2em;
}

.page-header {
  padding: 33vh 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /**
	 * Breakpoints
	 */
}

.page-header .inner {
  margin: auto;
  width: auto;
  display: table;
}

.page-header h1 {
  margin: 0 0 1.4rem 0;
}

.page-header .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header .body hr {
  width: 3.2rem;
}

.page-header .body p {
  max-width: 37.0rem;
  margin-left: 2rem;
  font-family: 'Lora', serif;
  font-size: 1.4em;
  color: #131414;
  line-height: calc(26/18);
}

@media (min-width: 768px) {
  .page-header .body hr {
    width: 7.5rem;
  }
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9;
  top: 2rem;
  left: 4rem;
}

.site-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #131414;
  width: 20.0rem;
  padding: 1.5rem 1.75rem;
}

.site-header .logo svg,
.site-header .logo img {
  display: block;
  width: 100%;
}

.site-header button {
  background: #F4F4F4;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.5rem 1.75rem;
  border: 1px solid #131414;
  width: 11.0rem;
  margin-left: 0.2rem;
  font-size: 1.4em;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.site-header button:hover {
  background: #131414;
}

.site-header button:hover .label {
  color: #FFF;
}

.site-header button:hover .icon::after, .site-header button:hover .icon::before {
  background: #FFF;
}

.site-header button .label {
  margin-left: auto;
}

.site-header button .icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.site-header button .icon::after, .site-header button .icon::before {
  content: '';
  background: #131414;
  position: absolute;
}

.site-header button .icon::after {
  width: 0.3rem;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.site-header button .icon::before {
  height: 0.3rem;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.site-header.is-active button .icon::after {
  display: none;
}

@media screen and (max-width: 567px) {
  .site-header {
    top: 1rem;
    left: 1rem;
  }
  .site-header .logo {
    width: 15.0rem;
    padding: 1rem 1.75rem;
  }
  .site-header button {
    padding: 1rem 1.75rem;
  }
}

.content-block.is-summary {
  margin-bottom: 7rem;
}

.media-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.media-block img {
  width: 100%;
}

@media (min-width: 768px) {
  .media-block {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

/**
 * Buttons
 */
.btn {
  background: transparent;
}

.btn > * {
  pointer-events: none;
}

.btn--primary {
  color: #FFF;
  letter-spacing: 0.15em;
  background: rgba(0, 0, 255, 0.85);
  border: 0;
  width: auto;
  max-width: 25.0rem;
  border-radius: 0;
  border-radius: 22.5px;
  padding: 1.12rem 4rem;
  margin-bottom: 2rem;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  text-transform: uppercase;
  font-size: 1.2em;
}

@media (min-width: 568px) {
  .btn--primary {
    padding: 1.35rem 2rem;
    min-width: 20.0rem;
  }
}

.btn--primary:hover {
  background: rgba(0, 0, 204, 0.85);
}

@media (min-width: 568px) {
  .btn--primary {
    font-size: 1.3em;
  }
}

.btn--primary.is-selected {
  background: transparent;
  border: 2px solid blue;
  color: blue;
}

.btn.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.has-icon svg {
  margin-left: 0.8rem;
  width: 1.5rem;
  fill: #FFF;
}

/**
 * Links
 */
.link {
  text-decoration: none;
  text-align: left;
  padding: 0;
}

.link--default {
  position: relative;
  z-index: 1;
  font-size: 1.4em;
  color: #131414;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 500;
  padding: 0.5rem 0.4rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.link--default::after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: #131414;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 60%) scale(1, 0.025);
          transform: translate(0, 60%) scale(1, 0.025);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.615, 0.025, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.615, 0.025, 0, 1);
  transition: transform 0.2s cubic-bezier(0.615, 0.025, 0, 1);
  transition: transform 0.2s cubic-bezier(0.615, 0.025, 0, 1), -webkit-transform 0.2s cubic-bezier(0.615, 0.025, 0, 1);
}

.link--default:hover {
  color: #FFF;
}

.link--default:hover::after {
  -webkit-transform: translate(0, 0%) scale(1, 1);
          transform: translate(0, 0%) scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.615, 0.025, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.615, 0.025, 0, 1);
  transition: transform 0.3s cubic-bezier(0.615, 0.025, 0, 1);
  transition: transform 0.3s cubic-bezier(0.615, 0.025, 0, 1), -webkit-transform 0.3s cubic-bezier(0.615, 0.025, 0, 1);
}

@media (min-width: 568px) {
  .link--default {
    font-size: 1.4em;
  }
}

.link--plain {
  font-size: 1.3em;
  color: blue;
}

@media (min-width: 568px) {
  .link--plain {
    font-size: 1.4em;
  }
}

.link.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link.has-icon svg {
  margin-right: 1rem;
}

.caption {
  color: #131414;
  margin-bottom: 1.5rem;
  /**
	 * Animation
	 */
  /**
	 * Modifiers
	 */
  /**
	 * Breakpoints
	 */
}

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

.caption .caption__text {
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.caption .caption__text:first-of-type {
  margin-right: 1.2rem;
}

.caption .caption__text:nth-of-type(2), .caption .caption__text:only-of-type {
  margin-left: 1.2rem;
}

.caption hr {
  margin: 0;
}

.caption.anim--pre hr {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.caption.anim--in hr {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.75s 0.25s ease;
  transition: -webkit-transform 0.75s 0.25s ease;
  transition: transform 0.75s 0.25s ease;
  transition: transform 0.75s 0.25s ease, -webkit-transform 0.75s 0.25s ease;
}

.caption.is-sm hr {
  width: 2.5em;
}

.caption.is-lg hr {
  width: 4.2em;
}

.caption.is-white .caption__text {
  color: #FFF;
}

.caption.is-white hr {
  background: #FFF;
}

@media (min-width: 768px) {
  .caption .caption__text {
    font-size: 1.1em;
  }
  .caption.is-lg hr {
    width: 7.2em;
  }
}

.icon--triangle {
  position: absolute;
  width: 9vw;
  max-width: 7.8rem;
  max-height: 9.7rem;
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: table;
}

.icon--triangle svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.icon--triangle svg #bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.icon--triangle:hover svg #bg {
  opacity: 1;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(19, 20, 20, 0.95);
  width: 100%;
  height: 0%;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
}

#lightbox .btn--close {
  position: fixed;
  cursor: pointer;
  padding: 4rem;
}

#lightbox.for-nav {
  z-index: 7;
}

#lightbox.for-nav .btn--close {
  display: none;
}

#lightbox.is-active {
  visibility: visible;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#lightbox.is-inactive {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.list {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul.list--default {
  list-style: disc;
  list-style-position: inside;
}

ol.list--default {
  list-style: decimal;
  list-style-position: inside;
}

.list--dashed {
  margin-top: 1.5rem;
}

.list--dashed li {
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 600;
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list--dashed li::before {
  content: '';
  display: block;
  background: #131414;
  width: 2.5rem;
  height: 1px;
  margin-right: 1.2rem;
}

.list--dashed.is-color-white li {
  color: #FFF;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  padding: 8rem 1rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: #FFF;
  text-align: left;
  font-size: 4.0em;
  letter-spacing: -0.02em;
  line-height: 0.9;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
}

nav li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav li:hover a {
  color: #EC008C;
}

nav li:hover hr {
  background: #EC008C;
}

nav hr {
  width: 4rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

nav a {
  color: inherit;
  padding: 1rem 0;
  display: block;
  margin-left: 2rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

nav.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

nav.is-inactive {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media (min-width: 568px) {
  nav {
    padding: 10rem 4rem;
    font-size: 7.4em;
  }
  nav hr {
    width: 7rem;
  }
  nav a {
    margin-left: 3rem;
  }
}

@media (min-width: 1024px) {
  nav {
    font-size: 8.4em;
  }
}

#particles {
  position: absolute !important;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.preloader {
  background-color: #000;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
}

.preloader::after {
  content: '';
  position: absolute;
  background: url(/img/bookit/preloader.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  top: 50%;
  left: 50%;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes loaderRotation {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderRotation {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.preloader.is-active {
  display: block;
}

.preloader.is-active::after {
  -webkit-animation-name: loaderRotation;
          animation-name: loaderRotation;
}

.video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.video__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.video__poster.is-inactive {
  opacity: 0;
  -webkit-transition: opacity 1s 1s ease-out;
  transition: opacity 1s 1s ease-out;
}

.video__container,
.oembed-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.video__embed,
.oembed-container iframe,
.oembed-container object,
.oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.is-bg-video .video__container {
  position: absolute;
  pointer-events: none;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .is-bg-video .video__container {
    height: 200%;
    top: -50%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .is-bg-video .video__container {
    width: 300%;
    left: -100%;
  }
}

.is-bg-video .video__embed {
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}

.is-bg-loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 41vw;
  height: 41vw;
  z-index: 9;
  display: block;
}

.is-bg-loop video {
  width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
  position: absolute;
}

/***************************************************
 * Breakpoints
 ***************************************************/
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .video__embed .video__embed {
    display: none;
  }
  .video__embed .video__poster {
    opacity: 1;
  }
}

a,
button,
button:hover,
button:focus,
button:active,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

form {
  font-size: 100%;
}

form .is-loading {
  pointer-events: none;
  position: relative;
}

form .is-loading::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/img/bookit/preloader.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
          transform: translate(0%, -50%) rotate(0deg);
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: loaderRotation;
          animation-name: loaderRotation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

form .is-loading input {
  pointer-events: none;
}

form .is-inactive {
  pointer-events: none;
}

form .is-inactive label,
form .is-inactive legend {
  color: rgba(104, 118, 125, 0.5);
}

form .is-inactive input {
  background: rgba(203, 204, 205, 0.35);
}

form .is-required {
  display: inline-block;
  padding-right: 10px;
}

form .is-required::after {
  content: '*';
  position: absolute;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  bottom: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  left: auto;
  white-space: pre;
}

form .is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[type="checkbox"] {
  position: absolute;
  left: -99999px;
  z-index: 1;
  width: auto;
  margin: 0;
}

[type="checkbox"] + label {
  display: inline;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #CCC;
}

[type="checkbox"] + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000;
  border-radius: 2px;
}

[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 0.5rem;
  margin: auto;
  background-size: contain;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path class="check" fill="none" stroke="url-friendly-color(#FFF)" stroke-width="21.2714" stroke-linecap="round" stroke-linejoin="round" d="M89,24.5L63,50 l-26,25.5l-15-14.7L11.1,50"/></svg>') no-repeat;
  opacity: 0;
  width: 1.0rem;
  height: 1.0rem;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

[type="checkbox"] + label:hover::after {
  opacity: 1;
}

[type="checkbox"] + label + a {
  display: inline;
  font-size: 1.5em;
  line-height: 1.35;
}

[type="checkbox"]:checked + ::before {
  background: #000;
  border-color: #000;
}

[type="checkbox"]:checked + ::after {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path class="check" fill="none" stroke="%23F4F4F4" stroke-width="21.2714" stroke-linecap="round" stroke-linejoin="round" d="M89,24.5L63,50 l-26,25.5l-15-14.7L11.1,50"/></svg>') no-repeat;
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

:-moz-placeholder {
  color: #CCC;
}

input:required:valid,
input[type]:required:valid,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #F4F4F4 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s, border 0.25s ease, color 0.25s ease;
  transition: background-color 5000s ease-in-out 0s, border 0.25s ease, color 0.25s ease;
}

input[type]::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-moz-read-only {
  pointer-events: none;
}

input:read-only {
  pointer-events: none;
}

input:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:invalid {
  -webkit-box-shadow: 0 0 0 none;
          box-shadow: 0 0 0 none;
  border-color: #BE493C;
}

input:valid {
  -webkit-box-shadow: 0 0 0 none;
          box-shadow: 0 0 0 none;
}

label,
legend {
  position: relative;
  white-space: normal;
  display: inline-block;
  margin: 0 0 3px 0;
  font-size: 1.5em;
  color: #000;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 600;
  letter-spacing: 0.0088em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  label .is-hidden-tablet,
  legend .is-hidden-tablet {
    display: none;
  }
}

fieldset ul li:last-of-type label,
fieldset ul li:last-of-type legend {
  margin-bottom: 0;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  resize: vertical;
  padding: 0.66em 1em;
  background-color: #F4F4F4;
  border: 1px solid black;
  border-radius: 1px;
  font-size: 1.6em;
  color: #CCC;
  letter-spacing: 0.1px;
  -webkit-transition: border 0.25s ease, color 0.25s ease;
  transition: border 0.25s ease, color 0.25s ease;
}

input.is-danger,
textarea.is-danger,
select.is-danger {
  border-color: #BE493C;
}

input.is-valid,
textarea.is-valid,
select.is-valid {
  border-color: #94BCB2;
}

textarea {
  line-height: 1.5;
}

input:hover,
select:hover,
textarea:hover {
  border: 1px solid #CCC;
}

input:focus,
select:focus,
textarea:focus {
  color: #000;
  border: 1px solid #EEE;
  background-color: #FFF;
}

input:focus[readonly="readonly"],
select:focus[readonly="readonly"],
textarea:focus[readonly="readonly"] {
  border-color: #000;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-image: url(/img/bookit/icons/icon-toggle.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: calc(100% - 1rem) 50%;
  padding-right: 1.7em;
}

.form__title {
  margin-bottom: 0.7em;
}

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
 * Form Wrappers
 */
.form__wrapper-title {
  margin-bottom: 1em;
}

/**
 * Form Groups
 */
.form__group {
  padding: 0;
  margin-bottom: 1.8rem;
}

.form__group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -1.4rem;
}

@media (min-width: 1024px) {
  .form__group-wrapper {
    margin-left: -2rem;
  }
}

@media (min-width: 1280px) {
  .form__group-wrapper {
    margin-left: -2.4rem;
  }
}

.form__group-wrapper .form__group {
  margin-left: 1.4rem;
}

@media (min-width: 1024px) {
  .form__group-wrapper .form__group {
    margin-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .form__group-wrapper .form__group {
    margin-left: 2.4rem;
  }
}

.form__group-wrapper .form__group.is-marginless {
  margin-left: 0;
}

.form__group-wrapper .form__group.is-quarter {
  width: 25%;
}

.form__group-wrapper .form__group.is-half {
  width: 50%;
}

.form__group-wrapper .form__group.is-third {
  width: 33.33%;
}

/**
 * Form Components
 */
.form__control {
  position: relative;
  display: block;
}

.form__input-note {
  color: #CCC;
  font-size: 1.2em;
  letter-spacing: 0.51px;
  line-height: 1;
  padding-top: 5px;
}

.form__terms {
  height: 155px;
  overflow: hidden;
  padding: 0.66em 1em;
  background: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.75);
  border-radius: 1px;
  -webkit-overflow-scrolling: touch;
}

.form__terms p {
  font-size: 1.6em;
  color: #CCC;
  letter-spacing: 0.1px;
}

/**
 * Action
 */
.form__action {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__action .btn {
  margin-top: 2rem;
}

/**
 * Qty
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form__control--qty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80%;
  /**
    * Modifiers
    */
}

.form__control--qty.is-secondary .qty__input {
  padding: 0.5rem 0;
  width: 4.5rem;
}

.form__control--qty.is-secondary .qty__control {
  width: 2.5rem;
  height: 2.5rem;
}

.qty__input {
  line-height: 1.65;
  text-align: center;
  font-size: 1.8em;
  padding: 0.7rem 0;
  width: 4.6rem;
  margin: 0 0.8rem;
  background: #FFF;
}

.qty__control {
  font-size: 2.6rem;
  line-height: 1;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F4F4;
  background-size: 41% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.qty__control:hover {
  background: #000;
  border-color: #000;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.qty--add {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve"><path fill="url-friendly-color(#000)" d="M9,4H6V1c0-0.6-0.4-1-1-1S4,0.4,4,1v3H1C0.4,4,0,4.4,0,5s0.4,1,1,1h3v3c0,0.6,0.4,1,1,1s1-0.4,1-1 V6h3c0.6,0,1-0.4,1-1S9.6,4,9,4"/></svg>');
}

.qty--add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve"><path fill="%23FFFFFF" d="M9,4H6V1c0-0.6-0.4-1-1-1S4,0.4,4,1v3H1C0.4,4,0,4.4,0,5s0.4,1,1,1h3v3c0,0.6,0.4,1,1,1s1-0.4,1-1 V6h3c0.6,0,1-0.4,1-1S9.6,4,9,4"/></svg>');
}

.qty--subtract {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 2" enable-background="new 0 0 10 2" xml:space="preserve"><path fill="url-friendly-color(#000)" d="M9,0H1C0.4,0,0,0.4,0,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S9.6,0,9,0"/></svg>');
}

.qty--subtract:hover {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 2" enable-background="new 0 0 10 2" xml:space="preserve"><path fill="%23FFFFFF" d="M9,0H1C0.4,0,0,0.4,0,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S9.6,0,9,0"/></svg>');
}

/*************************************************
   BREAKPOINTS
*************************************************/
@media (min-width: 568px) {
  .qty__input {
    margin: 0 1rem;
  }
  .qty__control {
    width: 3.0rem;
    height: 3.0rem;
  }
}

@media (min-width: 1280px) {
  .form__control--qty {
    font-size: 90%;
  }
  .qty__input {
    width: 5.5rem;
  }
}

@media (min-width: 1400px) {
  .form__control--qty {
    font-size: 100%;
  }
}

[type="radio"] {
  position: absolute;
  opacity: 0;
}

[type="radio"] + label {
  padding-top: 6px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #CCC;
}

[type="radio"] + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #FFF;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000;
          box-shadow: inset 0px 0px 0px 1px #000;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

[type="radio"] + label:hover::before {
  -webkit-box-shadow: inset 0px 0px 0px 6px rgba(255, 0, 0, 0.45);
          box-shadow: inset 0px 0px 0px 6px rgba(255, 0, 0, 0.45);
}

[type="radio"]:checked + label::before {
  -webkit-box-shadow: inset 0px 0px 0px 6px red;
          box-shadow: inset 0px 0px 0px 6px red;
}

.modal {
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fade-in 1s 0.5s 1 forwards ease;
          animation: fade-in 1s 0.5s 1 forwards ease;
}

.modal .modal__container > * {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal--video {
  width: 80%;
  padding-top: 177.77777778%;
}

.modal.is-inactive {
  -webkit-animation: fade-out 0.5s 0.0s 1 forwards ease;
          animation: fade-out 0.5s 0.0s 1 forwards ease;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about .what-we-do {
  background: #131414;
  padding: 7.6rem 0;
}

.about .how-we-do-things {
  padding: 7.6rem 0;
}

.about .grid-container {
  margin-top: 6rem;
}

.about .item {
  position: relative;
}

.about .art {
  position: absolute;
  color: #FFF;
  font-size: 8.4em;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
  opacity: 0.07;
  left: -2.5rem;
  top: -3.8rem;
}

@media (min-width: 568px) {
  .about .art {
    font-size: 9.4em;
    left: -3.0rem;
    top: -4.3rem;
  }
}

@media (min-width: 768px) {
  .about .art {
    font-size: 11.4em;
    left: -4.0rem;
    top: -5.0rem;
  }
}

.about .grid-container--agency-icons {
  margin-top: 10rem;
}

/**
 * Case Study Intro
 */
.case-study__intro {
  max-width: 117.0rem;
  margin-bottom: 12.0rem;
  position: relative;
  /**
	 * Background
	 */
  /*
	 * Foreground
	 */
  /**
	 *  Image
	 */
  /**
	 * Odd
	 */
  /**
	 * Even
	 */
  /**
	 * Featured Work Item
	 */
  /**
	 * Breakpoints
	 */
}

.case-study__intro:last-of-type {
  margin-bottom: 0;
}

.case-study__intro > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.case-study__intro .contained {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.case-study__intro .bg {
  width: 41vw;
  height: 41vw;
  max-width: 53.0rem;
  position: absolute;
  z-index: -1;
}

.case-study__intro .bg .caption {
  position: absolute;
  top: -3.0rem;
}

.case-study__intro .bg .solid {
  width: 100%;
  height: 100%;
  position: absolute;
}

.case-study__intro .fg {
  width: 100%;
  position: relative;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 3.5rem 2.5rem;
  margin-top: 3.5rem;
}

.case-study__intro .fg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 3.5rem);
  height: 100%;
  background: #FFF;
  z-index: -2;
}

.case-study__intro .fg hr {
  width: 7.2rem;
  height: 0.4rem;
  margin: 2rem 0 2rem 0;
}

.case-study__intro .fg p {
  color: #131414;
  font-family: 'Lora', serif;
  font-size: 1.3em;
  max-width: 34.0rem;
}

.case-study__intro .fg a {
  margin-top: 2rem;
  display: table;
}

.case-study__intro .thumb {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 55%;
}

.case-study__intro:nth-of-type(odd) .fg::after {
  right: 0;
  left: auto;
}

.case-study__intro:nth-of-type(even) .fg::after {
  left: 0;
}

.case-study__intro:nth-of-type(even) .bg {
  margin-left: auto;
  right: 0;
}

.featured-work .caption .container {
  width: 100%;
}

@media (min-width: 568px) {
  .case-study__intro .fg p {
    width: 53%;
  }
  .case-study__intro .thumb {
    display: block;
  }
}

@media (min-width: 768px) {
  .case-study__intro {
    margin-bottom: 18.0rem;
  }
  .case-study__intro .fg {
    background: transparent;
    padding: 6rem 1rem;
    margin-top: 6rem;
  }
  .case-study__intro .fg::after {
    width: calc(100% - 6rem);
  }
  .case-study__intro .fg hr {
    margin: 4rem 0 2rem 0rem;
  }
  .case-study__intro .fg p {
    font-size: 1.4em;
  }
}

@media (min-width: 1024px) {
  .case-study__intro .contained {
    width: 78%;
  }
  .case-study__intro .fg {
    padding: 9.5rem 5.5rem;
    margin-top: 11rem;
  }
  .case-study__intro .fg::after {
    width: calc(100% - 11rem);
  }
  .case-study__intro .fg p {
    font-size: 1.6em;
  }
}

/**
 * Static Thumb Placement
 */
#goldwell .thumb {
  top: -12%;
}

#grace .thumb {
  top: 6%;
}

#miami .thumb {
  bottom: 0;
  top: auto;
}

/**
 * Case Study Page
 */
.case-study {
  padding-top: 10.0rem;
}

.case-study .case-study__intro {
  margin-bottom: 0;
}

.case-study .case-study__intro .caption {
  padding: 9.5rem 5.5rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .case-study .case-study__intro .caption {
    padding: 0;
  }
  .case-study .case-study__intro .caption .contained {
    width: 100%;
  }
}

.case-study .case-study__intro .fg::after {
  left: 0;
  right: auto;
}

.case-study .case-study__intro .bg {
  margin-left: auto;
  right: 0;
}

.index section:last-of-type {
  padding-bottom: 0;
}

.index .video {
  /*
		background: linear-gradient(5deg, rgba(220,220,220,1) 0, rgba(255,255,255,1) 100%);
		color:#fff;	
*/
  background-color: black;
  background-image: url("/dist/img/backgrounds/video-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.index .video__container,
.index .oembed-container {
  width: 95%;
  -webkit-box-shadow: 0px 0px 18px black;
          box-shadow: 0px 0px 18px black;
  padding-top: 53.4%;
}

.index .we-understand {
  background: #131414;
  color: #FFF;
  padding: 15.5rem 0;
}

.index .what-we-do {
  border-bottom: 5px solid #d7d7d7;
}

.index .our-values {
  background: linear-gradient(5deg, #f0f0f0 0, white 100%);
}

.index .ready-to-connect {
  padding: 0 !important;
  background: linear-gradient(5deg, gainsboro 0, white 100%);
  color: #fff;
}

.index .grid-container {
  margin-top: 6rem;
}

.index .item {
  position: relative;
}

.index .art {
  position: absolute;
  color: rgba(19, 20, 20, 0.6);
  font-size: 8.4em;
  font-family: 'Neue Haas Grotesk W01 Disp';
  font-weight: 700;
  opacity: 0.07;
  left: -2.5rem;
  top: -3.8rem;
}

@media (min-width: 568px) {
  .index .art {
    font-size: 9.4em;
    left: -3.0rem;
    top: -4.3rem;
  }
}

@media (min-width: 768px) {
  .index .art {
    font-size: 11.4em;
    left: -4.0rem;
    top: -5.0rem;
  }
}

.index .grid-container--agency-icons {
  margin-top: 10rem;
  width: 50%;
}

.index .grid-container--agency-icons .item {
  background: rgba(255, 255, 255, 0.5);
}

.index .fill-height {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.index .stage {
  height: inherit;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.index .stage .inner {
  margin: 0 0 !important;
  position: relative;
}

.index .stage .actor {
  position: absolute;
}

.index .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index .coffee {
  top: 0;
  left: 0;
  width: 70vmin;
}

.index .phone {
  bottom: 0;
  left: 45%;
  height: 90vmin;
  width: auto;
}

@media (max-width: 567px) {
  .index .phone {
    left: 10%;
  }
}

.index .phone img {
  height: inherit;
}

.index #map {
  position: absolute;
  top: 4%;
  left: 26%;
  height: 70%;
  width: 46%;
}

.index .node-stella {
  -webkit-transition: 1.5s 0s;
  transition: 1.5s 0s;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
  width: 25vmin;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.index .node-stella.spark {
  z-index: 0;
}

.index .node-stella.aster {
  z-index: 1;
}

.index #aster1 {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  left: 70%;
  bottom: 50%;
  margin-left: -12.5vmin;
}

.index #aster2 {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  left: 70%;
}

.index #aster3 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  left: 70%;
  top: 50%;
  margin-left: -12.5vmin;
}

.index #aster4 {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  right: 30%;
}

.index #spark1 {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  right: 30%;
  bottom: 50%;
}

.index #spark2 {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  left: 70%;
  bottom: 50%;
}

.index #spark3 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  top: 50%;
  left: 70%;
}

.index #spark4 {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: 30%;
  top: 50%;
}

.index .node-stella.humanity {
  -webkit-transition: 1.5s 0s;
  transition: 1.5s 0s;
}

.index .aster.humanity {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index .spark.humanity {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.index #spark1.humanity {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  margin-bottom: 1.5vmin;
}

.index #spark3.humanity,
.index #spark4.humanity {
  margin-top: 1vmin;
}

.index #aster2.humanity,
.index #aster3.humanity {
  margin-top: 1vmin;
}

.index #spark1.empathy {
  -webkit-transform: translate(10vmin);
          transform: translate(10vmin);
}

.index #spark3.empathy {
  -webkit-transform: translate(-20vmin) rotate(-90deg);
          transform: translate(-20vmin) rotate(-90deg);
}

.index #spark2.empathy {
  margin-bottom: 1.5vmin;
}

.index #spark4.empathy {
  margin-top: -1.5vmin;
}

.index #aster1.empathy,
.index #aster2.empathy,
.index #spark2.empathy {
  -webkit-transform: translateX(10vmin) rotate(-45deg);
          transform: translateX(10vmin) rotate(-45deg);
}

.index #aster3.empathy,
.index #aster4.empathy,
.index #spark4.empathy {
  -webkit-transform: translateX(-20vmin) rotate(135deg);
          transform: translateX(-20vmin) rotate(135deg);
}

.index #spark1.love {
  -webkit-transform: translate(9.4vmin, 2.5vmin);
          transform: translate(9.4vmin, 2.5vmin);
}

.index #spark2.love {
  -webkit-transform: translate(-7.2vmin, 2.5vmin);
          transform: translate(-7.2vmin, 2.5vmin);
}

.index #spark3.love {
  -webkit-transform: translate(1.1vmin, 8.3vmin) scale(0.85) rotate(225deg);
          transform: translate(1.1vmin, 8.3vmin) scale(0.85) rotate(225deg);
}

.index #spark4.love {
  -webkit-transform: translate(9.4vmin, 2.5vmin) rotate(90deg);
          transform: translate(9.4vmin, 2.5vmin) rotate(90deg);
}

.index #aster1.love {
  -webkit-transform: translate(11vmin, -20vmin) rotate(45deg) scale(0.8);
          transform: translate(11vmin, -20vmin) rotate(45deg) scale(0.8);
}

.index #aster2.love {
  -webkit-transform: translate(11vmin, 0) rotate(45deg) scale(0.8);
          transform: translate(11vmin, 0) rotate(45deg) scale(0.8);
}

.index #aster3.love {
  -webkit-transform: translate(-11vmin, 0) rotate(45deg) scale(0.8);
          transform: translate(-11vmin, 0) rotate(45deg) scale(0.8);
}

.index #aster4.love {
  -webkit-transform: translate(-11vmin, -20vmin) rotate(45deg) scale(0.8);
          transform: translate(-11vmin, -20vmin) rotate(45deg) scale(0.8);
}

.index .marker {
  background-image: url("/dist/img/favicon.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.index .mapboxgl-popup {
  max-width: 200px;
}

.index .mapboxgl-popup-content {
  color: #EC008C;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.delay-pt0 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay-pt1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-pt2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-pt3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-pt4 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay-pt5 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-pt6 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay-pt7 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay-pt8 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay-pt9 {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.delay-pt10 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay-pt11 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-pt12 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay-pt13 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-pt14 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/**
 * Text Modifier
 */
.modifier--text-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modifier--text-split div {
  overflow: hidden;
  position: relative;
}

.modifier--text-split span {
  position: relative;
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.modifier--text-split span.is-hidden {
  color: transparent;
}

.anim--in span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/**
 * Case Study
 */
.fg.anim--pre::after {
  -webkit-transform: translate(20%, 0) scale(0, 1);
          transform: translate(20%, 0) scale(0, 1);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.fg.anim--in::after {
  -webkit-transform: translate(0, 0) scale(1, 1);
          transform: translate(0, 0) scale(1, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.615, 0.025, 0, 1);
          transition-timing-function: cubic-bezier(0.615, 0.025, 0, 1);
}

.bg.anim--pre .video {
  opacity: 0;
}

.bg.anim--pre .solid {
  width: 0;
  overflow: hidden;
}

.bg.anim--in .video {
  opacity: 1;
  -webkit-transition: opacity 1s .5s ease;
  transition: opacity 1s .5s ease;
}

.bg.anim--in .solid {
  width: 41vw;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.16, 0.96);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.16, 0.96);
}

.anim-color-pink.anim--in {
  color: #EC008C;
  -webkit-transition: .5s 0s linear;
  transition: .5s 0s linear;
}

.anim-spark-text {
  display: inline-block;
}

.anim-spark-text.anim--pre {
  -webkit-transform: translate(0px, 0);
}

.anim-spark-text.anim--in {
  color: #EC008C !important;
  -webkit-transform: translate(0, 0);
  -webkit-transition: .5s 0s ease-in-out;
  transition: .5s 0s ease-in-out;
}

.anim-coffee-slide.anim--pre {
  -webkit-transform: translate(0, -80vmin) rotate(-100deg);
}

.anim-coffee-slide.anim--in {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -webkit-transition: 1.5s 0s cubic-bezier(0.615, 0.025, 0, 1);
  transition: 1.5s 0s cubic-bezier(0.615, 0.025, 0, 1);
}

.anim-phone-slide.anim--pre {
  -webkit-transform: translate(0, 100vh) rotate(-30deg);
}

.anim-phone-slide.anim--in {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -webkit-transition: 1.5s 0s cubic-bezier(0.615, 0.025, 0, 1);
  transition: 1.5s 0s cubic-bezier(0.615, 0.025, 0, 1);
}

@media (max-width: 567px) {
  .anim-phone-slide.anim--in {
    -webkit-transform: translate(0, 0) rotate(90deg);
  }
}

.anim-aster1.anim--pre {
  -webkit-transition: 1.5s 0s;
  transition: 1.5s 0s;
}

.anim-aster1.anim--in {
  -webkit-transition: 1.5s 0s;
  transition: 1.5s 0s;
}

.anim-spark1.anim--pre {
  -webkit-transition: 1.5s 0s;
  transition: 1.5s 0s;
}

.anim-spark1.anim--in {
  -webkit-transition: 1.5s 0s;
  transition: 1.5s 0s;
}
