@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowtext;
  src: url('../fonts/HelveticaNowText-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

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

:root {
  --crimson-2: #e82042;
  --crimson: #d80621;
  --white-smoke: #ececec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
}

h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  padding: 0;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

.navbar {
  background-color: #fff;
  position: relative;
  inset: 0% 0% auto;
}

.nav-new_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.main-logo {
  color: var(--crimson-2);
  font-size: 1.5rem;
  font-weight: 900;
}

.sub-logi {
  margin-top: .25em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.sub-logi.black {
  color: #000;
}

.nav-link {
  color: #fff;
  text-align: center;
  margin-left: 1em;
  padding: .5em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--crimson);
}

.nav-link.inner-page-link {
  color: #000;
}

.nav-link.inner-page-link:hover, .nav-link.new {
  color: var(--crimson);
}

.nav-link.new:hover {
  color: var(--crimson-2);
}

.section_hero-home {
  width: 100%;
  position: relative;
  overflow: clip;
}

.hero-bg-video {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand {
  color: #fff;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-content.absolute {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.h1-hero {
  color: #fff;
  text-align: center;
  text-shadow: 11px 11px 18px #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  color: var(--crimson);
  text-shadow: 1px 1px 6px #8d7f7f;
  font-family: Roboto Condensed, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

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

.h2.parade {
  text-align: center;
  font-size: 2rem;
}

.h2.h2-margin-bottom {
  margin-bottom: 2rem;
}

.canada-parade-content {
  text-align: center;
  flex-flow: column;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.h3.text-align-center {
  margin-top: 30px;
  font-size: 2.9rem;
}

.h3.text-align-center.hero-subheading {
  color: var(--white-smoke);
}

.h3.parade {
  text-align: center;
  margin-top: 30px;
  font-size: 2.9rem;
}

.h3.parade.hero-subheading {
  color: var(--white-smoke);
}

.footer {
  background-color: #1f2632;
  align-items: flex-start;
}

.footer-container {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.footer-block, .footer-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-item {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

.text-block-3 {
  color: var(--crimson);
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.5em;
}

.trademark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
  display: flex;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.footer-text.margin-bottom {
  margin-bottom: 1rem;
}

.image {
  width: 10em;
}

.link-block {
  margin-top: 1em;
  margin-bottom: 1em;
}

.map-wrapper {
  width: 90%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-bottom: 10em;
}

.map-wrapper._5em {
  padding-top: 2.8em;
  padding-bottom: 2.8em;
}

.map-embed {
  width: 100%;
  height: 90vh;
  min-height: 40.625rem;
}

.h4-footer {
  color: #fff;
  font-size: 1.5rem;
}

.h4-footer.black {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

.footer-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.footer-link {
  color: #fff;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
  padding: .5em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: color .2s;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--crimson);
}

.footer-site-map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.footer-social-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2.3em;
  margin-bottom: 0;
  display: flex;
}

.contact-us-wrapper {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

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

.text-wrapper.mw-75 {
  width: 75%;
}

.text-wrapper.mw-65 {
  width: 65%;
}

.p {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-bold {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.volunteer-card_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-name {
  color: var(--crimson);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-span {
  color: var(--crimson);
  font-family: "Fa solid 900", sans-serif;
}

.contact-link {
  color: #000;
  margin-top: .5em;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .76;
}

.h6-title {
  color: #000;
  margin-top: .5em;
  font-size: 1rem;
}

.p-list {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.faq-content {
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  display: flex;
}

.faq-content.is---hidden {
  display: none;
}

.faq-content.with-bg {
  color: #fff;
  position: relative;
}

.sponsor-text-link {
  color: #000;
  margin-bottom: .5em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-block;
}

.sponsor-red {
  color: var(--crimson);
  font-weight: 700;
}

.faq-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  display: flex;
}

.nav-home {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--crimson);
  padding: 13px 28px;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.contact-me {
  border: 2px solid var(--crimson);
  color: #333;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 1px 1px 3px #19197033;
}

.contact-me:hover {
  background-color: red;
}

.text-button-b8 {
  z-index: 1;
  color: var(--crimson);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.bg-mask-b8 {
  background-color: var(--crimson);
  width: auto;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.button-container {
  justify-content: space-around;
  align-items: center;
  margin-top: 4.9em;
  display: flex;
}

.button-container.is-hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
}

.button-8 {
  border: 2px solid var(--crimson);
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.button-8:hover {
  box-shadow: none;
  transform: none;
}

.text-button-b8-2 {
  z-index: 1;
  color: var(--crimson);
  letter-spacing: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  position: relative;
}

.bg-mask-b8-2 {
  background-color: #333;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.button-9 {
  border: 2px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
  border-radius: 6px;
  padding: 16px 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all .25s ease-in;
}

.button-9:hover {
  background-color: var(--crimson);
  color: #fff;
}

.button_1 {
  color: var(--crimson);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .25s ease-in;
  box-shadow: 4px 4px 6px #474747;
}

.button_1:hover {
  background-color: var(--crimson);
  color: #fff;
}

.sponsors-card {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sponsors-card.no-logo {
  padding-top: 5rem;
  padding-bottom: 0;
}

.sponsors-card.new {
  width: 100%;
}

.sponsors-card.new.no-logo {
  justify-content: flex-end;
  align-items: center;
}

.sponsors-image {
  width: 15em;
}

.sponsors_content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 1.7em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sponsors_content.new {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-10 {
  height: 10em;
}

.sponsors-image_wrap-link {
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 12.5rem;
  display: flex;
}

.sponsors-image_wrap-link.no-image {
  opacity: 0;
}

.parade-float_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.inner-page-nav-link {
  color: #000;
  text-align: center;
  margin-left: 1em;
  padding: .5em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: color .2s;
}

.inner-page-nav-link:hover, .inner-page-nav-link.w--current {
  color: var(--crimson);
}

.inner-page-nav-link.inner-page-link {
  color: #000;
}

.inner-page-nav-link.inner-page-link:hover {
  color: var(--crimson);
}

.modal {
  z-index: 99999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-item {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 43.75rem;
  height: 90%;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px #0003;
}

.modal-item.is-hidden {
  display: none;
}

.modal-item.home {
  max-width: 55rem;
  display: none;
}

.modal-item.entry, .modal-item.volunteer {
  display: none;
}

.form-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form-embed.july-1form {
  flex: none;
  margin-bottom: 2.5rem;
}

.modal-close {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close:hover {
  color: #fff;
  background-color: #000;
}

.embed-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: auto;
}

.embed-wrapper.july-form {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5rem;
  display: grid;
}

.hero-text-subheading {
  color: #ecececcc;
  text-align: center;
  text-shadow: 6px 8px 10px #0009;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-text-subheading.text-align-center {
  margin-top: 30px;
  font-size: 2.9rem;
}

.hero-text-subheading.text-align-center.hero-subheading {
  color: var(--white-smoke);
}

.hero-text-subheading.new-subheading {
  color: #fff;
  font-size: 2.2rem;
}

.list {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  list-style-type: decimal;
  display: flex;
}

.div-block-12 {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list-item {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  list-style-type: disc;
}

.parade-route-info_container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.is-hidden {
  display: none;
}

.parade-winners {
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.parade-winners.is---hidden {
  display: none;
}

.winner-header {
  color: var(--crimson);
  font-size: 1.25rem;
  font-weight: 700;
}

.winner-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 90%;
  margin-bottom: 1.7em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.winners-card {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.h3-winners {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.h3-winners.text-align-center {
  margin-top: 30px;
  font-size: 2.9rem;
}

.h3-winners.text-align-center.hero-subheading {
  color: var(--white-smoke);
}

.h3-winners.parade {
  text-align: center;
  margin-top: 30px;
  font-size: 2.9rem;
}

.h3-winners.parade.hero-subheading {
  color: var(--white-smoke);
}

.h3-copy {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.h3-copy.text-align-center {
  margin-top: 30px;
  font-size: 2.5rem;
  font-weight: 400;
}

.h3-copy.text-align-center.hero-subheading {
  color: var(--white-smoke);
}

.h3-copy.parade {
  text-align: center;
  margin-top: 30px;
  font-size: 2.9rem;
}

.h3-copy.parade.hero-subheading {
  color: var(--white-smoke);
}

.h4 {
  color: #000;
  font-size: 1.5rem;
}

.h4.black {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

.winner-card-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.winners-hidden {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.parade-2023-lightbox {
  width: 10rem;
}

.parade-lightbox-inage {
  width: 100%;
  height: 100%;
}

.parade-lightbox-contaiiner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.video-embed-wrap {
  width: 60%;
  height: 31.25rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.contact-us_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-new {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-wrapper-new {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-wrapper-new.max-width-60, .text-wrapper-new.max-width-60-copy {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.heading-style-h2.black {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

.heading-style-h2.red {
  color: var(--crimson);
}

.h2-copy {
  color: var(--crimson);
  text-shadow: 1px 1px 6px #8d7f7f;
  font-family: Roboto Condensed, sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}

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

.h2-copy.parade {
  text-align: center;
  font-size: 2rem;
}

.h2-copy.h2-margin-bottom {
  margin-bottom: 2rem;
}

.heading-wrap {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.list_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-style-h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.list-2 {
  list-style-type: decimal;
}

.parade_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin: 0;
}

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  max-width: 50rem;
}

.faq1_accordion {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-size-tiny {
  font-size: .75rem;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-10.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-10.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-10.is-large {
  padding: 1rem 2rem;
}

.button-10.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-10.is-small {
  padding: .5rem 1.25rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 32rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

.hide {
  display: none;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-large {
  padding: 3rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.background-color-white {
  background-color: #fff;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey {
  color: gray;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-xxsmall {
  margin: .25rem;
}

.heading-style-h3-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-medium {
  margin: 2rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.padding-xsmall {
  padding: .5rem;
}

.form_message-success {
  padding: 1.25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.text-color-black {
  color: #000;
}

.padding-xxsmall {
  padding: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-custom3 {
  margin: 3.5rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-height-medium {
  height: 2rem;
}

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

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-wrapper-no-gap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrapper-no-gap.center-text {
  text-align: center;
}

.text-wrapper-no-gap.max-width-60, .text-wrapper-no-gap.max-width-60-copy {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.vote-button_wrap {
  justify-content: center;
  align-items: center;
  min-height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  filter: contrast(50%) sepia();
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-image.new {
  filter: contrast(50%);
}

.hero-subheading_wrap {
  text-align: center;
  flex-flow: column;
  max-width: 45rem;
  margin-top: 1.5rem;
  line-height: 1.5;
  display: flex;
}

.hero-eyebrow {
  color: #ecececcc;
  text-align: center;
  text-shadow: 6px 8px 10px #0009;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-eyebrow.text-align-center {
  margin-top: 30px;
  font-size: 2.9rem;
}

.hero-eyebrow.text-align-center.hero-subheading {
  color: var(--white-smoke);
}

.hero-eyebrow.new-subheading {
  color: #fff;
  font-size: 2.2rem;
}

.section_faq {
  position: relative;
}

.faq-bg-video {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faq-title {
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.faq-title.text-align-center {
  margin-top: 30px;
  font-size: 2.9rem;
}

.faq-title.text-align-center.hero-subheading {
  color: var(--white-smoke);
}

.faq-title.parade {
  text-align: center;
  margin-top: 30px;
  font-size: 2.9rem;
}

.faq-title.parade.hero-subheading {
  color: var(--white-smoke);
}

.faq-text {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.hero-overlay {
  pointer-events: none;
  background-color: #00000080;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner_content {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.banner_content.component {
  border-top: 1px solid var(--crimson);
  border-bottom: 1px solid var(--crimson);
}

.section_banner {
  background-color: var(--crimson);
  position: absolute;
  inset: auto 0% 0%;
}

.section_banners {
  background-color: var(--crimson);
}

.logo_wrap {
  width: 100%;
  max-width: 12rem;
  margin-bottom: 1.5rem;
}

.max-width.sponsors-text {
  max-width: 50rem;
}

.title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.modal-close-home {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-home:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #000;
    margin-left: 0;
    padding: 1.2em;
  }

  .nav-link.inner-page-link {
    margin-left: 0;
    padding: 1.2em;
  }

  .nav-link.new:hover {
    background-color: #ffe6b385;
  }

  .hero-content.absolute {
    padding: 12.5rem 2.5rem;
    position: relative;
  }

  .h1-hero {
    font-size: 4rem;
    line-height: 1.1;
  }

  .h2 {
    line-height: 1.1;
  }

  .canada-parade-content {
    width: 90%;
  }

  .h3 {
    font-size: 2rem;
  }

  .footer-container {
    padding: 4.3em 1rem;
  }

  .social-item {
    font-size: 2vw;
  }

  .map-wrapper {
    height: auto;
  }

  .map-embed {
    min-height: 35rem;
  }

  .volunteer-card_wrap {
    grid-row-gap: 5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .menu-button {
    color: red;
    font-size: 4vw;
  }

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

  .menu-button-2.w--open {
    color: red;
    background-color: #fff;
  }

  .nav-menu {
    background-color: var(--white-smoke);
  }

  .nav_menu-new {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffe6b300;
    border-bottom: 1px solid red;
  }

  .text-button-b8 {
    font-size: 18px;
  }

  .button_1 {
    font-size: 1.3rem;
  }

  .sponsors-image {
    width: 25em;
  }

  .sponsors_content {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 3.3em;
    margin-bottom: 5em;
  }

  .inner-page-nav-link {
    color: #000;
    margin-left: 0;
    padding: 1.2em;
  }

  .inner-page-nav-link.inner-page-link {
    margin-left: 0;
    padding: 1.2em;
  }

  .parade-route-info_container {
    width: 85%;
  }

  .winner-content {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 3.3em;
    margin-bottom: 5em;
  }

  .video-embed-wrap {
    height: 25rem;
  }

  .contact-us_content {
    padding-top: 5rem;
  }

  .text-wrapper-new.max-width-60, .text-wrapper-new.max-width-60-copy {
    width: 75%;
  }

  .h2-copy {
    line-height: 1.1;
  }

  .heading-wrap {
    width: 100%;
  }

  .heading-style-h3 {
    text-align: center;
  }

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

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

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

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-wrapper-no-gap.max-width-60, .text-wrapper-no-gap.max-width-60-copy {
    width: 75%;
  }

  .hero-image {
    object-fit: cover;
    position: absolute;
  }

  .faq-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.inner-page-link {
    font-size: 1.1rem;
  }

  .section_hero-home {
    height: auto;
  }

  .hero-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-content.absolute {
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
  }

  .h1-hero {
    font-size: 3.5rem;
  }

  .h2 {
    font-size: 4rem;
  }

  .map-wrapper {
    height: 75vh;
  }

  .map-wrapper._5em {
    height: auto;
  }

  .map-embed {
    min-height: 28.125rem;
  }

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

  .volunteer-card_wrap {
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .faq-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .button-container {
    flex-direction: column;
  }

  .button_1 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sponsors-card.new.no-logo {
    padding-top: 3rem;
  }

  .inner-page-nav-link.inner-page-link {
    font-size: 1.1rem;
  }

  .hero-text-subheading {
    font-size: 2.5rem;
  }

  .list-item {
    font-size: 1.253rem;
  }

  .winners-hidden {
    width: 90%;
  }

  .video-embed-wrap {
    width: 90%;
    height: 20rem;
  }

  .text-wrapper-new.max-width-60, .text-wrapper-new.max-width-60-copy {
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .h2-copy {
    font-size: 4rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

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

  .spacer-large.hidden-mobile-landscape {
    display: none;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-wrapper-no-gap.max-width-60, .text-wrapper-no-gap.max-width-60-copy {
    width: 100%;
  }

  .hero-image {
    object-fit: cover;
    position: absolute;
  }

  .hero-subheading_wrap {
    width: 90%;
  }

  .hero-eyebrow {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: relative;
  }

  .navbar.absolute {
    position: absolute;
  }

  .main-logo {
    font-size: 1.1rem;
  }

  .section_hero-home {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    padding-top: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content.absolute {
    padding: 5rem 0;
  }

  .h1-hero {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .canada-parade-content {
    width: 90%;
    min-height: auto;
    padding-top: 19.8em;
    padding-bottom: 19.8em;
  }

  .h3 {
    line-height: 1.1;
  }

  .h3.text-align-center, .h3.parade {
    text-align: center;
    font-size: 2.5rem;
  }

  .footer-container {
    padding: 10.3em 0;
  }

  .social-item {
    width: 5em;
    height: 5em;
  }

  .text-block-3 {
    font-size: 3em;
  }

  .image {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 4vw;
  }

  .map-wrapper {
    width: 95%;
    height: auto;
    padding-top: 11em;
  }

  .h4-footer {
    text-align: center;
    font-family: Roboto Condensed, sans-serif;
  }

  .footer-link-wrapper {
    flex-direction: column;
    margin-top: 2.7em;
    margin-bottom: 2.7em;
  }

  .footer-link, .footer-link.w--current {
    font-size: 1.2rem;
  }

  .footer-social-link-wrapper {
    margin-top: 3.4em;
    margin-bottom: 3.4em;
  }

  .contact-us-wrapper {
    width: 95%;
    padding-top: 11em;
    padding-bottom: 18.4em;
  }

  .text-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-wrapper._2em-tb-margin {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .text-wrapper.center-text {
    margin-top: 0;
  }

  .volunteer-card_wrap {
    flex-direction: column;
    display: flex;
  }

  .p-list {
    font-family: Roboto, sans-serif;
    font-size: 1.1rem;
  }

  .faq-content {
    margin-top: 14.5em;
    margin-bottom: 14.5em;
    padding-top: 0;
  }

  .sponsor-text-link {
    margin-bottom: .75em;
    font-family: Roboto, sans-serif;
  }

  .faq-wrapper {
    width: 95%;
    padding-top: 11em;
  }

  .menu-button {
    color: #e60000;
    font-size: 10vw;
  }

  .menu-button-2 {
    color: red;
  }

  .nav-home, .nav-home.absolute {
    position: absolute;
  }

  .contact-me {
    width: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 400;
  }

  .button-container.is-hero {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button_1 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .sponsors-card {
    grid-row-gap: 2.5em;
  }

  .sponsors-image {
    width: 100%;
  }

  .sponsors_content {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .sponsors-image_wrap-link {
    width: 50em;
    min-height: 5rem;
  }

  .parade-float_content {
    width: 95%;
    padding-top: 0;
  }

  .modal-item {
    width: 95%;
  }

  .embed-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text-subheading {
    font-family: Roboto Condensed, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .hero-text-subheading.text-align-center {
    text-align: center;
    font-size: 2.5rem;
  }

  .hero-text-subheading.new-subheading {
    font-size: 1.75rem;
  }

  .list-item {
    font-size: 1.1rem;
  }

  .parade-route-info_container {
    width: 100%;
  }

  .parade-winners {
    margin-top: 14.5em;
    margin-bottom: 14.5em;
  }

  .winner-content {
    grid-row-gap: 10em;
    grid-template-columns: 1fr;
  }

  .winners-card {
    grid-row-gap: 5em;
  }

  .h3-winners {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .h3-winners.text-align-center, .h3-winners.parade {
    text-align: center;
    font-size: 2.5rem;
  }

  .h3-copy {
    text-align: left;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .h3-copy.text-align-center, .h3-copy.parade {
    text-align: center;
    font-size: 2.5rem;
  }

  .h4 {
    font-family: Roboto Condensed, sans-serif;
  }

  .winner-card-wrapper {
    grid-row-gap: 1rem;
    width: 50em;
  }

  .winners-hidden {
    width: 95%;
  }

  .div-block-13 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .video-embed-wrap {
    width: 100%;
    height: 12rem;
  }

  .contact-us_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .padding-section-xlarge {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .p-new {
    width: 100%;
    font-size: 1.1rem;
  }

  .text-wrapper-new {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-wrapper-new._2em-tb-margin {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .text-wrapper-new.center-text {
    margin-top: 0;
  }

  .h2-copy {
    font-size: 3.2rem;
    line-height: 1;
  }

  .parade_content {
    padding-top: 0;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-wrapper-no-gap {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-wrapper-no-gap._2em-tb-margin {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .text-wrapper-no-gap.center-text {
    margin-top: 0;
  }

  .hero-subheading_wrap {
    width: 100%;
  }

  .hero-eyebrow {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .hero-eyebrow.text-align-center {
    text-align: center;
    font-size: 2.5rem;
  }

  .faq-title {
    line-height: 1.1;
  }

  .faq-title.text-align-center, .faq-title.parade {
    text-align: center;
    font-size: 2.5rem;
  }

  .banner_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_84ca0674-4666-2606-5a26-727aae5a4fd5-5fa9f1a2, #w-node-_7a4014f4-a470-240e-87ab-417a40430c02-5fa9f1a2, #w-node-_92bdaa90-cd34-309b-edb5-bf19933a0fbc-5fa9f1a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9d5-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9da-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9df-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9e4-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9ea-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9f0-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9ed9f6-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb03-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb1c-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb1f-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb21-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb24-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb8d-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb97-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edb98-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc06-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc0b-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc10-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc15-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc1a-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc1f-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc29-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc2e-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc33-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc38-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc3d-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc42-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc47-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc4c-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc51-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc56-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc5b-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc5f-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc60-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc65-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc6a-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc6f-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc84-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc89-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc8e-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc93-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc98-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edc9d-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edca7-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcac-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcb1-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcb6-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcbb-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcc0-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcc5-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcca-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edccf-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcd4-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcd9-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcdd-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcde-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edce3-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edce8-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edced-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edcff-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd04-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd09-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd0e-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd13-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd18-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd1d-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd22-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd27-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd2c-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd30-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd31-fdb6a992 {
  justify-self: start;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9edd34-fdb6a992, #w-node-_2e943765-4c6b-f3e8-9406-70e47a9eddb7-fdb6a992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e943765-4c6b-f3e8-9406-70e47a9ede13-fdb6a992 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_84ca0674-4666-2606-5a26-727aae5a4fd5-5fa9f1a2, #w-node-_7a4014f4-a470-240e-87ab-417a40430c02-5fa9f1a2, #w-node-_92bdaa90-cd34-309b-edb5-bf19933a0fbc-5fa9f1a2, #w-node-_5522ec5f-f38e-7fe0-b460-48cdf637c0d7-5fa9f1a2, #w-node-_2bb6c3de-3988-ea23-1fa9-c7e3504c80c5-5fa9f1a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext extbdita';
  src: url('../fonts/HelveticaNowText-ExtBdIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Bold.otf') format('opentype'), url('../fonts/HelveticaNowText-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext extltita';
  src: url('../fonts/HelveticaNowText-ExtLtIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext regita';
  src: url('../fonts/HelveticaNowText-RegIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}