@font-face {
  font-family: Canopee;
  src: url('../fonts/Canopee.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kurt;
  src: url('../fonts/KURT-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Trial;
  src: url('../fonts/Graphik-Regular-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #161616;
  --red: #ef1717;
  --tomato: #fa4949;
  --light-pink: #ffacac;
  --light-coral: #f97070;
  --indian-red: #bc4d4d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

a {
  text-decoration: underline;
}

.curtaindiv {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: var(--black);
  object-fit: scale-down;
  border: 1px solid #161616;
  max-width: 100%;
  display: flex;
}

.leftcurtain {
  background-color: var(--red);
  width: 50vw;
  height: 100vh;
}

.rightcurtain {
  background-color: var(--red);
  width: 50vw;
  height: 100vh;
  display: block;
  overflow: visible;
}

.curtainlogodiv {
  justify-content: center;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading {
  color: #fff;
  white-space: normal;
  font-family: Aktiv Grotesk Extended;
  font-size: 190px;
  font-weight: 400;
  line-height: 150px;
  display: none;
}

.text-span-2 {
  line-height: 60px;
}

.image {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.brand {
  background-color: #ef171700;
}

.image-2 {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.image-2.w--current {
  margin-bottom: 0;
}

.navbarcontainer {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--black) var(--black) var(--tomato);
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 24px 10px;
  display: flex;
}

.navlinks {
  color: var(--tomato);
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Graphik Trial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.navlinks.w--current {
  color: var(--tomato);
  -webkit-text-stroke-color: var(--tomato);
  font-weight: 700;
}

.nav-menu {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1280px;
  margin-top: 30px;
  display: flex;
}

.section {
  align-self: auto;
  max-width: 100%;
}

.h1 {
  direction: ltr;
  color: #fff;
  letter-spacing: 2px;
  justify-content: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 24px;
  font-family: Kurt, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: .8em;
  display: flex;
  position: relative;
}

.h1.kurt {
  color: var(--tomato);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kurt, sans-serif;
  font-size: 20vw;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.h1.kurt.zeroleading {
  letter-spacing: 0;
  display: none;
}

.h1.canopee {
  display: none;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: none;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Kurt, sans-serif;
  font-size: 9em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.h2.slidertitle {
  color: #fff;
  text-shadow: 0 0 10px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Kurt, sans-serif;
  font-size: 8em;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  max-width: 100%;
}

.bodycontainer {
  object-fit: contain;
  max-width: 1920px;
  padding: 24px 24px 48px;
}

.image-3 {
  background-image: linear-gradient(#000, #fff);
  border-radius: 8px 96px;
  position: static;
}

.homepageheaderimagediv {
  clear: none;
  display: block;
}

.p1 {
  direction: ltr;
  color: #fff;
  margin-bottom: 24px;
  font-family: Graphik Trial, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.p1.red {
  color: #fa4949;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
}

.p1.centred, .p1.centre {
  text-align: center;
}

.youtube {
  margin-top: 40px;
  margin-bottom: 24px;
  display: block;
}

.primarybutton {
  background-color: var(--tomato);
  text-align: center;
  border-radius: 50px;
  align-self: stretch;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
}

.p1bold {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Graphik Trial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.p1bold.headline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 45px;
}

.p1bold.headline.inverted {
  color: var(--black);
  text-align: left;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik Trial, sans-serif;
  line-height: 38px;
}

.p1bold.headline.link {
  color: #fa4949;
  font-style: normal;
}

.p1bold.subheadline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}

.p1bold.subheadline.inverted {
  color: var(--black);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

.quick-stack {
  border-bottom: 0 solid #fa4949;
  margin-bottom: 0;
  padding: 0 0 24px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Graphik Trial, sans-serif;
  font-weight: 700;
}

.image-4 {
  background-color: var(--light-pink);
  border-radius: 18px 18px 0 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: scroll;
}

.footercontainer {
  border-top: 0 solid #fa4949;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.heading-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-3 {
  width: auto;
  max-width: none;
  display: block;
}

.filled-cell {
  background-color: #fa4949;
  border: 1px solid #2c2b2b;
  border-radius: 20px;
  align-items: flex-start;
  display: block;
}

.body-2 {
  color: #161616;
  -webkit-text-fill-color: inherit;
  background-color: #161616;
  background-clip: border-box;
  flex-direction: column;
  display: flex;
}

.link-block {
  background-color: #fa4949;
  border-radius: 18px;
  text-decoration: none;
}

.slider {
  aspect-ratio: auto;
  flex-direction: column;
  height: 75vh;
  margin: 24px 20px 48px;
  display: flex;
  position: static;
}

.image-5 {
  object-fit: contain;
  display: inline-block;
}

.heading-5 {
  position: static;
}

.html-embed {
  border: 2px solid #000;
  flex-direction: row;
  width: 110%;
  max-width: 100%;
  height: 75vh;
  margin-top: 0;
  padding: 0;
  display: block;
}

.cell-3 {
  flex-direction: column;
  display: block;
}

.text-span-3 {
  font-weight: 700;
}

.cell-4 {
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}

.link-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.quick-stack-3 {
  border-top: 2px solid #fa4949;
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
}

.cell-5 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 8px;
}

.image-6 {
  height: 25px;
  margin-top: 12px;
  margin-right: 12px;
}

.image-7 {
  margin-bottom: 0;
}

.p2bold {
  color: #fff;
  margin-bottom: 0;
  font-family: Graphik Trial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.p2bold.headline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 45px;
}

.p2bold.headline.inverted {
  color: var(--black);
  text-align: left;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik Trial, sans-serif;
  line-height: 38px;
}

.p2bold.headline.link {
  color: #fa4949;
  font-size: 21px;
}

.p2bold.subheadline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 400;
}

.p2bold.subheadline.inverted {
  color: var(--black);
  text-align: left;
  margin-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

.cell-6 {
  flex-direction: row;
  align-items: flex-start;
}

.slide-2 {
  background-image: url('../images/TheVulaConnection.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Wilding.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/BeatTheLotto.png');
  background-position: 50%;
  background-size: cover;
}

.right-arrow, .left-arrow {
  display: none;
}

.hr {
  background-color: #fa4949;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
  bottom: 0;
}

.upcomingscreenings_section {
  display: none;
}

.cell-7 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container {
  object-fit: contain;
  background-color: #440a0a;
  max-width: 1920px;
  overflow: auto;
}

.slider-2 {
  object-fit: contain;
  height: 75vh;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
}

.container-2 {
  flex: 1;
  align-self: auto;
  max-width: 1920px;
  margin-bottom: 24px;
}

.container-3 {
  max-width: 1920px;
  display: block;
}

.section-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.filmtitle {
  margin-bottom: 0;
  display: block;
}

.textlink {
  color: #fa4949;
}

.image-8, .section-6 {
  width: 100%;
}

.filmlink {
  text-decoration: none;
}

.image-9 {
  box-sizing: content-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: clip;
}

.quick-stack-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 0 solid #fa4949;
  margin-bottom: 0;
  padding: 0 0 24px;
}

.primarybutton-2 {
  text-align: center;
  background-color: #fa4949;
  border-radius: 50px;
  align-self: stretch;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
}

.past-screenings-columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.past-screenings-image-column {
  padding-left: 0;
  padding-right: 0;
}

.past-screenings-outer-content-column {
  padding-left: 20px;
  padding-right: 0;
}

.upcomingscreenings_container {
  flex: none;
  align-self: stretch;
  width: 100vw;
  max-width: 1920px;
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.noscreenings_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding: 20px;
  display: none;
}

.upcomingscreenings_stack {
  padding-bottom: 48px;
}

.screenings_section {
  display: block;
}

.contactinfosection {
  padding: 20px;
}

.paragraphdiv {
  width: 50%;
  padding: 20px 20px 24px;
}

.divblock {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.imageheader {
  margin-top: 0;
  margin-bottom: 24px;
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .image-2.w--current {
    margin-bottom: 0;
  }

  .navlinks {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }

  .nav-menu {
    background-color: #161616;
    margin-top: 0;
  }

  .h1.kurt {
    font-size: 20vw;
  }

  .h2.slidertitle {
    color: #fff;
  }

  .icon {
    color: #fa4949;
    font-size: 50px;
  }

  .menu-button {
    margin-top: 20px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #161616;
  }

  .quick-stack-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footercontainer {
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .section-3 {
    width: 768px;
    max-width: 768px;
  }

  .slider {
    height: 75vh;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .p2bold.headline.link {
    font-size: 16px;
  }

  .slide-2, .slide-3, .slide-4 {
    background-position: 50%;
  }

  .filmscreeninginfocell {
    padding-bottom: 0;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .paragraphdiv {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image-2.w--current {
    margin-bottom: 0;
    padding-left: 0;
  }

  .navbarcontainer {
    background-color: var(--black);
  }

  .navlinks {
    text-align: center;
  }

  .nav-menu {
    background-color: #333;
  }

  .h1 {
    font-size: 6em;
  }

  .h1.kurt {
    font-size: 20vw;
  }

  .h2 {
    font-size: 6em;
  }

  .h2.slidertitle {
    color: #fff;
    line-height: .8em;
  }

  .icon {
    color: var(--tomato);
    font-size: 50px;
  }

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

  .menu-button {
    margin-top: 10px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #161616;
  }

  .cell-5 {
    align-items: center;
    padding-bottom: 0;
  }

  .image-6 {
    height: 20px;
    margin-top: 15px;
  }

  .cell-6 {
    justify-content: center;
  }

  .slide-2, .slide-3, .slide-4 {
    background-position: 50%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    margin-left: 10px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .image-2.w--current {
    width: 100vw;
    max-width: 80%;
    margin-bottom: 0;
    margin-left: 24px;
    padding-left: 0;
  }

  .navbarcontainer {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    padding-left: 24px;
    padding-right: 36px;
  }

  .nav-menu {
    background-color: #161616;
  }

  .h1 {
    margin-top: 24px;
    font-size: 4em;
    line-height: 1em;
  }

  .h1.kurt {
    font-size: 9vw;
    line-height: 1em;
  }

  .h2 {
    word-break: normal;
    overflow-wrap: break-word;
    object-fit: fill;
    margin-top: 24px;
    margin-right: 0;
    padding-right: 0;
    font-size: 4em;
    line-height: 1em;
  }

  .h2.slidertitle {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 5em;
    line-height: .8em;
  }

  .bodycontainer {
    object-fit: fill;
  }

  .icon {
    color: var(--tomato);
    -webkit-text-stroke-color: var(--tomato);
    margin-right: 0;
    font-family: Kurt, sans-serif;
    font-size: 40px;
  }

  .p1 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .p1.red {
    font-size: 16px;
  }

  .primarybutton {
    margin-bottom: 24px;
  }

  .p1bold.headline {
    margin-bottom: 10px;
  }

  .p1bold.headline.inverted {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .p1bold.subheadline.inverted {
    margin-top: 0;
    padding-top: 10px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-family: Kurt, sans-serif;
    font-weight: 400;
  }

  .menu-button {
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .cell {
    display: none;
  }

  .footercontainer {
    max-width: 100vw;
    position: relative;
    inset: auto 0% 0%;
  }

  .section-3 {
    width: auto;
    max-width: none;
  }

  .slider {
    aspect-ratio: 2 / 3;
    height: 50vh;
  }

  .html-embed {
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell-4 {
    padding-bottom: 0;
  }

  .link-block-2 {
    align-items: center;
  }

  .quick-stack-3 {
    align-self: center;
  }

  .cell-5 {
    align-items: center;
    padding-bottom: 0;
  }

  .image-6 {
    margin-top: 3px;
  }

  .image-7 {
    max-width: 90%;
  }

  .p2bold.headline {
    margin-bottom: 10px;
  }

  .p2bold.headline.link {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 28px;
  }

  .p2bold.subheadline.inverted {
    margin-top: 0;
  }

  .cell-6 {
    align-items: center;
  }

  .logotext {
    color: #fa4949;
    -webkit-text-stroke-color: #fa4949;
    font-family: Graphik Trial, sans-serif;
  }

  .slide-2, .slide-3, .slide-4 {
    background-position: 50%;
  }

  .filmscreeninginfocell {
    padding-bottom: 24px;
  }

  .quick-stack-4 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-8 {
    display: none;
  }

  .primarybutton-2 {
    margin-bottom: 24px;
  }

  .contactinfosection {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-9 {
    padding-bottom: 0;
  }
}

#w-node-_2d4fbff0-6435-c145-5bb9-4693c630e50f-31098f8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0bed9cdf-cb53-bcf7-bfcd-41edf6e3a903-f6e3a901 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1752b08a-bdc8-70fe-7c19-25de927dae18-927dae18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ce4bec9c-0f29-4774-2399-4a93afbe15f0-01608541 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-33f02d52 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-33f02d52, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-33f02d52, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-33f02d52, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008ec-33f02d52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-fd6f4f76 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-fd6f4f76, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-fd6f4f76, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-fd6f4f76, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008ec-fd6f4f76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-c075bfd2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-c075bfd2, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-c075bfd2, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-c075bfd2, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008ec-c075bfd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-17d777da {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-17d777da, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-17d777da, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-17d777da, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008ec-17d777da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-40115814 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-40115814, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-40115814, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-40115814, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008ec-40115814 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2d4fbff0-6435-c145-5bb9-4693c630e50f-31098f8a, #w-node-_0bed9cdf-cb53-bcf7-bfcd-41edf6e3a903-f6e3a901 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1752b08a-bdc8-70fe-7c19-25de927dae18-927dae18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ce4bec9c-0f29-4774-2399-4a93afbe15f0-01608541 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d4fbff0-6435-c145-5bb9-4693c630e50f-31098f8a, #w-node-_0bed9cdf-cb53-bcf7-bfcd-41edf6e3a903-f6e3a901, #w-node-ce4bec9c-0f29-4774-2399-4a93afbe15f0-01608541 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d4fbff0-6435-c145-5bb9-4693c630e50f-31098f8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bed9cdf-cb53-bcf7-bfcd-41edf6e3a903-f6e3a901 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_1752b08a-bdc8-70fe-7c19-25de927dae18-927dae18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce4bec9c-0f29-4774-2399-4a93afbe15f0-01608541, #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-33f02d52 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-33f02d52 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-33f02d52 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-33f02d52 {
    order: -9999;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-fd6f4f76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-fd6f4f76 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-fd6f4f76 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-fd6f4f76 {
    order: -9999;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-c075bfd2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-c075bfd2 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-c075bfd2 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-c075bfd2 {
    order: -9999;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-17d777da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-17d777da {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-17d777da {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-17d777da {
    order: -9999;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d1-40115814 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d2-40115814 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d6-40115814 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eee43aa-4ca4-7846-3bee-344d4b3008d7-40115814 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Canopee';
  src: url('../fonts/Canopee.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kurt';
  src: url('../fonts/KURT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Trial';
  src: url('../fonts/Graphik-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}