@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@keyframes animLoadedHeader {
  to {
    transform: translateY(-100%); } }

@keyframes opacityOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes opacityIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menuLoaded {
  from {
    opacity: 0;
    top: -100%; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes sliderChange {
  from {
    opacity: 0;
    top: -200%; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes menuUnloaded {
  from {
    opacity: 1;
    top: 0; }
  to {
    top: -100%;
    opacity: 0; } }

@keyframes isRemoved {
  from {
    transform: translate(0, 0); }
  to {
    transform: translateY(-1000%); } }

@keyframes cardEntering {
  0% {
    transform-origin: center center;
    transform: translateY(-1000%) rotateX(360deg) perspective(5330px); }
  20% {
    transform-origin: center center;
    transform: translateY(-700%) rotateX(260deg) perspective(4330px); }
  50% {
    transform-origin: center center;
    transform: translateY(-500%) rotateX(180deg) perspective(3300px); }
  100% {
    transform: translate(0, 0) rotateX(0deg) perspective(0px); } }

@keyframes cardEnteringReverse {
  0% {
    transform-origin: center center;
    transform: translateY(1000%) rotateX(360deg) perspective(5330px); }
  20% {
    transform-origin: center center;
    transform: translateY(700%) rotateX(260deg) perspective(4330px); }
  50% {
    transform-origin: center center;
    transform: translateY(500%) rotateX(180deg) perspective(3300px); }
  100% {
    transform: translate(0, 0) rotateX(0deg) perspective(0px); } }

@keyframes isEntering {
  from {
    transform: translateY(1000%); }
  to {
    transform: translate(0, 0); } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222; }

html, body {
  height: 100%; }

@media only screen and (min-width: 648px) {
  body {
    height: calc(100% - 70px); } }

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  body:before {
    content: '';
    display: block;
    background-image: url("../../assets/svg/system/rotate-responsive.svg");
    background-repeat: no-repeat;
    background-size: 50% 95%;
    background-position: 50%;
    height: 100vh; } }

@media only screen and (max-height: 460px) {
  body {
    height: 100%; } }

p {
  margin: 0; }

@font-face {
  font-family: 'Acumin Pro';
  src: url("../../assets/fonts/AcuminPro-Regular.eot");
  src: url("../../assets/fonts/AcuminPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AcuminPro-Regular.woff2") format("woff2"), url("../../assets/fonts/AcuminPro-Regular.woff") format("woff"), url("../../assets/fonts/AcuminPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Acumin Pro';
  src: url("../../assets/fonts/AcuminPro-Bold.eot");
  src: url("../../assets/fonts/AcuminPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AcuminPro-Bold.woff2") format("woff2"), url("../../assets/fonts/AcuminPro-Bold.woff") format("woff"), url("../../assets/fonts/AcuminPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Acumin Pro';
  src: url("../../assets/fonts/AcuminPro-Thin.eot");
  src: url("../../assets/fonts/AcuminPro-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AcuminPro-Thin.woff2") format("woff2"), url("../../assets/fonts/AcuminPro-Thin.woff") format("woff"), url("../../assets/fonts/AcuminPro-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Acumin Pro';
  src: url("../../assets/fonts/AcuminPro-ExtraLight.eot");
  src: url("../../assets/fonts/AcuminPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AcuminPro-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/AcuminPro-ExtraLight.woff") format("woff"), url("../../assets/fonts/AcuminPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.my-container {
  display: flex;
  max-width: 1368px;
  height: 100%;
  position: relative;
  flex-direction: column;
  opacity: 1;
  transition: opacity 1s ease-in; }
  @media only screen and (min-width: 648px) {
    .my-container {
      overflow: hidden;
      flex-direction: row;
      margin: 35px auto; } }
  @media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .my-container {
      flex-direction: column;
      display: none !important; } }
  @media only screen and (max-height: 460px) {
    .my-container {
      margin: 0 auto; } }
  .my-container.menu-is-open {
    opacity: 0; }
  .my-container-tools {
    position: absolute;
    height: 93px;
    width: 100%;
    z-index: 1; }
    .my-container-tools a {
      text-indent: -9999px;
      display: inline-block; }
    .my-container-tools-logo {
      position: absolute;
      left: 0;
      width: 93px;
      height: 93px;
      background: white; }
      .my-container-tools-logo:hover {
        background: rgba(255, 255, 255, 0.95); }
    .my-container-tools-menu {
      transition: all 0.5s ease-in;
      opacity: 1; }
      .my-container-tools-menu.is-closing {
        opacity: 0; }
    .my-container-tools-menu, .my-container-tools-close {
      position: absolute;
      right: 0;
      width: 93px;
      height: 93px;
      background: white;
      cursor: pointer; }
    .my-container-tools-close {
      padding: 30px; }
  .my-container-left, .my-container-right {
    min-height: 648px; }
    @media only screen and (min-width: 648px) {
      .my-container-left, .my-container-right {
        min-height: inherit; } }
    @media (orientation: landscape) and (hover: none) and (pointer: coarse) {
      .my-container-left, .my-container-right {
        min-height: 648px; } }
  .my-container-left {
    flex-shrink: 0;
    position: relative;
    background-color: #FE4600;
    background-image: url("../../assets/svg/smoking-hand.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86.06918%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
    padding: 94px 2.559% 35px;
    margin-bottom: 34px; }
    @media only screen and (min-width: 648px) {
      .my-container-left {
        width: 47.36842%;
        margin-bottom: 0;
        margin-right: 1.316%; } }
    @media (orientation: landscape) and (hover: none) and (pointer: coarse) {
      .my-container-left {
        width: 100%; } }
    .my-container-left--style-1 {
      background-image: none; }
    .my-container-left--style-2 {
      background-image: none; }
    .my-container-left--details {
      background-image: none; }
      @media only screen and (min-width: 648px) {
        .my-container-left--details {
          background-image: none;
          display: flex; } }
  .my-container-right {
    display: flex;
    align-items: center;
    background-color: #FFE3D9;
    flex-direction: column;
    padding: 94px 3.29% 34px;
    position: relative; }
    @media only screen and (min-width: 648px) {
      .my-container-right {
        width: 50%;
        margin-left: 1.316%; } }
    @media (orientation: landscape) and (hover: none) and (pointer: coarse) {
      .my-container-right {
        width: 100%; } }
    .my-container-right--style-1 {
      background-image: url("../../assets/svg/lazaros-potrait.svg");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 80% calc(100% - 60px); }
    .my-container-right--style-2 {
      overflow: hidden;
      height: 100%; }
      @media only screen and (min-width: 648px) {
        .my-container-right--style-2.is-entering {
          animation-duration: 2s;
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-delay: 0s;
          animation-iteration-count: 1;
          animation-direction: normal;
          animation-fill-mode: backwards;
          animation-play-state: running;
          animation-name: cardEntering;
          animation-duration: 1s; } }
      @media only screen and (min-width: 648px) {
        .my-container-right--style-2.is-entering-reverse {
          animation-duration: 2s;
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-delay: 0s;
          animation-iteration-count: 1;
          animation-direction: normal;
          animation-fill-mode: backwards;
          animation-play-state: running;
          animation-name: cardEnteringReverse;
          animation-duration: 1s; } }
      @media only screen and (min-width: 648px) {
        .my-container-right--style-2 {
          height: inherit; } }
    .my-container-right--style-3 {
      overflow: hidden; }
    .my-container-right p {
      font-family: "Roboto Mono", monospace;
      color: rgba(254, 70, 0, 0.5);
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      font-size: 30.8642vw; }
      @media only screen and (min-width: 648px) {
        .my-container-right p {
          font-size: 14.61988vw; } }
      @media only screen and (min-width: 1369px) {
        .my-container-right p {
          font-size: 200px; } }

.details {
  font-family: "Roboto Mono", monospace;
  color: rgba(254, 70, 0, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -24px; }
  .details--single {
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%; }
    .details--single-style-2 {
      font-weight: 200;
      flex: 1;
      align-items: center;
      justify-content: center;
      line-height: 45px;
      width: 100%; }
      .details--single-style-2 .details-copy {
        font-size: 4.62963vw;
        padding: 0 23.75%;
        line-height: 1.2;
        margin-top: 45px;
        margin-left: -8px;
        margin-bottom: 83px;
        z-index: 999;
        color: #000; }
        @media only screen and (min-width: 648px) {
          .details--single-style-2 .details-copy {
            font-size: 2.19298vw; } }
  @media only screen and (min-width: 648px) and (max-height: 660px) {
    .details--single-style-2 .details-copy {
      font-size: 25px;
      margin-bottom: 63px; } }
  @media only screen and (min-width: 648px) and (max-height: 600px) {
    .details--single-style-2 .details-copy {
      font-size: 20px;
      margin-bottom: 43px; } }
  @media only screen and (min-width: 648px) and (max-height: 560px) {
    .details--single-style-2 .details-copy {
      font-size: 20px;
      margin-bottom: 23px; } }
        @media only screen and (min-width: 1369px) {
          .details--single-style-2 .details-copy {
            font-size: 30px; } }
  @media only screen and (min-width: 1369px) and (max-height: 660px) {
    .details--single-style-2 .details-copy {
      font-size: 25px;
      margin-bottom: 63px; } }
  @media only screen and (min-width: 1369px) and (max-height: 600px) {
    .details--single-style-2 .details-copy {
      font-size: 20px;
      margin-bottom: 43px; } }
  @media only screen and (min-width: 1369px) and (max-height: 560px) {
    .details--single-style-2 .details-copy {
      font-size: 20px;
      margin-bottom: 23px; } }
        .details--single-style-2 .details-copy:before, .details--single-style-2 .details-copy:after {
          content: none; }
  .details--multiple {
    display: inherit;
    align-self: center;
    justify-self: center;
    min-width: 100%;
    margin-top: auto;
    margin-right: -15%;
    padding-left: 4.21%;
    margin-bottom: auto;
    padding-top: 95px; }
  .details-page-count {
    font-size: 100px;
    line-height: 70px;
    margin: 18px 54px 54px;
    border-bottom: 1px solid #FE4600;
    padding-bottom: 39px;
    padding-left: 44px;
    padding-right: 44px; }

@media only screen and (min-width: 648px) and (max-height: 660px) {
  .details-page-count {
    font-size: 55px;
    margin-bottom: 35px;
    line-height: 60px;
    padding-bottom: 28px; } }

@media only screen and (min-width: 648px) and (max-height: 600px) {
  .details-page-count {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    margin-bottom: 25px; } }

@media only screen and (min-width: 648px) and (max-height: 560px) {
  .details-page-count {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px; } }
  .details-title {
    font-size: 31vw;
    line-height: 150px;
    margin-bottom: 75px; }
    @media only screen and (min-width: 648px) {
      .details-title {
        font-size: 14.61988vw; } }
  @media only screen and (min-width: 648px) and (max-height: 660px) {
    .details-title {
      font-size: 180px;
      line-height: 130px;
      margin-bottom: 45px; } }
  @media only screen and (min-width: 648px) and (max-height: 600px) {
    .details-title {
      font-size: 160px;
      line-height: 110px;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 648px) and (max-height: 560px) {
    .details-title {
      font-size: 140px;
      line-height: 100px;
      margin-bottom: 25px; } }
    @media only screen and (min-width: 1369px) {
      .details-title {
        font-size: 200px; } }
  @media only screen and (min-width: 1369px) and (max-height: 660px) {
    .details-title {
      font-size: 180px;
      line-height: 130px;
      margin-bottom: 45px; } }
  @media only screen and (min-width: 1369px) and (max-height: 600px) {
    .details-title {
      font-size: 160px;
      line-height: 110px;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 1369px) and (max-height: 560px) {
    .details-title {
      font-size: 140px;
      line-height: 100px;
      margin-bottom: 25px; } }
  .details-subtitle {
    font-weight: 100;
    font-size: 6.17284vw; }
    @media only screen and (min-width: 648px) {
      .details-subtitle {
        font-size: 2.92398vw; } }
    @media only screen and (min-width: 1369px) {
      .details-subtitle {
        font-size: 40px; } }
  .details-copy {
    font-family: "Acumin Pro", sans-serif;
    font-weight: 200;
    color: #000;
    text-transform: initial;
    font-size: 24px;
    padding: 0 88px;
    margin-top: 11%;
    line-height: 26px;
    margin-left: -8px; }
    .details-copy-wrapper {
      font-family: "Acumin Pro", sans-serif;
      font-weight: 100;
      color: #000;
      text-transform: initial;
      font-size: 24px;
      margin-top: 13%;
      line-height: 26px;
      width: 100%;
      display: flex;
      flex: 1; }

@media only screen and (min-width: 648px) and (max-height: 686px) {
  .details-copy-wrapper {
    margin-top: 18%; } }

@media only screen and (min-width: 648px) and (max-height: 660px) {
  .details-copy-wrapper {
    margin-top: 21%; } }

@media only screen and (min-width: 648px) and (max-height: 640px) {
  .details-copy-wrapper {
    margin-top: 24%; } }

@media only screen and (min-width: 648px) and (max-height: 620px) {
  .details-copy-wrapper {
    margin-top: 27%; } }

@media only screen and (min-width: 648px) and (max-height: 600px) {
  .details-copy-wrapper {
    margin-top: 31%; } }

@media only screen and (min-width: 648px) and (max-height: 560px) {
  .details-copy-wrapper {
    margin-top: 26%; } }
    .details-copy-dot {
      display: inline-block;
      height: 3px;
      border-radius: 50%;
      border: 2px solid red;
      margin-top: 10px; }
      @media only screen and (min-width: 648px) {
        .details-copy-dot {
          margin-left: -10px; } }
      .details-copy-dot:nth-of-type(2) {
        margin-left: 3.71%;
        margin-right: 5%; }
        @media only screen and (min-width: 648px) {
          .details-copy-dot:nth-of-type(2) {
            margin-right: 8.42%; } }
    .details-copy::before, .details-copy::after {
      left: 0;
      top: 57%;
      position: absolute;
      background: #DB3400;
      width: 3px;
      height: 3px;
      border-radius: 50%; }
      @media screen and (min-height: 670px) {
        .details-copy::before, .details-copy::after {
          top: 55%; } }
    .details-copy::before {
      left: 23px; }
    .details-copy:after {
      left: -16px; }
    .details-copy--style-1::before, .details-copy--style-1::after {
      content: none; }
    .details-copy__post {
      font-family: "Acumin Pro", sans-serif;
      color: #221F1F;
      min-width: 100%;
      margin-bottom: 122px;
      display: inline-flex;
      flex-wrap: wrap;
      font-size: 3.08642vw; }
      .details-copy__post:last-of-type {
        margin-bottom: 0; }
      @media only screen and (min-width: 648px) {
        .details-copy__post {
          font-size: 1.46199vw; } }
  @media only screen and (min-width: 648px) and (max-height: 660px) {
    .details-copy__post {
      margin-bottom: 90px; } }
  @media only screen and (min-width: 648px) and (max-height: 600px) {
    .details-copy__post {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 648px) and (max-height: 560px) {
    .details-copy__post {
      margin-bottom: 60px; } }
      @media only screen and (min-width: 1369px) {
        .details-copy__post {
          font-size: 20px; } }
  @media only screen and (min-width: 1369px) and (max-height: 660px) {
    .details-copy__post {
      margin-bottom: 90px; } }
  @media only screen and (min-width: 1369px) and (max-height: 600px) {
    .details-copy__post {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 1369px) and (max-height: 560px) {
    .details-copy__post {
      margin-bottom: 60px; } }
      .details-copy__post-name {
        font-family: acumin-pro, sans-serif;
        font-weight: 400;
        font-style: normal; }
        .details-copy__post-name:after {
          content: ' | '; }
      .details-copy__post-type {
        font-weight: 100;
        padding-right: 15px;
        padding-left: 9px; }
      .details-copy__post-name, .details-copy__post-type {
        flex-shrink: 0; }
      .details-copy__post:after {
        content: '';
        background: #000;
        height: 1px;
        flex: 1;
        margin-left: 33px;
        align-self: center; }

.pagination {
  align-self: flex-end;
  display: flex;
  font-family: "Roboto Mono", monospace;
  line-height: 1;
  color: white;
  width: 100%;
  align-items: center;
  font-size: 6.17284vw;
  margin-left: 47px;
  margin-right: 44px;
  z-index: 8888; }
  @media only screen and (min-width: 648px) {
    .pagination {
      font-size: 2.92398vw; } }
  @media only screen and (min-width: 1369px) {
    .pagination {
      font-size: 40px; } }
  .pagination-current {
    margin-right: 27px; }
  .pagination-separator {
    height: 2px;
    background: white;
    width: 100%; }
  .pagination-last {
    margin-left: 27px; }
  .pagination-arrows {
    display: flex;
    width: 100%;
    margin: auto 20px 20px;
    z-index: 8888; }
    @media only screen and (min-width: 648px) {
      .pagination-arrows {
        margin-bottom: 4px;
        margin-left: 0;
        margin-right: 0; } }
    .pagination-arrows-previous:hover, .pagination-arrows-next:hover {
      cursor: pointer; }
    .pagination-arrows-previous {
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 23px solid rgba(254, 70, 0, 0.5);
      margin-right: auto;
      transition: all 1s ease-out; }
      .pagination-arrows-previous:hover {
        border-bottom: 23px solid #ff5b2f; }
    .pagination-arrows-next {
      margin-left: auto;
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 23px solid rgba(254, 70, 0, 0.5);
      transition: all 1s ease-out; }
      .pagination-arrows-next:hover {
        border-top: 23px solid #ff5b2f; }
    .pagination-arrows-post {
      display: flex;
      width: 100%; }
      .pagination-arrows-post .pagination-arrows {
        margin-right: inherit;
        height: 100%;
        align-items: flex-start;
        flex-direction: column;
        margin-left: 13px; }
        @media only screen and (min-width: 648px) {
          .pagination-arrows-post .pagination-arrows {
            margin-left: inherit; } }
        .pagination-arrows-post .pagination-arrows .pagination-arrows-previous {
          position: relative;
          top: 17px;
          left: -7px; }
          @media only screen and (min-width: 648px) {
            .pagination-arrows-post .pagination-arrows .pagination-arrows-previous {
              top: 47px;
              left: -6px; } }
          .pagination-arrows-post .pagination-arrows .pagination-arrows-previous:not(:empty) + .pagination-arrows-next {
            margin-top: 63px; }
        .pagination-arrows-post .pagination-arrows .pagination-arrows-next {
          margin-right: auto;
          margin-left: -7px;
          margin-top: auto;
          position: relative;
          top: 4px; }
          @media only screen and (min-width: 648px) {
            .pagination-arrows-post .pagination-arrows .pagination-arrows-next {
              margin-top: 86px;
              position: inherit; } }

.teaser {
  font-family: "Roboto Mono", monospace;
  font-size: 12.405vw;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 100%;
  margin-top: auto;
  margin-left: 17px;
  padding-bottom: 20px;
  z-index: 1; }
  .teaser.is-removed {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-name: opacityOut;
    animation-fill-mode: forwards; }
  .teaser.is-entering {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-name: opacityIn; }
  @media only screen and (min-width: 648px) {
    .teaser {
      font-size: 5.84795vw; } }
  @media only screen and (min-width: 1369px) {
    .teaser {
      font-size: 80px; } }
  .teaser--style-1 {
    font-size: 10.03086vw;
    margin-bottom: auto;
    margin-top: 27px;
    text-align: left;
    margin-left: 35px;
    font-weight: 100;
    line-height: 100px; }
    @media only screen and (min-width: 648px) {
      .teaser--style-1 {
        font-size: 4.75146vw; } }
    @media only screen and (min-width: 1369px) {
      .teaser--style-1 {
        font-size: 65px; } }
  .teaser--style-2 {
    line-height: 1.2;
    text-align: left;
    margin-top: -47px;
    font-weight: 100; }
  .teaser--style-4 {
    font-weight: 100;
    line-height: 100px;
    font-size: 10.03086vw;
    text-align: left;
    margin-left: 35px;
    margin-top: inherit;
    margin-bottom: 294px; }
    @media only screen and (min-width: 648px) {
      .teaser--style-4 {
        font-size: 4.75146vw; } }
    @media only screen and (min-width: 1369px) {
      .teaser--style-4 {
        font-size: 65px; } }

.date-post {
  display: flex;
  align-self: flex-end;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  height: 100%;
  flex: 1 1 150px;
  word-break: break-all;
  line-height: 1;
  position: absolute;
  right: -29px;
  bottom: -17px;
  justify-content: flex-end;
  width: 54.09583%;
  align-items: flex-end;
  font-size: 30.8642vw; }
  .date-post.is-removed {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-name: isRemoved;
    animation-fill-mode: forwards; }
  .date-post.is-entering {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-name: isEntering; }
  @media only screen and (min-width: 648px) {
    .date-post {
      font-size: 14.61988vw;
      right: -13px;
      width: 46.3%;
      bottom: -22px; } }
  @media only screen and (min-width: 1369px) {
    .date-post {
      font-size: 200px; } }

.date-est {
  display: flex;
  align-self: flex-end;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: -2.559%; }
  .date-est--style-1 {
    position: absolute;
    margin-bottom: inherit;
    align-self: center;
    margin-right: 30px;
    transition: all .5s ease-in;
    transform: translate(0, 0);
    bottom: auto;
    right: auto; }
    .date-est--style-1.is-removed {
      animation-duration: 2s;
      animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      animation-delay: 0s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: backwards;
      animation-play-state: running;
      animation-name: isRemoved;
      animation-fill-mode: forwards; }
    .date-est--style-1.is-entering {
      animation-duration: 2s;
      animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      animation-delay: 0s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: backwards;
      animation-play-state: running;
      animation-name: isEntering; }
    .date-est--style-1 .date-est-item {
      font-size: 61.7284vw; }
      @media only screen and (min-width: 648px) {
        .date-est--style-1 .date-est-item {
          font-size: 29.23977vw; } }
      @media only screen and (min-width: 1369px) {
        .date-est--style-1 .date-est-item {
          font-size: 400px; } }
  .date-est-superscript {
    margin-right: 13px;
    font-size: 7.71605vw;
    padding-right: 25px; }
    @media only screen and (min-width: 648px) {
      .date-est-superscript {
        font-size: 3.65497vw; } }
    @media only screen and (min-width: 1369px) {
      .date-est-superscript {
        font-size: 50px; } }
  .date-est-item {
    font-size: 30.70988vw;
    line-height: 160px; }
    @media only screen and (min-width: 648px) {
      .date-est-item {
        font-size: 14.54678vw; } }
    @media only screen and (min-width: 1369px) {
      .date-est-item {
        font-size: 199px; } }

.cta__item {
  transition: all .5s ease-in;
  font-family: "Roboto Mono", monospace;
  font-weight: bold;
  line-height: 1;
  align-self: flex-end;
  color: rgba(219, 52, 0, 0.5);
  text-transform: uppercase;
  font-size: 19.29012vw;
  z-index: 1;
  margin-bottom: -10px; }
  @media only screen and (min-width: 648px) {
    .cta__item {
      font-size: 9.13743vw;
      margin-right: -15px; } }
  @media only screen and (min-width: 1369px) {
    .cta__item {
      font-size: 125px;
      line-height: 125px; } }
  .cta__item--style-1 {
    font-size: 13.11728vw; }
    @media only screen and (min-width: 648px) {
      .cta__item--style-1 {
        font-size: 6.21345vw; } }
    @media only screen and (min-width: 1369px) {
      .cta__item--style-1 {
        font-size: 85px; } }
  .cta__item:hover {
    text-decoration: none;
    color: rgba(168, 40, 0, 0.5); }

.navigation-primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -60px; }
  .navigation-primary__item {
    font-family: "Roboto Mono", monospace;
    font-weight: bold;
    line-height: 160px;
    color: rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 20.06173vw;
    transition: color 1.5s ease-in; }
    .navigation-primary__item:hover {
      color: #8d2704;
      text-decoration: none; }
    @media only screen and (min-width: 648px) {
      .navigation-primary__item {
        font-size: 9.50292vw; } }
    @media only screen and (min-width: 1369px) {
      .navigation-primary__item {
        font-size: 130px; } }

.navigation-secondary {
  border-top: 1px solid #231F20;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  border-top: 1px solid #231F20;
  padding-top: 20px;
  width: 105%;
  position: relative;
  top: -38px; }
  .navigation-secondary__item {
    font-family: "Acumin Pro", sans-serif;
    font-weight: 100;
    color: black;
    font-size: 3.08642vw;
    transition: color 1s ease-in; }
    @media only screen and (min-width: 648px) {
      .navigation-secondary__item {
        font-size: 1.46199vw; }
        .navigation-secondary__item:hover {
          color: gray; } }
    @media only screen and (min-width: 1369px) {
      .navigation-secondary__item {
        font-size: 20px; } }

.copyright {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 100;
  color: black;
  font-size: 6.17284vw; }
  @media only screen and (min-width: 648px) {
    .copyright {
      font-size: 2.92398vw; } }
  @media only screen and (min-width: 1369px) {
    .copyright {
      font-size: 40px; } }

.loading {
  background: #FE4600;
  background-image: url("../../assets/svg/logo-loading.svg");
  display: flex;
  background-position: center;
  background-size: 260px auto;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  height: 100vh;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-delay: 0s;
  animation-iteration-count: 10;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-play-state: running;
  animation-name: animLoadedHeader;
  z-index: 99999; }
  .loading .loader {
    margin-top: 215px; }
  .loading.is-hidden {
    display: none; }

.menu-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-play-state: running;
  animation-name: menuLoaded;
  z-index: 9999; }
  .menu-overlay .pagination-arrows {
    display: none; }
  @media only screen and (min-width: 648px) {
    .menu-overlay {
      height: calc(100% - 70px); } }
  @media only screen and (max-height: 460px) {
    .menu-overlay {
      height: 100%; } }
  .menu-overlay.is-open {
    display: block; }
  .menu-overlay.is-closing {
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: menuUnloaded; }

.post-images {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .15; }
  .post-images--section {
    justify-content: flex-start;
    height: 80%; }
    @media only screen and (min-width: 648px) {
      .post-images--section {
        width: 80%; } }
  .post-images--style-1 {
    width: 90%; }

/*# sourceMappingURL=main.css.map */
