@charset "UTF-8";
/* -- Grid -- */
/* -- Colors -- */
/* -- Z-index -- */
/* Load fonts - all types */
/* Load fonts - .otf */
/* font size em/px */
/* Font */
/* Font style */
/* Vendor prefixes to animations */
/* Animation */
/* Transition */
/* Breakpoint */
/* Transform */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=897c7ed0-0115-4403-b5d1-21b68d90f709&fontids=1489668,1489672");
@font-face {
  font-family: "Minister W01 Light";
  src: url("../fonts/Minister/1489668/b537745e-f813-459f-8880-27e4bf041a71.eot?#iefix");
  src: url("../fonts/Minister/1489668/b537745e-f813-459f-8880-27e4bf041a71.eot?#iefix") format("eot"), url("../fonts/Minister/1489668/a99cbe28-f80c-44f9-b5ab-cee570c35627.woff2") format("woff2"), url("../fonts/Minister/1489668/8079483a-06d4-4662-92e2-3c4fa66db83c.woff") format("woff"), url("../fonts/Minister/1489668/6e9af4d1-130b-4b2b-849f-aea4edfd5762.ttf") format("truetype");
}
@font-face {
  font-family: "Minister W01 Light";
  src: url("../fonts/Minister/1489672/062c7256-a249-4fdf-969c-17e0dd46c0b7.eot?#iefix");
  src: url("../fonts/Minister/1489672/062c7256-a249-4fdf-969c-17e0dd46c0b7.eot?#iefix") format("eot"), url("../fonts/Minister/1489672/8e7099c8-f362-48f9-9800-9993eab16eb1.woff2") format("woff2"), url("../fonts/Minister/1489672/06c6211e-3320-427f-a077-106d2a5d7727.woff") format("woff"), url("../fonts/Minister/1489672/3d76a7c6-78f9-4b81-ae6b-ccbb97e6d8e9.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Suisse BP Intl";
  src: url("../fonts/SuisseBPIntl/SuisseBPIntl-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Suisse BP Intl";
  src: url("../fonts/SuisseBPIntl/SuisseBPIntl-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse BP Intl";
  src: url("../fonts/SuisseBPIntl/SuisseBPIntl-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Suisse BP Intl";
  src: url("../fonts/SuisseBPIntl/SuisseBPIntl-MediumItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 15px;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

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

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 15px;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 12.5%;
  max-width: 12.5%;
  padding: 15px;
}

.col-xs-offset-1 {
  margin-left: 12.5%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 15px;
}

.col-xs-offset-2 {
  margin-left: 25%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 37.5%;
  max-width: 37.5%;
  padding: 15px;
}

.col-xs-offset-3 {
  margin-left: 37.5%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
}

.col-xs-offset-4 {
  margin-left: 50%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 62.5%;
  max-width: 62.5%;
  padding: 15px;
}

.col-xs-offset-5 {
  margin-left: 62.5%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 15px;
}

.col-xs-offset-6 {
  margin-left: 75%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 87.5%;
  max-width: 87.5%;
  padding: 15px;
}

.col-xs-offset-7 {
  margin-left: 87.5%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px;
}

.col-xs-offset-8 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 577px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-sm-offset-1 {
    margin-left: 12.5%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-sm-offset-2 {
    margin-left: 25%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-sm-offset-3 {
    margin-left: 37.5%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-sm-offset-4 {
    margin-left: 50%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-sm-offset-5 {
    margin-left: 62.5%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-sm-offset-6 {
    margin-left: 75%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-sm-offset-7 {
    margin-left: 87.5%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-sm-offset-8 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-md-offset-1 {
    margin-left: 12.5%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-md-offset-2 {
    margin-left: 25%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-md-offset-3 {
    margin-left: 37.5%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-md-offset-4 {
    margin-left: 50%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-md-offset-5 {
    margin-left: 62.5%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-md-offset-6 {
    margin-left: 75%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-md-offset-7 {
    margin-left: 87.5%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-md-offset-8 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-lg-offset-1 {
    margin-left: 12.5%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-lg-offset-2 {
    margin-left: 25%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-lg-offset-3 {
    margin-left: 37.5%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-lg-offset-4 {
    margin-left: 50%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-lg-offset-5 {
    margin-left: 62.5%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-lg-offset-6 {
    margin-left: 75%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-lg-offset-7 {
    margin-left: 87.5%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-lg-offset-8 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-xl-offset-1 {
    margin-left: 12.5%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-xl-offset-2 {
    margin-left: 25%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-xl-offset-3 {
    margin-left: 37.5%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-xl-offset-4 {
    margin-left: 50%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-xl-offset-5 {
    margin-left: 62.5%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-xl-offset-6 {
    margin-left: 75%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-xl-offset-7 {
    margin-left: 87.5%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-xl-offset-8 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 15px;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1279px) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
.simplebar-track.simplebar-vertical {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 5px;
  transition: background 0.2s;
  display: none;
}
@media (min-width: 993px) {
  .simplebar-track.simplebar-vertical {
    display: block;
  }
}
.simplebar-track.simplebar-vertical.simplebar-hover {
  background: rgba(0, 0, 0, 0.3);
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  border-radius: 3px;
  opacity: 1;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

html {
  font-size: 10px;
}

* {
  color: black;
  font-family: "Minister W01 Light", serif;
}
* ::-moz-selection {
  color: white;
  background: black;
}
* ::selection {
  color: white;
  background: black;
}
* :focus {
  outline: none;
}
* ::-moz-focus-inner {
  border: 0;
}
* ::-moz-focus-outer {
  border: 0;
}

body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, p, a, ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: black;
  transition: color 0.1s ease-in-out;
}
a:hover, a:focus {
  color: black;
  text-decoration: underline;
  background-color: none;
  transition: color 0.1s ease-in-out;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button:active {
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  border: 1px solid black;
  background: none;
}

input[type=search],
input[type=text] {
  border-bottom: 2px solid;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img.lazyload {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
}
img.lazyload.visible {
  opacity: 1;
  transform: scale(1);
}

figure {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 9vw;
  line-height: 9vw;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
@media (min-width: 993px) {
  h1 {
    font-size: 5.45vw;
    line-height: 5.45vw;
  }
}

h2 {
  font-family: "Minister W01 Light", serif;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  h2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
}
@media (min-width: 993px) {
  h2 {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 90px;
    font-size: 9rem;
    font-weight: normal;
    line-height: 90px;
    line-height: 9rem;
  }
}

h3 {
  font-family: "Minister W01 Light", serif;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  h3 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
}
@media (min-width: 993px) {
  h3 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: normal;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: normal;
    line-height: 50px;
    line-height: 5rem;
  }
}

h4 {
  font-family: "Minister W01 Light", serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 23px;
  line-height: 2.3rem;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

p,
p a,
p span {
  font-family: "Minister W01 Light", serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 200;
}
@media (min-width: 577px) {
  p,
p a,
p span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

p b,
p strong {
  font-family: "Suisse BP Intl", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 25px;
  line-height: 2.5rem;
}
@media (min-width: 577px) {
  p b,
p strong {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

p:not(:last-child) {
  padding-bottom: 30px;
}

blockquote p,
blockquote p a,
blockquote p span {
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (min-width: 577px) {
  blockquote p,
blockquote p a,
blockquote p span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 32px;
    line-height: 3.2rem;
    font-weight: 600;
  }
}
blockquote p i,
blockquote p em {
  font-family: "Suisse BP Intl", sans-serif;
  font-weight: 600;
  font-style: italic;
}
blockquote p {
  padding-bottom: 30px;
}

figcaption {
  width: 70%;
  color: #D1372C;
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 14px;
  line-height: 1.4rem;
  padding-top: 10px;
}
@media (min-width: 577px) {
  figcaption {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
@media (min-width: 1280px) {
  figcaption {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 17px;
    line-height: 1.7rem;
  }
}
figcaption i,
figcaption em {
  color: #D1372C;
  font-style: italic;
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 14px;
  line-height: 1.4rem;
}
@media (min-width: 577px) {
  figcaption i,
figcaption em {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
@media (min-width: 1280px) {
  figcaption i,
figcaption em {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 17px;
    line-height: 1.7rem;
  }
}

/* -- make a video responsive -- */
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Global classes
*/
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.horz-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.vert-horz-align {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fullheight {
  height: 100vh;
}

.disp--none {
  display: none;
}

.visb--none {
  visibility: hidden;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0;
}

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

/*lazyload*/
.lazyload-loading {
  background-color: black;
  opacity: 0.05;
  transition: opacity 0.5s;
}

.lazyload-loading.lazyload-show {
  opacity: 1;
  background-color: transparent;
}

.marg--bottom-s {
  margin-bottom: 7.5px;
}
@media (min-width: 769px) {
  .marg--bottom-s {
    margin-bottom: 15px;
  }
}

.marg--bottom-m {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .marg--bottom-m {
    margin-bottom: 30px;
  }
}

.marg--bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .marg--bottom-l {
    margin-bottom: 60px;
  }
}

.marg--top-xl {
  margin-top: 140px;
}

.background-image {
  background-size: cover;
  background-position: center center;
}

/* for fullscreen video/slider
.fix-footer {
  min-height: calc(100vh - 70px);
}
*/
.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
@media only screen and (min-width: 769px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1300px;
  }
}

/* GRID EXAMPLE */
.container-example {
  background-color: rgba(0, 0, 200, 0.1);
}

.col-example div {
  min-height: calc(100vh - 15px*2 - 50px - 150px);
  background-color: rgba(255, 0, 0, 0.2);
}

body {
  overflow-x: hidden;
  position: relative;
  /* height: 100vh;*/
}
body.body--lock-scroll {
  overflow-y: hidden;
  height: 100vh;
}

.body-container {
  height: auto;
  width: 100%;
  -webkit-filter: blur(0);
  filter: blur(0);
  position: fixed;
  height: 100%;
  overflow: hidden;
  transition: -webkit-filter 0.5s 0.2s ease-in;
  transition: filter 0.5s 0.2s ease-in;
  transition: filter 0.5s 0.2s ease-in, -webkit-filter 0.5s 0.2s ease-in;
  pointer-events: none;
  z-index: 5;
}

.body-container.body-container--img-active {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.menu-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.menu-section.menu-section--front {
  z-index: 3000;
}
.menu-section a {
  text-decoration: none;
  box-shadow: 0;
  border: 0;
}
.menu-section h2 {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  display: inline;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 1.65em;
  text-indent: -1.65em;
  display: block;
}
.menu-section h2:hover {
  cursor: pointer;
}
.menu-section h2.active span, .menu-section h2:hover span {
  background-image: url(../img/line1-01.svg);
  background-repeat: repeat-x;
  background-size: 730px auto;
  background-position: 0 4.1vw;
}
@media (min-width: 577px) {
  .menu-section h2.active span, .menu-section h2:hover span {
    background-position: 0 3.8vw;
    background-image: url(../img/line2-01.svg);
  }
}
@media (min-width: 993px) {
  .menu-section h2.active span, .menu-section h2:hover span {
    background-position: 0 2.7vw;
  }
}
@media (min-width: 1920px) {
  .menu-section h2.active span, .menu-section h2:hover span {
    background-position: 0 51px;
  }
}

.menu-section__content {
  position: relative;
  padding: 15px;
}
@media (min-width: 993px) {
  .menu-section__content {
    padding: 25px;
  }
}

.menu-opt-issues {
  display: none;
}
@media (min-width: 993px) {
  .menu-opt-issues {
    display: block;
  }
}

h1.logo {
  text-align: center;
  z-index: 3;
}
@media (min-width: 993px) {
  h1.logo {
    position: fixed;
    top: 0;
    padding-top: 25px;
    padding-bottom: 5.45vw;
  }
}
@media (min-width: 1920px) {
  h1.logo {
    text-align: left;
    padding-bottom: 110px;
  }
}
h1.logo:hover {
  cursor: pointer;
}

.nav-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 993px) {
  .nav-container {
    display: flex;
  }
}

nav {
  margin-top: 45px;
}
@media (min-width: 993px) {
  nav {
    position: fixed;
    margin-top: initial;
    top: calc(5.45vw * 2 + 25px );
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  nav {
    top: calc(106.5px * 2 + 25px );
  }
}
@media (min-width: 1280px) {
  nav {
    flex-basis: 290px;
  }
}

#nav-trigger {
  position: fixed;
  top: calc(5.45vw * 2 + 25px );
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  background-color: rgba(0, 1, 0, 0.2);
  z-index: 1;
}

.menu-issues {
  position: relative;
  display: block;
  margin-top: 45px;
  display: inline-block;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .menu-issues {
    height: auto !important;
  }
}
@media (min-width: 993px) {
  .menu-issues {
    display: none;
    margin-left: 25vw;
    margin-top: calc(5.45vw + 5.45vw);
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1;
  }
}
@media (min-width: 1920px) {
  .menu-issues {
    margin-left: 480px;
    margin-top: 213px;
  }
}
.menu-issues li:last-child {
  padding-bottom: 30vw;
}
@media (min-width: 993px) {
  .menu-issues li:last-child {
    padding-bottom: 84px;
  }
}
.menu-issues li {
  opacity: 1;
}
.menu-issues li.disappear {
  opacity: 0;
}
.menu-issues li.active h2 span,
.menu-issues li h2:hover span {
  background-image: url(../img/line1-01.svg);
  background-repeat: repeat-x;
  background-size: 730px auto;
  background-position: 0 4.1vw;
}
@media (min-width: 577px) {
  .menu-issues li.active h2 span,
.menu-issues li h2:hover span {
    background-position: 0 3.8vw;
    background-image: url(../img/line2-01.svg);
  }
}
@media (min-width: 993px) {
  .menu-issues li.active h2 span,
.menu-issues li h2:hover span {
    background-position: 0 2.7vw;
  }
}
@media (min-width: 1920px) {
  .menu-issues li.active h2 span,
.menu-issues li h2:hover span {
    background-position: 0 51px;
  }
}
.menu-issues.active {
  display: block;
}

.search-menu-option {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: fixed;
  width: 100%;
  text-align: right;
  display: none;
  z-index: 3;
}
.search-menu-option h1 {
  display: inline-block;
  padding: 10px 20px;
  padding-top: 18vw;
}
.search-menu-option h1:hover {
  cursor: pointer;
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
@media (min-width: 577px) {
  .search-menu-option h1:hover {
    -webkit-text-stroke-width: 1.5px;
  }
}
@media (min-width: 993px) {
  .search-menu-option {
    display: block;
    background: none;
    bottom: 96px;
    left: initial;
    text-align: left;
    width: auto;
  }
  .search-menu-option h1 {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .search-menu-option {
    bottom: 99px;
  }
}

.search-menu-option--mobile {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
}
@media (min-width: 993px) {
  .search-menu-option--mobile {
    display: none;
  }
}

.button--round {
  background-color: black;
  color: white;
  font-family: "Suisse BP Intl", sans-serif;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 50px 65px;
  padding-top: 54px;
  margin-top: 30px;
  border-radius: 80%;
  box-shadow: 3px 3px 6px rgba(34, 25, 25, 0.4);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 19px;
  line-height: 1.9rem;
  max-width: calc(100vw - 40px * 2 - 15px * 2);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 577px) {
  .button--round {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 24px;
    line-height: 2.4rem;
    width: 350px;
    max-width: initial;
  }
}
@media (min-width: 769px) {
  .button--round {
    border: 2px solid black;
    width: 320px;
  }
}
.button--round:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.button--big {
  position: absolute;
  bottom: 11vw;
  right: 22px;
  color: #A8A6A6;
  text-transform: uppercase;
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 9vw;
  line-height: 9vw;
  font-weight: normal;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button--big:hover {
  color: white;
}
.button--big:before {
  content: "→ ";
  top: -2px;
  position: relative;
}
@media (min-width: 577px) {
  .button--big {
    bottom: 8vw;
  }
}
@media (min-width: 769px) {
  .button--big:hover {
    border: 2px solid white;
  }
}
@media (min-width: 993px) {
  .button--big {
    position: initial;
    bottom: initial;
    right: initial;
    border-radius: 80%;
    padding: 0.5vw 3vw;
    padding-top: 1.2vw;
    border: 2px solid #A8A6A6;
    font-size: 5.45vw;
    line-height: 5.45vw;
  }
  .button--big:before {
    display: none;
  }
}
@media (min-width: 1920px) {
  .button--big {
    font-size: 106.5px;
    font-size: 10.65rem;
    font-weight: normal;
    line-height: 106.5px;
    line-height: 10.65rem;
  }
}

.button--close {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #A8A6A6;
}
.button--close:hover {
  cursor: pointer;
  color: white;
}

.cja-section, #news-section, #issue-section, #about-section {
  position: fixed;
  right: 0;
  bottom: 0;
  border-top: 1px solid;
  transform: translateY(100vh);
  transition: all 0.3s ease-out;
  pointer-events: all;
  height: calc(100vh - 15vw);
}
@media (min-width: 577px) {
  .cja-section, #news-section, #issue-section, #about-section {
    height: calc(100vh - 12vw);
  }
}
@media (min-width: 769px) {
  .cja-section, #news-section, #issue-section, #about-section {
    border-top: 2px solid;
  }
}
@media (min-width: 993px) {
  .cja-section, #news-section, #issue-section, #about-section {
    height: 100vh !important;
    bottom: initial;
    top: 0;
    border-top: 0px solid;
    border-left: 2px solid;
  }
}
.cja-section.section--open, .section--open#news-section, .section--open#issue-section, .section--open#about-section {
  transform: translateY(0);
}
@media (min-width: 993px) {
  .cja-section.section--open, .section--open#news-section, .section--open#issue-section, .section--open#about-section {
    transform: translateX(0);
  }
}
.cja-section .cja-section__container, #news-section .cja-section__container, #issue-section .cja-section__container, #about-section .cja-section__container {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: 100%;
}
@media (min-width: 993px) {
  .cja-section .cja-section__container, #news-section .cja-section__container, #issue-section .cja-section__container, #about-section .cja-section__container {
    margin-right: 30px;
    height: 100vh !important;
  }
}
.cja-section .simplebar-track.simplebar-vertical, #news-section .simplebar-track.simplebar-vertical, #issue-section .simplebar-track.simplebar-vertical, #about-section .simplebar-track.simplebar-vertical {
  height: calc(100vh - 30px*2);
  top: 30px;
}

.block {
  position: relative;
  margin: 0 15px;
}
@media (min-width: 577px) {
  .block {
    margin: 0 25px;
  }
}
@media (min-width: 769px) {
  .block {
    margin: 0 50px;
  }
}
.block:not(:first-child) .block__header {
  border-top: 1px solid;
}
@media (min-width: 769px) {
  .block:not(:first-child) .block__header {
    border-top: 2px solid;
  }
}
.block:not(:last-child) .block__content:last-child {
  padding-bottom: 60px;
}
@media (min-width: 577px) {
  .block:not(:last-child) .block__content:last-child {
    padding-bottom: 115px;
  }
}
.block:last-child {
  margin-bottom: 60px;
}
@media (min-width: 577px) {
  .block:last-child {
    margin-bottom: 115px;
  }
}

.block__header {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  padding-top: 16px;
  /* background-attachment: fixed;*/
  margin-bottom: -2px;
  overflow: hidden;
  height: 23px;
  z-index: 1;
}
@media (min-width: 577px) {
  .block__header {
    padding-bottom: 18px;
    padding-top: 26px;
    height: 32px;
  }
}
@media (min-width: 769px) {
  .block__header {
    border-bottom: 2px solid;
  }
}
.block__header h4 {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 95%;
  display: block;
  overflow: hidden;
  height: 100%;
}
.block__header h4:nth-child(1) {
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 577px) {
  .block__header h4:nth-child(1) {
    flex-basis: 50px;
  }
}
.block__header h4:nth-child(2) {
  padding-right: 15px;
  flex-basis: calc(100% - 40px - 15px);
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 577px) {
  .block__header h4:nth-child(2) {
    flex-basis: calc(100% - 50px - 15px);
  }
}
@media (min-width: 993px) {
  .block__header h4:nth-child(2) {
    flex-basis: calc(60% - 50px - 15px);
  }
}
.block__header h4:nth-child(3) {
  padding-right: 15px;
  flex-basis: calc(40% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 993px) {
  .block__header h4:nth-child(3) {
    display: inline;
  }
}
.block__header + div {
  padding-top: 20px;
}
@media (min-width: 577px) {
  .block__header + div {
    padding-top: 30px;
  }
}
@media (min-width: 993px) {
  .block__header + div {
    padding-top: 95px;
  }
}

.block__header-bckg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.block__header-bckg-color {
  position: fixed;
  /* top: -15vw;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* @include breakpoint(577px) {*/
  /*  top: -12vw;*/
  /* }*/
  /* @include breakpoint(993px) {*/
  /*  top: 0;*/
  /* }*/
}

.block__content {
  max-width: 720px;
}
@media (min-width: 993px) {
  .block__content {
    padding: 0 50px;
  }
}

.arrow-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-right: 20px;
  z-index: 2;
  height: 0;
  float: right;
}
@media (min-width: 577px) {
  .arrow-top {
    margin-right: 65px;
  }
}

.js-toc-top {
  padding-top: 16px;
  display: block;
  font-family: "Suisse BP Intl", sans-serif;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 577px) {
  .js-toc-top {
    padding-top: 28px;
  }
}

.post-type-url-scroll-trigger {
  position: relative;
  width: 100%;
  height: 1px;
}

#about-section {
  z-index: 1200;
  background-color: #9C97F8;
  width: 100%;
}
#about-section .block__header {
  background-color: #9C97F8;
}
#about-section .block__header h4:nth-child(1) {
  flex-basis: 0;
}
@media (min-width: 577px) {
  #about-section .block__header h4:nth-child(1) {
    flex-basis: 50px;
  }
}
#about-section .block__header-bckg-color {
  background-color: #9C97F8;
}
@media (min-width: 993px) {
  #about-section {
    width: calc(61vw - 3px);
    /*69 - 8*/
    transform: translateX(61vw);
  }
}

#issue-section {
  z-index: 800;
  background-color: white;
  width: 100%;
}
@media (min-width: 993px) {
  #issue-section {
    width: calc(77vw - 3px);
    transform: translateX(77vw);
  }
}
#issue-section .block__header {
  background-color: white;
}
#issue-section .block__header-bckg-color {
  background-color: white;
}

.block__titles {
  margin-bottom: 60px;
}
.block__titles:not(:first-child) {
  padding-top: 40px;
}
@media (min-width: 577px) {
  .block__titles:not(:first-child) {
    padding-top: 60px;
  }
}
@media (min-width: 993px) {
  .block__titles:not(:first-child) {
    padding-top: 180px;
  }
}
.block__titles h3 {
  padding-left: 40px;
  width: 70%;
}
.block__titles h3:not(:last-child) {
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .block__titles h3 {
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
@media (min-width: 993px) {
  .block__titles {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 80px;
  }
  .block__titles h3:nth-child(1) {
    padding-left: 55px;
    flex-basis: calc(60% - 50px - 10%);
    flex-grow: 0;
    flex-shrink: 1;
  }
  .block__titles h3:nth-child(2) {
    padding-left: 10%;
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

[data-id=toc-issue] {
  min-height: calc(100vh - 100px);
}

.block__index {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
@media (min-width: 577px) {
  .block__index {
    padding-bottom: 115px;
  }
}
@media (min-width: 993px) {
  .block__index .index {
    width: calc(100% - 40% + (320px/2));
    max-width: calc(100% - 20%);
  }
  .block__index .issue-cover {
    width: 40%;
    float: right;
    display: block;
    margin-left: 30px;
  }
}
.block__index button {
  background-color: black;
  color: white;
  font-family: "Suisse BP Intl", sans-serif;
  text-transform: uppercase;
  padding: 50px 48px;
  margin-top: 30px;
  border-radius: 80%;
  box-shadow: 3px 3px 6px rgba(34, 25, 25, 0.4);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 19px;
  line-height: 1.9rem;
  max-width: calc(100vw - 40px * 2 - 15px * 2);
}
@media (min-width: 577px) {
  .block__index button {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 24px;
    line-height: 2.4rem;
    width: 350px;
    max-width: 95%;
  }
}
@media (min-width: 769px) {
  .block__index button {
    width: 320px;
  }
}
.block__index button:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.index ul li {
  padding-bottom: 10px;
}
@media (min-width: 577px) {
  .index > ul > li:not(:first-child) {
    padding-top: 20px;
  }
}
.index > ul > li > em {
  padding-left: 35px;
  display: inline-block;
  font-family: "Minister W01 Light", serif;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  .index > ul > li > em {
    padding-left: 50px;
  }
}
.index > ul > li ul {
  padding-top: 20px;
}
@media (min-width: 577px) {
  .index > ul > li ul {
    padding-top: 30px;
  }
}
.index > ul > li em,
.index > ul > li span {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 577px) {
  .index > ul > li em,
.index > ul > li span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.index > ul > li ul li > a {
  text-decoration: none;
  display: flex;
}
.index > ul > li ul li > a div:first-child {
  flex-basis: 40px;
  flex-shrink: 0;
}
@media (min-width: 577px) {
  .index > ul > li ul li > a div:first-child {
    flex-basis: 50px;
  }
}
.index > ul > li ul li > a p > span,
.index > ul > li ul li > a p > span i,
.index > ul > li ul li > a p > span em {
  font-family: "Suisse BP Intl", sans-serif;
  font-weight: 600 !important;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 577px) {
  .index > ul > li ul li > a p > span,
.index > ul > li ul li > a p > span i,
.index > ul > li ul li > a p > span em {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1280px) {
  .index > ul > li ul li > a p > span,
.index > ul > li ul li > a p > span i,
.index > ul > li ul li > a p > span em {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: normal;
    line-height: 31px;
    line-height: 3.1rem;
  }
}
.index > ul > li ul li > a p > span i, .index > ul > li ul li > a p > span em,
.index > ul > li ul li > a p > span i i,
.index > ul > li ul li > a p > span i em,
.index > ul > li ul li > a p > span em i,
.index > ul > li ul li > a p > span em em {
  font-style: italic;
}
.index > ul > li ul li > a p:not(:last-child) {
  padding-bottom: 10px;
}
@media (min-width: 577px) {
  .index > ul > li ul li > a p:not(:last-child) {
    padding-bottom: 15px;
  }
}
.index > ul > li ul li > a p > em {
  font-family: "Minister W01 Light", serif;
  font-style: normal;
}
.index > ul > li ul li > a span {
  display: inline;
}
.index > ul > li ul li > a:hover {
  cursor: pointer;
}
.index > ul > li ul li > a:hover span {
  background-size: 1px 1em;
  box-shadow: inset 0 8px white, inset 0 9px black;
}
@media (min-width: 577px) {
  .index > ul > li ul li > a:hover span {
    box-shadow: inset 0 11px white, inset 0 12px black;
  }
}
@media (min-width: 769px) {
  .index > ul > li ul li > a:hover span {
    box-shadow: inset 0 11px white, inset 0 13px black;
  }
}

.issue-cover figure {
  margin-left: 0;
  width: 280px;
  max-width: calc(100vw - 40px * 2 - 15px * 2);
}
@media (min-width: 577px) {
  .issue-cover figure {
    width: 350px;
    max-width: 95%;
  }
}
@media (min-width: 769px) {
  .issue-cover figure {
    width: 320px;
  }
}
.issue-cover figure img {
  border: 1px solid;
  box-shadow: 3px 3px 6px rgba(34, 25, 25, 0.4);
}
@media (min-width: 769px) {
  .issue-cover figure img {
    border: 2px solid;
  }
}

.block__index .issue-cover.issue-cover--mobile {
  margin-bottom: 60px;
}
.block__index .issue-cover.issue-cover--mobile figure {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 993px) {
  .block__index .issue-cover.issue-cover--mobile figure {
    padding: 0;
    margin-left: initial;
    margin-right: initial;
  }
}
@media (min-width: 993px) {
  .block__index .issue-cover.issue-cover--mobile {
    display: none;
  }
  .block__index .issue-cover.issue-cover--mobile figure {
    margin-left: initial;
    margin-right: initial;
  }
}

.issue-cover--desktop {
  display: none;
}
@media (min-width: 993px) {
  .issue-cover--desktop {
    display: block;
  }
}

.block__endnotes {
  margin-top: 60px;
  padding: 0 40px;
}
@media (min-width: 577px) {
  .block__endnotes {
    padding: 0 50px;
  }
}
@media (min-width: 993px) {
  .block__endnotes {
    padding: 0 100px;
  }
}

.block__endnotes p,
.block__endnotes p em,
.block__endnotes p i,
.block__endnotes p b,
.block__endnotes p strong {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 17px;
  line-height: 1.7rem;
}
@media (min-width: 577px) {
  .block__endnotes p,
.block__endnotes p em,
.block__endnotes p i,
.block__endnotes p b,
.block__endnotes p strong {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 19px;
    line-height: 1.9rem;
  }
}
.block__endnotes p:not(:last-child) {
  padding-bottom: 10px;
}

.block__loading {
  padding-top: 45px !important;
  padding-bottom: 90px !important;
  padding-left: 40px;
}
@media (min-width: 577px) {
  .block__loading {
    padding-left: 50px;
  }
}
.block__loading div {
  border: 1px solid;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #FFFFFF;
  margin-right: 5px;
  -webkit-animation-name: backgroundBW;
  animation-name: backgroundBW;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.block__loading div:nth-child(10n+1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.block__loading div:nth-child(10n+2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.block__loading div:nth-child(10n+3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.block__loading div:nth-child(10n+4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.block__loading div:nth-child(10n+5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.block__loading div:nth-child(10n+6) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.block__loading div:nth-child(10n+7) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.block__loading div:nth-child(10n+8) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.block__loading div:nth-child(10n+9) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.block__loading div:nth-child(10n+10) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes backgroundBW {
  0% {
    background-color: #FFFFFF;
  }
  4% {
    background-color: #FFFFFF;
  }
  5% {
    background-color: #000000;
  }
  9% {
    background-color: #000000;
  }
  10% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes backgroundBW {
  0% {
    background-color: #FFFFFF;
  }
  10% {
    background-color: #FFFFFF;
  }
  11% {
    background-color: #000000;
  }
  20% {
    background-color: #000000;
  }
  21% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #FFFFFF;
  }
}
#news-section {
  z-index: 1000;
  width: 100%;
  background-color: white;
}
@media (min-width: 993px) {
  #news-section {
    width: calc(69vw - 3px);
    /*77-8*/
    transform: translateX(69vw);
  }
}
#news-section .block__header {
  z-index: 4;
}
#news-section .block__header-bckg-color {
  background-color: white;
}

.news__container {
  display: none;
}
.news__container.show {
  display: block;
}

.news-post__container {
  display: none;
}
.news-post__container.show {
  display: block;
}

.news-gradient-trigger {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -2;
  pointer-events: none;
}

.more-news-button {
  display: inline-block;
  padding: 2px 10px;
  padding-top: 6px;
  line-height: 1;
  text-decoration: none;
  border: 3px solid black;
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 19px;
  line-height: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: initial;
}
@media (min-width: 577px) {
  .more-news-button {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.more-news-button:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

#search-section {
  position: fixed;
  width: 100%;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1600;
  pointer-events: none;
  height: calc(100vh - 17vw);
  bottom: -100vh;
  transition: bottom 0.3s ease-out;
}
#search-section.active {
  bottom: 0;
}
@media (min-width: 577px) {
  #search-section {
    height: calc(100vh - 110px);
  }
}
@media (min-width: 993px) {
  #search-section {
    height: 100vh !important;
    top: 0;
    bottom: inherit;
  }
  #search-section.active {
    bottom: inherit;
  }
}
#search-section.search-results--active {
  pointer-events: all;
  overflow-y: auto;
}
#search-section h1,
#search-section h1 span,
#search-section button {
  text-transform: uppercase;
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 9vw;
  line-height: 9vw;
  font-weight: normal;
}
@media (min-width: 577px) {
  #search-section h1,
#search-section h1 span,
#search-section button {
    font-size: 8vw;
    line-height: 8vw;
  }
}
@media (min-width: 993px) {
  #search-section h1,
#search-section h1 span,
#search-section button {
    font-size: 5.45vw;
    line-height: 5.45vw;
  }
}
@media (min-width: 1920px) {
  #search-section h1,
#search-section h1 span,
#search-section button {
    font-size: 106.5px;
    font-size: 10.65rem;
    font-weight: normal;
    line-height: 106.5px;
    line-height: 10.65rem;
  }
}
#search-section input[type=search] {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Minister W01 Light", serif;
  font-size: 7.9vw;
  line-height: 7.9vw;
}
@media (min-width: 577px) {
  #search-section input[type=search] {
    font-size: 7vw;
    line-height: 7vw;
  }
}
@media (min-width: 993px) {
  #search-section input[type=search] {
    font-family: "Suisse BP Intl", sans-serif;
    font-size: 5.45vw;
    line-height: 5.45vw;
  }
}
@media (min-width: 1920px) {
  #search-section input[type=search] {
    font-size: 106.5px;
    font-size: 10.65rem;
    font-weight: normal;
    line-height: 106.5px;
    line-height: 10.65rem;
  }
}
#search-section h1, #search-section span, #search-section p {
  color: white;
}

.search-section__content {
  position: relative;
  background-color: black;
  min-height: 100%;
  transition: margin-top 0.3s ease-out;
}
@media (min-width: 993px) {
  .search-section__content {
    min-height: 50vh;
    margin-top: 100vh;
  }
  #search-section.active .search-section__content {
    margin-top: 50vh;
  }
}

.search__close {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
  margin: 15px;
  margin-right: 40px;
  display: none;
}
@media (min-width: 577px) {
  .search__close {
    margin: 25px;
    margin-right: 117px;
  }
}
@media (min-width: 993px) {
  .search__close {
    display: block;
  }
}
@media (min-width: 1280px) {
  .search__close {
    margin-right: 105px;
  }
}

.search-sub-section {
  padding: 15px;
  width: calc(100% - 15px*2);
  position: absolute;
  display: none;
  pointer-events: all;
}
.search-sub-section.active {
  display: block;
}
@media (min-width: 577px) {
  .search-sub-section {
    padding: 25px;
    width: calc(100% - 25px*2);
  }
}

.search-bar {
  height: 100%;
}
@media (min-width: 993px) {
  .search-bar {
    height: initial;
    bottom: 73px;
  }
}
.search-bar form {
  margin-top: 40px;
}
.search-bar form input[type=search] {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  color: #A8A6A6;
  caret-color: yellow;
}
@media (min-width: 993px) {
  .search-bar form {
    display: flex;
    align-items: flex-end;
  }
  .search-bar form input[type=search] {
    flex-basis: calc(100% - 200px);
    flex-shrink: 1;
    flex-grow: 0;
    border-bottom: 2px solid #A8A6A6;
  }
  .search-bar form input[type=search]:focus {
    border-bottom: 2px solid white;
  }
  .search-bar form button {
    flex-shrink: 1;
    flex-grow: 0;
    margin-top: initial;
    margin-bottom: -5px;
  }
}
@media (min-width: 1280px) {
  .search-bar form input[type=search] {
    flex-basis: calc(100% - 200px - 60px);
    margin-right: 60px;
  }
}

.searching-bar {
  position: relative;
  height: calc(50vh - 65px - 15px*2);
}
@media (min-width: 577px) {
  .searching-bar {
    height: calc(50vh - 65px - 35px*2);
  }
}

.search-value {
  position: absolute;
  bottom: 15px;
}

.search-results {
  position: relative;
  min-height: calc(100vh - 35px*2);
}

.search-results__row div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .search-results__row div {
    flex-wrap: initial;
  }
}
.search-results__row div p span {
  display: inline;
}
.search-results__row div:hover {
  cursor: pointer;
}
.search-results__row div:hover .search-results__col-1 p span,
.search-results__row div:hover .search-results__col-2 p span {
  background-size: 1px 1em;
  box-shadow: inset 0 11px black, inset 0 12px white;
}
@media (min-width: 577px) {
  .search-results__row div:hover .search-results__col-1 p span,
.search-results__row div:hover .search-results__col-2 p span {
    box-shadow: inset 0 14px black, inset 0 15px white;
  }
}
@media (min-width: 769px) {
  .search-results__row div:hover .search-results__col-1 p span,
.search-results__row div:hover .search-results__col-2 p span {
    box-shadow: inset 0 14px black, inset 0 16px white;
  }
}
@media (min-width: 1280px) {
  .search-results__row div:hover .search-results__col-1 p span,
.search-results__row div:hover .search-results__col-2 p span {
    box-shadow: inset 0 16px black, inset 0 18px white;
  }
}
.search-results__row div:hover .search-results__col-3 p span {
  background-size: 1px 1em;
  box-shadow: inset 0 11px black, inset 0 12px white;
}
@media (min-width: 577px) {
  .search-results__row div:hover .search-results__col-3 p span {
    box-shadow: inset 0 12px black, inset 0 13px white;
  }
}
@media (min-width: 769px) {
  .search-results__row div:hover .search-results__col-3 p span {
    box-shadow: inset 0 12px black, inset 0 14px white;
  }
}
@media (min-width: 1280px) {
  .search-results__row div:hover .search-results__col-3 p span {
    box-shadow: inset 0 12px black, inset 0 14px white;
  }
}
.search-results__row div .search-results__col {
  padding-bottom: 10px;
  padding-top: 30px;
}
@media (min-width: 993px) {
  .search-results__row div .search-results__col {
    min-height: 68px;
    padding-bottom: 30px;
  }
}

.search-results__row {
  position: relative;
  display: block;
}
.search-results__row:first-child {
  margin-top: 90px;
}
.search-results__row:not(:last-child) div .search-results__col:last-child {
  border-bottom: 1px solid white;
}
@media (min-width: 769px) {
  .search-results__row:not(:last-child) div .search-results__col:last-child {
    border-bottom: 2px solid white;
  }
}
@media (min-width: 993px) {
  .search-results__row:not(:last-child) div .search-results__col {
    border-bottom: 2px solid white;
  }
}
.search-results__row div .search-results__col-1 {
  flex-basis: 45px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 577px) {
  .search-results__row div .search-results__col-1 {
    flex-basis: 70px;
  }
}
.search-results__row div .search-results__col-2 {
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 577px) {
  .search-results__row div .search-results__col-2 {
    flex-basis: calc(100% - 70px);
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 993px) {
  .search-results__row div .search-results__col-2 {
    flex-basis: calc(25vw - 70px + 5px);
  }
}
@media (min-width: 1920px) {
  .search-results__row div .search-results__col-2 {
    flex-basis: calc(480px - 70px + 5px);
  }
}
.search-results__row div .search-results__col-2 p {
  text-transform: uppercase;
}
.search-results__row div .search-results__col-3 {
  flex-basis: 75%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 45px;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 577px) {
  .search-results__row div .search-results__col-3 {
    flex-basis: 100%;
    padding-left: 70px;
  }
}
@media (min-width: 993px) {
  .search-results__row div .search-results__col-3 {
    padding-top: 30px;
    padding-left: initial;
  }
}
.search-results__row div .search-results__col-3 p, .search-results__row div .search-results__col-3 p span {
  font-weight: normal;
  font-family: "Suisse BP Intl", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 577px) {
  .search-results__row div .search-results__col-3 p, .search-results__row div .search-results__col-3 p span {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 1280px) {
  .search-results__row div .search-results__col-3 p, .search-results__row div .search-results__col-3 p span {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: normal;
    line-height: 31px;
    line-height: 3.1rem;
  }
}
@media (min-width: 577px) {
  .search-results__row div .search-results__col-3 p {
    padding-top: 3px;
  }
}
@media (min-width: 1280px) {
  .search-results__row div .search-results__col-3 p {
    padding-top: 2px;
  }
}

.issues-selector {
  display: none;
  z-index: 1;
  position: fixed;
  margin-top: 0;
  margin-left: 10px;
  width: auto;
  height: 55px;
  max-width: 55px;
  overflow: hidden;
  border: 2px solid;
  border-radius: 40px;
  box-shadow: 3px 3px 6px rgba(34, 25, 25, 0.4);
  background-color: white;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: max-width 0.5s ease-out, z-index 0s 0.5s;
}
.issues-selector.open {
  z-index: 1400;
  max-width: 1100px;
  transition: max-width 0.5s ease-out, z-index 0s;
}
.issues-selector.open ul {
  margin-left: 0 !important;
  transition: margin-left 0.5s ease-out;
}
.issues-selector.open .issues-selector__line {
  display: block;
}
.issues-selector.close ul {
  transition: margin-left 0.5s ease-out;
}
@media (min-width: 993px) {
  .issues-selector.active {
    display: block;
  }
}
@media (min-width: 1280px) {
  .issues-selector {
    max-width: 60px;
    height: 60px;
  }
}
@media (min-width: 1350px) {
  .issues-selector {
    margin-left: 55px;
  }
}
.issues-selector .issues-selector__line--selected {
  display: block;
  opacity: 1;
}
.issues-selector ul {
  padding-left: 8px;
  padding-right: 13px;
  position: relative;
  width: 1000px;
  height: 100%;
  transition: margin-left 0s ease-out;
}
@media (min-width: 1280px) {
  .issues-selector ul {
    padding-left: 10px;
  }
}
.issues-selector ul .issues-selector__line {
  display: none;
  position: absolute;
  background-color: black;
  border-radius: 2px;
  width: 2px;
  height: 16px;
  left: -33px;
}
.issues-selector ul .issues-selector__line.issues-selector__line--top {
  top: -2px;
}
.issues-selector ul .issues-selector__line.issues-selector__line--bottom {
  top: 46px;
}
.issues-selector ul .issues-selector__line.issues-selector__line--selected {
  opacity: 0.05;
}
.issues-selector li {
  width: 34px;
  padding: 16px 3px;
  padding-top: 12px;
  display: inline-block;
  float: left;
  text-align: center;
}
@media (min-width: 1280px) {
  .issues-selector li {
    padding: 17px 4px;
    padding-top: 15px;
  }
}
.issues-selector li:hover {
  cursor: pointer;
}

.block__content + .block__image {
  margin-top: 40px;
}

.block__image {
  margin-bottom: 40px;
}
@media (min-width: 577px) {
  .block__image {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 769px) {
  .block__image {
    padding: 0;
    width: 55%;
  }
}
.block__image img {
  width: calc(100% - 4px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid transparent;
}
.block__image img:hover {
  cursor: zoom-in;
  border: 1px solid black;
}
@media (min-width: 769px) {
  .block__image img {
    border: 2px solid transparent;
  }
  .block__image img:hover {
    border: 2px solid black;
  }
}

.fullscreen-img {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.5s 0.2s ease-in, z-index 0s 0.7s;
}
.fullscreen-img:hover {
  cursor: zoom-out;
}
.fullscreen-img .fullscreen-img__image {
  position: relative;
  width: calc(100% - 15px*2);
  height: calc(100% - 15px*2);
  margin: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-shadow: 3px 3px 6px rgba(34, 25, 25, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (min-width: 577px) {
  .fullscreen-img .fullscreen-img__image {
    width: calc(100% - 50px*2);
    height: calc(100% - 50px*2);
    margin: 50px;
  }
}
.fullscreen-img.fullscreen-img--active {
  opacity: 1;
  z-index: 2000;
  transition: opacity 0.5s ease, z-index 0s;
}
.fullscreen-img.fullscreen-img--active .fullscreen-img__image {
  opacity: 1;
  transition: opacity 0.5s 0.2s ease;
}

.kaleidoscope {
  display: none;
}
@media (min-width: 993px) {
  .kaleidoscope {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.kaleidoscope__canvas,
.kaleidoscope__plane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.kaleidoscope__canvas {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.kaleidoscope__canvas.show {
  opacity: 1;
}

.kaleidoscope__plane img {
  display: none;
  position: absolute;
  min-width: 100vw;
  min-height: 100vh;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*
@include breakpoint(md) {
  .contact {
    height: 20%;
  }
}

@include font-style(16, 'Replica-Mono');
*/
/*# sourceMappingURL=main.css.map */