@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

html {
  font-family: Archivo, serif;
  line-height: 1.5
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0
}

button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

#home {
    background-color:#000;
}

.container {
  width: 100%
}

@media (min-width:640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width:1920px) {
  .container {
    max-width: 1920px
  }
}

.contact-wrapper {
    color:white;
    width: 100%;
    position: absolute;
    bottom: 2vw;
    text-align: center;
    font-size: 22px;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.rounded-lg {
  border-radius: .5rem
}

.border-0 {
  border-width: 0
}

.border {
  border-width: 1px
}

.border-l {
  border-left-width: 1px
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.font-serif {
  font-family: Americana, serif
}

.h-6 {
  height: 1.5rem
}

.h-16 {
  height: 4rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-xs {
  font-size: .75rem
}

.text-sm {
  font-size: .875rem
}

.text-3xl {
  font-size: 1.875rem
}

.text-4xl {
  font-size: 2.25rem
}

.leading-tight {
  line-height: 1.25
}

.list-outside {
  list-style-position: outside
}

.list-disc {
  list-style-type: disc
}

.m-0 {
  margin: 0
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-24 {
  margin-bottom: 6rem
}

.mt-32 {
  margin-top: 8rem
}

.mt-48 {
  margin-top: 12rem
}

.-ml-6 {
  margin-left: -1.5rem
}

.-ml-12 {
  margin-left: -3rem
}

.max-w-none {
  max-width: none
}

.min-h-screen {
  min-height: 100vh
}

.min-w-full {
  min-width: 100%
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.opacity-75 {
  opacity: .75
}

.overflow-hidden {
  overflow: hidden
}

.p-2 {
  padding: .5rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pb-2 {
  padding-bottom: .5rem
}

.pt-4 {
  padding-top: 1rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-12 {
  padding-top: 3rem
}

.pt-20 {
  padding-top: 5rem
}

.pt-24 {
  padding-top: 6rem
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.left-0 {
  left: 0
}

.resize {
  resize: both
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.uppercase {
  text-transform: uppercase
}

.underline {
  text-decoration: underline
}

.w-8 {
  width: 2rem
}

.w-20 {
  width: 5rem
}

.w-auto {
  width: auto
}

.w-1\/2 {
  width: 50%
}

.w-2\/5 {
  width: 40%
}

.w-4\/6 {
  width: 66.666667%
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-10 {
  z-index: 10
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem
}

.gap-x-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {

  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {

  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {

  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@keyframes bounce {

  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@media (min-width:768px) {
  .md\:space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
  }

  .md\:block {
    display: block
  }

  .md\:inline {
    display: inline
  }

  .md\:hidden {
    display: none
  }

  .md\:flex-row {
    flex-direction: row
  }
}

@media (min-width:1024px) {
  .lg\:block {
    display: block
  }

  .lg\:grid {
    display: grid
  }

  .lg\:flex-col {
    flex-direction: column
  }
}

@media (min-width:1280px) {
  .xl\:space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
  }
}

@media (min-width:1920px) {
  .xxl\:space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
  }
}

@font-face {
  font-weight: 400;
  font-family: Americana;
  font-style: normal;
  src: url(./fonts/font-roman.b6af20d.woff) format("woff");
  font-display: block
}

@font-face {
  font-weight: 400;
  font-family: Americana;
  font-style: normal;
  src: url(./fonts/font-roman.c466f72.woff2) format("woff2");
  font-display: block
}

@font-face {
  font-weight: 300;
  font-family: Americana;
  font-style: italic;
  src: url(./fonts/font-italic.74fa94e.woff) format("woff");
  font-display: block
}

@font-face {
  font-weight: 300;
  font-family: Americana;
  font-style: italic;
  src: url(./fonts/font-italic.5c1d5b6.woff2) format("woff2");
  font-display: block
}

@font-face {
  font-weight: 300;
  font-family: Archivo;
  font-style: normal;
  src: url(./fonts/archivo-italic.c6c5d2f.ttf) format("truetype");
  font-display: block
}

@font-face {
  font-weight: 400;
  font-family: Archivo;
  font-style: normal;
  src: url(./fonts/archivo-regular.3b3b442.ttf) format("truetype");
  font-display: block
}

@font-face {
  font-weight: 500;
  font-family: Archivo;
  font-style: normal;
  src: url(./fonts/archivo-medium.9675c98.ttf) format("truetype");
  font-display: block
}

.site-root,
body,
html {
  width: 100%;
  height: 100%
}

html {
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #202725;
  background: #fff;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

html {
  font-family: Archivo, serif;
  line-height: 1.5
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0
}

button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

.container {
  width: 100%
}

@media (min-width:640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width:1920px) {
  .container {
    max-width: 1920px
  }
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.rounded-lg {
  border-radius: .5rem
}

.border-0 {
  border-width: 0
}

.border {
  border-width: 1px
}

.border-l {
  border-left-width: 1px
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.font-serif {
  font-family: Americana, serif
}

.h-6 {
  height: 1.5rem
}

.h-16 {
  height: 4rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-xs {
  font-size: .75rem
}

.text-sm {
  font-size: .875rem
}

.text-3xl {
  font-size: 1.875rem
}

.text-4xl {
  font-size: 2.25rem
}

.leading-tight {
  line-height: 1.25
}

.list-outside {
  list-style-position: outside
}

.list-disc {
  list-style-type: disc
}

.m-0 {
  margin: 0
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-24 {
  margin-bottom: 6rem
}

.mt-32 {
  margin-top: 8rem
}

.mt-48 {
  margin-top: 12rem
}

.-ml-6 {
  margin-left: -1.5rem
}

.-ml-12 {
  margin-left: -3rem
}

.max-w-none {
  max-width: none
}

.min-h-screen {
  min-height: 100vh
}

.min-w-full {
  min-width: 100%
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.opacity-75 {
  opacity: .75
}

.overflow-hidden {
  overflow: hidden
}

.p-2 {
  padding: .5rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pb-2 {
  padding-bottom: .5rem
}

.pt-4 {
  padding-top: 1rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-12 {
  padding-top: 3rem
}

.pt-20 {
  padding-top: 5rem
}

.pt-24 {
  padding-top: 6rem
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.left-0 {
  left: 0
}

.resize {
  resize: both
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.uppercase {
  text-transform: uppercase
}

.underline {
  text-decoration: underline
}

.w-8 {
  width: 2rem
}

.w-20 {
  width: 5rem
}

.w-auto {
  width: auto
}

.w-1\/2 {
  width: 50%
}

.w-2\/5 {
  width: 40%
}

.w-4\/6 {
  width: 66.666667%
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-10 {
  z-index: 10
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem
}

.gap-x-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {

  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {

  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {

  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@keyframes bounce {

  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@media (min-width:768px) {
  .md\:space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
  }

  .md\:block {
    display: block
  }

  .md\:inline {
    display: inline
  }

  .md\:hidden {
    display: none
  }

  .md\:flex-row {
    flex-direction: row
  }
}

@media (min-width:1024px) {
  .lg\:block {
    display: block
  }

  .lg\:grid {
    display: grid
  }

  .lg\:flex-col {
    flex-direction: column
  }
}

@media (min-width:1280px) {
  .xl\:space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
  }
}

@media (min-width:1920px) {
  .xxl\:space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--space-y-reverse))
  }
}

.site-root,
body,
html {
  font-family: Archivo, serif;
  line-height: 1.5
}

html {
  font-size: 14px
}

@media (min-width:1024px) {
  html {
    font-size: 14px
  }
}

@media (min-width:1280px) {
  html {
    font-size: 16px
  }
}

@media (min-width:1920px) {
  html {
    font-size: 16px
  }
}

.slick-track[data-v-e4caeaf8] {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translateZ(0)
}

.slick-track.slick-center[data-v-e4caeaf8] {
  margin-left: auto;
  margin-right: auto
}

.slick-track[data-v-e4caeaf8]:after,
.slick-track[data-v-e4caeaf8]:before {
  display: table;
  content: ""
}

.slick-track[data-v-e4caeaf8]:after {
  clear: both
}

.slick-loading .slick-track[data-v-e4caeaf8] {
  visibility: hidden
}

.slick-slide[data-v-e4caeaf8] {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide[data-v-e4caeaf8] {
  float: right
}

.slick-slide img[data-v-e4caeaf8] {
  display: block
}

.slick-slide.slick-loading img[data-v-e4caeaf8] {
  display: none
}

.slick-slide.dragging img[data-v-e4caeaf8] {
  pointer-events: none
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
  display: block
}

.slick-loading .slick-slide[data-v-e4caeaf8] {
  visibility: hidden
}

.slick-vertical .slick-slide[data-v-e4caeaf8] {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden[data-v-21137603] {
  display: none
}

.slick-slider[data-v-3d1a4f76] {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list[data-v-3d1a4f76] {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transform: translateZ(0)
}

.slick-list[data-v-3d1a4f76]:focus {
  outline: 0
}

.slick-list.dragging[data-v-3d1a4f76] {
  cursor: pointer;
  cursor: hand
}

@font-face {
  font-family: slick;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format("woff")
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "ÔåÉ"
}

[dir=rtl] .slick-prev:before {
  content: "ÔåÆ"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "ÔåÆ"
}

[dir=rtl] .slick-next:before {
  content: "ÔåÉ"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

code[class*=language-],
pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc
}

@media print {

  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none
  }
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090
}

.token.punctuation {
  color: #999
}

.token.namespace {
  opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5)
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a
}

.token.class-name,
.token.function {
  color: #dd4a68
}

.token.important,
.token.regex,
.token.variable {
  color: #e90
}

.token.bold,
.token.important {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #000;
  z-index: 999999
}

.page-progress.page-progress-notransition {
  transition: none
}

.page-progress-failed {
  background-color: red
}

body {
  background: #fff;
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  --v-padding-x: 1.5rem
}

@media (min-width:1024px) {
  body {
    --v-padding-x: 4rem
  }
}

@media (min-width:1024px) {
  body.hide {
    height: 100vh;
    overflow: hidden
  }
}

.container {
  width: 100%;
  min-width: 100%;
  overflow-x: hidden
}

section {
  width: 100%;
  padding-top: 5rem
}

@media (min-width:1024px) {
  section {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
  }
}

.touch section {
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem
}

.layout-enter-active,
.layout-leave-active,
.page-enter-active,
.page-leave-active {
  transition: opacity .35s
}

.layout-enter,
.layout-leave-active,
.page-enter,
.page-leave-active {
  opacity: 0
}

header[data-v-4b2ff22a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50
}

header .wrapper[data-v-4b2ff22a] {
  padding: var(--v-padding-x);
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .3s ease .3s, transform .5s
}

header .wrapper.white[data-v-4b2ff22a] {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

header .wrapper.black[data-v-4b2ff22a] {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  transform: translateY(-100%)
}

header .wrapper.black.show[data-v-4b2ff22a],
header:hover .wrapper[data-v-4b2ff22a] {
  transform: translateY(0)
}

.logo[data-v-27e8376e] {
  z-index: 20;
  width: 220px
}

@media (min-width:768px) {
  .logo[data-v-27e8376e] {
    width: 25vw
  }
}

@media (min-width:1024px) {
  .logo[data-v-27e8376e] {
    width: 15vw
  }
}

nav[data-v-27e8376e] {
  width: 100%;
  display: flex;
  justify-content: space-between
}

nav ul[data-v-27e8376e] {
  width: 100%;
  display: none
}

@media (min-width:768px) {
  nav ul[data-v-27e8376e] {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

nav ul li[data-v-27e8376e] {
  font-size: .75rem;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end
}

nav ul li.home-link[data-v-27e8376e] {
  display: none
}

@media (min-width:768px) {
  nav ul li.home-link[data-v-27e8376e] {
    display: flex
  }
}

path {
  fill: currentColor
}

.home[data-v-d5d0b508] {
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.home .bg[data-v-d5d0b508] {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden
}

.home .bg .image-landscape[data-v-d5d0b508] {
  display: none
}

@media (orientation:landscape) {
  .home .bg .image-landscape[data-v-d5d0b508] {
    display: block
  }
}

.home .bg .image-portrait[data-v-d5d0b508] {
  display: none
}

@media (orientation:portrait) {
  .home .bg .image-portrait[data-v-d5d0b508] {
    display: block
  }
}

.home .content[data-v-d5d0b508] {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: var(--v-padding-x);
  padding-right: var(--v-padding-x)
}

.image-wrapper[data-v-ac89baae],
img[data-v-ac89baae] {
  overflow: hidden;
  height: 100%
}

img[data-v-ac89baae] {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  filter: blur(5px);
  transition: all 10ms .4s
}

img.contain[data-v-ac89baae] {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 8rem
}

img.in-viewport[data-v-ac89baae] {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform .8s ease .3s, filter .6s ease .3s
}

img.invert_animation[data-v-ac89baae] {
  transform: scale(1);
  filter: blur(0);
  transition: transform .4s ease .2s, filter .6s ease .8s
}

img.invert_animation.in-viewport[data-v-ac89baae] {
  transform: scale(1.1);
  filter: blur(5px)
}

h1,
h2,
h3,
h4 {
  line-height: 1.25;
  padding-bottom: .5rem;
  margin: 0;
  font-family: Americana, serif;
  width: 100%
}

h1 {
  font-size: 1.875rem;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-bottom: 0;
  letter-spacing: -.15rem;
  line-height: 2rem;
  font-size: 6.5vh;
  line-height: 6.5vh;
  max-width: 90vw;
  text-align: center;
}

@media (orientation:landscape) {
  h1 {
    font-size: 12.8vh;
    line-height: 12.4vh
  }
}

@media (min-width:768px) {
  h1 {
    font-size: 4vw;
    line-height: 4.5vw
  }
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 2rem;
  letter-spacing: -.15rem
}

@media (min-width:768px) {
  h2 {
    font-size: 3vw;
    line-height: 2vw
  }
}

h3 {
  font-size: 1.875rem;
  font-family: Americana, serif;
  padding: 0
}

@media (min-width:768px) {
  h3 {
    padding-right: 3rem;
    font-size: 2vw;
    line-height: 2vw
  }
}

.module-text span[style*="text-decoration: underline"],
.parallax-title span[style*="text-decoration: underline"] {
  text-decoration-thickness: 1px
}

.module-text h1,
.module-text h2,
.module-text h3,
.parallax-title h1,
.parallax-title h2,
.parallax-title h3 {
  display: block;
  transform: translateY(10%);
  opacity: 0;
  transition: all 10ms .4s
}

.module-text.in-viewport h1,
.module-text.in-viewport h2,
.module-text.in-viewport h3,
.parallax-title.in-viewport h1,
.parallax-title.in-viewport h2,
.parallax-title.in-viewport h3 {
  transform: none;
  opacity: 1;
  transition: transform .8s ease, opacity 1.2s ease
}

.module-text.in-viewport h1:first-child,
.module-text.in-viewport h2:first-child,
.module-text.in-viewport h3:first-child,
.parallax-title.in-viewport h1:first-child,
.parallax-title.in-viewport h2:first-child,
.parallax-title.in-viewport h3:first-child {
  transition-delay: .65s
}

.module-text.in-viewport h1:nth-child(2),
.module-text.in-viewport h2:nth-child(2),
.module-text.in-viewport h3:nth-child(2),
.parallax-title.in-viewport h1:nth-child(2),
.parallax-title.in-viewport h2:nth-child(2),
.parallax-title.in-viewport h3:nth-child(2) {
  transition-delay: .8s
}

.module-text.in-viewport h1:nth-child(3),
.module-text.in-viewport h2:nth-child(3),
.module-text.in-viewport h3:nth-child(3),
.parallax-title.in-viewport h1:nth-child(3),
.parallax-title.in-viewport h2:nth-child(3),
.parallax-title.in-viewport h3:nth-child(3) {
  transition-delay: .95s
}

.module-text.in-viewport h1:nth-child(4),
.module-text.in-viewport h2:nth-child(4),
.module-text.in-viewport h3:nth-child(4),
.parallax-title.in-viewport h1:nth-child(4),
.parallax-title.in-viewport h2:nth-child(4),
.parallax-title.in-viewport h3:nth-child(4) {
  transition-delay: 1.1s
}

.module-text.in-viewport h1:nth-child(5),
.module-text.in-viewport h2:nth-child(5),
.module-text.in-viewport h3:nth-child(5),
.parallax-title.in-viewport h1:nth-child(5),
.parallax-title.in-viewport h2:nth-child(5),
.parallax-title.in-viewport h3:nth-child(5) {
  transition-delay: 1.25s
}

.module-text.in-viewport h1:nth-child(6),
.module-text.in-viewport h2:nth-child(6),
.module-text.in-viewport h3:nth-child(6),
.parallax-title.in-viewport h1:nth-child(6),
.parallax-title.in-viewport h2:nth-child(6),
.parallax-title.in-viewport h3:nth-child(6) {
  transition-delay: 1.4s
}

.module-text.in-viewport h1:nth-child(7),
.module-text.in-viewport h2:nth-child(7),
.module-text.in-viewport h3:nth-child(7),
.parallax-title.in-viewport h1:nth-child(7),
.parallax-title.in-viewport h2:nth-child(7),
.parallax-title.in-viewport h3:nth-child(7) {
  transition-delay: 1.55s
}

.module-text.in-viewport h1:nth-child(8),
.module-text.in-viewport h2:nth-child(8),
.module-text.in-viewport h3:nth-child(8),
.parallax-title.in-viewport h1:nth-child(8),
.parallax-title.in-viewport h2:nth-child(8),
.parallax-title.in-viewport h3:nth-child(8) {
  transition-delay: 1.7s
}

.module-text.in-viewport h1:nth-child(9),
.module-text.in-viewport h2:nth-child(9),
.module-text.in-viewport h3:nth-child(9),
.parallax-title.in-viewport h1:nth-child(9),
.parallax-title.in-viewport h2:nth-child(9),
.parallax-title.in-viewport h3:nth-child(9) {
  transition-delay: 1.85s
}

.module-text.in-viewport h1:nth-child(10),
.module-text.in-viewport h2:nth-child(10),
.module-text.in-viewport h3:nth-child(10),
.parallax-title.in-viewport h1:nth-child(10),
.parallax-title.in-viewport h2:nth-child(10),
.parallax-title.in-viewport h3:nth-child(10) {
  transition-delay: 2s
}

.module-text.in-viewport h1:nth-child(11),
.module-text.in-viewport h2:nth-child(11),
.module-text.in-viewport h3:nth-child(11),
.parallax-title.in-viewport h1:nth-child(11),
.parallax-title.in-viewport h2:nth-child(11),
.parallax-title.in-viewport h3:nth-child(11) {
  transition-delay: 2.15s
}

.module-text.in-viewport h1:nth-child(12),
.module-text.in-viewport h2:nth-child(12),
.module-text.in-viewport h3:nth-child(12),
.parallax-title.in-viewport h1:nth-child(12),
.parallax-title.in-viewport h2:nth-child(12),
.parallax-title.in-viewport h3:nth-child(12) {
  transition-delay: 2.3s
}

.module-text.in-viewport h1:nth-child(13),
.module-text.in-viewport h2:nth-child(13),
.module-text.in-viewport h3:nth-child(13),
.parallax-title.in-viewport h1:nth-child(13),
.parallax-title.in-viewport h2:nth-child(13),
.parallax-title.in-viewport h3:nth-child(13) {
  transition-delay: 2.45s
}

.module-text.in-viewport h1:nth-child(14),
.module-text.in-viewport h2:nth-child(14),
.module-text.in-viewport h3:nth-child(14),
.parallax-title.in-viewport h1:nth-child(14),
.parallax-title.in-viewport h2:nth-child(14),
.parallax-title.in-viewport h3:nth-child(14) {
  transition-delay: 2.6s
}

.module-text.in-viewport h1:nth-child(15),
.module-text.in-viewport h2:nth-child(15),
.module-text.in-viewport h3:nth-child(15),
.parallax-title.in-viewport h1:nth-child(15),
.parallax-title.in-viewport h2:nth-child(15),
.parallax-title.in-viewport h3:nth-child(15) {
  transition-delay: 2.75s
}

.module-text.in-viewport h1:nth-child(16),
.module-text.in-viewport h2:nth-child(16),
.module-text.in-viewport h3:nth-child(16),
.parallax-title.in-viewport h1:nth-child(16),
.parallax-title.in-viewport h2:nth-child(16),
.parallax-title.in-viewport h3:nth-child(16) {
  transition-delay: 2.9s
}

.module-text.in-viewport h1:nth-child(17),
.module-text.in-viewport h2:nth-child(17),
.module-text.in-viewport h3:nth-child(17),
.parallax-title.in-viewport h1:nth-child(17),
.parallax-title.in-viewport h2:nth-child(17),
.parallax-title.in-viewport h3:nth-child(17) {
  transition-delay: 3.05s
}

.module-text.in-viewport h1:nth-child(18),
.module-text.in-viewport h2:nth-child(18),
.module-text.in-viewport h3:nth-child(18),
.parallax-title.in-viewport h1:nth-child(18),
.parallax-title.in-viewport h2:nth-child(18),
.parallax-title.in-viewport h3:nth-child(18) {
  transition-delay: 3.2s
}

.module-text.in-viewport h1:nth-child(19),
.module-text.in-viewport h2:nth-child(19),
.module-text.in-viewport h3:nth-child(19),
.parallax-title.in-viewport h1:nth-child(19),
.parallax-title.in-viewport h2:nth-child(19),
.parallax-title.in-viewport h3:nth-child(19) {
  transition-delay: 3.35s
}

.module-text.in-viewport h1:nth-child(20),
.module-text.in-viewport h2:nth-child(20),
.module-text.in-viewport h3:nth-child(20),
.parallax-title.in-viewport h1:nth-child(20),
.parallax-title.in-viewport h2:nth-child(20),
.parallax-title.in-viewport h3:nth-child(20) {
  transition-delay: 3.5s
}

.module-text.in-viewport h1:nth-child(21),
.module-text.in-viewport h2:nth-child(21),
.module-text.in-viewport h3:nth-child(21),
.parallax-title.in-viewport h1:nth-child(21),
.parallax-title.in-viewport h2:nth-child(21),
.parallax-title.in-viewport h3:nth-child(21) {
  transition-delay: 3.65s
}

.module-text.in-viewport h1:nth-child(22),
.module-text.in-viewport h2:nth-child(22),
.module-text.in-viewport h3:nth-child(22),
.parallax-title.in-viewport h1:nth-child(22),
.parallax-title.in-viewport h2:nth-child(22),
.parallax-title.in-viewport h3:nth-child(22) {
  transition-delay: 3.8s
}

.module-text.in-viewport h1:nth-child(23),
.module-text.in-viewport h2:nth-child(23),
.module-text.in-viewport h3:nth-child(23),
.parallax-title.in-viewport h1:nth-child(23),
.parallax-title.in-viewport h2:nth-child(23),
.parallax-title.in-viewport h3:nth-child(23) {
  transition-delay: 3.95s
}

.module-text.in-viewport h1:nth-child(24),
.module-text.in-viewport h2:nth-child(24),
.module-text.in-viewport h3:nth-child(24),
.parallax-title.in-viewport h1:nth-child(24),
.parallax-title.in-viewport h2:nth-child(24),
.parallax-title.in-viewport h3:nth-child(24) {
  transition-delay: 4.1s
}

.module-text.in-viewport h1:nth-child(25),
.module-text.in-viewport h2:nth-child(25),
.module-text.in-viewport h3:nth-child(25),
.parallax-title.in-viewport h1:nth-child(25),
.parallax-title.in-viewport h2:nth-child(25),
.parallax-title.in-viewport h3:nth-child(25) {
  transition-delay: 4.25s
}

.about[data-v-696b4797] {
  align-items: center;
  display: flex;
  flex-direction: column
}

@media (min-width:768px) {
  .about[data-v-696b4797] {
    flex-direction: row
  }
}

.about .image-landscape[data-v-696b4797] {
  display: block;
  margin-left: -1.5rem;
  width: 100%;
  max-width: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width:768px) {
  .about .image-landscape[data-v-696b4797] {
    display: none
  }
}

.about .image-portrait[data-v-696b4797] {
  display: none
}

@media (min-width:768px) {
  .about .image-portrait[data-v-696b4797] {
    display: block
  }
}

.about .col[data-v-696b4797] {
  width: 100%;
  height: 40vh
}

@media (min-width:768px) {
  .about .col[data-v-696b4797] {
    width: 50%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden
  }
}

.about .col--text[data-v-696b4797] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: var(--v-padding-x);
  padding-right: var(--v-padding-x)
}

.about .col--text .module-text[data-v-696b4797] {
  max-width: 32rem
}

@media (min-width:1024px) {
  .about .col--text .module-text[data-v-696b4797] {
    margin-top: 2.5rem
  }
}

.module-text .wrapper[data-v-7e04910c] {
  border-left-width: 1px;
  padding-left: 1.5rem;
  width: 88%;
  max-width: 88%
}

@media (min-width:768px) {
  .module-text .wrapper[data-v-7e04910c] {
    max-width: none;
    width: 100%
  }
}

.module-text[data-v-7e04910c] p {
  margin-top: 20px
}

.module-text[data-v-7e04910c] p br {
  display: none
}

@media (min-width:1024px) {
  .module-text[data-v-7e04910c] p br {
    display: inline;
    display: initial
  }
}

.module-text[data-v-7e04910c] p>img {
  width: 100%;
  max-width: none;
  margin-left: -3rem;
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 3rem solid #fff
}

@media (min-width:768px) {
  .module-text[data-v-7e04910c] p>img {
    display: none
  }
}

.thesis[data-v-34af484a] {
  align-items: center;
  display: flex;
  flex-direction: column
}

@media (min-width:768px) {
  .thesis[data-v-34af484a] {
    flex-direction: row
  }
}

.thesis .image-landscape[data-v-34af484a] {
  display: block;
  margin-left: -1.5rem;
  width: 100%;
  max-width: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width:768px) {
  .thesis .image-landscape[data-v-34af484a] {
    display: none
  }
}

.thesis .image-portrait[data-v-34af484a] {
  display: none
}

@media (min-width:768px) {
  .thesis .image-portrait[data-v-34af484a] {
    display: block
  }
}

.thesis .col[data-v-34af484a] {
  width: 100%;
  height: 40vh
}

@media (min-width:768px) {
  .thesis .col[data-v-34af484a] {
    width: 50%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden
  }
}

.thesis .col--text[data-v-34af484a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: var(--v-padding-x);
  padding-right: var(--v-padding-x)
}

.thesis .col--text .module-text[data-v-34af484a] {
  max-width: 32rem
}

.thesis .col--text .parallax-title[data-v-34af484a] {
  margin-bottom: 5rem
}

@media (min-width:1024px) {
  .thesis .col--text .parallax-title[data-v-34af484a] {
    margin-bottom: 5rem
  }
}

.team[data-v-ab3a4af6] {
  align-items: flex-start;
  justify-content: center;
  padding-left: var(--v-padding-x);
  padding-right: var(--v-padding-x)
}

.team .content[data-v-ab3a4af6],
.team[data-v-ab3a4af6] {
  display: flex;
  flex-direction: column
}

.team .content[data-v-ab3a4af6] {
  width: 100%
}

@media (min-width:1024px) {
  .team .content[data-v-ab3a4af6] {
    flex-direction: row;
    align-items: flex-start
  }
}

.team .content .col[data-v-ab3a4af6] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left-width: 1px;
  display: flex;
  flex-direction: column;
  width: 100%
}

@media (min-width:1024px) {
  .team .content .col[data-v-ab3a4af6] {
    margin-top: 0
  }
}

.team .content .col .items[data-v-ab3a4af6] {
  width: 100%;
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: .25rem
}

@media (min-width:1024px) {
  .team .content .col--team[data-v-ab3a4af6] {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (min-width:1024px) {
  .team .content .col--team[data-v-ab3a4af6] {
    width: 50%
  }
}

@media (min-width:1280px) {
  .team .content .col--team[data-v-ab3a4af6] {
    width: 50%
  }
}

@media (min-width:1920px) {
  .team .content .col--team[data-v-ab3a4af6] {
    width: 50%
  }
}

.team .content .col--advisors[data-v-ab3a4af6] {
  margin-top: 5rem
}

@media (min-width:768px) {
  .team .content .col--advisors[data-v-ab3a4af6] {
    padding-right: 3rem
  }
}

@media (min-width:1024px) {
  .team .content .col--advisors[data-v-ab3a4af6] {
    width: 66.666667%;
    margin-top: 0;
    padding-right: 0
  }
}

@media (min-width:1280px) {
  .team .content .col--advisors[data-v-ab3a4af6] {
    width: 66.666667%;
    margin-top: 0;
    padding-right: 5rem
  }
}

@media (min-width:1920px) {
  .team .content .col--advisors[data-v-ab3a4af6] {
    width: 66.666667%;
    margin-top: 0;
    padding-right: 8rem
  }
}

@media (min-width:768px) {
  .team .content .col--advisors .items[data-v-ab3a4af6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.team .content .col .team__item[data-v-ab3a4af6]:first-child img {
  transition-delay: .35s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(2) img {
  transition-delay: .5s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(3) img {
  transition-delay: .65s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(4) img {
  transition-delay: .8s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(5) img {
  transition-delay: .95s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(6) img {
  transition-delay: 1.1s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(7) img {
  transition-delay: 1.25s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(8) img {
  transition-delay: 1.4s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(9) img {
  transition-delay: 1.55s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(10) img {
  transition-delay: 1.7s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(11) img {
  transition-delay: 1.85s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(12) img {
  transition-delay: 2s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(13) img {
  transition-delay: 2.15s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(14) img {
  transition-delay: 2.3s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(15) img {
  transition-delay: 2.45s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(16) img {
  transition-delay: 2.6s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(17) img {
  transition-delay: 2.75s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(18) img {
  transition-delay: 2.9s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(19) img {
  transition-delay: 3.05s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(20) img {
  transition-delay: 3.2s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(21) img {
  transition-delay: 3.35s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(22) img {
  transition-delay: 3.5s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(23) img {
  transition-delay: 3.65s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(24) img {
  transition-delay: 3.8s
}

.team .content .col .team__item[data-v-ab3a4af6]:nth-child(25) img {
  transition-delay: 3.95s
}

.team__item[data-v-8ab7811c] {
  overflow: hidden;
  font-size: .875rem;
  line-height: 1.25
}

@media (min-width:768px) {
  .team__item[data-v-8ab7811c] {
    width: 25vw
  }
}

@media (min-width:1024px) {
  .team__item[data-v-8ab7811c] {
    width: 13vw
  }
}

.team__item .item-image[data-v-8ab7811c] {
  overflow: hidden
}

.team__item .item-image img[data-v-8ab7811c] {
  width: 100%;
  height: auto
}

.team__item .infos[data-v-8ab7811c] {
  height: 80px
}

.team__item .infos .name[data-v-8ab7811c] {
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 600
}

.team__item .infos .title[data-v-8ab7811c] {
  min-height: 45px
}

.contact[data-v-512d1fac] {
  align-items: center;
  display: flex;
  flex-direction: column
}

@media (min-width:768px) {
  .contact[data-v-512d1fac] {
    flex-direction: row
  }
}

.contact .image-landscape[data-v-512d1fac] {
  display: block;
  margin-left: -1.5rem;
  width: 100%;
  max-width: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width:768px) {
  .contact .image-landscape[data-v-512d1fac] {
    display: none
  }
}

.contact .image-portrait[data-v-512d1fac] {
  display: none
}

@media (min-width:768px) {
  .contact .image-portrait[data-v-512d1fac] {
    display: block
  }
}

.contact .col[data-v-512d1fac] {
  width: 100%;
  height: 40vh
}

@media (min-width:768px) {
  .contact .col[data-v-512d1fac] {
    width: 50%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden
  }
}

.contact .col--text[data-v-512d1fac] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: var(--v-padding-x);
  padding-right: var(--v-padding-x)
}

.contact .col--text[data-v-512d1fac] h2 {
  margin-top: 2.5rem
}

.footer[data-v-42c31aac] {
  padding: var(--v-padding-x);
  margin: var(--v-padding-x);
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  display: flex;
  flex-direction: column;
  border-left-width: 1px;
  margin-bottom: 3rem
}

@media (min-width:768px) {
  .footer[data-v-42c31aac] {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 6rem;
    width: 100%;
    border-width: 0
  }
}

nav[data-v-7157968a] {
  width: 100%
}

nav .logo[data-v-7157968a] {
  z-index: 20;
  width: 220px;
  display: none;
  margin-top: 2.5rem
}

@media (min-width:768px) {
  nav .logo[data-v-7157968a] {
    display: block;
    width: 25vw;
    margin-top: 0
  }
}

@media (min-width:1024px) {
  nav .logo[data-v-7157968a] {
    width: 15vw
  }
}

nav .logo--alt[data-v-7157968a] {
  display: block
}

@media (min-width:768px) {
  nav .logo--alt[data-v-7157968a] {
    display: none
  }
}

@media (min-width:768px) {
  nav[data-v-7157968a] {
    margin-bottom: 0;
    flex-grow: 1
  }
}

@media (min-width:768px) {
  nav ul[data-v-7157968a] {
    width: 100%;
    display: flex;
    justify-content: space-between
  }
}

nav ul li[data-v-7157968a] {
  text-transform: uppercase;
  font-size: .75rem;
  display: flex;
  align-items: flex-end;
  padding-top: .25rem;
  padding-bottom: .25rem
}

@media (min-width:768px) {
  nav ul li[data-v-7157968a] {
    padding-top: 0;
    padding-bottom: 0
  }
}

nav ul li .ot-sdk-show-settings[data-v-7157968a] {
  border-width: 0;
  text-transform: uppercase;
  font-size: .75rem;
  display: flex;
  align-items: flex-end;
  padding-top: .25rem;
  padding-bottom: .25rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border: none !important;
  color: #000 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  background: 0 0 !important;
  outline: 0 !important;
  padding: 0 !important
}
