/*
ATTENTION!
DO NOT EDIT THIS FILE. The CSS was pre-compiled from SCSS files. Any changes made to this file will be overwritten upon subsequent updates.
*/
@font-face {
  font-family: Monofonto;
  src: url('css/fonts/monofonto-webfont.woff2') format('woff2'), url('css/fonts/monofonto-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  min-height: 100%;
  font-size: 2.286vw;
  font-size: max(15px, 2.286vw);
}
html.js {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s;
}
html.js.show {
  opacity: 1;
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
body.nav-open {
  overflow: hidden;
}
body.single-work {
  background: #dcf2fd;
  font-size: 0.75rem;
}
a, button {
  touch-action: manipulation;
}
p {
  margin-bottom: 1em;
}
main.site-main {
  overflow: hidden;
}
#home-hero {
  background: url('images/home-hero.jpg') center center / cover no-repeat;
  width: 100%;
  cursor: pointer;
  padding-top: 56.25%;
  position: relative;
}
@media (orientation: portrait) {
  #home-hero {
    padding-top: min(100vh, 64.8%);
    height: auto;
  }
}
#home-hero.show-video video {
  visibility: visible;
  opacity: 1;
}
#home-hero.show-video .unmute {
  visibility: visible;
  opacity: 0.4;
}
#home-hero video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s;
}
#home-hero .unmute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: opacity 0.35s;
}
section > .content {
  padding: 5.5238095238vw 11.2380952381vw;
}
section.arrow-header {
  background: #000;
}
section.arrow-header > .content {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) {
  section.arrow-header > .content {
    height: 25vh;
  }
}
@media (orientation: portrait) and (min-width:768px) {
  section.arrow-header > .content {
    height: 33vh;
  }
}
section.arrow-header h1 {
  font-size: 9.1428571429vw;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
section.arrow-header h1 span {
  opacity: 0;
  visibility: hidden;
}
section.arrow-header .arrow {
  position: absolute;
  width: 6%;
  opacity: 0;
  visibility: hidden;
}
section.arrow-header .arrow.r-0 {
  top: 2.4761904762vw;
}
section.arrow-header .arrow.r-1 {
  top: 8.5714285714vw;
}
section.arrow-header .arrow.r-2 {
  top: 14.6666666667vw;
}
section.arrow-header .arrow.r-3 {
  top: 20.7619047619vw;
}
section.arrow-header .arrow.r-4 {
  top: 26.8571428571vw;
}
section.arrow-header .arrow.r-5 {
  top: 32.9523809524vw;
}
section.arrow-header .arrow.r-6 {
  top: 39.0476190476vw;
}
section.arrow-header .arrow.r-7 {
  top: 45.1428571429vw;
}
section.arrow-header .arrow.r-8 {
  top: 51.2380952381vw;
}
section.arrow-header .arrow.r-9 {
  top: 57.3333333333vw;
}
section.arrow-header .arrow.r-10 {
  top: 63.4285714286vw;
}
section.arrow-header .arrow.r-11 {
  top: 69.5238095238vw;
}
section.arrow-header .arrow.r-12 {
  top: 75.619047619vw;
}
section.arrow-header .arrow.r-13 {
  top: 81.7142857143vw;
}
section.arrow-header .arrow.r-14 {
  top: 87.8095238095vw;
}
section.arrow-header .arrow.r-15 {
  top: 93.9047619048vw;
}
section.arrow-header .arrow.c-0 {
  left: 0;
}
section.arrow-header .arrow.c-1 {
  left: calc(6% + 4.45%);
}
section.arrow-header .arrow.c-2 {
  left: calc(12% + 8.9%);
}
section.arrow-header .arrow.c-3 {
  left: calc(18% + 13.35%);
}
section.arrow-header .arrow.c-4 {
  left: calc(24% + 17.8%);
}
section.arrow-header .arrow.c-5 {
  left: calc(30% + 22.25%);
}
section.arrow-header .arrow.c-6 {
  left: calc(36% + 26.7%);
}
section.arrow-header .arrow.c-7 {
  left: calc(42% + 31.15%);
}
section.arrow-header .arrow.c-8 {
  left: calc(48% + 35.6%);
}
section.arrow-header .arrow.c-9 {
  left: calc(54% + 40.05%);
}
section.work-featured-image {
  height: 38.5vw;
  background: center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.work-featured-image h1 {
  font-size: 8.8095238095vw;
  text-transform: uppercase;
}
footer.site-footer, nav.main-navigation .links footer {
  padding-inline: 2.5vw;
  background: #000;
  border-top: 0.2857142857vw solid #75b3c5;
  color: #75b3c5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.9523809524vw 1.9047619048vw;
}
footer.site-footer > div, nav.main-navigation .links footer > div {
  font-family: Monofonto;
  font-size: 2.6666666667vw;
}
footer.site-footer img, nav.main-navigation .links footer img {
  margin-left: 2vw;
  height: 2.0952380952vw;
  width: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Monofonto, monospace;
}
h2 {
  font-size: 4.2857142857vw;
  font-size: max(18px, 4.286vw);
  text-transform: uppercase;
}
h3 {
  font-size: 3.1428571429vw;
  font-size: max(14px, 3.14vw);
}
.small {
  font-size: 1.5714285714vw;
  font-size: max(10px, 1.571vw);
}
.text-sky {
  color: #dcf2fd !important;
}
.text-sky.tint-10 {
  color: #e0f3fd !important;
}
.text-sky.tint-10 a {
  color: #e0f3fd !important;
}
.text-sky.tint-20 {
  color: #e3f5fd !important;
}
.text-sky.tint-20 a {
  color: #e3f5fd !important;
}
.text-sky.tint-30 {
  color: #e7f6fe !important;
}
.text-sky.tint-30 a {
  color: #e7f6fe !important;
}
.text-sky.tint-40 {
  color: #eaf7fe !important;
}
.text-sky.tint-40 a {
  color: #eaf7fe !important;
}
.text-sky.tint-50 {
  color: #eef9fe !important;
}
.text-sky.tint-50 a {
  color: #eef9fe !important;
}
.text-sky.tint-60 {
  color: #f1fafe !important;
}
.text-sky.tint-60 a {
  color: #f1fafe !important;
}
.text-sky.tint-70 {
  color: #f5fbfe !important;
}
.text-sky.tint-70 a {
  color: #f5fbfe !important;
}
.text-sky.tint-80 {
  color: #f8fcff !important;
}
.text-sky.tint-80 a {
  color: #f8fcff !important;
}
.text-sky.tint-90 {
  color: #fcfeff !important;
}
.text-sky.tint-90 a {
  color: #fcfeff !important;
}
.text-sky a {
  color: #dcf2fd;
}
.text-sky a:hover {
  color: #b0c2ca;
}
.bg-sky {
  background-color: #dcf2fd !important;
  color: #75b3c5 !important;
}
.bg-sky.tint-10 {
  background-color: #e0f3fd !important;
}
.bg-sky.tint-20 {
  background-color: #e3f5fd !important;
}
.bg-sky.tint-30 {
  background-color: #e7f6fe !important;
}
.bg-sky.tint-40 {
  background-color: #eaf7fe !important;
}
.bg-sky.tint-50 {
  background-color: #eef9fe !important;
}
.bg-sky.tint-60 {
  background-color: #f1fafe !important;
}
.bg-sky.tint-70 {
  background-color: #f5fbfe !important;
}
.bg-sky.tint-80 {
  background-color: #f8fcff !important;
}
.bg-sky.tint-90 {
  background-color: #fcfeff !important;
}
.border-sky {
  border-color: #dcf2fd !important;
}
.fill-sky {
  fill: #dcf2fd;
}
a.text-sky:hover {
  color: #dcf2fd;
}
.underline-sky {
  border-bottom: 1px solid #dcf2fd;
  padding-bottom: 0.1em;
}
.text-red {
  color: #d43d32 !important;
}
.text-red.tint-10 {
  color: #d85047 !important;
}
.text-red.tint-10 a {
  color: #d85047 !important;
}
.text-red.tint-20 {
  color: #dd645b !important;
}
.text-red.tint-20 a {
  color: #dd645b !important;
}
.text-red.tint-30 {
  color: #e17770 !important;
}
.text-red.tint-30 a {
  color: #e17770 !important;
}
.text-red.tint-40 {
  color: #e58b84 !important;
}
.text-red.tint-40 a {
  color: #e58b84 !important;
}
.text-red.tint-50 {
  color: #ea9e99 !important;
}
.text-red.tint-50 a {
  color: #ea9e99 !important;
}
.text-red.tint-60 {
  color: #eeb1ad !important;
}
.text-red.tint-60 a {
  color: #eeb1ad !important;
}
.text-red.tint-70 {
  color: #f2c5c2 !important;
}
.text-red.tint-70 a {
  color: #f2c5c2 !important;
}
.text-red.tint-80 {
  color: #f6d8d6 !important;
}
.text-red.tint-80 a {
  color: #f6d8d6 !important;
}
.text-red.tint-90 {
  color: #fbeceb !important;
}
.text-red.tint-90 a {
  color: #fbeceb !important;
}
.text-red a {
  color: #d43d32;
}
.text-red a:hover {
  color: #aa3128;
}
.bg-red {
  background-color: #d43d32 !important;
  color: #000 !important;
}
.bg-red.tint-10 {
  background-color: #d85047 !important;
}
.bg-red.tint-20 {
  background-color: #dd645b !important;
}
.bg-red.tint-30 {
  background-color: #e17770 !important;
}
.bg-red.tint-40 {
  background-color: #e58b84 !important;
}
.bg-red.tint-50 {
  background-color: #ea9e99 !important;
}
.bg-red.tint-60 {
  background-color: #eeb1ad !important;
}
.bg-red.tint-70 {
  background-color: #f2c5c2 !important;
}
.bg-red.tint-80 {
  background-color: #f6d8d6 !important;
}
.bg-red.tint-90 {
  background-color: #fbeceb !important;
}
.border-red {
  border-color: #d43d32 !important;
}
.fill-red {
  fill: #d43d32;
}
a.text-red:hover {
  color: #d43d32;
}
.underline-red {
  border-bottom: 1px solid #d43d32;
  padding-bottom: 0.1em;
}
.text-teal {
  color: #75b3c5 !important;
}
.text-teal.tint-10 {
  color: #83bbcb !important;
}
.text-teal.tint-10 a {
  color: #83bbcb !important;
}
.text-teal.tint-20 {
  color: #91c2d1 !important;
}
.text-teal.tint-20 a {
  color: #91c2d1 !important;
}
.text-teal.tint-30 {
  color: #9ecad6 !important;
}
.text-teal.tint-30 a {
  color: #9ecad6 !important;
}
.text-teal.tint-40 {
  color: #acd1dc !important;
}
.text-teal.tint-40 a {
  color: #acd1dc !important;
}
.text-teal.tint-50 {
  color: #bad9e2 !important;
}
.text-teal.tint-50 a {
  color: #bad9e2 !important;
}
.text-teal.tint-60 {
  color: #c8e1e8 !important;
}
.text-teal.tint-60 a {
  color: #c8e1e8 !important;
}
.text-teal.tint-70 {
  color: #d6e8ee !important;
}
.text-teal.tint-70 a {
  color: #d6e8ee !important;
}
.text-teal.tint-80 {
  color: #e3f0f3 !important;
}
.text-teal.tint-80 a {
  color: #e3f0f3 !important;
}
.text-teal.tint-90 {
  color: #f1f7f9 !important;
}
.text-teal.tint-90 a {
  color: #f1f7f9 !important;
}
.text-teal a {
  color: #75b3c5;
}
.text-teal a:hover {
  color: #5e8f9e;
}
.bg-teal {
  background-color: #75b3c5 !important;
  color: #dcf2fd !important;
}
.bg-teal.tint-10 {
  background-color: #83bbcb !important;
}
.bg-teal.tint-20 {
  background-color: #91c2d1 !important;
}
.bg-teal.tint-30 {
  background-color: #9ecad6 !important;
}
.bg-teal.tint-40 {
  background-color: #acd1dc !important;
}
.bg-teal.tint-50 {
  background-color: #bad9e2 !important;
}
.bg-teal.tint-60 {
  background-color: #c8e1e8 !important;
}
.bg-teal.tint-70 {
  background-color: #d6e8ee !important;
}
.bg-teal.tint-80 {
  background-color: #e3f0f3 !important;
}
.bg-teal.tint-90 {
  background-color: #f1f7f9 !important;
}
.border-teal {
  border-color: #75b3c5 !important;
}
.fill-teal {
  fill: #75b3c5;
}
a.text-teal:hover {
  color: #75b3c5;
}
.underline-teal {
  border-bottom: 1px solid #75b3c5;
  padding-bottom: 0.1em;
}
.text-black {
  color: #000 !important;
}
.text-black.tint-10 {
  color: #1a1a1a !important;
}
.text-black.tint-10 a {
  color: #1a1a1a !important;
}
.text-black.tint-20 {
  color: #333 !important;
}
.text-black.tint-20 a {
  color: #333 !important;
}
.text-black.tint-30 {
  color: #4d4d4d !important;
}
.text-black.tint-30 a {
  color: #4d4d4d !important;
}
.text-black.tint-40 {
  color: #666 !important;
}
.text-black.tint-40 a {
  color: #666 !important;
}
.text-black.tint-50 {
  color: gray !important;
}
.text-black.tint-50 a {
  color: gray !important;
}
.text-black.tint-60 {
  color: #999 !important;
}
.text-black.tint-60 a {
  color: #999 !important;
}
.text-black.tint-70 {
  color: #b3b3b3 !important;
}
.text-black.tint-70 a {
  color: #b3b3b3 !important;
}
.text-black.tint-80 {
  color: #ccc !important;
}
.text-black.tint-80 a {
  color: #ccc !important;
}
.text-black.tint-90 {
  color: #e6e6e6 !important;
}
.text-black.tint-90 a {
  color: #e6e6e6 !important;
}
.text-black a {
  color: #000;
}
.text-black a:hover {
  color: black;
}
.bg-black {
  background-color: #000 !important;
  color: #d43d32 !important;
}
.bg-black.tint-10 {
  background-color: #1a1a1a !important;
}
.bg-black.tint-20 {
  background-color: #333 !important;
}
.bg-black.tint-30 {
  background-color: #4d4d4d !important;
}
.bg-black.tint-40 {
  background-color: #666 !important;
}
.bg-black.tint-50 {
  background-color: gray !important;
}
.bg-black.tint-60 {
  background-color: #999 !important;
}
.bg-black.tint-70 {
  background-color: #b3b3b3 !important;
}
.bg-black.tint-80 {
  background-color: #ccc !important;
}
.bg-black.tint-90 {
  background-color: #e6e6e6 !important;
}
.border-black {
  border-color: #000 !important;
}
.fill-black {
  fill: #000;
}
a.text-black:hover {
  color: #000;
}
.underline-black {
  border-bottom: 1px solid #000;
  padding-bottom: 0.1em;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
#loading:before, #loading:after {
  content: '';
  display: block;
  position: absolute;
}
#loading:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
}
#loading:after {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  animation: loading 1.2s linear infinite;
}
#loading.show {
  opacity: 1;
  visibility: visible;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.manifesto, .home-work {
  display: flex;
  flex-direction: row;
  position: relative;
  font-family: Monofonto, monospace;
}
.manifesto > div, .home-work > div {
  font-size: 5.0952380952vw;
  text-transform: uppercase;
  line-height: 1;
}
.manifesto .arrow, .home-work .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.666vw;
}
.manifesto > div {
  padding: 6vw 2.5vw;
  width: calc(50% + 9vw);
}
.manifesto > div:nth-of-type(2) {
  text-align: end;
  margin-left: -9vw;
  clip-path: polygon(9vw 0, 100% 0, 100% calc(100% + 1px), 0vw calc(100% + 1px));
}
.home-work {
  position: relative;
  background: #000;
  flex-wrap: wrap;
  align-items: center;
  padding: 6vw 2.5vw;
  overflow: hidden;
  cursor: pointer;
}
.home-work:nth-child(odd) > div.left-headline {
  color: #dcf2fd;
}
.home-work:nth-child(odd) > div.right-headline {
  color: #75b3c5;
}
.home-work:nth-child(even) > div.left-headline {
  color: #d43d32;
}
.home-work:nth-child(even) > div.right-headline {
  color: #dcf2fd;
}
.home-work:hover .bg-image {
  transform: scale(1.05);
  opacity: 0.6;
}
.home-work .bg-image {
  background: center center / cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  transition: all 0.35s;
}
.home-work > div.title {
  width: 100%;
  padding: 0 2.5vw;
  position: absolute;
  left: 0;
  top: 1.4285714286vw;
  font-size: 1.7142857143vw;
  font-size: max(12px, 1.714vw);
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  color: #dcf2fd;
}
.home-work > div.left-headline, .home-work > div.right-headline {
  position: relative;
  width: 50%;
}
.home-work > div.right-headline {
  text-align: end;
}
#home-work-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
#home-work-overlay .title {
  left: 0;
  font-size: 1.7142857143vw;
  font-size: max(12px, 1.714vw);
  font-family: 'Open Sans', sans-serif;
  color: #dcf2fd;
  top: 1.4285714286vw;
  width: 100%;
  padding: 0 2.5vw;
  position: absolute;
}
#home-work-overlay video {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
#home-work-overlay .play {
  left: calc(50% - 3vw);
  top: calc(50% - 3vw);
  background: #d43d32;
  width: 6vw;
  height: 6vw;
  border-radius: 1000px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#home-work-overlay .play img {
  width: 3.619047619vw;
}
#home-work-overlay a {
  left: 0;
  font-size: 1.7142857143vw;
  font-size: max(12px, 1.714vw);
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  color: #dcf2fd;
  top: auto;
  bottom: 1.4285714286vw;
  text-decoration: none;
  text-align: end;
  width: 100%;
  padding: 0 2.5vw;
  position: absolute;
}
#home-work-overlay a img {
  width: 2.9047619048vw;
}
#home-work-overlay .close {
  position: absolute;
  right: 2vw;
  top: 2vw;
  cursor: pointer;
}
.news {
  font-size: 1.7142857143vw;
  text-decoration: none;
}
.news:nth-of-type(even) > div:nth-child(1) {
  order: 2;
}
.news:nth-of-type(even) > div:nth-child(2) {
  order: 1;
  display: flex;
  justify-content: end;
  padding-inline: 10vw 3.6vw;
  text-align: end;
}
.news > div {
  padding-block: 6vw;
}
.news > div:nth-child(1) {
  background: center center / cover no-repeat;
}
.news > div:nth-child(2) {
  padding-inline: 3.6vw 10vw;
}
.news .arrow {
  width: 2.8571428571vw;
}
.work {
  font-size: 1.7142857143vw;
  text-decoration: none;
}
.work:nth-of-type(even) > div:first-child {
  order: 2;
}
.work:nth-of-type(even) > div:last-child {
  order: 1;
  display: flex;
  justify-content: end;
}
.work > div:first-child {
  background: center center / cover no-repeat;
}
.work h2 {
  font-size: 4.5714285714vw;
  margin-bottom: 0;
}
.work .arrow {
  width: 2.8571428571vw;
}
.vs-0 {
  height: 0px;
}
.vs-1 {
  height: 1px;
}
.vs-2 {
  height: 2px;
}
.vs-3 {
  height: 3px;
}
.vs-4 {
  height: 4px;
}
.vs-5 {
  height: 5px;
}
.vs-6 {
  height: 6px;
}
.vs-7 {
  height: 7px;
}
.vs-8 {
  height: 8px;
}
.vs-9 {
  height: 9px;
}
.vs-10 {
  height: 10px;
}
.vs-11 {
  height: 11px;
}
.vs-12 {
  height: 12px;
}
.vs-13 {
  height: 13px;
}
.vs-14 {
  height: 14px;
}
.vs-15 {
  height: 15px;
}
.vs-16 {
  height: 16px;
}
.vs-17 {
  height: 17px;
}
.vs-18 {
  height: 18px;
}
.vs-19 {
  height: 19px;
}
.vs-20 {
  height: 20px;
}
.vs-21 {
  height: 21px;
}
.vs-22 {
  height: 22px;
}
.vs-23 {
  height: 23px;
}
.vs-24 {
  height: 24px;
}
.vs-25 {
  height: 25px;
}
.vs-26 {
  height: 26px;
}
.vs-27 {
  height: 27px;
}
.vs-28 {
  height: 28px;
}
.vs-29 {
  height: 29px;
}
.vs-30 {
  height: 30px;
}
.vs-31 {
  height: 31px;
}
.vs-32 {
  height: 32px;
}
.vs-33 {
  height: 33px;
}
.vs-34 {
  height: 34px;
}
.vs-35 {
  height: 35px;
}
.vs-36 {
  height: 36px;
}
.vs-37 {
  height: 37px;
}
.vs-38 {
  height: 38px;
}
.vs-39 {
  height: 39px;
}
.vs-40 {
  height: 40px;
}
.vs-41 {
  height: 41px;
}
.vs-42 {
  height: 42px;
}
.vs-43 {
  height: 43px;
}
.vs-44 {
  height: 44px;
}
.vs-45 {
  height: 45px;
}
.vs-46 {
  height: 46px;
}
.vs-47 {
  height: 47px;
}
.vs-48 {
  height: 48px;
}
.vs-49 {
  height: 49px;
}
.vs-50 {
  height: 50px;
}
.vs-51 {
  height: 51px;
}
.vs-52 {
  height: 52px;
}
.vs-53 {
  height: 53px;
}
.vs-54 {
  height: 54px;
}
.vs-55 {
  height: 55px;
}
.vs-56 {
  height: 56px;
}
.vs-57 {
  height: 57px;
}
.vs-58 {
  height: 58px;
}
.vs-59 {
  height: 59px;
}
.vs-60 {
  height: 60px;
}
.vs-61 {
  height: 61px;
}
.vs-62 {
  height: 62px;
}
.vs-63 {
  height: 63px;
}
.vs-64 {
  height: 64px;
}
.vs-65 {
  height: 65px;
}
.vs-66 {
  height: 66px;
}
.vs-67 {
  height: 67px;
}
.vs-68 {
  height: 68px;
}
.vs-69 {
  height: 69px;
}
.vs-70 {
  height: 70px;
}
.vs-71 {
  height: 71px;
}
.vs-72 {
  height: 72px;
}
.vs-73 {
  height: 73px;
}
.vs-74 {
  height: 74px;
}
.vs-75 {
  height: 75px;
}
.vs-76 {
  height: 76px;
}
.vs-77 {
  height: 77px;
}
.vs-78 {
  height: 78px;
}
.vs-79 {
  height: 79px;
}
.vs-80 {
  height: 80px;
}
.vs-81 {
  height: 81px;
}
.vs-82 {
  height: 82px;
}
.vs-83 {
  height: 83px;
}
.vs-84 {
  height: 84px;
}
.vs-85 {
  height: 85px;
}
.vs-86 {
  height: 86px;
}
.vs-87 {
  height: 87px;
}
.vs-88 {
  height: 88px;
}
.vs-89 {
  height: 89px;
}
.vs-90 {
  height: 90px;
}
.vs-91 {
  height: 91px;
}
.vs-92 {
  height: 92px;
}
.vs-93 {
  height: 93px;
}
.vs-94 {
  height: 94px;
}
.vs-95 {
  height: 95px;
}
.vs-96 {
  height: 96px;
}
.vs-97 {
  height: 97px;
}
.vs-98 {
  height: 98px;
}
.vs-99 {
  height: 99px;
}
.vs-100 {
  height: 100px;
}
.hs-0 {
  width: 0px;
  display: inline-block;
  height: 1px;
}
.hs-5 {
  width: 5px;
  display: inline-block;
  height: 1px;
}
.hs-10 {
  width: 10px;
  display: inline-block;
  height: 1px;
}
.hs-15 {
  width: 15px;
  display: inline-block;
  height: 1px;
}
.hs-20 {
  width: 20px;
  display: inline-block;
  height: 1px;
}
.hs-25 {
  width: 25px;
  display: inline-block;
  height: 1px;
}
.hs-30 {
  width: 30px;
  display: inline-block;
  height: 1px;
}
.hs-35 {
  width: 35px;
  display: inline-block;
  height: 1px;
}
.hs-40 {
  width: 40px;
  display: inline-block;
  height: 1px;
}
.hs-45 {
  width: 45px;
  display: inline-block;
  height: 1px;
}
.hs-50 {
  width: 50px;
  display: inline-block;
  height: 1px;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe, .video img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.video iframe {
  height: 100%;
}
.video + h2 {
  margin-top: 1.5rem;
}
h1.mt-0, h2.mt-0, h3.mt-0, h4.mt-0, h5.mt-0, h6.mt-0, p.mt-0 {
  margin-top: 0em !important;
}
h1.me-0, h2.me-0, h3.me-0, h4.me-0, h5.me-0, h6.me-0, p.me-0 {
  margin-end: 0em !important;
}
h1.mb-0, h2.mb-0, h3.mb-0, h4.mb-0, h5.mb-0, h6.mb-0, p.mb-0 {
  margin-bottom: 0em !important;
}
h1.ms-0, h2.ms-0, h3.ms-0, h4.ms-0, h5.ms-0, h6.ms-0, p.ms-0 {
  margin-start: 0em !important;
}
h1.my-0, h2.my-0, h3.my-0, h4.my-0, h5.my-0, h6.my-0, p.my-0 {
  margin-block: 0em !important;
}
h1.mx-0, h2.mx-0, h3.mx-0, h4.mx-0, h5.mx-0, h6.mx-0, p.mx-0 {
  margin-inline: 0em !important;
}
h1.mt-1, h2.mt-1, h3.mt-1, h4.mt-1, h5.mt-1, h6.mt-1, p.mt-1 {
  margin-top: 0.25em !important;
}
h1.me-1, h2.me-1, h3.me-1, h4.me-1, h5.me-1, h6.me-1, p.me-1 {
  margin-end: 0.25em !important;
}
h1.mb-1, h2.mb-1, h3.mb-1, h4.mb-1, h5.mb-1, h6.mb-1, p.mb-1 {
  margin-bottom: 0.25em !important;
}
h1.ms-1, h2.ms-1, h3.ms-1, h4.ms-1, h5.ms-1, h6.ms-1, p.ms-1 {
  margin-start: 0.25em !important;
}
h1.my-1, h2.my-1, h3.my-1, h4.my-1, h5.my-1, h6.my-1, p.my-1 {
  margin-block: 0.25em !important;
}
h1.mx-1, h2.mx-1, h3.mx-1, h4.mx-1, h5.mx-1, h6.mx-1, p.mx-1 {
  margin-inline: 0.25em !important;
}
h1.mt-2, h2.mt-2, h3.mt-2, h4.mt-2, h5.mt-2, h6.mt-2, p.mt-2 {
  margin-top: 0.5em !important;
}
h1.me-2, h2.me-2, h3.me-2, h4.me-2, h5.me-2, h6.me-2, p.me-2 {
  margin-end: 0.5em !important;
}
h1.mb-2, h2.mb-2, h3.mb-2, h4.mb-2, h5.mb-2, h6.mb-2, p.mb-2 {
  margin-bottom: 0.5em !important;
}
h1.ms-2, h2.ms-2, h3.ms-2, h4.ms-2, h5.ms-2, h6.ms-2, p.ms-2 {
  margin-start: 0.5em !important;
}
h1.my-2, h2.my-2, h3.my-2, h4.my-2, h5.my-2, h6.my-2, p.my-2 {
  margin-block: 0.5em !important;
}
h1.mx-2, h2.mx-2, h3.mx-2, h4.mx-2, h5.mx-2, h6.mx-2, p.mx-2 {
  margin-inline: 0.5em !important;
}
h1.mt-3, h2.mt-3, h3.mt-3, h4.mt-3, h5.mt-3, h6.mt-3, p.mt-3 {
  margin-top: 1em !important;
}
h1.me-3, h2.me-3, h3.me-3, h4.me-3, h5.me-3, h6.me-3, p.me-3 {
  margin-end: 1em !important;
}
h1.mb-3, h2.mb-3, h3.mb-3, h4.mb-3, h5.mb-3, h6.mb-3, p.mb-3 {
  margin-bottom: 1em !important;
}
h1.ms-3, h2.ms-3, h3.ms-3, h4.ms-3, h5.ms-3, h6.ms-3, p.ms-3 {
  margin-start: 1em !important;
}
h1.my-3, h2.my-3, h3.my-3, h4.my-3, h5.my-3, h6.my-3, p.my-3 {
  margin-block: 1em !important;
}
h1.mx-3, h2.mx-3, h3.mx-3, h4.mx-3, h5.mx-3, h6.mx-3, p.mx-3 {
  margin-inline: 1em !important;
}
h1.mt-4, h2.mt-4, h3.mt-4, h4.mt-4, h5.mt-4, h6.mt-4, p.mt-4 {
  margin-top: 1.5em !important;
}
h1.me-4, h2.me-4, h3.me-4, h4.me-4, h5.me-4, h6.me-4, p.me-4 {
  margin-end: 1.5em !important;
}
h1.mb-4, h2.mb-4, h3.mb-4, h4.mb-4, h5.mb-4, h6.mb-4, p.mb-4 {
  margin-bottom: 1.5em !important;
}
h1.ms-4, h2.ms-4, h3.ms-4, h4.ms-4, h5.ms-4, h6.ms-4, p.ms-4 {
  margin-start: 1.5em !important;
}
h1.my-4, h2.my-4, h3.my-4, h4.my-4, h5.my-4, h6.my-4, p.my-4 {
  margin-block: 1.5em !important;
}
h1.mx-4, h2.mx-4, h3.mx-4, h4.mx-4, h5.mx-4, h6.mx-4, p.mx-4 {
  margin-inline: 1.5em !important;
}
h1.mt-5, h2.mt-5, h3.mt-5, h4.mt-5, h5.mt-5, h6.mt-5, p.mt-5 {
  margin-top: 2em !important;
}
h1.me-5, h2.me-5, h3.me-5, h4.me-5, h5.me-5, h6.me-5, p.me-5 {
  margin-end: 2em !important;
}
h1.mb-5, h2.mb-5, h3.mb-5, h4.mb-5, h5.mb-5, h6.mb-5, p.mb-5 {
  margin-bottom: 2em !important;
}
h1.ms-5, h2.ms-5, h3.ms-5, h4.ms-5, h5.ms-5, h6.ms-5, p.ms-5 {
  margin-start: 2em !important;
}
h1.my-5, h2.my-5, h3.my-5, h4.my-5, h5.my-5, h6.my-5, p.my-5 {
  margin-block: 2em !important;
}
h1.mx-5, h2.mx-5, h3.mx-5, h4.mx-5, h5.mx-5, h6.mx-5, p.mx-5 {
  margin-inline: 2em !important;
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .mt-sm-0 {
    margin-top: 0em !important;
  }
  .me-sm-0 {
    margin-end: 0em !important;
  }
  .mb-sm-0 {
    margin-bottom: 0em !important;
  }
  .ms-sm-0 {
    margin-start: 0em !important;
  }
  .my-sm-0 {
    margin-block: 0em !important;
  }
  .mx-sm-0 {
    margin-inline: 0em !important;
  }
  .mt-sm-1 {
    margin-top: 0.25em !important;
  }
  .me-sm-1 {
    margin-end: 0.25em !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-sm-1 {
    margin-start: 0.25em !important;
  }
  .my-sm-1 {
    margin-block: 0.25em !important;
  }
  .mx-sm-1 {
    margin-inline: 0.25em !important;
  }
  .mt-sm-2 {
    margin-top: 0.5em !important;
  }
  .me-sm-2 {
    margin-end: 0.5em !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-sm-2 {
    margin-start: 0.5em !important;
  }
  .my-sm-2 {
    margin-block: 0.5em !important;
  }
  .mx-sm-2 {
    margin-inline: 0.5em !important;
  }
  .mt-sm-3 {
    margin-top: 1em !important;
  }
  .me-sm-3 {
    margin-end: 1em !important;
  }
  .mb-sm-3 {
    margin-bottom: 1em !important;
  }
  .ms-sm-3 {
    margin-start: 1em !important;
  }
  .my-sm-3 {
    margin-block: 1em !important;
  }
  .mx-sm-3 {
    margin-inline: 1em !important;
  }
  .mt-sm-4 {
    margin-top: 1.5em !important;
  }
  .me-sm-4 {
    margin-end: 1.5em !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5em !important;
  }
  .ms-sm-4 {
    margin-start: 1.5em !important;
  }
  .my-sm-4 {
    margin-block: 1.5em !important;
  }
  .mx-sm-4 {
    margin-inline: 1.5em !important;
  }
  .mt-sm-5 {
    margin-top: 2em !important;
  }
  .me-sm-5 {
    margin-end: 2em !important;
  }
  .mb-sm-5 {
    margin-bottom: 2em !important;
  }
  .ms-sm-5 {
    margin-start: 2em !important;
  }
  .my-sm-5 {
    margin-block: 2em !important;
  }
  .mx-sm-5 {
    margin-inline: 2em !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-25 {
    width: 25%;
  }
  .mt-md-0 {
    margin-top: 0em !important;
  }
  .me-md-0 {
    margin-end: 0em !important;
  }
  .mb-md-0 {
    margin-bottom: 0em !important;
  }
  .ms-md-0 {
    margin-start: 0em !important;
  }
  .my-md-0 {
    margin-block: 0em !important;
  }
  .mx-md-0 {
    margin-inline: 0em !important;
  }
  .mt-md-1 {
    margin-top: 0.25em !important;
  }
  .me-md-1 {
    margin-end: 0.25em !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-md-1 {
    margin-start: 0.25em !important;
  }
  .my-md-1 {
    margin-block: 0.25em !important;
  }
  .mx-md-1 {
    margin-inline: 0.25em !important;
  }
  .mt-md-2 {
    margin-top: 0.5em !important;
  }
  .me-md-2 {
    margin-end: 0.5em !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-md-2 {
    margin-start: 0.5em !important;
  }
  .my-md-2 {
    margin-block: 0.5em !important;
  }
  .mx-md-2 {
    margin-inline: 0.5em !important;
  }
  .mt-md-3 {
    margin-top: 1em !important;
  }
  .me-md-3 {
    margin-end: 1em !important;
  }
  .mb-md-3 {
    margin-bottom: 1em !important;
  }
  .ms-md-3 {
    margin-start: 1em !important;
  }
  .my-md-3 {
    margin-block: 1em !important;
  }
  .mx-md-3 {
    margin-inline: 1em !important;
  }
  .mt-md-4 {
    margin-top: 1.5em !important;
  }
  .me-md-4 {
    margin-end: 1.5em !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5em !important;
  }
  .ms-md-4 {
    margin-start: 1.5em !important;
  }
  .my-md-4 {
    margin-block: 1.5em !important;
  }
  .mx-md-4 {
    margin-inline: 1.5em !important;
  }
  .mt-md-5 {
    margin-top: 2em !important;
  }
  .me-md-5 {
    margin-end: 2em !important;
  }
  .mb-md-5 {
    margin-bottom: 2em !important;
  }
  .ms-md-5 {
    margin-start: 2em !important;
  }
  .my-md-5 {
    margin-block: 2em !important;
  }
  .mx-md-5 {
    margin-inline: 2em !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .mt-lg-0 {
    margin-top: 0em !important;
  }
  .me-lg-0 {
    margin-end: 0em !important;
  }
  .mb-lg-0 {
    margin-bottom: 0em !important;
  }
  .ms-lg-0 {
    margin-start: 0em !important;
  }
  .my-lg-0 {
    margin-block: 0em !important;
  }
  .mx-lg-0 {
    margin-inline: 0em !important;
  }
  .mt-lg-1 {
    margin-top: 0.25em !important;
  }
  .me-lg-1 {
    margin-end: 0.25em !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-lg-1 {
    margin-start: 0.25em !important;
  }
  .my-lg-1 {
    margin-block: 0.25em !important;
  }
  .mx-lg-1 {
    margin-inline: 0.25em !important;
  }
  .mt-lg-2 {
    margin-top: 0.5em !important;
  }
  .me-lg-2 {
    margin-end: 0.5em !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-lg-2 {
    margin-start: 0.5em !important;
  }
  .my-lg-2 {
    margin-block: 0.5em !important;
  }
  .mx-lg-2 {
    margin-inline: 0.5em !important;
  }
  .mt-lg-3 {
    margin-top: 1em !important;
  }
  .me-lg-3 {
    margin-end: 1em !important;
  }
  .mb-lg-3 {
    margin-bottom: 1em !important;
  }
  .ms-lg-3 {
    margin-start: 1em !important;
  }
  .my-lg-3 {
    margin-block: 1em !important;
  }
  .mx-lg-3 {
    margin-inline: 1em !important;
  }
  .mt-lg-4 {
    margin-top: 1.5em !important;
  }
  .me-lg-4 {
    margin-end: 1.5em !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5em !important;
  }
  .ms-lg-4 {
    margin-start: 1.5em !important;
  }
  .my-lg-4 {
    margin-block: 1.5em !important;
  }
  .mx-lg-4 {
    margin-inline: 1.5em !important;
  }
  .mt-lg-5 {
    margin-top: 2em !important;
  }
  .me-lg-5 {
    margin-end: 2em !important;
  }
  .mb-lg-5 {
    margin-bottom: 2em !important;
  }
  .ms-lg-5 {
    margin-start: 2em !important;
  }
  .my-lg-5 {
    margin-block: 2em !important;
  }
  .mx-lg-5 {
    margin-inline: 2em !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .mt-xl-0 {
    margin-top: 0em !important;
  }
  .me-xl-0 {
    margin-end: 0em !important;
  }
  .mb-xl-0 {
    margin-bottom: 0em !important;
  }
  .ms-xl-0 {
    margin-start: 0em !important;
  }
  .my-xl-0 {
    margin-block: 0em !important;
  }
  .mx-xl-0 {
    margin-inline: 0em !important;
  }
  .mt-xl-1 {
    margin-top: 0.25em !important;
  }
  .me-xl-1 {
    margin-end: 0.25em !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xl-1 {
    margin-start: 0.25em !important;
  }
  .my-xl-1 {
    margin-block: 0.25em !important;
  }
  .mx-xl-1 {
    margin-inline: 0.25em !important;
  }
  .mt-xl-2 {
    margin-top: 0.5em !important;
  }
  .me-xl-2 {
    margin-end: 0.5em !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xl-2 {
    margin-start: 0.5em !important;
  }
  .my-xl-2 {
    margin-block: 0.5em !important;
  }
  .mx-xl-2 {
    margin-inline: 0.5em !important;
  }
  .mt-xl-3 {
    margin-top: 1em !important;
  }
  .me-xl-3 {
    margin-end: 1em !important;
  }
  .mb-xl-3 {
    margin-bottom: 1em !important;
  }
  .ms-xl-3 {
    margin-start: 1em !important;
  }
  .my-xl-3 {
    margin-block: 1em !important;
  }
  .mx-xl-3 {
    margin-inline: 1em !important;
  }
  .mt-xl-4 {
    margin-top: 1.5em !important;
  }
  .me-xl-4 {
    margin-end: 1.5em !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5em !important;
  }
  .ms-xl-4 {
    margin-start: 1.5em !important;
  }
  .my-xl-4 {
    margin-block: 1.5em !important;
  }
  .mx-xl-4 {
    margin-inline: 1.5em !important;
  }
  .mt-xl-5 {
    margin-top: 2em !important;
  }
  .me-xl-5 {
    margin-end: 2em !important;
  }
  .mb-xl-5 {
    margin-bottom: 2em !important;
  }
  .ms-xl-5 {
    margin-start: 2em !important;
  }
  .my-xl-5 {
    margin-block: 2em !important;
  }
  .mx-xl-5 {
    margin-inline: 2em !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-100 {
    width: 100%;
  }
  .w-xxl-75 {
    width: 75%;
  }
  .w-xxl-50 {
    width: 50%;
  }
  .w-xxl-25 {
    width: 25%;
  }
  .mt-xxl-0 {
    margin-top: 0em !important;
  }
  .me-xxl-0 {
    margin-end: 0em !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0em !important;
  }
  .ms-xxl-0 {
    margin-start: 0em !important;
  }
  .my-xxl-0 {
    margin-block: 0em !important;
  }
  .mx-xxl-0 {
    margin-inline: 0em !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25em !important;
  }
  .me-xxl-1 {
    margin-end: 0.25em !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xxl-1 {
    margin-start: 0.25em !important;
  }
  .my-xxl-1 {
    margin-block: 0.25em !important;
  }
  .mx-xxl-1 {
    margin-inline: 0.25em !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5em !important;
  }
  .me-xxl-2 {
    margin-end: 0.5em !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xxl-2 {
    margin-start: 0.5em !important;
  }
  .my-xxl-2 {
    margin-block: 0.5em !important;
  }
  .mx-xxl-2 {
    margin-inline: 0.5em !important;
  }
  .mt-xxl-3 {
    margin-top: 1em !important;
  }
  .me-xxl-3 {
    margin-end: 1em !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1em !important;
  }
  .ms-xxl-3 {
    margin-start: 1em !important;
  }
  .my-xxl-3 {
    margin-block: 1em !important;
  }
  .mx-xxl-3 {
    margin-inline: 1em !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5em !important;
  }
  .me-xxl-4 {
    margin-end: 1.5em !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5em !important;
  }
  .ms-xxl-4 {
    margin-start: 1.5em !important;
  }
  .my-xxl-4 {
    margin-block: 1.5em !important;
  }
  .mx-xxl-4 {
    margin-inline: 1.5em !important;
  }
  .mt-xxl-5 {
    margin-top: 2em !important;
  }
  .me-xxl-5 {
    margin-end: 2em !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2em !important;
  }
  .ms-xxl-5 {
    margin-start: 2em !important;
  }
  .my-xxl-5 {
    margin-block: 2em !important;
  }
  .mx-xxl-5 {
    margin-inline: 2em !important;
  }
}
body:not(.nav-open).reverse-nav header.site-header .site-branding {
  color: #000;
}
body:not(.nav-open).reverse-nav nav.main-navigation .toggle div {
  background: #000;
}
header.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-inline: 2.5vw;
  z-index: 99;
  background: rgba(0, 0, 0, 0);
}
header.site-header .site-branding {
  font-family: Monofonto;
  font-size: 18px;
  color: #dcf2fd;
  position: relative;
  z-index: 1;
  pointer-events: none;
  transition: color 0.35s;
}
@media (min-width: 768px) {
  header.site-header .site-branding {
    font-size: 2.666vw;
    font-size: max(36px, 2.666vw);
  }
}
header.site-header .site-branding a {
  color: inherit;
  text-decoration: none;
  pointer-events: all;
}
body.nav-open nav.main-navigation .links {
  left: 0%;
}
body.nav-open nav.main-navigation .toggle div:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
body.nav-open nav.main-navigation .toggle div:nth-child(2) {
  width: 0;
  left: 50%;
}
body.nav-open nav.main-navigation .toggle div:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
nav.main-navigation .links {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #000;
  padding-top: 9.0476190476vw;
  padding-inline: 2.5vw;
  line-height: 0.72;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: left 0.35s;
}
@media (orientation: portrait) {
  nav.main-navigation .links {
    justify-content: normal;
  }
}
nav.main-navigation .links > div {
  margin-bottom: 1vw;
}
@media (orientation: portrait) {
  nav.main-navigation .links > div {
    margin-bottom: 5vw;
  }
}
nav.main-navigation .links a.link {
  font-family: Monofonto;
  font-size: 6.6666666667vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #dcf2fd;
}
@media (min-width: 1200px) {
  nav.main-navigation .links a.link {
    font-size: 90px;
  }
}
nav.main-navigation .links footer {
  padding-inline: 0;
}
nav.main-navigation .toggle {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 18px;
  top: calc(50% - 12px);
}
@media (min-width: 768px) {
  nav.main-navigation .toggle {
    width: 46px;
    height: 46px;
    right: 36px;
    top: calc(50% - 23px);
  }
}
nav.main-navigation .toggle div {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dcf2fd;
  left: 0;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  nav.main-navigation .toggle div {
    height: 4px;
  }
}
nav.main-navigation .toggle div:nth-child(1) {
  top: calc(50% - 7px);
}
@media (min-width: 768px) {
  nav.main-navigation .toggle div:nth-child(1) {
    top: calc(50% - 14px);
  }
}
nav.main-navigation .toggle div:nth-child(2) {
  top: calc(50% - 1px);
}
@media (min-width: 768px) {
  nav.main-navigation .toggle div:nth-child(2) {
    top: calc(50% - 2px);
  }
}
nav.main-navigation .toggle div:nth-child(3) {
  top: calc(50% + 5px);
}
@media (min-width: 768px) {
  nav.main-navigation .toggle div:nth-child(3) {
    top: calc(50% + 10px);
  }
}
.wp-block-image {
  margin-bottom: 1rem;
}
.wp-block-image img {
  height: auto;
}
@media (min-width: 782px) {
  .wp-block-columns.tight .wp-block-column:not(:first-child) {
    margin-left: 0.5rem;
  }
}
@media (min-width: 782px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */