@font-face {
  font-family: Helveticaneuebd;
  src: url('../fonts/HelveticaNeueBd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --black: black;
  --light-grey: #f4f4f4;
  --font-white: #fffc;
  --transparent-white: #ffffff21;
  --gold: #fcb149;
  --platinum: #8bb4b0;
  --purple: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: var(--white);
  background-color: #291a35;
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

.page-wrapper {
  z-index: 3;
  position: relative;
}

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

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

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

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 3;
  position: relative;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.margin-top-auto {
  margin-top: auto;
}

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

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

.heading-style-h6.logo-margin {
  margin-top: 2rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

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

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

.heading-style-h1 {
  letter-spacing: -4px;
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
}

.heading-style-h1.hero-heading {
  z-index: 3;
  font-size: 6.5rem;
  position: relative;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  color: var(--white);
  text-align: center;
  background-color: #b144ad;
  border-radius: 50px;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

.heading-style-h4.text-align-center.mb-2 {
  color: #fff;
}

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  color: var(--font-white);
  font-size: 1rem;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  letter-spacing: -1px;
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.text-color-white {
  color: var(--white);
}

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

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black);
}

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

.icon-embed-xsmall {
  color: #ba6bd6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  color: #fffc;
  font-size: 1.25rem;
  line-height: 1.8;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

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

.padding-section-medium.no-top {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-white {
  background-color: var(--white);
}

.is-gray {
  background-color: var(--light-grey);
}

.wph-section_starter {
  margin-bottom: 2rem;
}

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

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

.mb-6 {
  margin-bottom: 6rem;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #58ff95;
  border: 1px #000;
  border-radius: 120px;
  padding: 2rem 3rem;
  font-size: .9rem;
  line-height: 1.1;
}

.mb-14 {
  margin-bottom: 14rem;
}

.mb-11 {
  margin-bottom: 11rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.eyebrow {
  color: #c66eff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Helveticaneuebd, Arial, sans-serif;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

._2-grid {
  grid-template-rows: auto;
}

.mb-12 {
  margin-bottom: 12rem;
}

.wph-text_template, .wph-text_center {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.wph-2_grid {
  margin-bottom: 2rem;
}

.mb-13 {
  margin-bottom: 13rem;
}

.mb-15 {
  margin-bottom: 15rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.wph-3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.mb-7 {
  margin-bottom: 7rem;
}

.styleguide-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.crop-wrapper {
  overflow: hidden;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.navbar12_component {
  z-index: 10;
  background-color: #ddd0;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar12_logo-link {
  padding-left: 0;
}

.navbar12_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar12_link {
  color: var(--white);
  padding: .5rem 1rem;
}

.navbar12_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--white);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar12_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 40rem;
  padding: 1.5rem;
  right: -100%;
}

.navbar12_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.navbar12_icon-wrapper {
  flex: none;
}

.navbar12_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar12_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.main-button {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #842fd8;
  border: 1px #ffffff36;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-family: Helveticaneuebd, Arial, sans-serif;
  transition: all .3s;
}

.main-button:hover {
  background-color: #7b53a3;
}

.main-button.is-secondary {
  color: var(--white);
  background-color: #0000;
  border-style: solid;
  border-color: #ffffff3d;
}

.main-button.is-secondary.is-small {
  text-transform: none;
}

.main-button.is-small {
  text-transform: none;
  padding: .5rem 1.25rem;
}

.main-button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.main-button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--font-white);
  padding: .5rem 1rem;
}

.main-button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.navbar12_menu-button {
  padding: 0;
}

.home_hero-header_component {
  height: 300vh;
  position: relative;
}

.home_hero-header_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home_hero-header_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home_hero-header_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.home_hero-header_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.home_hero-header_image-wrapper {
  border-radius: 20px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.home_hero-header_image-wrapper.is-image-1 {
  width: 20vw;
}

.home_hero-header_image-wrapper.is-image-2 {
  width: 20vw;
  margin-top: -46vw;
  left: 58vw;
}

.home_hero-header_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.home_hero-header_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.home_hero-header_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.home_hero-header_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.home_hero-header_image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero-header_image.header-maximal {
  left: 10%;
  overflow: visible;
}

.home_hero-header_content {
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.home_hero-header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section-dark-purple {
  background-image: radial-gradient(circle at 0 0, #2b1a44, #220337);
}

.home_feature_component.mobile-only {
  display: none;
}

.home_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.home_problem_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home_problem_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.home_problem_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_problem_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_problem_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_problem_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.card-wrapper {
  background-color: #ffffff0f;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: block;
}

.card-wrapper.text-align-center {
  display: flex;
}

.card-wrapper.smaller {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home_solution-section_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_solution-section_icon-wrapper {
  display: inline-block;
}

.home_solution-section_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.home_solution-section_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section_home_problem-that-the-event-addresses.hidden {
  display: none;
}

.home_problem-that-the-event-addresses_component {
  flex-direction: column;
  align-items: center;
}

.home_problem-that-the-event-addresses_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.text-style-tagline {
  color: #c66eff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.home_problem-that-the-event-addresses_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.home_problem-that-the-event-addresses_item-link {
  text-decoration: none;
}

.home_problem-that-the-event-addresses_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home_problem-that-the-event-addresses_date-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  padding: .75rem .25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.home_problem-that-the-event-addresses_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_problem-that-the-event-addresses_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--font-white);
  background-color: #ffffff21;
  border: 0 solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

.section_cta16 {
  position: relative;
}

.section_cta16.text-color-white {
  display: none;
}

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

.cta16_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cta16_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.form_input {
  color: #ffffff70;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.cta16_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000a1;
  position: absolute;
  inset: 0%;
}

.cta16_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_home_features-list {
  border-radius: 0;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.home_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home_features-list_card {
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_features-list_card.text-color-white {
  border-radius: 20px;
}

.home_features-list_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home_features-list_overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home_features-list_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home_features-list_image.feature-list_maximal {
  z-index: 0;
  position: relative;
  left: auto;
}

.home_features-list_card-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 26rem;
  position: relative;
}

.home_features-list_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_features-list_hover-content {
  display: none;
}

.home_about_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_about_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.home_about_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.footer14_component {
  background-color: #000;
}

.footer14_cta {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.divider-horizontal {
  background-color: #ffffff29;
  width: 100%;
  height: 1px;
}

.footer14_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer14_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  min-width: 120px;
  display: flex;
}

.footer14_link {
  color: #ffffffb3;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer14_middle-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer14_logo-link {
  padding-left: 0;
}

.footer14_image-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.footer14_image-item {
  margin-left: -.75rem;
}

.footer14_image {
  border: 2px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
}

.footer14_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer14_credit-text {
  color: #ffffff69;
  font-size: .875rem;
}

.footer14_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer14_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.fixed-bg {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}

.code-embed {
  z-index: 100;
  opacity: .49;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.body {
  color: #fffc;
  background-color: #300637;
}

.color-bg {
  z-index: 2;
  background-color: #000;
  position: fixed;
}

.image {
  width: 100vw;
  height: 100vh;
}

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

.text-span-2 {
  color: #c66eff;
  font-style: italic;
}

.footer-flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

._30ch {
  width: 30ch;
}

.footer-newsletter {
  background-image: url('../images/bg-maximal.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  margin-bottom: 5rem;
  padding: 4rem;
}

.padding-footer {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.footer-subheading {
  color: #ffffffb3;
  max-width: 30ch;
}

.grid-2 {
  grid-template-rows: auto;
}

.heading {
  margin-bottom: 1rem;
}

.header69_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.header69_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_header69 {
  position: relative;
}

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

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

.button-3 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-3.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button-3.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.max-width-full.is-sponsorship_pricing-button {
  background-color: var(--transparent-white);
  border-width: 0;
  border-radius: 30px;
}

.button-3.is-alternate {
  background-color: var(--white);
  color: #000;
}

.heading-style-h1-3 {
  letter-spacing: -4px;
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
}

.sponsorship_logo-list_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.sponsorship_logo-list_content-left {
  max-width: 20rem;
}

.sponsorship_logo-list_logo-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.sponsorship_logo-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sponsorship_logo-list_logo {
  opacity: .95;
  max-height: 100%;
}

.sponsorship_how-it-works_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sponsorship_how-it-works_content-left {
  position: sticky;
  top: 30%;
}

.sponsorship_how-it-works_content-item {
  background-color: #ffffff3d;
  border: 0 #000;
  border-radius: 30px;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
  overflow: hidden;
}

.sponsorship_how-it-works_content-item.content-item-1 {
  top: 30%;
}

.sponsorship_how-it-works_content-item.content-item-2 {
  top: 32%;
}

.sponsorship_how-it-works_content-item.content-item-3 {
  top: 34%;
}

.sponsorship_how-it-works_content-item.content-item-4 {
  top: 36%;
}

.sponsorship_how-it-works_icon-wrapper {
  display: inline-block;
}

.sponsorship_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.sponsorship_feature_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sponsorship_feature_item-icon-wrapper {
  display: inline-block;
}

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

.sponsorship_pricing_plans {
  background-color: #ffffff21;
  border-radius: 30px;
  width: 100%;
}

.sponsorship_pricing_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.sponsorship_pricing_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.sponsorship_pricing_heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sponsorship_pricing_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.sponsorship_pricing_row.background-color-secondary {
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
}

.sponsorship_pricing_feature {
  padding: 1rem 1.5rem;
}

.sponsorship_pricing_feature.sponsorship_pricing_first-menu {
  border-bottom: 1px solid #ffffff2e;
}

.sponsorship_pricing_row-content {
  text-align: center;
  background-color: #86868621;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.sponsorship_pricing_row-content.sponsorship_pricing_lower-line {
  border-bottom: 1px solid #ffffff24;
}

.sponsorship_pricing_row-content.sponsorship_pricing_platinum-row {
  background-color: #8686866b;
}

.sponsorship_pricing_row-content.sponsorship_pricing_platinum-row.sposponsorship_pricing_platinum-rowasponsorship_pricing_platinum-last-item {
  border-bottom-right-radius: 30px;
}

.sponsorship_pricing_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-left: 17px;
  padding-right: 17px;
}

.sponsorship_pricing_bottom-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.section_cta9 {
  position: relative;
}

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

.cta9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta9_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-4 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: var(--black);
  background-color: #0000;
}

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

.button-4.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.about-us_feature_component {
  height: 140vh;
  position: relative;
}

.about-us_feature_inner-wrapper {
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.heading-style-h1-4 {
  letter-spacing: -4px;
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
}

.about-us_feature_images-wrapper {
  z-index: 1;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-us_feature_image-wrapper {
  border-radius: 30px;
  width: 100%;
  max-width: 25rem;
  position: absolute;
  overflow: hidden;
}

.about-us_feature_image-wrapper.is-image1 {
  top: 12%;
  left: -10%;
}

.about-us_feature_image-wrapper.is-image2 {
  bottom: 10%;
  left: 5%;
}

.about-us_feature_image-wrapper.is-image3 {
  bottom: 0%;
}

.about-us_feature_image-wrapper.is-image4 {
  bottom: 15%;
  right: 10%;
}

.about-us_feature_image-wrapper.is-image5 {
  top: 5%;
  right: -8%;
}

.about-us_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.about-us_feature_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.about-us_timeline_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.about-us_timeline_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.about-us_timeline_card-content {
  background-color: #291a35;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.about-us_timeline_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.about-us_timeline_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_how-it-works_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_how-it-works_image-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

.about-us_how-it-works_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_how-it-works_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.about-us_how-it-works_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffffff21;
  border-radius: 30px;
  padding: 17px;
  display: flex;
}

.about-us_how-it-works_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.about-us_values_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us_values_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.about-us_values_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.about-us_features-list-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: grid;
}

.about-us_features-list-1_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.about-us_features-list-1_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--font-white);
}

.about-us_features-list-2_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-us_features-list-2_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-us_features-list-2_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us_features-list-2_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-us_features-list-2_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.about-us_features-list-2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_features-list-2_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 26rem;
  position: relative;
}

.about-us_features-list-2_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-us_features-list-2_hover-content {
  display: none;
}

.button-5 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-5.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-5.is-secondary.button_primary-if-unlinkable {
  color: var(--font-white);
  background-color: #ffffff21;
  border-width: 0;
  border-radius: 30px;
}

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

.button-5.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--font-white);
  background-color: #ffffff21;
  border-radius: 30px;
  padding: 1rem 1.25rem;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.component-instructions-item {
  padding-left: .5rem;
}

.volunteer_header_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-style-h1-5 {
  letter-spacing: -4px;
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
}

.volunteer_header_images-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.volunteer_header_images-group1 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.volunteer_header_image-wrapper1 {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 18%;
  position: absolute;
  left: -8%;
  overflow: hidden;
}

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

.volunteer_header_image-wrapper3 {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 12%;
  position: absolute;
  top: 5%;
  left: 40%;
  overflow: hidden;
}

.volunteer_header_image-wrapper6 {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 18%;
  position: absolute;
  bottom: -5%;
  right: -5%;
  overflow: hidden;
}

.volunteer_header_image-wrapper8 {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 16%;
  position: absolute;
  bottom: 4%;
  left: 20%;
  overflow: hidden;
}

.volunteer_header_images-group2 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.volunteer_header_image-wrapper2 {
  border-radius: 8px;
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: -10%;
  left: 10%;
  overflow: hidden;
}

.volunteer_header_image-wrapper4 {
  border-radius: 8px;
  width: 100%;
  max-width: 16%;
  position: absolute;
  top: -10%;
  right: 20%;
  overflow: hidden;
}

.volunteer_header_image-wrapper5 {
  border-radius: 8px;
  width: 100%;
  max-width: 15%;
  position: absolute;
  top: 25%;
  right: -5%;
  overflow: hidden;
}

.volunteer_header_image-wrapper7 {
  border-radius: 8px;
  width: 100%;
  max-width: 12%;
  position: absolute;
  bottom: 5%;
  right: 30%;
  overflow: hidden;
}

.volunteer_mission-2_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.volunteer_mission-2_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #ffffff26;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.volunteer_mission-2_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.volunteer_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.volunteer_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.volunteer_feature_item-icon-wrapper {
  display: inline-block;
}

.volunteer_feature_image-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

.volunteer_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_volunteer_features-list {
  display: none;
}

.volunteer_features-list_component {
  flex-direction: column;
  align-items: center;
}

.volunteer_features-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.volunteer_features-list_item {
  border-style: solid;
  border-radius: 30px;
  overflow: hidden;
}

.volunteer_features-list_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.volunteer_features-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.volunteer_features-list_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.volunteer_features-list_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.volunteer_features-list_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.volunteer_application-form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.volunteer_application-form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  text-align: left;
  margin-bottom: .5rem;
  font-weight: 400;
}

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

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.blog_list_featured-item-link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.blog_list_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.blog_list_featured-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_list_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-link {
  border: 1px solid var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  font-weight: 500;
}

.category-filter-link.current {
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
}

.blog_list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_list_item-link {
  text-decoration: none;
}

.blog_list_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_features-list_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.blog_features-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog_features-list_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_features-list_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_features-list_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog_features-list_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_features-list_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 26rem;
  position: relative;
}

.blog_features-list_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog_features-list_hover-content {
  display: none;
}

.contact_form_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact_form_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact_form_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.contact_form_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact_form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact_form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form_radio-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-image: none;
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

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

.div-block {
  min-width: 50vw;
  min-height: 0;
}

.text-block-2 {
  font-size: 4rem;
}

.text-block-3 {
  text-align: left;
  background-color: #ffffff21;
  border-bottom: 1px solid #ffffff1f;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 14px 20px;
  font-family: Helveticaneuebd, Arial, sans-serif;
  font-size: 2rem;
}

.text-block-4 {
  font-family: Helveticaneuebd, Arial, sans-serif;
}

.text_gold {
  color: var(--gold);
}

.text-block-5 {
  color: var(--platinum);
  text-align: center;
}

.bg-interactive {
  z-index: 2;
  opacity: .24;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed-3 {
  opacity: 1;
}

.bg-prisms {
  background-image: linear-gradient(#1b161fa1 20%, #1a0e24f0), url('../images/weavy-Recraft-Crisp-Upscale-2025-10-16-at-19.40.57-1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-prism-img {
  height: 100%;
  position: absolute;
}

.violet-backing {
  z-index: 5;
  background-color: #1d003380;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-h2 {
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.3;
}

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

.heading-h2.largest {
  font-size: 2.5rem;
}

.text-span-3 {
  color: #c66fff;
}

.heading-2 {
  text-transform: none;
}

.text-span-4 {
  color: #c66fff;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-6.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.event19_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.event19_meta-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

.section_event19 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.event19_item-link {
  text-decoration: none;
}

.event19_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.event19_component {
  flex-direction: column;
  align-items: center;
}

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

.event19_icon-wrapper {
  flex: none;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.event19_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.event19_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event19_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

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

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.event19_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.section_example {
  height: 300vh;
  position: relative;
}

.navbar-no-shadow {
  z-index: 10;
  background-color: var(--white);
  position: sticky;
  inset: 10vh 0% 0%;
}

.navbar-no-shadow-container {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-3 {
  z-index: 11;
  color: red;
  position: relative;
}

.link {
  color: #5f5f5f;
}

.icon-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 1.5rem;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4 {
  grid-template-columns: 1fr;
}

.spacer {
  height: 50px;
}

.line {
  background-color: var(--transparent-white);
  width: 100%;
  height: 1px;
  color: var(--transparent-white);
  margin-top: 4rem;
}

.image-2 {
  margin-bottom: 1rem;
}

.container-smaller, .code-embed-4 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-feature, .div-block-4 {
  display: block;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  ._3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 960px;
  }

  .navbar12_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar12_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar12_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar12_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar12_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .navbar12_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar12_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_hero-header_image-wrapper.is-image-1, .home_hero-header_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .home_hero-header_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .home_hero-header_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .home_hero-header_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .home_hero-header_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .home_hero-header_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home_feature_component {
    display: none;
  }

  .home_feature_component.mobile-only {
    display: block;
  }

  .home_feature_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_problem_content, .home_solution-section_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_problem-that-the-event-addresses_heading-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home_problem-that-the-event-addresses_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .cta16_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .home_features-list_card {
    padding: 2rem;
  }

  .home_features-list_image {
    object-fit: cover;
  }

  .home_about_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer14_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
  }

  .footer14_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-newsletter {
    padding: 2rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

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

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

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

  .sponsorship_logo-list_content {
    grid-column-gap: 3rem;
  }

  .sponsorship_logo-list_content-left {
    max-width: 16rem;
  }

  .sponsorship_logo-list_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sponsorship_how-it-works_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .sponsorship_feature_content {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
  }

  .sponsorship_feature_list {
    grid-template-columns: 1fr 1fr;
  }

  .cta9_content {
    grid-column-gap: 3rem;
  }

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

  .about-us_feature_image-wrapper {
    max-width: 15rem;
  }

  .about-us_feature_image-wrapper.is-image1 {
    top: 45%;
    left: -20%;
  }

  .about-us_feature_image-wrapper.is-image2 {
    bottom: 5%;
  }

  .about-us_feature_image-wrapper.is-image3 {
    bottom: 0%;
  }

  .about-us_feature_image-wrapper.is-image4 {
    bottom: 7%;
    right: 8%;
  }

  .about-us_feature_image-wrapper.is-image5 {
    top: 45%;
    right: -15%;
  }

  .about-us_timeline_card-content {
    padding: 2rem;
  }

  .about-us_how-it-works_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_values_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-us_features-list-1_list {
    grid-column-gap: 2rem;
  }

  .about-us_features-list-2_card {
    padding: 2rem;
  }

  .about-us_features-list-2_image {
    object-fit: cover;
  }

  .volunteer_header_component {
    height: 100svh;
  }

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

  .volunteer_header_image-wrapper1 {
    bottom: 10%;
  }

  .volunteer_header_image-wrapper3 {
    top: 10%;
    left: 30%;
  }

  .volunteer_header_image-wrapper6 {
    max-width: 25%;
  }

  .volunteer_header_image-wrapper8 {
    bottom: -5%;
  }

  .volunteer_header_image-wrapper2 {
    top: -5%;
    left: 5%;
  }

  .volunteer_header_image-wrapper4 {
    top: 5%;
    right: 20%;
  }

  .volunteer_header_image-wrapper5 {
    top: 10%;
  }

  .volunteer_header_image-wrapper7 {
    max-width: 15%;
    bottom: 5%;
  }

  .volunteer_mission-2_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .volunteer_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .volunteer_features-list_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog_list_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog_features-list_card {
    padding: 2rem;
  }

  .blog_features-list_image {
    object-fit: cover;
  }

  .contact_form_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_form_contact-list {
    grid-row-gap: 1rem;
  }

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

  .event19_heading-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .event19_list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

  .heading-style-h6.logo-margin {
    text-align: center;
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  ._2-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .navbar12_component {
    min-height: 4rem;
  }

  .navbar12_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar12_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .home_hero-header_component {
    height: 150vh;
  }

  .home_hero-header_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .home_hero-header_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .home_hero-header_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .home_hero-header_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .home_hero-header_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .home_hero-header_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .home_hero-header_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .home_hero-header_content {
    padding-top: 4rem;
  }

  .home_hero-header_ix-trigger {
    margin-top: 35rem;
  }

  .home_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_problem_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    width: 100%;
  }

  .home_solution-section_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_solution-section_image {
    border-radius: 10px;
  }

  .home_problem-that-the-event-addresses_heading-wrapper {
    grid-template-columns: 1fr;
  }

  .home_problem-that-the-event-addresses_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .show-mobile-landscape {
    display: block;
  }

  .cta16_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_features-list_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .home_about_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_about_content.altered {
    flex-flow: column-reverse;
    display: flex;
  }

  .footer14_cta {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer14_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer-flex {
    flex-flow: column;
  }

  .footer-subheading {
    max-width: 100%;
  }

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

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

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

  .sponsorship_logo-list_content {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sponsorship_logo-list_content-left {
    max-width: none;
  }

  .sponsorship_logo-list_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .sponsorship_logo-list_wrapper {
    padding: .75rem 1rem;
  }

  .sponsorship_how-it-works_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sponsorship_how-it-works_content-left {
    position: static;
  }

  .sponsorship_feature_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .sponsorship_pricing_top-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sponsorship_pricing_empty-space {
    display: none;
  }

  .sponsorship_pricing_row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sponsorship_pricing_feature, .sponsorship_pricing_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sponsorship_pricing_bottom-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta9_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-us_feature_component {
    height: 110vh;
  }

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

  .about-us_feature_image-wrapper.is-image1 {
    left: -25%;
  }

  .about-us_feature_image-wrapper.is-image2 {
    left: -8%;
  }

  .about-us_feature_image-wrapper.is-image4 {
    right: -5%;
  }

  .about-us_timeline_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-us_timeline_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .about-us_timeline_card-content {
    padding: 1.5rem;
  }

  .about-us_timeline_image-wrapper {
    height: auto;
  }

  .about-us_how-it-works_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_values_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about-us_features-list-1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .about-us_features-list-2_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-us_features-list-2_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about-us_features-list-2_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

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

  .volunteer_mission-2_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .volunteer_feature_content, .volunteer_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_list_featured-item-link {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .category-filter-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .category-filter-link.last-link {
    margin-right: 2rem;
  }

  .blog_list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_features-list_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog_features-list_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .contact_form_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

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

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

  .event19_heading-wrapper {
    grid-template-columns: 1fr;
  }

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

  .event19_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1.hero-heading {
    font-size: 14vw;
  }

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

  .icon-embed-xsmall {
    color: #c013ff;
  }

  .text-size-large.z-index-2.max-width-medium {
    color: #fff;
  }

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

  .navbar12_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar12_dropdown-link {
    padding-left: 0;
  }

  .main-button {
    background-color: #fff3;
    width: 100%;
  }

  .menu-icon1 {
    z-index: 10;
    color: #fff;
    position: relative;
  }

  .home_hero-header_images-wrapper {
    display: none;
  }

  .home_hero-header_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

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

  .home_problem_content, .home_problem_item-list {
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    padding: 1.5rem;
  }

  .home_solution-section_content, .cta16_content {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_features-list_row, .home_about_content {
    grid-template-columns: 1fr;
  }

  .footer14_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer14_middle-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer14_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer14_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer14_social-list {
    order: -1;
  }

  .footer-newsletter {
    padding-left: 1rem;
  }

  .button-3.max-width-full.is-sponsorship_pricing-button {
    padding: .25rem 1rem;
  }

  .button-3.is-alternate {
    border-radius: 30px;
  }

  .button-3.is-alternate.button_seperate {
    border-width: 0;
  }

  .sponsorship_logo-list_logo-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sponsorship_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .sponsorship_logo-list_logo.sponsorship_logo_cafe-shylo, .sponsorship_logo-list_logo.sponsorship_logo_luntra {
    max-height: 100%;
  }

  .sponsorship_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .sponsorship_how-it-works_content-item {
    padding-right: 0;
  }

  .sponsorship_feature_content {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .sponsorship_pricing_top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sponsorship_pricing_row-content {
    border-right: 1px solid #000;
  }

  .about-us_feature_image-wrapper {
    max-width: 9rem;
  }

  .about-us_feature_image-wrapper.is-image1 {
    top: 65%;
  }

  .about-us_feature_image-wrapper.is-image4 {
    bottom: 4%;
  }

  .about-us_feature_image-wrapper.is-image5 {
    top: 65%;
    right: -30%;
  }

  .about-us_how-it-works_content, .about-us_how-it-works_item-list {
    grid-template-columns: 1fr;
  }

  .about-us_values_metatag-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-us_features-list-1_list, .about-us_features-list-2_row {
    grid-template-columns: 1fr;
  }

  .volunteer_header_image-wrapper1 {
    bottom: 5%;
  }

  .volunteer_header_image-wrapper3 {
    max-width: 18%;
    top: 8%;
  }

  .volunteer_header_image-wrapper6 {
    right: -5%;
  }

  .volunteer_header_image-wrapper8 {
    max-width: 18%;
    bottom: -2%;
  }

  .volunteer_header_image-wrapper2 {
    max-width: 30%;
    left: 2%;
  }

  .volunteer_header_image-wrapper4 {
    max-width: 25%;
    top: -2%;
  }

  .volunteer_header_image-wrapper5 {
    max-width: 20%;
  }

  .volunteer_header_image-wrapper7 {
    max-width: 18%;
    right: 32%;
  }

  .volunteer_feature_content, .volunteer_feature_item-list {
    grid-template-columns: 1fr;
  }

  .volunteer_features-list_list {
    grid-row-gap: 3rem;
  }

  .volunteer_features-list_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .volunteer_application-form_form {
    grid-row-gap: 1.5rem;
  }

  .blog_features-list_row, .contact_form_content {
    grid-template-columns: 1fr;
  }

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

  .text-block-6 {
    text-transform: none;
  }

  .text-block-6.sponsorship_categories, .sponsorship_category-list {
    font-family: Helveticaneuebd, Arial, sans-serif;
  }

  .event19_list {
    grid-row-gap: 3rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .grid-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cea-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ceb-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cef-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cf0-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cf4-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cf5-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cf9-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cfa-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cfe-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3cff-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d03-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d04-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d0e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d0f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d13-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d14-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d18-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d19-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d1d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d1e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d22-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d23-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d27-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d28-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d32-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d33-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d37-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d38-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d3c-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d3d-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d41-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d42-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d4b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d4c-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d55-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d56-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d68-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d69-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d6d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d6e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d72-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d73-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d77-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d78-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d7c-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d7d-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d87-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d88-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d8c-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d8d-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d91-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d92-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d96-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d97-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d9b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3d9c-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3da0-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3da1-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dac-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dad-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3db1-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3db2-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3db6-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3db7-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dbb-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dbc-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dc0-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dc1-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dc5-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dc6-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dca-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dcb-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dcf-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dd0-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dd4-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dd5-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ddf-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3de0-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3de4-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3de5-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3de9-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3dea-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3df1-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3df2-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e36-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e56-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e5e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e5f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e64-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e65-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e74-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e80-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e8a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e8d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e8e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e91-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e92-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e95-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e96-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e9a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e9d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3e9e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ea1-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ea2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ea5-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ead-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eae-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eaf-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eb1-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eb4-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eb5-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eb6-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eba-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ebd-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ebe-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ebf-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ec3-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ec7-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ec8-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ece-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ed1-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ed2-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ed3-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ed7-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eda-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3edb-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3edc-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ee2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ee6-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ee7-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eeb-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3eee-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ef3-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ef4-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ef5-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ef9-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3efc-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3efd-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3efe-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f04-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f07-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f08-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f09-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f0f-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f12-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f13-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f14-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f1c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f1f-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f20-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f21-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f2d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f2e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f2f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f33-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f38-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f39-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f3a-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f40-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f45-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f46-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f47-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f4d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f52-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f53-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f54-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f5c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f62-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f63-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f69-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f6e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f6f-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f70-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f74-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f77-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f78-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f79-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f7f-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f82-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f83-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f84-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f8a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f8d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f8e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f8f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f97-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f9a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f9b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3f9c-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fa2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fa5-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fa6-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fa7-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3faf-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fb3-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fb4-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fba-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fc2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fc3-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fc4-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fc5-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fc7-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fca-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fce-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fcf-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fd0-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fd9-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fda-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fdb-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fe4-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fe5-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fe6-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fe7-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fed-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fee-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3fef-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ff0-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ff2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ff6-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ff7-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ff8-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ff9-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e3ffb-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4067-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e406b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e406c-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e406e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4070-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4071-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4073-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4075-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4076-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4078-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e407a-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e407b-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e407d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e407f-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4080-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4082-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4084-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4085-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4087-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4089-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e408a-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e408c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e408d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e408f-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4090-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4092-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4093-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4095-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4096-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4098-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4099-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e409b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e409c-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e409e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40a4-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40a8-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40a9-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40ab-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40ad-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40ae-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40b0-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40b2-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40b3-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40b5-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40b7-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40b8-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40ba-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40bc-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40bd-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40bf-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40c1-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40c2-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40c4-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40c6-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40c7-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40c9-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40cb-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40cc-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40ce-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40d0-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40d1-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40d3-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40d5-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40d6-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40d8-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40da-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40db-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40dd-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40e2-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40e6-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40e8-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e40eb-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40f0-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40f5-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40fa-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e40ff-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4106-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4107-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4109-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e410a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e410c-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e410d-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e410f-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4110-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4112-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4113-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4115-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4116-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4118-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4119-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e411b-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e411c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e411e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e411f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4121-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4122-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4124-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4125-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4127-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4128-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e412a-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e412b-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e412d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e412e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4130-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4131-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4133-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4134-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4136-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4137-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4139-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e413a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e413c-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e413d-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e413f-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4140-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4142-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4143-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4145-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4146-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4148-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4149-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e414b-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e414c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e414e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e414f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4151-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4152-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4154-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4155-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4157-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4158-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e415a-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e415b-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e415d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e415e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4163-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4167-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4169-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e416c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4171-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4176-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e417b-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4180-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4187-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4188-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e418a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e418b-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e418d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e418e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4190-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4191-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4193-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4194-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4196-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4197-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4199-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e419a-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e419c-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e419d-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e419f-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a0-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a3-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a5-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a6-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a8-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41a9-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ab-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ac-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ae-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41af-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41b1-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41b2-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41b4-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41b5-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41b7-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41b8-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ba-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41bb-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41bd-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41be-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c0-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c1-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c3-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c4-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c6-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c7-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41c9-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ca-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41cc-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41cd-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41cf-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d0-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d2-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d3-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d5-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d6-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d8-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41d9-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41db-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41dc-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41de-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41df-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41e4-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41e7-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41e8-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ea-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41eb-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ed-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ee-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f0-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f1-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f3-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f4-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f6-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f7-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41f9-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41fa-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e41fc-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41fd-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e41ff-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4200-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4202-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4203-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4205-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4206-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4208-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4209-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e420b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e420c-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e420e-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e420f-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4211-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4212-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4214-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4215-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4217-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4218-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e421a-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e421b-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e421d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e421e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4220-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4221-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4223-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4224-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4226-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4227-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4319-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e431d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e431e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4322-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4324-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4325-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4329-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e432a-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e432e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e432f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4333-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4334-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4338-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4339-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e433d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e433e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4342-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4343-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4347-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4348-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e434c-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e434d-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4351-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4352-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4355-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4356-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4359-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e435a-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e435e-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e435f-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4363-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4364-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4368-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4369-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e436d-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e436e-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4372-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4373-c15df3c0 {
  justify-self: start;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e440b-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a19e4cfc-5e48-d030-3aea-df38a55e4412-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4436-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4437-c15df3c0, #w-node-a19e4cfc-5e48-d030-3aea-df38a55e4438-c15df3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da1f2ef3-d3fc-ef5b-4f8e-fd4df0716948-2f7c1704 {
  place-self: center end;
}

#w-node-d3a4e101-695f-40f5-028f-873a3ed6c1ce-07979402, #w-node-d3a4e101-695f-40f5-028f-873a3ed6c1d0-07979402, #w-node-d3a4e101-695f-40f5-028f-873a3ed6c1d2-07979402, #w-node-d3a4e101-695f-40f5-028f-873a3ed6c1d4-07979402, #w-node-d3a4e101-695f-40f5-028f-873a3ed6c1d8-07979402, #w-node-d3a4e101-695f-40f5-028f-873a3ed6c1da-07979402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba420a5-9b7a-dcce-fae8-d1331461e4e5-1461e4d4, #w-node-_8ba420a5-9b7a-dcce-fae8-d1331461e4f4-1461e4d4, #w-node-_4df5c7d2-0233-7264-4668-dd4d90876a3a-90876a34 {
  align-self: start;
}

#w-node-_4df5c7d2-0233-7264-4668-dd4d90876a3e-90876a34, #w-node-a30119b7-6d8c-44af-f276-247a83745386-90876a34, #w-node-_15a12c2f-5227-a7fd-818e-b2671909248f-90876a34, #w-node-_3e9c56fb-1682-2fd1-98be-96400291860a-90876a34 {
  justify-self: center;
}

#w-node-dbeb8096-12c7-4b0d-0bca-bca20235c801-90876a34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_378370dd-77fd-28bc-b19e-2c0944ef0ccf-8d1370e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ad3f56b-4d06-a1c3-7338-bc9d38369689-68877593, #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d38369698-68877593, #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d383696a7-68877593 {
  align-self: start;
}

#w-node-_2ad3f56b-4d06-a1c3-7338-bc9d383696bf-68877593, #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d383696cd-68877593, #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d383696ea-68877593, #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d38369700-68877593, #w-node-_082a6278-e49d-c117-efa9-33c623328888-3e9ee6ac, #w-node-_082a6278-e49d-c117-efa9-33c623328896-3e9ee6ac, #w-node-_082a6278-e49d-c117-efa9-33c6233288b3-3e9ee6ac, #w-node-_082a6278-e49d-c117-efa9-33c6233288c1-3e9ee6ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e51ac66d-0af7-f4ca-14f3-f4e40bb33a6f-3b01564d {
  align-self: start;
}

#w-node-e51ac66d-0af7-f4ca-14f3-f4e40bb33abd-3b01564d {
  justify-self: start;
}

#w-node-_91027e65-143e-245c-855e-c066116d4e01-608cb3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91027e65-143e-245c-855e-c066116d4e06-608cb3e0 {
  justify-self: center;
}

#w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbc1-d501c158 {
  place-self: center start;
}

#w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbc6-d501c158 {
  align-self: stretch;
}

#w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbe7-d501c158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbe8-d501c158 {
  align-self: start;
}

#w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbec-d501c158, #w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbf4-d501c158, #w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbf6-d501c158, #w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbf7-d501c158 {
  justify-self: center;
}

#w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbf8-d501c158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c1bbe369-9d31-a9ed-46a6-f8f52f7c1737-2f7c1704 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d3a4e101-695f-40f5-028f-873a3ed6c200-07979402 {
    order: -9999;
  }

  #w-node-_124876d8-cc9b-fb68-4c8f-cf985894a248-8d1370e6, #w-node-_25fce864-c896-8b23-c39b-d0a3e8473f67-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0d7c-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0d89-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0d96-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0da1-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0dad-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0dba-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0dc7-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0dd4-8d1370e6, #w-node-_378370dd-77fd-28bc-b19e-2c0944ef0ddf-8d1370e6, #w-node-feee7960-9bea-59e1-1a21-f5ae5e96570e-8d1370e6, #w-node-_7d0c123d-d4e9-3a23-8c73-e288ff26a1d5-8d1370e6, #w-node-_52f7d708-a652-5429-3321-3a427d271874-8d1370e6, #w-node-e99bc72a-f36a-3eb8-afe9-954fcb51acda-8d1370e6, #w-node-_5d429765-321a-5b7d-d436-23de0fd5d145-8d1370e6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d38369641-68877593 {
    order: 9999;
  }

  #w-node-_2ad3f56b-4d06-a1c3-7338-bc9d38369687-68877593 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_380954a3-d9d9-13f1-6a8e-a0a0a867dbad-d501c158 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Helveticaneuebd';
  src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}