@font-face {
  font-family: "Syne";
  src: url(/fonts/Syne-ExtraBold.ttf?88bc512f1cf4c8749f6f0a89a149c881);
  font-display: auto;
  font-weight: 800;
}

@font-face {
  font-family: "Syne";
  src: url(/fonts/Syne-Bold.ttf?b118d799025b42a898a9a03600897996);
  font-display: auto;
  font-weight: 600;
}

@font-face {
  font-family: "Work Sans";
  src: url(/fonts/WorkSans-Regular.ttf?6f916ce8ada5d5facf5ad4e1266a486d);
  font-display: auto;
  font-weight: 400;
}

@font-face {
  font-family: "Work Sans";
  src: url(/fonts/WorkSans-SemiBold.ttf?9e1952c9d61a6cd14bf2162b85ee61df);
  font-display: auto;
  font-weight: 800;
}

@font-face {
  font-family: "Gangster Grotesk";
  src: url(/fonts/gangstergrotesk-bold.woff?57508fdb9ed27979a5b23788425f223f);
  font-display: auto;
  font-weight: 700;
}

@font-face {
  font-family: "Gangster Grotesk";
  src: url(/fonts/gangstergrotesk-light.woff?736b4eabe6d92e36c56e34882eba0510);
  font-display: auto;
  font-weight: 300;
}

@font-face {
  font-family: "Gangster Grotesk";
  src: url(/fonts/gangstergrotesk-regular.woff?cda1c6b4a070a1b6ffabbadffbc45050);
  font-display: auto;
  font-weight: 500;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 800px) {
  .navbar {
    top: 50px;
  }
}

.navbar__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  .navbar__inner {
    width: calc(100% - 100px);
    max-width: 1500px;
    margin: 0 auto;
  }
}

.navbar__logo {
  padding: 0 6px 8px 0;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #43CB39;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-decoration: none;
  z-index: 11;
  pointer-events: visible;
}

.navbar__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 11;
  padding: 8px 6px 0 0;
  pointer-events: visible;
}

@media screen and (min-width: 800px) {
  .navbar__icons {
    border: 1px solid #292929;
    background-color: #ECE9FF;
    margin-right: -1px;
    padding: 12px;
  }
}

.navbar__icon {
  margin: 0 4px;
}

@media screen and (min-width: 800px) {
  .navbar__icon {
    margin: 0 8px;
  }
}

.navbar__icon:hover {
  cursor: pointer;
}

.navbar__hamburger {
  position: fixed;
  top: 0;
  left: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #ECE9FF;
  pointer-events: visible;
}

.navbar__hamburger-inner {
  counter-reset: listCounter;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 1600px;
  padding: 90px 20px 20px 70px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  .navbar__hamburger-inner {
    padding: 85px 20px 20px 125px;
    box-sizing: border-box;
  }
}

.navbar__hamburger a {
  position: relative;
  display: flex;
  padding-left: 40px;
  margin-bottom: 16px;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #43CB39;
  text-decoration: none;
  counter-increment: listCounter;
}

.navbar__hamburger a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.navbar__hamburger a::before {
  content: counter(listCounter) ".";
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 91.1%;
  color: #43CB39;
  position: absolute;
  top: 3px;
  left: 0;
}

.head-spinner {
  background-color: #ECE9FF;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  border-bottom: 1px solid #292929;
}

@media screen and (min-width: 800px) {
  .head-spinner {
    border: 1px solid #292929;
    margin: 0 0 0 -1px;
    position: fixed;
    width: calc((100vw - 135px) / 3);
    padding-left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .head-spinner {
    width: calc((1600px - 135px) / 3);
  }
}

.head-spinner__ellipse {
  position: absolute;
  width: 280px;
}

.head-spinner__ellipse svg {
  width: 100%;
}

.head-spinner h1 {
  position: absolute;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 91.1%;
  text-transform: uppercase;
  color: #292929;
  margin: 0;
  text-align: center;
  word-break: break-word;
}

.lava {
  background-color: #ECE9FF;
  border: 1px solid #292929;
  margin: -1px -1px 0 0;
  border-left: none;
  width: 35px;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  background-image: url(/images/lava3.svg?3f72ace45280ff89b6c7f4803ae48cc8);
  background-position: 20% 0%;
  background-size: 1000%;
  background-attachment: fixed;
}

@media screen and (min-width: 800px) {
  .lava {
    margin: 0;
  }
}

@media screen and (min-width: 800px) {
  .lava {
    border-left: 1px solid #292929;
  }
}

.text {
  background-color: #ECE9FF;
  border: 1px solid #292929;
  margin: -1px -1px 0 0;
  padding: 20px 20px 40px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

@media screen and (min-width: 800px) {
  .text {
    margin: 0;
  }
}

@media screen and (min-width: 800px) {
  .text {
    padding: 30px 55px;
  }
}

.text h2 {
  margin: 0 0 28px 0;
  font-family: "Gangster Grotesk", "sans";
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #292929;
}

@media screen and (min-width: 800px) {
  .text h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

.text h3 {
  margin: 0 0 16px 0;
  font-family: "Gangster Grotesk", "sans";
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #292929;
}

@media screen and (min-width: 800px) {
  .text h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

.text p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 133%;
  color: #292929;
  margin: 0 0 16px 0;
  word-break: break-word;
}

.text a {
  color: #292929;
  text-decoration: underline;
}

.text a:hover {
  cursor: pointer;
  color: #A18DD9;
}

.text blockquote {
  border-left: 8px solid #A18DD9;
  padding-left: 30px;
  margin: 0;
}

.text ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.text ul li {
  display: flex;
}

.text ul li::before {
  content: url(/images/star.svg?d385ddd4585a80f066c6da94b2ae38dc);
  padding: 3px 23px 0 0;
}

.text ol {
  counter-reset: listCounter;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.text ol li {
  counter-increment: listCounter;
  display: flex;
  position: relative;
  padding: 3px 0 0 40px;
}

.text ol li::before {
  content: counter(listCounter) ".";
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 91.1%;
  color: #A18DD9;
  position: absolute;
  left: 0;
}

.text img {
  width: 100%;
}

.video {
  display: flex;
}

.video iframe {
  border: none;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 190px;
  background-color: black;
}

@media screen and (min-width: 800px) {
  .video iframe {
    height: 460px;
  }
}

.video .vp-center {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.flashing-heading {
  padding: 20px;
}

@media screen and (min-width: 800px) {
  .flashing-heading {
    padding: 30px 55px;
  }
}

.flashing-heading p {
  margin: 20px 0 20px 0;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #292929;
}

@media screen and (min-width: 800px) {
  .flashing-heading p {
    font-size: 48px;
    line-height: 58px;
    margin: 60px 0 60px 0;
  }
}

.flashing-heading strong {
  font-weight: 600;
  color: #A18DD9;
  -webkit-animation: colorAnim 8s infinite;
          animation: colorAnim 8s infinite;
}

@-webkit-keyframes colorAnim {
  0% {
    color: #43CB39;
  }

  20% {
    color: #43CB39;
  }

  25% {
    color: #9e5a00;
  }

  45% {
    color: #9e5a00;
  }

  50% {
    color: #A18DD9;
  }

  70% {
    color: #A18DD9;
  }

  75% {
    color: #E1B573;
  }

  95% {
    color: #E1B573;
  }

  100% {
    color: #43CB39;
  }
}

@keyframes colorAnim {
  0% {
    color: #43CB39;
  }

  20% {
    color: #43CB39;
  }

  25% {
    color: #9e5a00;
  }

  45% {
    color: #9e5a00;
  }

  50% {
    color: #A18DD9;
  }

  70% {
    color: #A18DD9;
  }

  75% {
    color: #E1B573;
  }

  95% {
    color: #E1B573;
  }

  100% {
    color: #43CB39;
  }
}

.link-to-entry {
  text-decoration: none;
}

.link-to-entry .text:hover {
  background-color: #A18DD9 !important;
  cursor: pointer;
}

.link-to-entry .text:hover .link-to-entry__link p {
  color: #43CB39;
}

.link-to-entry .text:hover .link-to-entry__link svg path {
  fill: #43CB39;
}

.link-to-entry__link {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

@media screen and (min-width: 800px) {
  .link-to-entry__link {
    margin: 80px 40px 0 0;
  }
}

.link-to-entry__link p {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A18DD9;
  padding-right: 10px;
  margin: 0;
}

.startpage {
  overflow: hidden;
}

.startpage__content {
  display: grid;
  grid-template-columns: 35px 1fr;
}

@media screen and (min-width: 800px) {
  .startpage__content {
    grid-template-columns: 35px 2fr 1fr;
  }
}

.startpage__blocks {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.startpage__head {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.startpage__head-inner {
  padding: 0 0 0 25px;
  border-bottom: 1px solid #292929;
}

@media screen and (min-width: 800px) {
  .startpage__head-inner {
    border: 1px solid #292929;
    margin: 0 0 0 -1px;
    position: fixed;
    width: calc((100vw - 135px) / 3);
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    background-color: #ECE9FF;
  }
}

@media screen and (min-width: 1600px) {
  .startpage__head-inner {
    width: calc((1600px - 135px) / 3);
  }
}

.startpage__head-logo {
  width: 80%;
}

.page {
  overflow: hidden;
}

.page__content {
  display: grid;
  grid-template-columns: 35px 1fr;
}

@media screen and (min-width: 800px) {
  .page__content {
    grid-template-columns: 35px 2fr 1fr;
  }
}

.page__blocks {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.event {
  overflow: hidden;
}

.event__content {
  display: grid;
  grid-template-columns: 35px 1fr;
}

@media screen and (min-width: 800px) {
  .event__content {
    grid-template-columns: 35px 2fr 1fr;
  }
}

.event__blocks {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.event img {
  width: 100%;
}

.event__top-image {
  width: calc;
}

.event__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.event__details a {
  margin-right: 14px;
  height: 32px;
}

.event__details a svg {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  width: auto;
}

.event__details a svg:hover path {
  fill: #292929;
}

.event__location {
  margin: 0 !important;
  font-size: 14px !important;
}

.event__date {
  font-size: 14px !important;
  margin: 0 !important;
}

.events-index {
  overflow: hidden;
}

.events-index__content {
  display: grid;
  grid-template-columns: 35px 1fr;
}

@media screen and (min-width: 800px) {
  .events-index__content {
    grid-template-columns: 35px 2fr 1fr;
  }
}

.events-index__blocks {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.events-index__event {
  padding: 20px;
}

.events-index__event:hover {
  background-color: #A18DD9;
}

.events-index__event a {
  text-decoration: none;
  color: #292929;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}

.events-index__event h3 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80vw;
}

@media screen and (min-width: 800px) {
  .events-index__event h3 {
    white-space: normal;
    font-size: 24px;
    line-height: 30px;
  }
}

.events-index__event-date {
  font-size: 12px !important;
  margin: 0 !important;
}

@media screen and (min-width: 800px) {
  .events-index__event-date {
    font-size: 16px !important;
  }
}

.members__content {
  display: grid;
  grid-template-columns: 35px 1fr;
}

@media screen and (min-width: 800px) {
  .members__content {
    grid-template-columns: 35px 2fr 1fr;
  }
}

body {
  margin: 0;
  color: #292929;
  background-color: #ECE9FF;
  background-image: url(/images/waveBg.svg?726dec81b0b356ad005f76a263740dee);
  background-position: 50% 70%;
  background-size: 500%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  body {
    padding: 50px;
    background-position: 50% 50%;
    background-size: 250%;
  }
}

#app {
  max-width: 1500px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

@media screen and (min-width: 800px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}

@media screen and (min-width: 800px) {
  .desktop {
    display: unset;
  }
}

