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

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

html {
    height: 100%;
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
}

aside, details, figcaption, figure, header, hgroup, menu, section {
    margin: 0;
    display: block;
}

aside { width: 100%; }

button:focus { outline: 0; }

.clearfix:before, td.product-quantity:before, .clearfix:after, td.product-quantity:after { content: ""; display: block; }
.clearfix:after, td.product-quantity:after { clear: both; }
.ie6 .clearfix, .ie6 td.product-quantity { zoom: 1 }

/* VARIABLES
----------------------------------------------------------------------------------------*/
:root {
    --magenta: #ff1282;
  }

/* TYPOGRAPHY
----------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Louize Display Bold';
    src: url('../fonts/LouizeDisplayTrial-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Louize Display Medium';
    src: url('../fonts/LouizeDisplayTrial-Medium.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Louize Display Regular';
    src: url('../fonts/LouizeDisplayTrial-Regular.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

body {
    background-color: #f4eeed;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: 'Louize Display Medium';
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 auto;
    line-height: 1.25em;
}

h1 {
    font-family: 'Louize Display Medium';
    font-style: normal;
    font-size: 7rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}
p.p-logo {
    font-family: 'Louize Display Medium';
    font-style: normal;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}
@media screen and (max-width: 1575px) {
    h1 {
        font-size: 6rem;
    }
    p.p-logo {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 1120px) {
    h1 {
        font-size: 5rem;
    }
    p.p-logo {
        font-size: 2.125rem;
    }
}
@media screen and (max-width: 890px) {
    h1 {
        font-size: 3.5rem;
    }
    p.p-logo {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 2.75rem;
    }
    p.p-logo {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 2.5rem;
    }
    p.p-logo {
        font-size: 1.5rem;
    }
    p.p-logo span.experience {
        display: block;
    }
    span.arial {
        display: none;
    }
}

h2 {
    font-family: 'Louize Display Medium';
    font-style: normal;
    font-size: 1.25rem;
    color: #000;
    text-align: left;
    margin: 10px 0 0 0;
    font-weight: 500;
}

span.arial {
    font-family: 'Arial', sans-serif;
}

p {
    font-family: 'Louize Display Medium';
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
    margin: 0;
    max-width: 30em;
}
p + p {
    margin: 1em 0 0 0;
}
p.larger {
    font-size: 2.75rem;
    line-height: 1.25em;
    max-width: 760px;
}
@media screen and (max-width: 1120px) {
    p.larger {
        font-size: 2.25rem;
        max-width: 550px;
    }
    p {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    p.larger {
        font-size: 2rem;
    }
    p {
        font-size: 1.25rem;
    }
}
p.caption {
    color: #7b7b7b;
    font-size: 1.25rem;
    line-height: 1.25em;
}

p.byline {
    margin: 0;
}

p.center { text-align: center; }

p.copyright,
.smaller { font-size: 1.25rem; }

b, strong { font-weight: 600; }
i, em { font-style: italic; }
small { font-size: 80%; }

::selection {
  background: var(--magenta);
  color: #fff;
}
::-moz-selection {
  background: var(--magenta);
  color: #fff;
}
p.cta {
    font-size: 2.5rem;
}
a {
  color: #000;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  max-width: 100%;
  margin: 0;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active, a:focus {
  outline: 0;
}
p > a {
  color: #000;
  border-bottom: 2px solid #000;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  max-width: 100%;
  margin: 0;
  -webkit-transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
}
p > a:hover {
  outline: 0;
  text-decoration: none;
  color: var(--magenta);
  border-bottom: 2px solid var(--magenta);
}
p > a {
  color: #000;
  border-bottom: 2px solid #000;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  max-width: 100%;
  margin: 0;
  -webkit-transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border 0.25s ease-in-out;
}
p > a:hover {
  outline: 0;
  text-decoration: none;
  color: var(--magenta);
  border-bottom: 2px solid var(--magenta);
}

/* Photography
----------------------------------------------------------------------------------------*/
img, embed, object, video { margin: 0 auto; max-width: 100%; height: auto; display: block; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* Hero
----------------------------------------------------------------------------------------*/
/*
header#the-big-hero {
    position: relative;
}
.the-big-video {
    width: 100%;
    height: 100VH;
    border-bottom: 5px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
}
.the-big-video-information {
    position: absolute;
    z-index: 3;
}
@media screen and (max-width: 600px) {
    .the-big-video {
        height: 500px;
    }
    .the-big-video video {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
    */

header#the-big-hero {
    position: relative;
}

.the-big-video {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.the-big-video video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.the-big-video-information {
    position: absolute;
    z-index: 3;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}
.scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    opacity: 1;
    color: #ffffff;
    transform: translateX(-50%);
    z-index: 4;
    animation: bounce 2s infinite ease-in-out;
}
@media screen and (max-width: 600px) {
    .scroll {
      display: none;
    }
  }

@media screen and (max-width: 600px) {
    .the-big-video {
        height: 500px;
    }
}


/* Layout
----------------------------------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f4eeed;
	z-index: 10001;}

.spinner {
    position: absolute;
	left: 50%;
	top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    text-align: center;}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

.spinner .bounce_01 { background-color: var(--magenta); }
.spinner .bounce_02 { background-color: var(--magenta); }
.spinner .bounce_03 { background-color: var(--magenta); }

.spinner .bounce_01 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;}

.spinner .bounce_02 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.has_max_width {
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
}
@media screen and (max-width: 660px) {
    .has_max_width {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 500px) {
    .has_max_width {
        padding-left: 20px;
        padding-right: 20px;
    }
}
header#introduction {
    width: 100%;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
    z-index: 200;
    top: 0;
}
main {
    margin: 0 auto 3em;
    width: 100%;
}
.content {
    margin-top: 150px;
}
.page-content {
    margin: 0 auto 0;
}
.portfolio {
    margin: 5em 0;
}
ul.portfolios {
    list-style: none;
}
.portfolio--wide {
    width: 100%;
    max-width: 60%;
}
.portfolio--small {
    width: 100%;
    max-width: 50%;
    padding-left: 120px;
}
.portfolio--left {
    margin: 0 auto 10em 0;
}
.portfolio--right {
    margin: 0 0 10em auto;
}
.portfolio--right.portfolio--small {
    width: 100%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 120px;
}
.portfolio--left.portfolio--wide {
    padding-left: 120px;
}
.portfolio--right.portfolio--wide {
    padding-right: 120px;
}
@media screen and (max-width: 1120px) {
    .portfolio--wide,
    .portfolio--small {
        max-width: 80%;
    }
}
@media screen and (max-width: 920px) {
    .portfolio--wide,
    .portfolio--small {
        max-width: 100%;
        padding: 0;
    }
    .portfolio--left,
    .portfolio--right {
        margin: 0 0 3em 0;
    }
    li.portfolio {
        padding-left: 30px;
        padding-right: 30px;
    }
    .portfolio--right.portfolio--small {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .portfolio--left.portfolio--wide {
        padding-left: 30px;
    }
    .portfolio--right.portfolio--wide {
        padding-right: 30px;
    }
}
@media screen and (max-width: 500px) {
    li.portfolio {
        padding-left: 20px;
        padding-right: 20px;
    }
    .portfolio--right.portfolio--small {
        padding-left: 20px;
        padding-right: 20px;
    }
    .portfolio--left.portfolio--wide {
        padding-left: 20px;
    }
    .portfolio--right.portfolio--wide {
        padding-right: 20px;
    }
}
footer#footer {
    margin-top: 5em;
}
.footer-inner {
    display: flex;
    flex-direction: column;
}
.footer__copyright {
    margin: 10em 0 0;
    padding-bottom: 25px;
}

/* MEDIA
----------------------------------------------------------------------------------------*/
video {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.media-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.media-content .media-content__content {
    padding-right: 50px;
}
.media-content__media {
    width: 40%;
}
.media-content__media.media--wide {
    width: 60%;
}
.media-content__media img {
    width: 100%;
    max-width: 600px;
}
.media-content__media.media--wide img {
    width: 100%;
    max-width: 1000px;
}
.media-content--type-video .media-content__media {
	aspect-ratio: 16/9;
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.media-content--type-video .media-content__media img {
    max-width: 100%;
}
@media screen and (max-width: 800px) {
    .media-content {
        flex-direction: column-reverse;
    }
    .media-content .media-content__content {
        padding-right: 0;
        padding-top: 50px
    }
    .media-content__media,
    .media-content__media.media--wide {
        width: 100%;
    }
}
@supports not (aspect-ratio: 16/9) {
	.media-content--type-video .media-content__media::before {
		content: "";
		float: left;
		padding-top: 56.25%;
	}
	.media-content--type-video .media-content__media::after {
		clear: left;
		content: "";
		display: block;
	}
}
.video-item {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	width: 100%;
	position: relative;
}
.video-item__media {
    overflow: hidden;
}
.video-item__media,
.video-item__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-item__video-wrap {
    background-color: #000;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    position: relative;
    width: 100%;
}
button.video-item__play-button {
    cursor: pointer;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: none;
}
button.video-item__play-button span {
    background: #f9f9f9;
    color: #000;
    padding: 12px 24px;
    font-size: 1.5rem;
    border-radius: 0;
    transition: background 0.3s ease-in-out;
}
button.video-item__play-button:hover span {
    color: #fff;
    background: var(--magenta);
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}
.video-item__video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 7;
}
.video-item.video-item--play .video-item__video {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.video-item__video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
iframe {
	vertical-align: middle;
}
.video-item__video-wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.img-fit {
	display: block;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 500px) {
    button.video-item__play-button span {
        padding: 10px 22px;
        font-size: 1.125rem;
    }
    h2, p.caption {
        font-size: 1rem;
    }
}

/* GALLERY
----------------------------------------------------------------------------------------*/
.grid-item {
    margin-bottom: 24px;
    overflow: hidden;
}
.grid-item img {
    width: 100%;
    display: block;
    border-radius: 5px;
}
#macy-container img {
    opacity: 0;
    transform: translateY(25px);
    transition: all 2.25s ease-out;
}
#macy-container img.show {
    opacity: 1;
    transform: translateY(0);
}

/* VIDEO
----------------------------------------------------------------------------------------*/
.trailer {
    margin: 0 auto 2.5em;
}

.video {
    width: 100%;
    margin: 25px auto;
    display: block;
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.information {
    margin-top: 75px;
    margin-bottom: 75px;
}

/* Navigation
----------------------------------------------------------------------------------------*/
.header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 75px;
}
a.logo {
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 500;
}
.main-navigation div ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation div ul li {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 25px;
}
.main-navigation div ul li a {
    text-decoration: none;
    color: #000;
    transition: color 0.2s ease-in-out;
}
.main-navigation div ul li a:hover {
    text-decoration: underline;
    color: var(--magenta);
}
.main-navigation div ul li.current_page a {
    color: var(--magenta);
    text-decoration: underline;
}
@media screen and (max-width: 910px) {
    .header__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .logo {
        margin-bottom: 25px;
    }
}