@font-face {
  font-family: Stack Sans Headline;
  src: url('../fonts/StackSansHeadline-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stack Sans Headline;
  src: url('../fonts/StackSansHeadline-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stack Sans Headline;
  src: url('../fonts/StackSansHeadline-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Stack Sans Headline;
  src: url('../fonts/StackSansHeadline-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Zttalk;
  src: url('../fonts/ZTTalk-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zttalk;
  src: url('../fonts/ZTTalk-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Zttalk;
  src: url('../fonts/ZTTalk-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

:root {
  --f85b00: #f85b00;
  --f88e00: #f88e00;
  --efefe1: #efefe1;
  --rgba-239-239-225-0-75: #efefe1bf;
  --6d5548: #6d5548;
  --ffb503: #ffb503;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

@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;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  line-height: 1.2;
}

.section {
  padding: 5svw;
}

.stack {
  padding: 0;
}

.container {
  max-width: 90svw;
}

.h1 {
  color: var(--f85b00);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Rrrclimax 50", Impact, sans-serif;
  font-size: 11.3svw;
  font-weight: 400;
  line-height: .6;
}

.h1.shade {
  color: #ff2f33;
  padding-top: 30px;
  font-family: "Rrrclimax 50", Impact, sans-serif;
  font-size: 11.3svw;
  line-height: .6;
}

.marquee-slim {
  grid-column-gap: 1rem;
  background-color: var(--f88e00);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-slim.transparent {
  background-color: #f88e0000;
}

.marquee-slim.shade {
  background-color: #c2d6db;
  background-image: url('../images/pattern-red.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
}

.marquee-content-slim {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content-slim.scroll {
  grid-column-gap: 2rem;
  align-items: center;
}

.note-b {
  color: var(--efefe1);
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 1svh;
  margin-bottom: 1svh;
  font-size: 1.2rem;
  font-weight: 600;
}

.note-b.shade {
  color: #212325;
  font-size: 2.1rem;
}

.form {
  flex: 1;
  align-self: stretch;
  height: 400px;
  margin-left: auto;
}

.vflex {
  flex: none;
  max-width: 42svw;
}

.hflex-events {
  grid-column-gap: 0svw;
  grid-row-gap: 0svw;
  background-color: #c2d7db;
  background-image: linear-gradient(#cce3dcbf, #cce3dcbf), url('../images/pattern-red.png');
  background-position: 0 0, 0%;
  background-size: auto, 540px;
  border: 2px solid #212325;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 5svh;
  overflow: hidden;
}

.body {
  background-color: #efefe1;
  background-image: linear-gradient(to bottom, var(--rgba-239-239-225-0-75), var(--rgba-239-239-225-0-75)), url('../images/pattern.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  font-family: Stack Sans Headline, Arial, sans-serif;
  font-size: 1rem;
}

.body.shade {
  background-image: linear-gradient(#c3dfdad1, #c3dfdad1);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .72rem;
}

.flex-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
}

.h3 {
  margin-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.7rem;
  line-height: 1;
}

.logo {
  max-height: 84px;
}

.logo.brhyt {
  max-height: 40px;
}

.sponsors {
  align-self: stretch;
  margin-top: 5svh;
}

.rtb {
  background-color: var(--rgba-239-239-225-0-75);
  color: #6d5548;
  align-self: stretch;
  padding: 1rem;
}

.rtb a {
  color: #e4e2e0;
  text-transform: uppercase;
  background-color: #212325;
  border: 1px solid #91abb2;
  border-radius: 5.3rem;
  margin-top: 2svh;
  padding: .5rem;
  font-family: Stack Sans Headline, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  box-shadow: 1px 2px 0 1px #ff2f33;
}

.rtb a:active {
  box-shadow: none;
  border-width: 1px;
  transform: translate(1px, 2px);
}

.rtb.shade {
  color: #2a2c2e;
  background-color: #efefe100;
  flex: 0 auto;
  align-self: center;
  font-size: 1.4rem;
}

.rtb.shade._2-col {
  text-align: justify;
  column-count: 2;
  column-rule: 73px none #000;
}

.rtb.shade ul {
  font-size: 1.2rem;
}

.rtb.shade h4 {
  font-size: 1.4rem;
  line-height: 1;
}

.div-block {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  justify-items: stretch;
  display: flex;
}

.paragraph-2 {
  color: var(--6d5548);
}

.flex-block-4 {
  border: 1px solid var(--f88e00);
  border-radius: .2rem;
  overflow: hidden;
}

.flex-block-4.shade {
  border-style: none;
}

.flex-block-5 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.flex-block-6 {
  margin-top: 5svh;
}

@media screen and (min-width: 1440px) {
  .div-block {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .h1.shade {
    text-align: center;
    font-size: 31svw;
    line-height: .9;
  }

  .form {
    width: 100%;
    margin-bottom: -3px;
  }

  .vflex {
    max-width: none;
  }

  .hflex-events {
    flex-flow: column;
  }

  .rtb.shade._2-col {
    column-count: 1;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    text-align: center;
    font-size: 31.5svw;
    line-height: .8;
  }

  .marquee-content-slim {
    flex-flow: wrap;
  }

  .form {
    margin-bottom: -3px;
  }

  .hflex-events {
    justify-content: space-between;
    padding-bottom: 0;
  }

  .rtb a {
    border-color: var(--f88e00);
    font-size: 1rem;
  }

  .rtb.shade {
    flex: 1;
    margin-bottom: auto;
  }
}

#w-node-a6faf0b5-44c1-8479-426c-94690fc93836-adf5f0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6faf0b5-44c1-8479-426c-94690fc93837-adf5f0d7 {
  place-self: center start;
}

#w-node-a6faf0b5-44c1-8479-426c-94690fc93838-adf5f0d7, #w-node-a6faf0b5-44c1-8479-426c-94690fc93839-adf5f0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_24750453-b557-89ae-9b8e-d25eebba274b-68bb36e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_6d5e6422-0a2d-8c1e-4b04-485ca98759a8-f971314c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6d5e6422-0a2d-8c1e-4b04-485ca98759aa-f971314c {
  place-self: center start;
}

#w-node-_6d5e6422-0a2d-8c1e-4b04-485ca98759ab-f971314c, #w-node-_6d5e6422-0a2d-8c1e-4b04-485ca98759ac-f971314c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}


@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../fonts/StackSansHeadline-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../fonts/StackSansHeadline-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../fonts/StackSansHeadline-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../fonts/StackSansHeadline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../fonts/StackSansHeadline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stack Sans Headline';
  src: url('../fonts/StackSansHeadline-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zttalk';
  src: url('../fonts/ZTTalk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rrrclimax 50';
  src: url('../fonts/RRRClimax-50.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gokschil';
  src: url('../fonts/Gokschil.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}