@import url("https://use.typekit.net/dgl7vis.css");

* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-family: "proxima-nova","Proxima Nova","Helvetica Neue","Arial",sans-serif;
  text-decoration: none;
}

.cms-placeholder {
  display: none;
}


/**********************/
/*****  ELEMENTS  *****/
/**********************/

h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: font-size 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: font-size 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: font-size 0.45s cubic-bezier(.35,0,.32,.92);
}

/* Titles */

h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1 {
  margin-left: -50px;
  margin-bottom: -75px;
  color: rgba(238,238,238,0.6);
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 15px;
  line-height: 150px;
}

h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 50px;
}

h3 {
  margin: 30px 0;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2.5px;
  line-height: 20px;
  text-transform: uppercase;
}

.dark h3 {
  font-weight: bold;
}

h3.list::before {
  content: '';
  display: inline-block;
  margin: 4px 50px 4px 0;
  width: 50px;
  height: 2px;
  background: #3A3035;
}

h3 font {
  display: block;
  font-style: italic;
  text-transform: none;
}

h3.addInfo {
  letter-spacing: 1.5px;
  text-transform: none;
}

h4 {
  margin: 30px 0 10px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: none;
}

h3:first-child,
h4:first-child {
  margin-top: 0;
}

h2:last-child,
h3:last-child,
h4:first-child {
  margin-bottom: 0;
}

/* Text */

b,
strong {
  font-weight: 600;
}

.alignRight {
  text-align: right;
}

a,
a * {
  color: inherit;
  transition: 0.45s cubic-bezier(.35,0,.32,.92), transform 0s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), -webkit-transform 0s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), -moz-transform 0s;
}

a::before,
a::after,
a *::before,
a *::after {
  color: inherit;
  transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0s, right 0s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0s, right 0s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0s, right 0s;
}

p {
  margin-top: 20px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: justify;
}

p.alignRight {
  padding: 0;
}

p.small {
  margin-top: 10px;
  font-size: 15px;
  line-height: 30px;
}

p:first-child {
  margin-top: 0;
}

.outofdate a,
p a,
h3 a {
  position: relative;
  display: inline;
  color: #EA5167;
}

.outofdate a:hover,
.outofdate a:focus,
p a:hover,
p a:focus,
h3 a:hover,
h3 a:focus {
  color: inherit;
}

.outofdate a::before,
p a::before,
h3 a::before {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #3A3035;
  opacity: 0;
}

.outofdate a::before,
.dark p a::before,
.dark h3 a::before {
  background: #FFFFFF;
}

.outofdate a:hover::before,
p a:hover::before,
p a:focus::before,
h3 a:hover::before,
h3 a:focus::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}

/* Buttons */

a.btn {
  position: relative;
  display: inline-block;
  height: 50px;
}

p a.btn:first-child {
  margin-top: 10px;
}

a.btn * {
  vertical-align: top;
  transition: 0.45s cubic-bezier(.35,0,.32,.92), color 0.15s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), color 0.15s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), color 0.15s cubic-bezier(.35,0,.32,.92);
  cursor: pointer;
}

a.btn:not(.transparent):not(.closeNav)::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

a.btn:not(.navburger):hover,
a.btn:not(.navburger):focus {
  margin-right: -15px;
}

a.btn label {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 20.5px 25px 19.5px;
  color: #3A3035;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2.5px;
  line-height: 10px;
  text-transform: uppercase;
}

a.btn:hover label,
a.btn:focus label {
  padding-right: 5px;
  color: #FFFFFF;
}

a.btn label::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: auto;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1F1C1C;
}

a.btn:hover label::before,
a.btn:focus label::before {
  width: calc(100% + 1px);
  left: 0;
  right: auto;
}

a.btn label span {
  position: relative;
  display: inline;
}

a.btn i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1F1C1C;
  color: #FFFFFF;
}

a.btn.closeNav label {
  color: #FFFFFF;
}

a.btn.concrete:hover label,
a.btn.concrete:focus label {
  color: #3A3035;
}

a.btn.concrete label::before {
  background: #EEEEEE;
}

a.btn.concrete i {
  background: #EEEEEE;
  color: #3A3035;
}

.dark a.btn:not(.transparent):not(.closeNav)::before,
a.btn.white:not(.transparent):not(.closeNav)::before {
  background: #1F1C1C;
}

.whiteNav:not(.openNav) header:not(.fixed),
.whiteNav:not(.openNav) header.cta-active,
a.btn:not(.transparent):not(.closeNav)::before {
  background: transparent;
}

.dark a.btn label,
.whiteNav:not(.openNav) header:not(.fixed) a.btn label,
.whiteNav:not(.openNav) header.cta-active a.btn label,
a.btn.white label {
  color: #FFFFFF;
}

.dark a.btn:hover label,
.dark a.btn:focus label,
.whiteNav:not(.openNav) header:not(.fixed) a.btn:hover label,
.whiteNav:not(.openNav) header:not(.fixed) a.btn:focus label,
.whiteNav:not(.openNav) header.cta-active a.btn:hover label,
.whiteNav:not(.openNav) header.cta-active a.btn:focus label,
a.btn.white:hover label,
a.btn.white:focus label {
  color: #1F1C1C;
}

.dark a.btn label::before,
.whiteNav:not(.openNav) header:not(.fixed) a.btn label::before,
.whiteNav:not(.openNav) header.cta-active a.btn label::before,
a.btn.white label::before {
  background: #FFFFFF;
}

.dark a.btn i,
.whiteNav:not(.openNav) header:not(.fixed) a.btn i,
.whiteNav:not(.openNav) header.cta-active a.btn i,
a.btn.white i {
  background: #FFFFFF;
  color: #1F1C1C;
}

.dark a.btn i div,
.dark a.btn i div::after,
.whiteNav:not(.openNav) header:not(.fixed) a.btn i div,
.whiteNav:not(.openNav) header:not(.fixed) a.btn i div::after,
.whiteNav:not(.openNav) header.cta-active a.btn i div,
.whiteNav:not(.openNav) header.cta-active a.btn i div::after,
a.btn.white i div,
a.btn.white i div::after {
  background: #1F1C1C;
}

/* Forms */

form {
  width: 100%;
}

form h2 .md-select {
  display: inline-block;
}

fieldset {
  margin: 0 -50px -25px;
  border: 0;
  width: calc(100% + 100px);
}

fieldset p {
  margin: 0 50px 25px;
}

form .formfield {
  display: inline-block;
  margin: 25px 50px;
  width: calc(50% - 100px);
}

form .formfield.colspan {
  width: calc(100% - 100px);
}

form .formfield > * {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

form .formfield > * > * {
  display: inline-block;
  vertical-align: bottom;
  align-self: flex-end;
  border: 0;
  border-bottom: 2px solid #1F1C1C;
}

form .formfield > * > label {
  position: relative;
  padding: 15px 25px;
  height: 50px;
  background: #FFFFFF;
  color: #3A3035;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2.5px;
  line-height: 20px;
  text-transform: uppercase;
  transition: color 0.15s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: color 0.15s cubic-bezier(.35,0,.32,.92);
  -moz-transition: color 0.15s cubic-bezier(.35,0,.32,.92);
  cursor: text;
  white-space: nowrap;
}

form .formfield > .dropdownfield > label {
  cursor: pointer;
}

form .formfield > .not-valid,
form .formfield > .not-valid:not(.focus) > label {
  color: #EA5167;
}

form .formfield > .not-valid,
form .formfield > .not-valid > * {
  border-color: #EA5167;
  transition: border 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: border 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: border 0.45s cubic-bezier(.35,0,.32,.92);
}

form .formfield > .focus > label {
  border-color: #1F1C1C;
  color: #FFFFFF;
}

form .formfield > * > label span {
  position: relative;
  display: block;
}

form .formfield > .required > label span::after {
  content: ' *';
}

form .formfield > * > *:not(label) {
  order: 2;
}

form .formfield > * > label::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #1F1C1C;
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

form .formfield > .not-valid:not(.focus) > label::before {
  background: #EA5167;
}

form .formfield > *:hover > label::before,
form .formfield > .required > label::before {
  height: 2px;
}

form .formfield > .required:hover > label::before {
  height: 4px;
}

form .formfield > .focus > label::before,
form .formfield > .focus:hover > label::before {
  background-color: #1F1C1C;
  height: 50px !important;
}

form .formfield input,
form .formfield textarea {
  flex: 1;
  padding: 9px 20px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  color: #3A3035;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  outline: none;
}

form .formfield > .focus > * {
  border-color: #1F1C1C;
}

form input[type=submit],
form button[type=submit] {
  visibility: hidden;
}

h3.error {
  color: #EA5167;
  font-weight: 600;
}

/* Select-Fields */

.md-select {
  position: relative;
  display: inline-block;
  padding-right: 70px;
  width: auto;
  background: transparent;
  vertical-align: bottom;
  cursor: pointer;
}

h2 .md-select {
  margin-left: 25px;
}

.formfield .md-select {
  width: 100%;
}

.md-select i {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  background: #1F1C1C;
  cursor: pointer;
  transform: rotate(90deg);
  text-align: center;
  font-style: normal;
}

.not-valid .md-select i {
  background: #EA5167;
}

.md-select [type=button] {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  padding: 0 0 0 20px;
  width: 100%;
  height: 50px;
  background: transparent;
  border: 0;
  outline: none;
  color: #3A3035;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2.5px;
  line-height: 48px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.md-select ul[role=listbox] {
  background-color: white;
  cursor: default;
  list-style: none;
  line-height: 26px;
  overflow: hidden;
  margin: 0;
  max-height: 0;
  position: absolute;
  padding: 0;
  transform: translateY(-50%);
  transition: 0.15s cubic-bezier(.35,0,.32,.92);
  width: 100%;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

.md-select ul[role=listbox] li {
  margin: 0;
  padding: 12px 16px;
  min-height: 48px;
  outline: none;
  color: #3A3035;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2.5px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.md-select ul[role=listbox] li:focus,
.md-select ul[role=listbox] li:hover {
  background: #EEEEEE;
}

.md-select ul[role=listbox] li.active {
  background: #1F1C1C;
  color: #FFFFFF;
}

.md-select.active ul {
  max-height: 250px;
  overflow: auto;
  z-index: 2;
  transition: all .2s ease
}

/* Media */

.objectfit {
  background-size: cover !important;
  background-position: center center !important;
}

.media {
  position: relative;
  overflow: hidden;
}

.media.lighten {
  background: #FFFFFF;
}

.media.darken {
  background: #1F1C1C;
}

.media > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media > img {
  transition: 0.45s cubic-bezier(.35,0,.32,.92), transform 0s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), -webkit-transform 0s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), -moz-transform 0s;
}

.media.op15 > * {
  opacity: .15;
}

.media.op30 > * {
  opacity: .3;
}

.media.op50 > * {
  opacity: .5;
}

.media.op75 > * {
  opacity: .75;
}

.media.op90 > * {
  opacity: .9;
}

a.imageBg:hover .media > *,
a.imageBg:focus .media > * {
  opacity: .15 !important;
}

/* SVG */

svg {
  fill: currentColor;
}

svg * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

/* Aspect Ratio */

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.aspect-ratio .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.aspect-ratio.ar-1-1 {
  padding-bottom: 100%;
}

.aspect-ratio.ar-2-1 {
  padding-bottom: 50%;
}

.alignTop {
  vertical-align: top;
}


/***********************/
/*****  STRUCTURE  *****/
/***********************/

html,
body {
  background: transparent;
  color: #3A3035;
}

body::after {
  content: '';
  position: fixed;
  z-index: 102;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 10px solid #1F1C1C;
  pointer-events: none;
  transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92);
}

body.whiteNav:not(.scrolled)::after {
  border-color: #FFFFFF;
}

/*body.scrolled::after {
  border-color: #EA5167;
}*/

body.bottom::after {
  border-color: #FFFFFF;
}

body.whiteBorder::after {
  border-color: #FFFFFF;
}

body.redBorder::after {
  border-color: #EA5167;
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

div.wrapper {
  position: relative;
  margin: 0 auto;
}

/* Out of Date Message */

.outofdate {
  position: absolute;
  z-index: 101;
  padding: 15px;
  height: 50px;
  width: 100%;
  background: #1F1C1C;
  color: #FFFFFF;
  text-align: center;
}

.outofdate .close {
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  cursor: pointer;
}

.outofdate .close:hover {
  background: #EEEEEE;
  color: #3A3035;
}

/* Header */

header {
  position: absolute;
  z-index: 97;
  left: 0;
  top: 5px;
  width: 100%;
  height: 150px;
  transition: transform 0.9s cubic-bezier(.35,0,.32,.92) 0s, height 0.9s cubic-bezier(.35,0,.32,.92) 0s, padding 0.9s cubic-bezier(.35,0,.32,.92) 0s;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(.35,0,.32,.92) 0s, height 0.9s cubic-bezier(.35,0,.32,.92) 0s, padding 0.9s cubic-bezier(.35,0,.32,.92) 0s;
  -moz-transition: -moz-transform 0.9s cubic-bezier(.35,0,.32,.92) 0s, height 0.9s cubic-bezier(.35,0,.32,.92) 0s, padding 0.9s cubic-bezier(.35,0,.32,.92) 0s;
  pointer-events: none;
}

header div.wrapper * {
  pointer-events: auto;
}

header::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 5px;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  transition: height 0.45s cubic-bezier(.35,0,.32,.92), opacity 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: height 0.45s cubic-bezier(.35,0,.32,.92), opacity 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: height 0.45s cubic-bezier(.35,0,.32,.92), opacity 0.45s cubic-bezier(.35,0,.32,.92);
  pointer-events: auto;
}

header.fixedTop {
  position: fixed;
}

header.fixed {
  position: fixed;
  height: 150px;
  padding: 0;
}

header.fixed::before {
  height: 150px;
}

header.heroPlaying:not(.overwriteHero) {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}

header.cta-active::before {
  opacity: 0;
}

header * {
  vertical-align: top;
}

header div.wrapper {
  padding: 50px 50px;
  transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92);
}

body.openNav header.fixed div.wrapper {
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

header .logo {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #3A3035;
  border: 0px solid #FFFFFF;
}

header .logo svg {
  fill: #3A3035;
}

header .logo {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

header .logo * {
  transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s;
  -webkit-transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s;
  -moz-transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s;
}

header .logo svg {
  display: inline-block;
  width: 50px;
  height: 50px;
}

header .logo label {
  position: absolute;
  display: block;
  left: 65px;
  top: 0;
  width: auto;
  height: 50px;
  padding: 20.5px 25px 19.5px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2.5px;
  line-height: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s, color 0s;
  -webkit-transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s, color 0s;
  -moz-transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s, color 0s;
}

header .logo:hover label::before,
header .logo:focus label::before {
  color: #EA5167;
}

.backbutton .logo label {
  display: none;
}

header .logo.v2 label {
  padding: 20.5px 25px 19.5px 10px;
  color: #FFFFFF;
}

header .logo.v2 label span {
  position: relative;
  display: inline;
}

header .logo.v2 label::before {
  content: '';
  position: absolute;
  z-index: 0;
  transform: translateX(-15px);
  left: 0;
  top: 0;
  width: 0;
  height: 50px;
  background: #3A3035;
}

header .logo:hover,
header .logo:focus {
  color: #EA5167;
}

header .logo:hover svg,
header .logo:focus svg {
  fill: #EA5167;
}

header .logo.v2:hover label::before {
  left: auto;
  transform: translateX(0px);
  right: 0;
  width: 100%;
  background: #EA5167;
}

.home header:not(.fixed) .logo {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  background-color: #FFFFFF;
}

.whiteNav:not(.openNav):not(.scrolled) header:not(.fixed) .logo,
.whiteNav:not(.openNav) header.cta-active .logo,
.whiteNav:not(.openNav):not(.scrolled) header .logo label {
  color: #FFFFFF;
}

.whiteNav:not(.openNav):not(.scrolled) header:not(.fixed) .logo svg,
.whiteNav:not(.openNav) header.cta-active .logo svg {
  fill: #FFFFFF;
}

.noBackButton:not(.scrolled) header .logo label {
  display: none !important;
}

.whiteNav:not(.openNav) header:not(.fixed) .logo svg,
.whiteNav:not(.openNav) header.cta-active .logo svg {
  background: transparent;
}

.whiteNav:not(.openNav) header:not(.fixed) .logo:hover svg,
.whiteNav:not(.openNav) header.cta-active .logo:hover svg,
.whiteNav:not(.openNav) header:not(.fixed) .logo:focus svg,
.whiteNav:not(.openNav) header.cta-active .logo:focus svg {
  background-color: #EA5167;
}

header .navburger {
  float: right;
}

header .navburger i {
  position: relative;
  display: inline-block;
}

header .navburger i div,
header .navburger i div::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
}

header .navburger.concrete i div,
header .navburger.concrete i div::after {
  background-color: #3A3035;
}

header .navburger i div:first-of-type {
  left: 17px;
  top: 17px;
}

header .navburger i div:first-of-type::after {
  left: 11px;
  top: 0;
}

header .navburger i div:last-of-type {
  right: 17px;
  bottom: 17px;
}

header .navburger i div:last-of-type::after {
  right: 11px;
  bottom: 0;
}

header .navburger.closeNav i div {
  height: 2px;
  width: 20px;
}

header .navburger.closeNav i div::after {
  height: 0;
  width: 0;
}

header .navburger.closeNav i div:first-of-type {
  left: 15px;
  top: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

header .navburger.closeNav i div:last-of-type {
  right: 15px;
  bottom: 24px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}


/* Section structure */

section,
footer {
  width: 100%;
}

section,
section div.wrapper,
footer {
  background: #FFFFFF;
}

section.fullHeight {
  position: relative;
  min-height: 100vh;
  height: 100vh;
}

section.fullHeight div.wrapper,
section.fullHeight div.wrapper .inner {
  min-height: 100%;
  height: 100%;
}

section.concrete,
section.concrete div.wrapper,
footer.concrete {
  background: #FBFBFB;
}

section.dark,
section.dark div.wrapper,
footer.dark {
  background: #1F1C1C;
  color: #FFFFFF;
}

body div.main > section:first-of-type:not(.hero) {
  padding-top: 105px;
}

body.backbutton div.main > section:nth-of-type(2) {
  padding-top: 105px;
}

/* Hero */

section.hero {
  overflow: hidden;
}

section.hero .media {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.hero .media * {
  transition: opacity 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: opacity 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: opacity 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

section.hero.playing .media:not(.overwriteOp) * {
  opacity: 1;
}

section.hero .media::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255,255,255,.95);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.03);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.03);
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  section.hero .media::after {
	  background: rgba(255,255,255,.8);
	  backdrop-filter: blur(25px);
	  -webkit-backdrop-filter: blur(25px);;
  }
}*/

@supports (--webkit-backdrop-filter: blur(25px)) {
  section.hero .media::after {
	  background: rgba(255,255,255,.8);
	  backdrop-filter: blur(25px);
	  -webkit-backdrop-filter: blur(25px);;
  }
}

section.hero.playing .media::after {
  left: 100%;
}

section.hero div.wrapper {
  background: transparent;
}

section.hero .inner {
  position: relative;
  width: 100%;
  height: calc(100vh - 300px);
}

section.hero .heroText {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

section.hero.playing div.wrapper .heroText {
  left: 120%;
}

section.hero .title {
  display: inline-block;
  text-align: left;
  transition: margin 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: margin 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: margin 0.45s cubic-bezier(.35,0,.32,.92);
}

section.hero .title h1 {
  margin: 0;
  color: #1F1C1C;
  font-size: 180px;
  letter-spacing: 9px;
  line-height: normal;
  text-shadow: 10px 10px 0 rgba(238,238,238,0.6);
  text-transform: uppercase;
}

section.hero .title h2 {
  margin-left: -50px;
  text-indent: 150px;
  transition: all 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: all 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: all 0.45s cubic-bezier(.35,0,.32,.92);
}

section.hero .title font {
  margin-left: 100px;
  transition: margin 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: margin 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: margin 0.45s cubic-bezier(.35,0,.32,.92);
}

section.hero .title span {
  font-weight: bold;
}

section.hero .title span.red {
  color: #EA5167;
}

section.hero .title span.green {
  color: #8ACBC1;
}

section.hero .scroll {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #EEEEEE;
  color: #1F1C1C;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s, color 0s, transform 0s;
  -webkit-transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s, color 0s, -webkit-transform 0s;
  -moz-transition: all 0.45s cubic-bezier(.35,0,.32,.92) 0s, color 0s, -moz-transform 0s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  section.hero .scroll {
    /* background: rgba(238,238,238,.9); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
}

section.hero .scroll:hover {
  background: #1F1C1C;
  color: #FFFFFF;
}

section.hero.playing .scroll {
  bottom: -100px;
}

/* Hero Video */

section.hero .videoCtrl {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
}

section.hero .play {
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0.9s cubic-bezier(.35,0,.32,.92) 0.45s, transform 0s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0.9s cubic-bezier(.35,0,.32,.92) 0.45s, -webkit-transform 0s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0.9s cubic-bezier(.35,0,.32,.92) 0.45s, -moz-transform 0s;
}

section.hero .play:hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
}

section.hero.playing .play {
  left: -150px;
  opacity: 0;
  transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92);
}

section.hero .pause,
section.hero .close {
  bottom: -100px;
}

section.hero .close {
  left: 50px;
}

section.hero .pause {
  left: 125px;
}

section.hero .pause svg {
  position: absolute;
  transition: transform 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: -moz-transform 0.45s cubic-bezier(.35,0,.32,.92);
}

section.hero .pause:not(.paused) svg.playSVG,
section.hero .pause.paused svg.pauseSVG {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

section.hero.playing .pause,
section.hero.playing .close {
  bottom: 50px;
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

section.hero .videoCtrl::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  color: #3A3035;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  box-shadow: 0px 4px 16px rgba(0,0,0,0.03);
  -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 4px 16px rgba(0,0,0,0.03);
  z-index: -1;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}

section.hero .play::before {
  width: 75px;
  height: 75px;
  animation: playBefore 3.6s cubic-bezier(.35,0,.32,.92) 0.9s infinite;
  -webkit-animation: playBefore 3.6s cubic-bezier(.35,0,.32,.92) 0.9s infinite;
  -moz-animation: playBefore 3.6s cubic-bezier(.35,0,.32,.92) 0.9s infinite;
}

section.hero .play:hover::before {
  width: 125px;
  height: 125px;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

section.hero .pause::before,
section.hero .close::before {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

section.hero .pause:hover::before,
section.hero .close:hover::before {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
}

@keyframes playBefore {
  0% {
    width: 75px;
    height: 75px;
  }
  50% {
    width: 100px;
    height: 100px;
  }
  100% {
    width: 75px;
    height: 75px;
  }
}

section.hero .play::after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  color: #3A3035;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  animation: playAfter 3.6s cubic-bezier(.35,0,.32,.92) 0.9s infinite;
  -webkit-animation: playAfter 3.6s cubic-bezier(.35,0,.32,.92) 0.9s infinite;
  -moz-animation: playAfter 3.6s cubic-bezier(.35,0,.32,.92) 0.9s infinite;
  z-index: -2;
  pointer-events: none;
}

section.hero .play:hover::after {
  width: 150px;
  height: 150px;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

@keyframes playAfter {
  0% {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  75% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

/* Intro Header */

section.header {
  position: relative;
  background: transparent;
  overflow: hidden;
}

section.header:not(.dark) {
  position: absolute;
  width: 100%;
}

section.header > .media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.header div.wrapper {
  background: transparent;
}

section.header h1 {
  opacity: 0.15;
}

section.header a.back {
  position: absolute;
  left: 250px;
  top: 0;
  z-index: 1;
  transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0.9s cubic-bezier(.35,0,.32,.92), top 0.9s cubic-bezier(.35,0,.32,.92), transform 0s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0.9s cubic-bezier(.35,0,.32,.92), top 0.9s cubic-bezier(.35,0,.32,.92), -webkit-transform 0s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), left 0.9s cubic-bezier(.35,0,.32,.92), top 0.9s cubic-bezier(.35,0,.32,.92), -moz-transform 0s;
}

section.header a.back {
  margin-left: -20px;
}

section.header a.back:hover,
section.header a.back:focus {
  margin-left: 0;
}

section.header a.back::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1C1F1F;
}

section.header a.back.white::before {
  background: #FFFFFF;
}

section.header a.back:hover::before {
  width: 100%;
}

section.header a.btn.back label,
section.header a.btn.back label,
section.header a.btn.back:hover label,
section.header a.btn.back:focus label {
  padding-left: 5px;
  padding-right: 25px;
}

section.header a.back label::before {
  right: auto;
  left: 0;
}

section.header a.back:hover label::before,
section.header a.back:focus label::before {
  right: 0;
  width: 0;
  left: auto;
}

section.header a.back i {
  background: transparent;
  color: #1F1C1C;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

section.header a.back:hover i,
section.header a.back:focus i {
  color: #FFFFFF;
}

section.header a.back.white.transparent i {
  color: #FFFFFF;
}

section.header a.back.white.transparent:hover i,
section.header a.back.white.transparent:focus i {
  color: #1F1C1C;
}

body.openNav a.back {
  z-index: 0 !important;
}

/* Text Content */

div.content {
  padding: 0 100px 50px;
}

div.content.lowPaddingTop {
  margin-top: 0;
  padding-top: 0;
}

div.content.lowPaddingBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

div.content:last-child {
  padding-bottom: 0;
}

article {
  margin: 100px 0;
  font-size: 0;
}

div.content.lowPaddingTop article:first-of-type {
  margin-top: 0;
}

div.content.lowPaddingBottom article:last-of-type {
  margin-bottom: 50px;
}

article > * {
  vertical-align: bottom;
  align-self: flex-end;
}

article:first-of-type {
  margin-top: 0;
}

.text {
  position: relative;
  display: inline-block;
  width: calc(100% / 3 * 2);
  font-size: 0;
}

aside {
  position: relative;
  display: inline-block;
  width: calc(100% / 3 - 100px);
}

aside:first-child {
  margin-right: 100px;
}

aside:last-child {
  margin-left: 100px;
  text-align: right;
}

aside.forImage {
  width: calc(100% / 3);
}

aside.forImage:first-child {
  margin-left: -100px;
}

aside.forImage:last-child {
  margin-right: -100px;
}

aside.forImage.fullHeightColumn.fullHeight .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

/* Image Container */

section .imageContainer {
  padding: 0 0 50px 0;
  font-size: 0;
}

.imageContainer .image {
  width: 100%;
}

.imageContainer.multiple .image {
  display: inline-block;
  vertical-align: top;
  width: calc(50% + 50px);
}

.imageContainer.multiple .image:first-child {
  margin-right: -50px;
}

.imageContainer.multiple .image:last-child {
  margin-left: -50px;
}

.imageContainer.multiple .image.lower {
  margin-top: 150px;
}

.imageContainer.gridGallery {
  margin: -25px;
}

.imageContainer.gridGallery:not(:first-child) {
  padding-top: 50px;
}

.imageContainer.gridGallery:last-child {
  padding-bottom: 0;
}

.imageContainer.gridGallery .image {
  display: inline-block;
  margin: 25px;
  width: calc(50% - 50px);
}

.imageContainer.gridGallery .image.colspan {
  width: calc(100% - 50px);
}

/* Storybook */

section .storyBook {
  padding: 0 0 50px 0;
}

section .storyBook .single {
  position: relative;
}

section .storyBook .media {
  position: absolute;
  width: 50%;
  height: 100%;
}

section .single.imageLeft .media {
  left: 0;
}

section .single.imageRight .media {
  right: 0;
}

section .storyBook .text {
  width: 50%;
  padding: 100px;
}

/* Tiles - Gallery */

section .tiles {
  margin: -75px -25px -25px;
  font-size: 0;
}

section .tiles .tile {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 25px;
  width: calc(100% - 50px);
  background: #FBFBFB;
  color: #3A3035;
  overflow: hidden;
}

section .tiles .tile:not(.imageBg) {
  border-top: 5px solid #1F1C1C;
}

section .tiles .tile:not(.imageBg) > *:first-child {
  margin-top: -10px;
}

section .tiles .tile.imageBg,
section .tiles .tile.imageBg * {
  color: #FFFFFF !important;
}

section.concrete .tiles .tile {
  background: #FFFFFF;
}

section.dark .tiles .tile {
  background: #3A3035;
  color: #FFFFFF;
}

section .tiles a.tile * {
  color: #3A3035;
}

section .tiles a.tile,
section .tiles a.tile.imageBg .text,
section .tiles a.tile.imageBg h3 {
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

section .tiles a.tile.imageBg .text {
  transform: translateY(40px);
}

section .tiles a.tile.imageBg h3 {
  opacity: 0;
  transform: translateY(-50px);
}

section .tiles a.tile:hover,
section .tiles a.tile:focus {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

section .tiles a.tile.imageBg:hover .text,
section .tiles a.tile.imageBg:focus .text,
section .tiles a.tile.imageBg:hover h3,
section .tiles a.tile.imageBg:focus h3 {
  transform: translateY(0px);
  opacity: 1;
}

section:not(.dark) .tiles:not(.dark) a.tile:not(.dark):hover,
section:not(.dark) .tiles:not(.dark) a.tile:not(.dark):focus,
section:not(.dark) .tiles.dark .tile,
section:not(.dark) .tiles .tile.dark {
  border-color: #FFFFFF;
  background: #1F1C1C;
  color: #FFFFFF;
}

section:not(.dark) .tiles:not(.dark) a.tile:not(.dark):hover *,
section:not(.dark) .tiles:not(.dark) a.tile:not(.dark):focus * {
  color: #FFFFFF;
}

a.tile[href^="https://api.whatsapp.com"]:hover,
a.tile[href^="https://api.whatsapp.com"]:focus {
  border-color: #25D366 !important;
  background: #25D366 !important;
}

section .tiles.col2 .tile,
section .tiles.col3 .tile {
  width: calc((100% - 100px) / 2);
}

section .tiles .tile > .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

section .tiles a.tile:hover .media,
section .tiles a.tile:focus .media {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
}

section .tiles .tile .text {
  width: 100%;
  padding: 100px;
}

section .tiles .tile.imageBg .text {
  padding-top: 150px;
  padding-bottom: 150px;
}

section .tiles:not(.col2):not(.col3) .tile.imageBg .text {
  padding-top: 250px;
  padding-bottom: 250px;
}

section .tiles .tile p {
  text-align: left;
}

section .tiles .tile h2 {
  text-align: center;
}

section .tiles .tile h2 svg {
  width: 20px;
  height: 20px;
}

section .tiles .tile.imageBg h2 svg,
section .tiles a.tile[href^="https://api.whatsapp.com"] h2 svg {
  width: auto;
  height: 30px;
}

section .tiles .tile h3:not(.alignRight):not(.list) {
  text-align: center;
}

section .tiles .tile .text h3:last-child:not(:first-of-type):not(.addInfo) {
  margin-bottom: -25px;
}

/* Columns */

section .columns {
  margin: 0 -50px;
  font-size: 0;
}

section .columns .column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  width: calc(100% - 50px);
}

section .columns.col2 .column,
section .columns.col3 .column {
  width: calc((100% - 100px) / 2);
  padding: 15px 25px;
}

section .columns .column .text {
  padding: 0;
  width: 100%;
}

/* Quote */

article.quote {
  text-align: center;
}

article.quote .text {
  display: block;
  margin: auto;
  text-align: center;
}

article.quote h2 {
  margin-bottom: 50px;
  width: auto;
  height: 30px;
  text-align: center;
}

article.quote h2 svg {
  width: auto;
  height: 30px;
}

article.quote .text::before {
  content:'“';
  position: absolute;
  top: 30px;
  left: -50px;
  color: rgba(238,238,238,0.6);
  font-size: 150px;
  font-weight: 900;
}

article.quote .text * {
  position: relative;
}

article.quote .text p {
  text-align: left;
}

article.quote a {
  margin-top: 100px;
}

/* CTA */

section.cta {
  margin-top: -100px;
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

section.cta.dark {
  margin-top: 0;
}

section.cta.dark:not(:hover) {
  border-bottom: 2px solid #FFFFFF;
}

section.cta::before {
  content: '';
  position: fixed;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  background: rgba(0,0,0,0.5);
  transition: 0.45s cubic-bezier(.35,0,.32,.92), visibility 0s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), visibility 0s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), visibility 0s cubic-bezier(.35,0,.32,.92) 0.45s;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

section.cta a {
  position: relative;
  display: block;
  width: 100%;
  color: #3A3035;
  background: #FFFFFF;
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

section.cta.concrete a {
  background: #FBFBFB;
}

section.cta.dark a {
  color: #FFFFFF;
  background: #1F1C1C;
}

.cta h2 svg {
  margin: 0 0 3px 25px;
  height: 15px;
}

.cta h3 svg {
  margin: 0 0 0 25px;
  height: 7.5px;
}

.cta:hover h3 svg {
  margin-left: -12.5px;
  opacity: 0;
}

section.cta div.wrapper {
  padding: 100px 50px;
  transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92);
}

section.cta .inner {
  text-align: center;
}

/* Footer */

footer {
  position: fixed;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: opacity 0.45s cubic-bezier(.35,0,.32,.92), bottom 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: opacity 0.45s cubic-bezier(.35,0,.32,.92), bottom 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: opacity 0.45s cubic-bezier(.35,0,.32,.92), bottom 0.9s cubic-bezier(.35,0,.32,.92);
}

footer:not(.section) {
  padding-top: 100px;
}

footer.section {
  position: static;
  z-index: inherit;
}

footer article > * {
  vertical-align: top;
  align-self: auto;
}

footer .logo {
  display: block;
  margin-bottom: 50px;
  width: 50px;
  height: 50px;
  color: #3A3035;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

footer .logo:hover,
footer .logo:focus {
  color: #FFFFFF;
}

footer .logo svg {
  fill: #3A3035;
}

footer .logo:hover svg,
footer .logo:focus svg {
  fill: #FFFFFF;
}

footer .tile {
  display: inline-block;
  margin-top: 50px;
  width: 50%;
}

footer .legal {
  color: #3A3035;
}


/**********************/
/***** NAVIGATION *****/
/**********************/

body.openNav {
  overflow: hidden;
}

body.openNav::after {
  border-width: 50px;
  border-color: #FFFFFF;
  opacity: 0;
  transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92);
}

div.container::before,
div.container::after {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  border: 0;
}

div.container::before {
  z-index: 90;
  background: #EEEEEE;
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.6s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.6s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.6s;
}

div.container::after {
  z-index: 91;
  background: #FFFFFF;
  transition: 0.45s cubic-bezier(.35,0,.32,.92) 0.6s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92) 0.6s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92) 0.6s;
}

body.openNav div.container::before,
body.openNav div.container::after {
  top: auto;
  bottom: 0;
  height: 100vh;
}

body.openNav div.container::before{
  transition: 0.45s cubic-bezier(.35,0,.32,.92) 0s;
  -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92) 0s;
  -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92) 0s;
}

body.openNav div.container::after {
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0s;
}

body.openNav header,
body.closingNav header {
  background: transparent;
}

body.openNav header::before,
body.closingNav header::before {
  height: 0;
}

body.openNav header .logo,
body.closingNav header .logo,
body.openNav.home header .logo,
body.closingNav.home header .logo {
  margin: 0;
  background: transparent;
  border: 0;
  width: 50px;
  height: 50px;
  color: #1F1C1C;
}

body.openNav header .logo svg,
body.closingNav header .logo svg,
body.openNav.home header .logo svg,
body.closingNav.home header .logo svg {
  fill: #1F1C1C;
}

body.openNav header .logo:hover,
body.openNav header .logo:focus,
body.closingNav header .logo:hover,
body.closingNav header .logo:focus {
  color: #FFFFFF;
}

body.openNav header .logo:hover svg,
body.openNav header .logo:focus svg,
body.closingNav header .logo:hover svg,
body.closingNav header .logo:focus svg {
  fill: #FFFFFF;
}

body.openNav.home header .logo svg,
body.closingNav.home header .logo svg {
  width: 50px;
  height: 50px;
}

body.openNav header .logo svg,
body.closingNav header .logo svg {
  background: transparent;
}

.navigation {
  position: fixed;
  z-index: 95;
  left: 0px;
  right: 0px;
  top: 0;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
  transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92);
}

body.openNav .navigation {
  top: auto;
  bottom: 0;
  height: 100vh;
  box-shadow: 0px -4px 16px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px -4px 16px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -4px 16px rgba(0,0,0,0.3);
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

.navigation section {
  background: #EA5167; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #EA5167 0%, #88acbc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #EA5167 0%,#88acbc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #EA5167 0%,#88acbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5167', endColorstr='#88acbc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.navigation div.wrapper {
  background: transparent;
}

.navigation div.wrapper .content,
.navigation div.wrapper .content .text {
  height: 100%;
}

.navigation .text {
  position: relative;
  width: 100%;
}

.navigation nav {
  position: absolute;
  left: 0;
  top: 50%;
  max-height: 100%;
  transform: translateY(-50%);
}

.navigation nav > ul {
  list-style-type: none;
  transform: translateY(-40%);
  transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92);
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92);
}

body.openNav .navigation nav > ul {
  transform: translateY(0%);
  transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -webkit-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
  -moz-transition: 0.9s cubic-bezier(.35,0,.32,.92) 0.45s;
}

.navigation nav > ul ul {
  margin: 25px 0 -25px;
  padding: 0;
}

.navigation ul li {
    padding: 25px 0;
}

.navigation nav li a {
  color: #EEEEEE;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.navigation nav li:hover > a,
.navigation nav li:focus > a {
  color: #FFFFFF;
  text-shadow: 5px 5px 0 rgba(31, 28, 28, .25);
}

.navigation nav li.selected > a,
.navigation nav li.selected:hover > a,
.navigation nav li.selected:focus > a,
.navigation nav li.ancestor > a,
.navigation nav li.ancestor:hover > a,
.navigation nav li.ancestor:focus > a {
  color: #1F1C1C;
  text-shadow: 5px 5px 0 rgba(31, 28, 28, .25);
}
