@charset "UTF-8";

/* Abstracts 
   */

/* Base
   */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
input,
select,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 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 {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: ButlerBold;
  src: url(/fonts/Butler_Bold.otf?bb20bd82505e606d2271e1aa308d62f2) format("opentype");
}

@font-face {
  font-family: ButlerExtraBold;
  src: url(/fonts/Butler_ExtraBold.otf?769a70a64ce261474b03e9f9f19a917c) format("opentype");
}

@font-face {
  font-family: GothamLight;
  src: url(/fonts/Gotham-Light.otf?501537e6bdec998d611f5c9e12015528) format("opentype");
}

@font-face {
  font-family: GothamBook;
  src: url(/fonts/Gotham-Book.otf?e2f36b6c6ef96564f853a40475dd0773) format("opentype");
}

@font-face {
  font-family: GothamMedium;
  src: url(/fonts/Gotham-Medium.otf?c9f7f5fbf27d0712643cf5d0738ae903) format("opentype");
}

@font-face {
  font-family: GothamBold;
  src: url(/fonts/Gotham-Bold.otf?5d6f50ed2dde0e4ad455448f896c09f0) format("opentype");
}

.gotham-light {
  font-family: GothamLight;
}

.gotham-book {
  font-family: GothamBook;
}

.gotham-medium,
header nav li {
  font-family: GothamMedium;
}

.gotham-bold {
  font-family: GothamBold;
}

.butler-bold {
  font-family: ButlerBold;
}

.butler-extra-bold {
  font-family: ButlerExtraBold;
}

/* Layout
   */

*[class*=col] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

div.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  div.container {
    max-width: 576px;
  }
}

@media screen and (min-width: 768px) {
  div.container {
    max-width: 768px;
  }
}

@media screen and (min-width: 992px) {
  div.container {
    max-width: 992px;
  }
}

@media screen and (min-width: 1200px) {
  div.container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row.no-gutters *[class*=col] {
  padding-left: 0;
  padding-right: 0;
}

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

/* Margin */

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

@media screen and (max-width: 576px) {
  .col-1 {
    width: 8.3333333333%;
  }

  .col-2 {
    width: 16.6666666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.3333333333%;
  }

  .col-5 {
    width: 41.6666666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.3333333333%;
  }

  .col-8 {
    width: 66.6666666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.3333333333%;
  }

  .col-11 {
    width: 91.6666666667%;
  }

  .col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

header {
  position: fixed;
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  z-index: 50;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .navbar-hidden header nav {
    transform: translateY(-100%);
  }

  .navbar-hidden header .logo {
    width: 42px;
    transform: none;
    right: 30px;
  }

  .navbar-hidden header .logo svg {
    width: 25px;
  }

  .navbar-hidden header .logo .letter-hide {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .navbar-hidden header .logo {
    opacity: 0;
    visibility: hidden;
  }
}

header .navbar-toggler {
  position: fixed;
  right: 20px;
  display: flex;
  flex-flow: column;
  z-index: 10;
  top: 15px;
  width: 35px;
  height: 50px;
  justify-content: center;
  transition: all 300ms ease-in-out;
  transform-origin: right center;
}

@media (min-width: 768px) {
  header .navbar-toggler {
    display: none;
  }
}

header .navbar-toggler span {
  border-bottom: 4px solid #000;
  width: 35px;
  margin-bottom: 0.75rem;
  transition: all 300ms ease-in-out;
}

.HeaderTransparentWhite header .navbar-toggler span {
  border-color: #fff;
}

header .navbar-toggler span:nth-of-type(1) {
  transform-origin: left top;
}

header .navbar-toggler span:nth-of-type(3) {
  transform-origin: left bottom;
  margin-bottom: 0;
}

.fp-viewing-6 header .navbar-toggler span,
.fp-viewing-services header .navbar-toggler span {
  border-color: #fff;
}

.navbarToggled header .navbar-toggler span {
  border-color: #fff;
}

.navbarToggled header .navbar-toggler span:nth-of-type(1) {
  transform-origin: left top;
  transform: rotate(45deg);
}

.navbarToggled header .navbar-toggler span:nth-of-type(2) {
  opacity: 0;
}

.navbarToggled header .navbar-toggler span:nth-of-type(3) {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

header .logo {
  width: 137px;
  position: fixed;
  top: 2rem;
  border: 3.5px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 7px 0;
  right: 50%;
  transform: translate(50%, 0);
  transition: all 400ms ease-in-out;
}

@media (max-width: 768px) {
  header .logo {
    right: calc(100% - 82px);
  }
}

header .logo.white,
.fp-viewing-6 header .logo,
.fp-viewing-services header .logo,
.navbarToggled header .logo {
  border-color: #fff;
}

header .logo.white .logo-dark,
.fp-viewing-6 header .logo .logo-dark,
.fp-viewing-services header .logo .logo-dark,
.navbarToggled header .logo .logo-dark {
  fill: #fff;
}

header .logo.white .logo-red,
.fp-viewing-6 header .logo .logo-red,
.fp-viewing-services header .logo .logo-red,
.navbarToggled header .logo .logo-red {
  fill: #AA182C;
}

@media (min-width: 768px) {
  .navbar-visible header .logo {
    border-color: #000;
  }

  .navbar-visible header .logo .logo-dark {
    fill: #000;
  }

  .navbar-visible header .logo .logo-red {
    fill: #AA182C;
  }
}

.HeaderTransparentWhite header .logo {
  border-color: #fff;
}

.HeaderTransparentWhite header .logo .logo-dark {
  fill: #fff;
}

.HeaderTransparentWhite header .logo .logo-red {
  fill: #AA182C;
}

header .logo svg {
  float: left;
  width: 102px;
  height: 20px;
  transition: all 400ms ease-in-out;
}

header .logo svg .logo-dark {
  fill: #1D1D1B;
}

header .logo svg .logo-red {
  fill: #AA182C;
}

header nav {
  width: 100%;
  display: flex;
  margin-left: auto;
  background-color: #fff;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

@media (min-width: 768px) {
  .HeaderTransparentWhite header nav {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  header nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    top: 0;
    flex-flow: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }
}

.navbarToggled header nav {
  opacity: 1;
  visibility: visible;
}

header nav li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  header nav li {
    flex: 1 0 0;
    height: 82px;
  }
}

@media (max-width: 768px) {
  header nav li:not(.nav-item) {
    display: none;
  }
}

header nav li a {
  color: #000;
  font-weight: 500;
}

@media (max-width: 768px) {
  header nav li a {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
  }
}

header nav li a.router-link-exact-active,
header nav li a:hover {
  color: #696969;
}

.HeaderTransparentWhite header nav li a {
  color: #fff;
}

/* Footer */

.footer {
  width: 100vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  z-index: 20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-family: GothamBold;
  position: relative;
  z-index: 10;
}

.footer.unyque {
  height: 100vh;
}

@media (max-width: 768px) {
  .footer {
    display: none;
  }

  .footer.Visible {
    display: flex;
  }
}

.footer h4 {
  font-family: ButlerBold;
  font-size: 48px;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .footer h4 {
    font-size: 24px;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
  }
}

.footer a {
  color: #fff;
}

.footer .footer--logo {
  width: 137px;
  border: 3.5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 7px 0;
  transition: all 400ms ease-in-out;
  margin-bottom: 2rem;
}

.footer .footer--logo svg {
  float: left;
  width: 102px;
  height: 20px;
  transition: all 400ms ease-in-out;
  fill: #FFF;
}

.footer .footer--links li a {
  display: block;
  font-size: 24px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .footer .footer--links li a {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}

.footer .footer--address li {
  font-size: 24px;
}

@media (min-width: 768px) {
  .footer .footer--address li {
    min-height: 34px;
  }
}

@media (max-width: 768px) {
  .footer .footer--address li {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}

.footer .footer--address li a {
  text-decoration: underline;
}

/* Pages
   */

.Work {
  min-height: 100vh;
  padding-top: 90px;
}

.WorkFilter {
  font-family: GothamBook;
  display: flex;
  background: #fff;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .WorkFilter {
    font-size: 14px;
  }
}

.WorkFilterItem {
  margin: 3rem;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .WorkFilterItem {
    font-size: 14px;
    margin: 1.4rem;
  }
}

.WorkFilterItem.Active {
  text-decoration: underline;
}

.WorkPortfolio {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  transition: all 300ms ease-in-out;
}

.WorkPortfolio .gridSizer {
  width: 20%;
  display: none;
}

.WorkPortfolioItem {
  width: 20%;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

@media (max-width: 768px) {
  .WorkPortfolioItem {
    width: 100%;
  }
}

.WorkPortfolioItem.width--3 {
  width: 60%;
}

@media (max-width: 768px) {
  .WorkPortfolioItem.width--3 {
    width: 100%;
  }
}

.WorkPortfolioItem.width--2 {
  width: 40%;
}

@media (max-width: 768px) {
  .WorkPortfolioItem.width--2 {
    width: 100%;
  }
}

.WorkPortfolioItem.width--1 .contentReveal h1 {
  font-size: 32px;
}

.WorkPortfolioItem img {
  width: 100%;
  float: left;
}

.WorkPortfolioItem img.vertical {
  display: none;
}

.WorkPortfolioItem.vertical img {
  display: none;
}

.WorkPortfolioItem.vertical img.vertical {
  display: block;
}

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

.WorkPortfolioItem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  float: left;
  z-index: 5;
  left: 0;
}

.WorkPortfolioItem .contentColor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: hard-light;
  transition: all 300ms ease-in-out;
}

.WorkPortfolioItem .contentColor:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: color;
}

.WorkPortfolioItem .contentReveal {
  transition: all 300ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  opacity: 0;
}

.WorkPortfolioItem .contentReveal h1 {
  font-family: ButlerBold;
  font-size: 5vw;
  text-align: center;
}

@media (max-width: 768px) {
  .WorkPortfolioItem .contentReveal h1 {
    font-size: 42px;
  }
}

.WorkPortfolioItem .contentReveal p {
  font-size: 24px;
  font-family: GothamBold;
  margin-bottom: 4vh;
  text-align: center;
}

@media (max-width: 768px) {
  .WorkPortfolioItem .contentReveal p {
    font-size: 20px;
  }
}

.WorkPortfolioItem .contentReveal span {
  font-size: 1.25vw;
  font-family: GothamBold;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .WorkPortfolioItem .contentReveal span {
    font-size: 16px;
  }
}

.WorkPortfolioItem:hover .contentReveal {
  opacity: 1;
}

.WorkPortfolioItem:hover .contentColor {
  opacity: 0;
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 768px) {
  .modal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .modal {
    padding: 75px 30px 30px 30px;
  }
}

.modal__body {
  background-color: #fff;
  display: flex;
}

@media (min-width: 768px) {
  .modal__body {
    width: 800px;
    min-height: 450px;
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .modal__body {
    width: 100%;
    min-height: 300px;
    max-height: 650px;
    flex-flow: column;
    overflow: scroll;
    margin-bottom: 30px;
  }
}

.modal__image {
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .modal__image {
    flex: 0 0 58%;
  }
}

@media (max-width: 768px) {
  .modal__image {
    min-height: 200px;
  }
}

.modal video {
  width: 100%;
  float: left;
  outline: 0;
}

.modal__close {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
}

.modal__close:before {
  width: 50%;
  height: 50%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(-45deg);
  left: -3px;
  position: absolute;
}

@media (max-width: 768px) {
  .modal__close:before {
    left: -1px;
  }
}

.modal__close:after {
  width: 50%;
  height: 50%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(135deg);
  right: -3px;
  position: absolute;
}

@media (max-width: 768px) {
  .modal__close:after {
    right: -1px;
  }
}

.modal__caption {
  flex: 0 0 42%;
  font-family: GothamBook;
  line-height: 20px;
  position: relative;
  border-left: 1px solid #eee;
  font-size: 14px;
}

@media (max-width: 768px) {
  .modal__caption {
    background-color: #fff;
  }
}

.modal__caption--footer {
  border-top: 1px solid #efefef;
  background-color: #fff;
  height: 60px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.modal__caption--header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px;
}

.modal__caption--logo {
  flex: 0 0 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.modal__caption--logo svg {
  width: 40px;
}

.modal__caption--cta {
  flex: 0 0 calc(100% - 65px);
  margin-left: auto;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}

.modal__caption--name {
  flex: 0;
  color: #000;
  font-family: GothamBook;
}

.modal__caption--follow {
  padding-left: 10px;
  margin-left: 10px;
  flex: 0 0 50%;
  font-family: GothamBold;
  color: #000;
  position: relative;
}

.modal__caption--follow:before {
  content: "\2022";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.modal__caption--location {
  flex: 0 0 100%;
  font-size: 12px;
}

.modal__caption--body {
  margin-top: 71px;
  padding: 15px;
  display: block;
  overflow: scroll;
  height: calc(100% - 130px);
}

.modal__caption ::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: GothamMedium;
  color: #474747;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
}

body a {
  text-decoration: none;
}

#fp-nav {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 30px;
}

#fp-nav li {
  position: relative;
}

#fp-nav li:first-of-type,
#fp-nav li:last-of-type {
  display: none;
}

#fp-nav li span {
  transition: all 300ms ease-in-out;
}

#fp-nav li span:not(.fp-sr-only) {
  width: 18px;
  height: 18px;
  background-color: #ddd;
  display: block;
  margin-bottom: 10px;
}

#fp-nav li span.fp-sr-only {
  display: none;
}

#fp-nav li a.active span {
  transform: scale(1.4);
}

@media (max-width: 768px) {
  #fp-nav {
    display: none;
  }
}

.Button {
  padding: 10px 30px;
  font-family: GothamBold;
  border: 0;
  font-size: 16px;
  outline: 0;
  cursor: pointer;
  transition: all 130ms ease-in-out;
  align-self: flex-start;
}

.ButtonOutlineWhite {
  background-color: transparent;
  color: #fff;
  border: 2px solid #FFF;
}

.ButtonOutlineWhite:hover {
  background-color: #FFF;
  color: #000;
}

.ButtonBlack {
  background: #000;
  color: #fff;
  border: 3px solid transparent;
}

.ButtonBlack:hover {
  border: 3px solid #000;
  color: #000;
  background: transparent;
}

.UnyqueCosmopolitan .Container h1 {
  font-family: GothamBold;
  font-weight: bold;
}

