@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("../css/fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Major+Mono+Display&family=Orbitron:wght@400..900&display=swap");
/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
html {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #ffffff;
  height: 100%;
  min-width: 320px;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Spinner */
@-moz-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-ms-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
/* Loader */
@-moz-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}
@-webkit-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}
@-ms-keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}
@keyframes spinner-hide {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  99% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: 100001;
  }
  100% {
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg);
    color: #e5e6e7;
    z-index: -1;
  }
}
@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
body {
  text-decoration: none;
}
body:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #e5e6e7;
  content: "\f1ce";
  cursor: default;
  display: block;
  font-size: 2em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 2em;
  z-index: -1;
}
body:after {
  -moz-animation: overlay-hide 1.5s ease-in forwards !important;
  -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
  -ms-animation: overlay-hide 1.5s ease-in forwards !important;
  animation: overlay-hide 1.5s ease-in forwards !important;
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.is-preload:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  z-index: 100001;
}
body.is-preload:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1;
  z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  body:before {
    line-height: 2.025em;
  }
}
/* Type */
body, input, textarea, select {
  font-family: "Source Sans Pro", "sans-serif";
  font-weight: 300;
  font-size: 18pt;
  line-height: 1.75em;
  color: #FFFFFF;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1920px) {
  body, input, textarea, select {
    font-size: 17pt;
  }
}
@media screen and (max-width: 1680px) {
  body, input, textarea, select {
    font-size: 15pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, textarea, select {
    font-size: 13pt;
  }
}
@media screen and (max-width: 1024px) {
  body, input, textarea, select {
    font-size: 13pt;
  }
}
@media screen and (max-width: 736px) {
  body, input, textarea, select {
    font-size: 12pt;
    line-height: 1.5em;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  color: inherit;
  letter-spacing: -0.0325em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2.25em;
  line-height: 1.25em;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.5em;
  }
}
strong, b {
  font-weight: 900;
  color: inherit;
}

em, i {
  font-style: italic;
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #98c593;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #e5e6e7;
}

blockquote {
  border-left: solid 0.5em #e5e6e7;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}

/* Box */
.box {
  background: #ffffff;
  color: #FFFFFF;
  padding: 2em;
}
.box > :last-child {
  margin-bottom: 0;
}
.box.style2 {
  padding: 3.5em 2.5em 3.5em 2.5em;
}
@media screen and (max-width: 736px) {
  .box {
    padding: 1em;
  }
  .box.style2 {
    padding: 1.5em 1.25em 1.5em 1.25em;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* Button */
input[type=button],
input[type=submit],
input[type=reset],
.button,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #98c593;
  border: 0;
  border-radius: 3.5em;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 3.5em;
  line-height: 3.5em;
  outline: 0;
  padding: 0 2em 0 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
input[type=button].down,
input[type=submit].down,
input[type=reset].down,
.button.down,
button.down {
  width: 5em;
  height: 5em;
  line-height: 4.5em;
  padding: 0;
  background-image: url("images/dark-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10em;
  overflow: hidden;
}
input[type=button].down.anchored,
input[type=submit].down.anchored,
input[type=reset].down.anchored,
.button.down.anchored,
button.down.anchored {
  bottom: 0;
  border-bottom: 0;
  border-radius: 3em 3em 0 0;
  height: 4.5em;
  margin-left: -2.5em;
}
input[type=button].anchored,
input[type=submit].anchored,
input[type=reset].anchored,
.button.anchored,
button.anchored {
  position: absolute;
  left: 50%;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
button:hover {
  background-color: rgb(167.8222891566, 205.9096385542, 163.5903614458);
}
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
.button:active,
button:active {
  background-color: rgb(136.1777108434, 188.0903614458, 130.4096385542);
}
input[type=button].style2,
input[type=submit].style2,
input[type=reset].style2,
.button.style2,
button.style2 {
  background-color: transparent;
  border: solid 2px #e5e6e7;
  color: inherit;
}
input[type=button].style2:hover,
input[type=submit].style2:hover,
input[type=reset].style2:hover,
.button.style2:hover,
button.style2:hover {
  background-color: rgba(229, 230, 231, 0.25);
}
input[type=button].style2:active,
input[type=submit].style2:active,
input[type=reset].style2:active,
.button.style2:active,
button.style2:active {
  background-color: rgba(229, 230, 231, 0.375);
}
input[type=button].style2.down,
input[type=submit].style2.down,
input[type=reset].style2.down,
.button.style2.down,
button.style2.down {
  background-image: url("images/arrow.svg");
}

/* Form */
form {
  margin: 0 0 2em 0;
}
form > :last-child {
  margin-bottom: 0;
}
form > .fields {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3em);
  margin: -1.5em 0 2em -1.5em;
}
form > .fields > .field {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5em 0 0 1.5em;
  width: calc(100% - 1.5em);
}
form > .fields > .field.half {
  width: calc(50% - 0.75em);
}
form > .fields > .field.third {
  width: calc(100%/3 - 0.5em);
}
form > .fields > .field.quarter {
  width: calc(25% - 0.375em);
}
@media screen and (max-width: 480px) {
  form > .fields {
    width: calc(100% + 2em);
    margin: -1em 0 2em -1em;
  }
  form > .fields > .field {
    padding: 1em 0 0 1em;
    width: calc(100% - 1em);
  }
  form > .fields > .field.half {
    width: calc(100% - 1em);
  }
  form > .fields > .field.third {
    width: calc(100% - 1em);
  }
  form > .fields > .field.quarter {
    width: calc(100% - 1em);
  }
}

label {
  display: block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 0.65em 0.75em;
  background: none;
  border: solid 2px #e5e6e7;
  color: inherit;
  border-radius: 0.5em;
  outline: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #9ac8e9;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
select {
  line-height: 1.35em;
}

textarea {
  min-height: 8em;
}

::-moz-focus-inner {
  border: 0;
}

::-webkit-input-placeholder {
  opacity: 0.375;
}

:-moz-placeholder {
  opacity: 0.375;
}

::-moz-placeholder {
  opacity: 0.375;
}

:-ms-input-placeholder {
  opacity: 0.375;
}

/* Icon */
.icon {
  text-decoration: none;
  position: relative;
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon:before {
  line-height: inherit;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* Image */
.image {
  position: relative;
  display: inline-block;
}
.image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay.png");
}
.image img {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.fit {
  display: block;
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em;
}
ul.default li {
  padding-left: 0.5em;
}
ul.menu {
  cursor: default;
}
ul.menu li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px #e5e6e7;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
}
ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}
ol.default li {
  padding-left: 0.25em;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1em);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
}

/* Icons */
ul.icons {
  cursor: default;
}
ul.icons li {
  display: inline-block;
}
ul.icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border: 0;
}

/* Sections/Article */
header {
  margin-bottom: 1em;
}
header p {
  display: block;
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
}

footer {
  margin-top: 2em;
}

/* Table */
table {
  width: 100%;
}
table.default {
  width: 100%;
}
table.default tbody tr:nth-child(2n+2) {
  background: rgba(229, 230, 231, 0.5);
}
table.default td {
  padding: 0.5em 1em 0.5em 1em;
}
table.default th {
  text-align: left;
  font-weight: 900;
  padding: 0.5em 1em 0.5em 1em;
}
table.default thead {
  background: #FFFFFF;
  color: #ffffff;
}
table.default tfoot {
  background: #e5e6e7;
}

/* Poptrox */
.poptrox-popup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  padding-bottom: 3em;
  box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}
.poptrox-popup .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1em 0 0 -1em;
  width: 2em;
  height: 2em;
  display: block;
  font-size: 2em;
}
.poptrox-popup .loader:before {
  -moz-animation: spinner-rotate 0.75s infinite linear !important;
  -webkit-animation: spinner-rotate 0.75s infinite linear !important;
  -ms-animation: spinner-rotate 0.75s infinite linear !important;
  animation: spinner-rotate 0.75s infinite linear !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #e5e6e7;
  content: "\f1ce";
  cursor: default;
  display: block;
  height: 2em;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2em;
}
.poptrox-popup .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 3em;
  line-height: 2.8em;
  text-align: center;
  cursor: default;
  z-index: 1;
  font-size: 0.9em;
}
.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.01);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
  content: "";
  position: absolute;
  width: 96px;
  height: 64px;
  background: url("images/poptrox-nav.svg");
  top: calc(50% - 1.5em);
  margin: -32px 0 0 0;
}
.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
  opacity: 0.5;
}
.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
  opacity: 1;
}
.poptrox-popup .nav-previous:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH;
}
.poptrox-popup .nav-next {
  right: 0;
}
.poptrox-popup .nav-next:before {
  right: 0;
}
.poptrox-popup .nav-previous {
  left: 0;
}
.poptrox-popup .nav-previous:before {
  left: 0;
}
.poptrox-popup .closer {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 2;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.poptrox-popup .closer:before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff;
  background: url("images/poptrox-closer.svg") center center;
  color: #ffffff !important;
}
.poptrox-popup:hover .closer {
  opacity: 0.5;
}
.poptrox-popup:hover .closer:hover {
  opacity: 1;
}
body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
  opacity: 1 !important;
}
@media screen and (max-width: 736px) {
  .poptrox-popup .nav-next:before,
  .poptrox-popup .nav-previous:before {
    width: 48px;
    height: 32px;
    background-size: contain;
    margin: -16px 0 0 0;
  }
  .poptrox-popup .closer:before {
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    background-size: contain;
    opacity: 0.65;
  }
}

/* Gallery */
.gallery {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45em;
  max-width: 100%;
  margin: 0 auto 2em auto;
}
.gallery article {
  -moz-transition: -moz-transform 1s ease, opacity 1s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
  -ms-transition: -ms-transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 50%;
  position: relative;
  opacity: 1;
}
.gallery article .image {
  margin: 0;
  display: block;
}
.gallery article:nth-last-child(1n) {
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.gallery article:nth-last-child(2n) {
  -moz-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.gallery article:nth-last-child(2n) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gallery article:nth-last-child(3n) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.gallery article:nth-last-child(3n) {
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery article:nth-last-child(4n) {
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery article:nth-last-child(4n) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery article:nth-last-child(5n) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery article:nth-last-child(5n) {
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.gallery article:nth-last-child(6n) {
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.gallery article:nth-last-child(6n) {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gallery article:nth-last-child(7n) {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gallery article:nth-last-child(7n) {
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.gallery article:nth-last-child(8n) {
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.gallery article:nth-last-child(8n) {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.gallery article:nth-last-child(9n) {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.gallery article:nth-last-child(9n) {
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.gallery article:nth-last-child(10n) {
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.gallery article:nth-last-child(10n) {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.gallery article:nth-last-child(11n) {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.gallery article:nth-last-child(11n) {
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.gallery article:nth-last-child(12n) {
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.gallery article:nth-last-child(12n) {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.gallery article:nth-last-child(13n) {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.gallery article:nth-last-child(13n) {
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.gallery article:nth-last-child(14n) {
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.gallery article:nth-last-child(14n) {
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.gallery article:nth-last-child(15n) {
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.gallery article:nth-last-child(15n) {
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.gallery article:nth-last-child(16n) {
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.gallery article:nth-last-child(16n) {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.gallery article:nth-last-child(17n) {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.gallery article:nth-last-child(17n) {
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -ms-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.gallery article:nth-last-child(18n) {
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -ms-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.gallery article:nth-last-child(18n) {
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.gallery article:nth-last-child(19n) {
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.gallery article:nth-last-child(19n) {
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -ms-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.gallery article:nth-last-child(20n) {
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -ms-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.gallery article:nth-last-child(20n) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.gallery article:nth-last-child(21n) {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.gallery article:nth-last-child(21n) {
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.gallery article:nth-last-child(22n) {
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.gallery article:nth-last-child(22n) {
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.gallery article:nth-last-child(23n) {
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.gallery article:nth-last-child(23n) {
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
  -ms-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.gallery article:nth-last-child(24n) {
  -moz-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
  -ms-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.gallery.inactive article {
  opacity: 0;
}
.gallery.inactive article.from-left {
  -moz-transform: translateX(-14em);
  -webkit-transform: translateX(-14em);
  -ms-transform: translateX(-14em);
  transform: translateX(-14em);
}
.gallery.inactive article.from-right {
  -moz-transform: translateX(14em);
  -webkit-transform: translateX(14em);
  -ms-transform: translateX(14em);
  transform: translateX(14em);
}
.gallery.inactive article.from-top {
  -moz-transform: translateY(-7em);
  -webkit-transform: translateY(-7em);
  -ms-transform: translateY(-7em);
  transform: translateY(-7em);
}
.gallery.inactive article.from-bottom {
  -moz-transform: translateY(7em);
  -webkit-transform: translateY(7em);
  -ms-transform: translateY(7em);
  transform: translateY(7em);
}
@media screen and (max-width: 480px) {
  .gallery {
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery article {
    width: 100%;
  }
}

/* Header */
#header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  height: 3em;
  line-height: 3em;
  box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}
#header h1 {
  position: absolute;
  left: 1em;
  top: 0;
  height: 3em;
  line-height: 3em;
  cursor: default;
}
#header h1 a {
  font-size: 1.25em;
}
#header nav {
  position: absolute;
  right: 0.5em;
  top: 0;
  height: 3em;
  line-height: 3em;
}
#header nav ul {
  margin: 0;
}
#header nav ul li {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.9em;
}
#header nav ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 3em;
  line-height: 3em;
  padding: 0 0.5em 0 0.5em;
  outline: 0;
}
@media screen and (max-width: 736px) {
  #header {
    height: 2.5em;
    line-height: 2.5em;
  }
  #header h1 {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    height: 2.5em;
    line-height: 2.5em;
  }
  #header h1 a {
    font-size: 1em;
  }
  #header nav {
    display: none;
  }
}

body {
  padding-top: 3em;
}
@media screen and (max-width: 736px) {
  body {
    padding-top: 2.5em;
  }
}

/* Main */
.main {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
.main > .content {
  width: 45em;
  max-width: calc(100% - 4em);
  margin: 0 auto;
}
.main > .content > :last-child {
  margin-bottom: 0;
}
.main.fullscreen {
  min-height: 100%;
}
.main.style1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 3em 0 3em 0;
}
.main.style1 h2 {
  font-size: 4.25em;
  line-height: 1em;
}
.main.style1 > .content {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  margin: 0;
}
.main.style1.inactive > .content {
  opacity: 0;
}
.main.style2 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 3em 0 3em 0;
  overflow: hidden;
}
.main.style2 > .content {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  width: 35%;
  margin: 0;
}
.main.style2.left {
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
}
.main.style2.right {
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
}
.main.style2.inactive.left > .content {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.main.style2.inactive.right > .content {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.main.style3 {
  text-align: center;
  padding: 6em 0 6em 0;
}
.main.style3 .content > header {
  margin-bottom: 2em;
}
.main.style3.primary {
  background: #ffffff;
}
.main.style3.secondary {
  background: #f5f6f7;
}
.main.dark {
  color: #ffffff;
}
.main.dark a {
  color: inherit;
}
.main.dark .button.style2 {
  border-color: #ffffff;
}
.main.dark .button.style2:hover {
  background-color: rgba(255, 255, 255, 0.125);
}
.main.dark .button.style2:active {
  background-color: rgba(255, 255, 255, 0.25);
}
.main.dark .button.style2.down {
  background-image: url("images/dark-arrow.svg");
}
body.is-touch .main {
  background-attachment: scroll !important;
}
@media screen and (max-width: 1920px) {
  .main.style2 .content {
    width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .main.style2 .content {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .main.style2 .content {
    width: 60%;
  }
}
@media screen and (max-width: 736px) {
  .main > .content br {
    display: none;
  }
  .main.fullscreen {
    height: auto !important;
  }
  .main.style1 {
    padding: 4em 15px 4em 15px;
  }
  .main.style1 h2 {
    font-size: 3em;
  }
  .main.style2 {
    padding: 6em 15px 6em 15px;
  }
  .main.style2:before, .main.style2:after {
    display: none !important;
  }
  .main.style2 .button.anchored {
    display: none;
  }
  .main.style2 .content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main.style3 {
    text-align: center;
    padding: 3em 10px 3em 10px;
  }
}
@media screen and (max-width: 480px) {
  .main > .content {
    max-width: calc(100% - 1.5em);
  }
}

/* Footer */
#footer {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin: 0;
  line-height: 1em;
  padding: 1.5em;
  background: #39454b;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#footer > * {
  margin-bottom: 0;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: rgb(255, 255, 255);
}
#footer ul.menu {
  margin: 0;
}
#footer ul.menu li {
  border-left-color: rgba(185, 186, 187, 0.2);
  font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
  #footer {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height: 1.5em;
    text-align: center;
    padding: 2em 1em 2em 1em;
  }
  #footer > * {
    margin: 0 0 1em 0;
  }
}
@media screen and (max-width: 736px) {
  #footer ul.menu li {
    border-left: none;
    display: block;
    line-height: inherit;
    margin: 0.25em 0 0 0;
    padding: 0.25em 0 0 0;
  }
  #footer ul.menu li:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

/* Intro */
#intro {
  background-image: url("images/overlay.png"), url("../../images/intro.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat;
}

/* One */
#one {
  background-image: url("images/overlay.png"), url("../../images/one.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
}

/* Two */
#two {
  background-image: url("images/overlay.png"), url("../../images/two.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
}

/* Contact */
#contact {
  overflow: hidden;
  padding-bottom: 0;
}
#contact .box {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}
#contact.inactive .box {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media screen and (max-width: 736px) {
  #contact .box {
    padding: 1.5em 1.5em 2em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #contact .box {
    padding: 1em 1em 2em 1em;
  }
}

/**
 * Tooltip ([data-tooltip])
 */
[data-tooltip] {
  position: relative;
}
[data-tooltip]:not(a, button, input) {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help;
}
[data-tooltip][data-placement=top]::before, [data-tooltip][data-placement=top]::after, [data-tooltip]::before, [data-tooltip]::after {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 0.25rem 0.5rem;
  overflow: hidden;
  transform: translate(-50%, -0.25rem);
  border-radius: var(--pico-border-radius);
  background: var(--pico-tooltip-background-color);
  content: attr(data-tooltip);
  color: var(--pico-tooltip-color);
  font-style: normal;
  font-weight: var(--pico-font-weight);
  font-size: 0.875rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
[data-tooltip][data-placement=top]::after, [data-tooltip]::after {
  padding: 0;
  transform: translate(-50%, 0rem);
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-radius: 0;
  background-color: transparent;
  content: "";
  color: var(--pico-tooltip-background-color);
}
[data-tooltip][data-placement=bottom]::before, [data-tooltip][data-placement=bottom]::after {
  top: 100%;
  bottom: auto;
  transform: translate(-50%, 0.25rem);
}
[data-tooltip][data-placement=bottom]:after {
  transform: translate(-50%, -0.3rem);
  border: 0.3rem solid transparent;
  border-bottom: 0.3rem solid;
}
[data-tooltip][data-placement=left]::before, [data-tooltip][data-placement=left]::after {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translate(-0.25rem, -50%);
}
[data-tooltip][data-placement=left]:after {
  transform: translate(0.3rem, -50%);
  border: 0.3rem solid transparent;
  border-left: 0.3rem solid;
}
[data-tooltip][data-placement=right]::before, [data-tooltip][data-placement=right]::after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translate(0.25rem, -50%);
}
[data-tooltip][data-placement=right]:after {
  transform: translate(-0.3rem, -50%);
  border: 0.3rem solid transparent;
  border-right: 0.3rem solid;
}
[data-tooltip]:focus::before, [data-tooltip]:focus::after, [data-tooltip]:hover::before, [data-tooltip]:hover::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  [data-tooltip]:focus::before, [data-tooltip]:focus::after, [data-tooltip]:hover::before, [data-tooltip]:hover::after {
    --pico-tooltip-slide-to: translate(-50%, -0.25rem);
    transform: translate(-50%, 0.75rem);
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-name: tooltip-slide;
    opacity: 0;
  }
  [data-tooltip]:focus::after, [data-tooltip]:hover::after {
    --pico-tooltip-caret-slide-to: translate(-50%, 0rem);
    transform: translate(-50%, -0.25rem);
    animation-name: tooltip-caret-slide;
  }
  [data-tooltip][data-placement=bottom]:focus::before, [data-tooltip][data-placement=bottom]:focus::after, [data-tooltip][data-placement=bottom]:hover::before, [data-tooltip][data-placement=bottom]:hover::after {
    --pico-tooltip-slide-to: translate(-50%, 0.25rem);
    transform: translate(-50%, -0.75rem);
    animation-name: tooltip-slide;
  }
  [data-tooltip][data-placement=bottom]:focus::after, [data-tooltip][data-placement=bottom]:hover::after {
    --pico-tooltip-caret-slide-to: translate(-50%, -0.3rem);
    transform: translate(-50%, -0.5rem);
    animation-name: tooltip-caret-slide;
  }
  [data-tooltip][data-placement=left]:focus::before, [data-tooltip][data-placement=left]:focus::after, [data-tooltip][data-placement=left]:hover::before, [data-tooltip][data-placement=left]:hover::after {
    --pico-tooltip-slide-to: translate(-0.25rem, -50%);
    transform: translate(0.75rem, -50%);
    animation-name: tooltip-slide;
  }
  [data-tooltip][data-placement=left]:focus::after, [data-tooltip][data-placement=left]:hover::after {
    --pico-tooltip-caret-slide-to: translate(0.3rem, -50%);
    transform: translate(0.05rem, -50%);
    animation-name: tooltip-caret-slide;
  }
  [data-tooltip][data-placement=right]:focus::before, [data-tooltip][data-placement=right]:focus::after, [data-tooltip][data-placement=right]:hover::before, [data-tooltip][data-placement=right]:hover::after {
    --pico-tooltip-slide-to: translate(0.25rem, -50%);
    transform: translate(-0.75rem, -50%);
    animation-name: tooltip-slide;
  }
  [data-tooltip][data-placement=right]:focus::after, [data-tooltip][data-placement=right]:hover::after {
    --pico-tooltip-caret-slide-to: translate(-0.3rem, -50%);
    transform: translate(-0.05rem, -50%);
    animation-name: tooltip-caret-slide;
  }
}
@keyframes tooltip-slide {
  to {
    transform: var(--pico-tooltip-slide-to);
    opacity: 1;
  }
}
@keyframes tooltip-caret-slide {
  50% {
    opacity: 0;
  }
  to {
    transform: var(--pico-tooltip-caret-slide-to);
    opacity: 1;
  }
}

.embla {
  max-width: 48rem;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 28%;
  margin: 1.5rem auto;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
  position: relative;
}

.embla__slide h3 {
  position: absolute;
  color: #260808;
  z-index: 1;
  /* background-color: rgba(0, 0, 0, 0.2); */
  bottom: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem;
  right: 0;
}

.embla__slide__img {
  border-radius: 0px;
  display: block;
  height: var(--slide-height);
  width: 100%;
  object-fit: contain;
}

.embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 0;
}

.embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--text-body);
  display: flex;
  align-items: center;
  justify-content: center;
}

.embla__button:disabled {
  color: var(--detail-high-contrast);
}

.embla__button__svg {
  width: 35%;
  height: 35%;
}

.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: -0.6rem;
}

.embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.embla__dot:after {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}

.embla__dot--selected:after {
  box-shadow: inset 0 0 0 0.2rem var(--text-body);
}

.embla__parallax {
  border-radius: 0px;
  height: 100%;
  overflow: hidden;
}

.embla__parallax__layer {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.embla__parallax__img {
  max-width: none;
  flex: 0 0 calc(115% + var(--slide-spacing) * 2);
  object-fit: cover;
}

html {
  background: #200C01;
  background: linear-gradient(180deg, #200C01 0%, #100D03 100%);
}

html {
  position: relative;
}
html:after {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/images/test/desktop.jpeg");
  background-size: cover;
  background-position: center;
  background-image: url("/images/test/tablet.jpeg");
  background-size: auto;
  background-position: top left;
  background-image: url("/images/test/mobile.jpeg");
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 100;
  opacity: 0.3;
}

body, body:after {
  background: #200C01;
  background: linear-gradient(180deg, #200C01 0%, #100D03 100%);
}

body {
  padding-top: 0;
}

body:before {
  color: #E5E1D9;
}

body:not(.is-preload):before {
  content: "";
}

body, input, textarea, select, button {
  font-family: "manifold-cf", "Chakra Petch";
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}

section {
  background: #100D03;
}

section, footer {
  transition: 0.1s filter ease-in;
}

small {
  font-size: 0.7em;
}

button,
.button {
  border-radius: 3px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
button.primary,
.button.primary {
  background-color: #155B31;
  color: #E5E1D9;
}
button.outline,
.button.outline {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
button.outline.white,
.button.outline.white {
  border-color: #E5E1D9;
}
button.outline.white:hover,
.button.outline.white:hover {
  background-color: #E5E1D9;
  color: #100D03;
}
button.outline.gold,
.button.outline.gold {
  border-color: #D1A86B;
}
button.outline.gold:hover,
.button.outline.gold:hover {
  background-color: #D1A86B;
}
button.transparent,
.button.transparent {
  padding: 0.3rem 0.5rem;
  line-height: normal;
  height: auto;
  background-color: transparent;
}

[data-tooltip][data-placement=top]::before, [data-tooltip]::before {
  background-color: #155B31;
}
[data-tooltip][data-placement=top]::after, [data-tooltip]::after {
  color: #155B31;
}
[data-tooltip].error[data-placement=top]::before, [data-tooltip].error::before {
  background-color: #DC3545;
}
[data-tooltip].error[data-placement=top]::after, [data-tooltip].error::after {
  color: #DC3545;
}

.d-block {
  display: block;
}

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

.text-gold {
  color: #D1A86B;
}

.text-green {
  color: #208B4B;
}

.bold {
  font-weight: 700;
  font-style: italic;
}

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

#header {
  background-color: transparent;
  padding: 1.88rem 3.6vw;
  padding-bottom: 2vh;
  padding-bottom: 2svh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  transition: opacity 1s ease-out;
  margin: 0;
}
#header:before, #header:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 1s ease-out, background-color 0s ease-in;
}
#header h1 {
  position: static;
  height: auto;
  width: auto;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
  max-width: 2.5rem;
  max-width: 3.8rem;
}
#header h1 img {
  max-height: 2.5rem;
  max-height: 3.8rem;
}
#header:not(.landing) h1 {
  opacity: 1;
}
#header a {
  color: #E5E1D9;
  text-decoration: none;
}
#header a:hover {
  color: #D1A86B;
}
#header .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header nav {
  position: static;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  max-height: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
}
#header nav ul {
  display: flex;
  flex-direction: column;
  width: 83vw;
  row-gap: 1.3rem;
  margin-top: 1.8rem;
  width: 100%;
}
#header nav ul li {
  margin-left: 0;
}
#header nav ul li a {
  display: block;
  font-size: 2rem;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: auto;
  text-transform: capitalize;
  padding: 0;
}
#header nav ul li a.active {
  font-style: italic;
}
#header .second-nav {
  width: 100%;
  max-height: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
}
#header .second-nav ul {
  display: flex;
  flex-direction: row;
  column-gap: 1.75rem;
  margin: 0;
}
#header .second-nav ul li a {
  text-transform: uppercase;
  font-size: 0.6em;
  border-bottom: 0.3px solid #E5E1D9;
}
#header .second-nav .socials {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
}
#header.opened {
  max-height: 100vh;
  max-height: 100svh;
  height: 100vh;
  height: 100svh;
}
#header.opened:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#header.opened:after {
  opacity: 1;
  background: url("/images/fulls/smoke.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -2;
}
#header.opened h1 {
  max-width: 70vw;
}
#header.opened nav {
  max-height: 100vh;
  max-height: 100svh;
  opacity: 1;
}
#header.opened .second-nav {
  max-height: 100vh;
  max-height: 100svh;
  opacity: 1;
}
#header.opened h1 {
  opacity: 1;
  transition: opacity 1s ease-in;
}
#header.opened ~ section, #header.opened ~ #footer {
  filter: blur(5px);
}
@media screen and (max-width: 1280px) {
  #header.opened {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  #header nav {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 736px) {
  #header .second-nav ul {
    flex-direction: column;
  }
  #header .second-nav .socials {
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 1rem;
  }
  #header .second-nav .socials a {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15%;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  #header nav ul li a {
    font-size: 6vh;
    font-size: 6svh;
  }
}
.btn-burger {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  min-height: 50px;
  min-width: 50px;
  width: 50px;
  cursor: pointer;
}
.btn-burger .burger-bar {
  background-color: #E5E1D9;
  height: 1px;
  width: 25px;
}
.btn-burger .burger-bar.top {
  margin-bottom: 2px;
  transform-origin: center center;
  transition: transform 0.2s ease-out;
}
.btn-burger .burger-bar.btm {
  margin-top: 2px;
  transform-origin: center center;
  transition: transform 0.2s ease-out;
}

#header.opened .btn-burger .burger-bar.top {
  transform: rotate(-45deg) translate(-2px, 2px);
}
#header.opened .btn-burger .burger-bar.btm {
  transform: rotate(45deg) translate(-2px, -2px);
}

@media (hover: hover) {
  .btn-burger {
    transition: background-color 0.2s ease;
  }
  .btn-burger:hover {
    background-color: #CBC3B2;
  }
  .btn-burger:hover .burger-bar {
    background-color: #155B31;
  }
}
@media (min-width: 768px) {
  .btn-burger {
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    width: 60px;
  }
  .btn-burger .burger-bar {
    width: 30px;
  }
  .btn-burger .burger-bar .top {
    margin-bottom: 3px;
  }
}
section footer button.style2.down {
  font-size: 1.3rem;
}

.cta header {
  margin-top: -1.3rem;
  margin-bottom: 0.4rem;
}
.cta header h1 {
  text-transform: uppercase;
  padding-bottom: 1.1rem;
  border-bottom: 0.5px solid #D1A86B;
  font-size: 9.3rem;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
}
.cta header img {
  width: 45vw;
  padding: 0px 6.5vw;
  padding-bottom: 3rem;
  border-bottom: 0.3px solid #D1A86B;
}
.cta p {
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin: 0;
}
.cta footer {
  margin: 0;
  margin-top: 2rem;
}
.cta footer .button-64 {
  align-items: center;
  background-image: linear-gradient(144deg, #cc9901, #cf9c2c, #d0a043, #d1a458, #d1a86b);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(16, 13, 3, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: auto;
  padding: 3px;
  margin: 0.5rem 0;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 0.5rem;
}
.cta footer .button-64:nth-child(2n) {
  background-image: linear-gradient(144deg, #d1a86b, #d1a458, #d0a043, #cf9c2c, #cc9901);
}
.cta footer .button-64:active,
.cta footer .button-64:hover {
  outline: 0;
}
.cta footer .button-64 span {
  background-color: rgb(16, 13, 3);
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.cta footer .button-64 span i {
  margin-left: 0.2rem;
}
.cta footer .button-64:hover span {
  background: none;
}
@media (min-width: 768px) {
  .cta footer .button-64 {
    background-image: linear-gradient(144deg, #cc9901, #cf9c2c, #d0a043, #d1a458, #d1a86b);
    font-size: 1rem;
    min-width: auto;
    margin: 0 1rem;
  }
  .cta footer .button-64:nth-child(2n) {
    background-image: linear-gradient(36deg, #d1a86b, #d1a458, #d0a043, #cf9c2c, #cc9901);
  }
}
.cta .nav-opener.button.style2.down {
  text-indent: unset;
  background-image: none;
  font-size: 2.5em;
  letter-spacing: 0;
  transition: letter-spacing 0.8s ease-out;
  border-width: 0px;
  text-transform: capitalize;
  width: auto;
  height: auto;
  line-height: normal;
  position: absolute;
  bottom: 16svh;
}
.cta .nav-opener.button.style2.down:active {
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .cta {
    padding-bottom: 2rem;
  }
  .cta.main > .content {
    width: 100%;
  }
  .cta header {
    margin-bottom: 1.7rem;
    margin-top: -1.3rem;
  }
  .cta header h1 {
    border-bottom-width: 2px;
    padding-bottom: 4rem;
  }
  .cta p {
    font-size: 1.9rem;
  }
  .cta .nav-opener.button.style2.down {
    font-size: 4.5rem;
    bottom: 12svh;
  }
}
@media screen and (max-width: 736px) {
  .cta header {
    margin-bottom: 0.1rem;
    margin-top: -0.1rem;
  }
  .cta header img {
    width: 65vw;
    padding-bottom: 1rem;
  }
  .cta header h1 {
    font-size: 21vw;
    border-bottom-width: 1px;
    padding-bottom: 1.4rem;
  }
  .cta p {
    font-size: 3.8vw;
  }
  .cta .nav-opener.button.style2.down {
    font-size: 2.4rem;
  }
}

@media (hover: hover) {
  .cta .nav-opener.button.style2.down:hover {
    cursor: pointer;
    letter-spacing: 0.03em;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .fullwidth-video__cta {
    font-size: 3.125em;
  }
}
.hero.main.style1 header h2 {
  font-size: 3.125rem;
  font-weight: 300;
  letter-spacing: 0.5rem;
  text-transform: capitalize;
  line-height: normal;
}

@media (min-width: 768px) {
  .hero.main.style1 header h2 {
    font-size: 8.42vw;
  }
}
@media (min-width: 1440px) {
  .hero.main.style1 header h2 {
    font-size: 4.375rem;
  }
}
.main > .content {
  width: 45em;
  max-width: calc(100% - 4em);
  margin: 0 auto;
}
.main.style2 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 3em 0 3em 0;
  overflow: hidden;
}
.main.style2 > .content {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  width: 35%;
  margin: 0;
}
.main.style2 > .content header h2 {
  text-transform: uppercase;
}
.main.style2 > .content p {
  font-size: 1.6em;
  line-height: 1.4;
}
.main.style2.left, .main.style2.right {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.main.style2.inactive.left > .content, .main.style2.inactive.right > .content {
  -moz-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.main.style3.primary {
  color: #50270c;
}
.main.style3.primary header h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .main.style2 .content {
    width: 75%;
  }
}
@media screen and (max-width: 1280px) {
  .main.style2 .content {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .main.style2 > .content {
    width: 100%;
    max-width: 100%;
  }
  .main.style2 > .content .text-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 736px) {
  .main.style2 .content {
    width: 100%;
    max-width: 100%;
    text-align: left;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main.style2 .content p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .main > .content {
    max-width: calc(100% - 1.5em);
  }
}

.box {
  background-color: transparent;
}
@media screen and (max-width: 736px) {
  .box.style2 {
    background-color: transparent;
  }
}

blockquote {
  font-size: 2.5em;
  line-height: 1.1;
  font-style: normal;
  text-align: center;
  padding: 0;
  margin: 2rem 1.3rem;
  border-left: 0;
  position: relative;
}
blockquote:before, blockquote:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 1rem 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
blockquote:before {
  background-image: url(/assets/css/images/quote-left.svg);
}
blockquote:after {
  background-image: url(/assets/css/images/quote-right.svg);
}
@media screen and (max-width: 736px) {
  blockquote {
    font-size: 1.5em;
    line-height: 1.3;
  }
  blockquote:before, blockquote:after {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.main.style1 .history,
.main.style2 .history,
.main.style3 .history {
  padding-left: 3rem;
  border-left: 3px solid #D1A86B;
}
.main.style1 .history p,
.main.style2 .history p,
.main.style3 .history p {
  line-height: 1;
  margin-bottom: 0.5em;
}

#one, #two {
  background-image: none;
}

#hrc-rules {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in;
}
#hrc-rules h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0.7em;
}
#hrc-rules ul {
  border-left: 3px solid #D1A86B;
  padding-left: 3rem;
  list-style-type: none;
}
#hrc-rules ul li {
  margin: 0.33rem 0;
}
#hrc-rules ul li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url("/images/potcoin-green-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  top: 2px;
  margin-right: 0.4rem;
  margin-left: -1.4rem;
}
#hrc-rules.opened {
  max-height: 200svh;
}
@media screen and (max-width: 736px) {
  #hrc-rules {
    text-align: left;
  }
  #hrc-rules ul li {
    margin: 0.75rem 0;
  }
}

.gallery {
  flex-wrap: nowrap;
  justify-content: center;
}
.gallery article {
  width: 75%;
  margin: 0 auto;
}
.gallery article button {
  font-size: 0.8em;
  margin-top: 3rem;
}

#footer {
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 3.8rem;
  background: #100D03;
  transition: 1s filter ease-in;
}
#footer a {
  text-decoration: none;
  color: #E5E1D9;
  line-height: normal;
}
#footer a:hover {
  color: #D1A86B;
}
#footer ul {
  margin: 0;
}
#footer .img-container {
  width: 100%;
  height: 373px;
  padding: 1.3rem;
  padding-bottom: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#footer .img-container img {
  width: 100%;
  height: auto;
  filter: sepia(1);
}
#footer .row, #footer .col {
  display: flex;
  width: 45%;
}
#footer .row {
  flex-direction: row;
  justify-content: space-between;
}
#footer .col {
  flex-direction: column;
}
#footer .content {
  width: 100%;
  padding: 0 12.05vw 5rem;
  flex-wrap: wrap;
  column-gap: 1rem;
}
#footer .content > .row:not(:first-child), #footer .content > .col:not(:first-child) {
  width: 25%;
}
#footer .content > .space-between {
  row-gap: 4rem;
}
#footer .footer-nav ul {
  row-gap: 1rem;
}
#footer .footer-nav ul a {
  font-size: 1.6875rem;
  font-weight: 300;
}
#footer .socials {
  margin-top: 0.5rem;
  font-size: 1rem;
  column-gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#footer .socials + ul {
  row-gap: 1rem;
  width: 100%;
}
#footer .socials + ul li a {
  text-transform: uppercase;
  border-bottom: 0.3px solid #E5E1D9;
  font-size: 0.75rem;
}
#footer .socials + ul li a:hover {
  border-bottom-color: #D1A86B;
}
#footer .contact {
  justify-content: space-between;
}
#footer .contact h4 {
  font-size: 3rem;
  font-weight: 300;
  margin-top: -0.5rem;
}
#footer .contact img {
  max-width: 3rem;
  align-self: flex-end;
}
@media screen and (max-width: 1280px) {
  #footer {
    text-align: left;
  }
  #footer .img-container {
    height: 335px;
  }
  #footer .footer-nav a {
    font-size: 1.15rem;
  }
  #footer .socials {
    margin-top: 0.2rem;
  }
  #footer .contact h4 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer .content {
    row-gap: 3rem;
  }
  #footer .content > .row:first-child, #footer .content > .col:first-child {
    width: 100%;
  }
  #footer .content > .row:not(:first-child), #footer .content > .col:not(:first-child) {
    width: 100%;
  }
  #footer .content .contact.col {
    width: 100%;
    border-top: 0.7px solid #D1A86B;
    padding-top: 3rem;
    flex-direction: row;
  }
  #footer .content .contact.col img {
    max-width: 5rem;
  }
}
@media screen and (max-width: 736px) {
  #footer .row, #footer .col {
    flex-direction: column;
    width: 100%;
  }
  #footer .img-container {
    height: 232px;
  }
  #footer .content {
    padding: 1rem;
    padding-bottom: 2rem;
  }
  #footer .content > .row:first-child, #footer .content > .col:first-child {
    row-gap: 3rem;
  }
  #footer .content > .row:first-child, #footer .content > .col:first-child, #footer .content > .row:not(:first-child), #footer .content > .col:not(:first-child) {
    width: 100%;
  }
  #footer .content > .space-between {
    order: 3;
    padding-top: 3rem;
    border-top: 0.7px solid #D1A86B;
    row-gap: 2rem;
  }
  #footer .content .footer-nav {
    row-gap: 1rem;
  }
  #footer .content .footer-nav a {
    font-size: 1.5rem;
  }
  #footer .content .socials {
    flex-direction: row;
  }
  #footer .content .contact.col {
    align-items: center;
    order: 2;
  }
  #footer .content .contact.col img {
    max-width: 3rem;
  }
}

#landing #intro {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#landing #intro:before {
  z-index: 0;
}
#landing #bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

#legacy .img-container img {
  width: 100%;
}
#legacy #intro header h2 {
  margin-top: 5rem;
}
#legacy #one .img-container img {
  width: 70%;
}
#legacy #one .history {
  margin-top: 5rem;
}
#legacy #one .box.style2 {
  padding-bottom: 0;
}
#legacy #image-carousel {
  margin: 3rem 0;
}
#legacy #image-carousel .embla {
  --slide-height: 21rem;
  --slide-size: 70%;
}
#legacy #image-carousel .embla .embla__slide.square {
  flex: 0 0 45%;
}
#legacy #image-carousel .embla .embla__slide.portrait {
  flex: 0 0 33%;
}
#legacy #image-carousel .embla .embla__slide.stern {
  flex: 0 0 78%;
}
#legacy #image-carousel .embla .embla__slide.twitter {
  flex: 0 0 36%;
}
#legacy #image-carousel .embla .embla__slide.badge {
  flex: 0 0 50%;
}
#legacy .video-container {
  margin-top: 3rem;
}
#legacy .video-container video {
  width: 100%;
}
#legacy #video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 1rem;
  row-gap: 1rem;
}
#legacy #video-carousel {
  display: none;
}
#legacy #video-carousel .embla {
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 75%;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #legacy #one .img-container img {
    width: 100%;
  }
  #legacy #image-carousel .embla {
    --slide-height: 17rem;
    --slide-size: 70%;
  }
  #legacy #video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 736px) {
  #legacy #one .history {
    margin-top: 2rem;
  }
  #legacy #image-carousel {
    margin-bottom: 1.5rem;
  }
  #legacy #image-carousel .embla {
    --slide-height: 10rem;
    --slide-size: 85%;
  }
  #legacy #image-carousel .embla .embla__slide.square {
    flex: 0 0 50%;
  }
  #legacy #image-carousel .embla .embla__slide.portrait {
    flex: 0 0 40%;
  }
  #legacy #image-carousel .embla .embla__slide.stern {
    flex: 0 0 85%;
  }
  #legacy #image-carousel .embla .embla__slide.twitter {
    flex: 0 0 40%;
  }
  #legacy #image-carousel .embla .embla__slide.twitter {
    flex: 0 0 60.5%;
  }
  #legacy #video-grid {
    display: none;
  }
  #legacy #video-carousel {
    display: block;
  }
}

#high-rollers-club #one .get-in {
  margin: 0;
  margin-bottom: 4rem;
}
#high-rollers-club .open-drawer {
  margin-bottom: 2rem;
  display: block;
}

#ecosystem #partnerships {
  margin-top: 5rem;
}

#potcoin-girls section {
  background: linear-gradient(45deg, #8f2ed9, #d9992e);
}
#potcoin-girls #one {
  align-items: flex-start;
  padding-top: 7rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#potcoin-girls #one .content {
  padding: 0;
  margin-top: 5rem;
}
#potcoin-girls #one .marquee-container {
  margin-bottom: 4rem;
}
#potcoin-girls #one .embla-autoscroll {
  --slide-size: 25%;
  --slide-height: 45svh;
  max-width: unset;
  margin: 0;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.square {
  flex: 0 0 30.3%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.landscape.monochrome {
  flex: 0 0 44.9%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.welcome {
  flex: 0 0 24.8%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.square.kat {
  flex: 0 0 33.6%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.halloween {
  flex: 0 0 28%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.addy {
  flex: 0 0 27.3%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.audrey-yoga {
  flex: 0 0 23.5%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.landscape.audrey {
  flex: 0 0 52.7%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.halloween-video {
  flex: 0 0 24.8%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.landscape.yoga-girls {
  flex: 0 0 38.5%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.k1-ring,
#potcoin-girls #one .embla-autoscroll .embla__slide.k1-karine,
#potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-1,
#potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-2 {
  flex: 0 0 23.3%;
}
#potcoin-girls #one .embla-autoscroll .embla__slide.k1-morgan,
#potcoin-girls #one .embla-autoscroll .embla__slide.k1-audrey {
  flex: 0 0 15.8%;
}
#potcoin-girls #register {
  margin-top: 4rem;
}
#potcoin-girls #profiles {
  margin-top: 5rem;
  text-align: center;
}
#potcoin-girls #profiles .open-drawer {
  margin-bottom: 1.5rem;
}
#potcoin-girls #profiles .drawer {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in;
}
#potcoin-girls #profiles .drawer.opened {
  max-height: 100svh;
}
#potcoin-girls #profiles .text-pink h3 {
  color: rgb(158, 67, 184);
}
@media screen and (max-width: 1024px) {
  #potcoin-girls #one .embla-autoscroll {
    --slide-height: 30svh;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.square {
    flex: 0 0 40.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.monochrome {
    flex: 0 0 60.5%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.welcome {
    flex: 0 0 33.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.square.kat {
    flex: 0 0 44.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.halloween {
    flex: 0 0 37.4%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.addy {
    flex: 0 0 35.7%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.audrey-yoga {
    flex: 0 0 31%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.audrey {
    flex: 0 0 70%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.halloween-video {
    flex: 0 0 33.2%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.yoga-girls {
    flex: 0 0 51.5%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-ring,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-karine,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-1,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-2 {
    flex: 0 0 35.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-morgan,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-audrey {
    flex: 0 0 23.8%;
  }
}
@media screen and (max-width: 736px) {
  #potcoin-girls #one {
    padding-top: 4rem;
  }
  #potcoin-girls #one .content {
    margin-top: 4rem;
  }
  #potcoin-girls #one .embla-autoscroll {
    --slide-height: 59svw;
    --slide-spacing: 0;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.square {
    flex: 0 0 62%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.monochrome {
    flex: 0 0 90.5%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.welcome {
    flex: 0 0 49.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.square.kat {
    flex: 0 0 67.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.halloween {
    flex: 0 0 60%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.addy {
    flex: 0 0 54.7%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.audrey-yoga {
    flex: 0 0 47%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.audrey {
    flex: 0 0 104%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.halloween-video {
    flex: 0 0 49.2%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.yoga-girls {
    flex: 0 0 77.5%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-ring,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-karine,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-1,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-2 {
    flex: 0 0 51%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-morgan,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-audrey {
    flex: 0 0 32.8%;
  }
  #potcoin-girls #profiles {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  #potcoin-girls #profiles .embla {
    --slide-height: 24rem;
    --slide-size: 70%;
  }
}

#potcoin-exchanges #one .content {
  padding: 0;
  width: 100%;
}
#potcoin-exchanges #one .exchanges {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  row-gap: 3rem;
  column-gap: 0em;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5rem;
}
#potcoin-exchanges #one .exchanges article {
  width: 33%;
}
#potcoin-exchanges #one .exchanges article .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
}
#potcoin-exchanges #one .exchanges article img {
  width: 100%;
  height: auto;
}
#potcoin-exchanges #one .exchanges article a {
  display: block;
  text-decoration: none;
  color: #D1A86B;
}
#potcoin-exchanges #one .exchanges article a span {
  color: #E5E1D9;
}
#potcoin-exchanges #one .exchanges article h4 {
  margin-top: 0.5rem;
}
#potcoin-exchanges #one h3 {
  margin-top: 4rem;
}
#potcoin-exchanges #one h3 button {
  margin-left: 0.3rem;
}
@media screen and (max-width: 1024px) {
  #potcoin-exchanges #one .exchanges {
    column-gap: 1rem;
    align-items: center;
    justify-content: space-around;
  }
  #potcoin-exchanges #one .exchanges article .img-container {
    height: auto;
    margin-bottom: 0.5rem;
  }
  #potcoin-exchanges #one .exchanges article h4 {
    margin-top: 1.8rem;
    font-size: 1.3em;
  }
  #potcoin-exchanges #one .exchanges article a {
    font-size: 1.5em;
  }
  #potcoin-exchanges #one .exchanges article a.trade-pair {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 736px) {
  #potcoin-exchanges #one .content {
    text-align: center;
  }
  #potcoin-exchanges #one .content h2 {
    margin: 0 auto;
    max-width: 95vw;
  }
  #potcoin-exchanges #one .exchanges {
    flex-direction: column;
    row-gap: 4rem;
  }
  #potcoin-exchanges #one .exchanges article {
    width: 80%;
  }
  #potcoin-exchanges #one .exchanges article a.trade-pair {
    margin: 1.3rem 0;
  }
}

#contact-us #intro {
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
}
#contact-us #intro .content {
  width: 100vw;
  padding-left: 10.5rem;
  text-align: left;
}
#contact-us #intro .content header h2 {
  font-size: 9em;
  font-weight: 100;
  margin-top: 0;
}
#contact-us #intro .content p {
  margin-bottom: 0;
  text-shadow: 0px 0px 3px #000;
}
#contact-us #intro .content p:first-of-type {
  margin-top: 3rem;
}
#contact-us #intro .content a {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
#contact-us #intro .content .socials {
  margin-top: 4rem;
}
#contact-us #intro .content .socials a {
  color: #E5E1D9;
  text-decoration: none;
  font-size: 1.3rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  #contact-us #intro .content {
    padding-left: 2rem;
  }
  #contact-us #intro .content header h2 {
    margin-top: 7rem;
    font-size: 4.5rem;
  }
  #contact-us #intro .content .socials {
    text-align: right;
  }
}
@media screen and (max-width: 736px) {
  #contact-us #intro .content {
    padding-left: 1rem;
  }
  #contact-us #intro .content header h2 {
    margin-top: 0;
    font-size: 4.5rem;
  }
}
#contact-us #footer .privacy {
  width: 8rem;
  margin-top: 10rem;
}
#contact-us #footer .contact img {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  #contact-us #footer .privacy {
    margin-top: 0rem;
  }
  #contact-us #footer .contact.col {
    justify-content: flex-end;
    order: 4;
  }
  #contact-us #footer .contact.col img {
    margin-top: 0rem;
  }
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  #header.opened {
    row-gap: 1.3rem;
  }
  #header.opened nav ul {
    overflow-y: auto;
  }
  #header.opened .second-nav .socials {
    column-gap: 1.3rem;
  }
  #header.opened .second-nav .socials a {
    flex-basis: content;
  }
  .cta {
    flex-direction: column;
  }
  .cta header h1 {
    font-size: 21vh;
    padding-bottom: 0.4rem;
  }
  .cta p {
    font-size: 3.8vh;
  }
  .cta footer {
    margin-top: 1.3rem;
  }
  .cta footer .button-64 {
    font-size: 1rem;
  }
  .cta .nav-opener.button.style2.down {
    position: relative;
    bottom: 0;
  }
  #potcoin-girls #one .embla-autoscroll {
    --slide-height: 17svw;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.square {
    flex: 0 0 19%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.monochrome {
    flex: 0 0 27%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.welcome {
    flex: 0 0 15.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.square.kat {
    flex: 0 0 20.3%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.halloween {
    flex: 0 0 17.5%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.addy {
    flex: 0 0 16.7%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.audrey-yoga {
    flex: 0 0 14%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.audrey {
    flex: 0 0 31.5%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.halloween-video {
    flex: 0 0 15.2%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.landscape.yoga-girls {
    flex: 0 0 23%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-ring,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-karine,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-1,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-team-2 {
    flex: 0 0 15%;
  }
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-morgan,
  #potcoin-girls #one .embla-autoscroll .embla__slide.k1-audrey {
    flex: 0 0 9.8%;
  }
}
.marquee-container {
  --slide-height: 19rem;
  --slide-size: 7.75%;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
  transform: none;
  max-height: var(--slide-height);
}
.marquee-container:hover > div {
  animation-play-state: paused;
}
.marquee-container .marquee {
  flex: 1 0 auto;
  min-width: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
  animation: scroll 71.7146875s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
  margin-right: -29.9rem;
  max-height: var(--slide-height);
}
.marquee-container .marquee-item {
  display: flex;
  flex: 0 0 var(--slide-size);
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
}
.marquee-container .marquee-item.landscape {
  flex: 0 0 11.8%;
}
.marquee-container .marquee-item.portrait {
  flex: 0 0 6.2%;
}
.marquee-container .marquee-item img,
.marquee-container .marquee-item video {
  height: var(--slide-height);
  width: 100%;
  display: block;
  background-color: #000;
  object-fit: cover;
}
.marquee-container .marquee-item.column {
  row-gap: 1rem;
  flex: 0 0 3.5%;
}
.marquee-container .marquee-item.column img,
.marquee-container .marquee-item.column video {
  height: calc(var(--slide-height) / 2 - 0.5rem);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.main.style1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/* this is a reference
{
  background-image: url('/assets/css/images/overlay.png'), url('/images/fulls/globe-gold.gif');
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat;
}
*/
#legacy #intro {
  background-image: url("/images/building-facade.png");
  background-size: cover;
  background-attachment: fixed;
  background-position-y: center;
  background-position-x: 35%;
  background-repeat: no-repeat;
}

#high-rollers-club #intro {
  background-image: url("/images/fulls/vault-2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center -83svh;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #high-rollers-club #intro {
    background-position-y: top;
  }
}
#high-rollers-club #work {
  background-image: url("/assets/css/images/overlay.png"), url("/images/fulls/driver.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, center center;
  background-repeat: repeat, no-repeat;
}

#high-rollers-club #work:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

#ecosystem #intro {
  background-image: url("/images/fulls/leaves.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

#potcoin-girls #intro {
  background-image: url("/images/fulls/smoker.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

#shop #intro {
  background-image: url("/images/fulls/clothes-folding.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#potcoin-exchanges #intro {
  background-image: url("/images/fulls/abstract-1-gold.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#contact-us #intro {
  background: none;
}

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