:root {
  --dark-slate-grey: #414141;
  --blue: #0083cb;
  --yellow: #fff568;
  --black-1: #212529;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--dark-slate-grey);
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.background-color-yellow {
  background-color: var(--yellow);
  color: #f5f5f5;
}

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

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

.text-color-lightblue {
  color: #51d8ff;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.text-rich-text h1, .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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

.hero-section {
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 50rem;
  display: flex;
}

.vertical-centerdiv {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spacing-large {
  width: 100%;
  height: 6.25rem;
}

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

.verticaldiv-tiny.center {
  align-items: center;
}

.text-color-red {
  color: #e72b47;
}

.text-color-light-blue {
  color: #68b7bb;
}

.text-color-orange {
  color: #ea5724;
}

.about-section {
  background-color: #f1f1f1;
}

.body-vertical-wrapper {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.verticaldiv-small {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  place-content: center flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.block-wrapper.is-center_aligned {
  grid-row-gap: 2.2rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.vertical-centerdiv_large {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  max-width: 80%;
  display: flex;
}

.vertical-centerdiv_tiny {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-image {
  background-image: url('../images/Mid-Banner-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

.sponsors-logo {
  max-width: 80%;
  max-height: 80%;
}

.contact-section {
  background-color: var(--yellow);
}

.contact_grid-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

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

.download_brochure {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.is-blue {
  color: #51d8ff;
}

.download-brochure_button {
  color: #fff;
  background-color: #02b45f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.image {
  max-width: 100%;
  height: 50%;
}

.banner-image_2 {
  background-image: url('../images/Mid-Banner-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.footer-section {
  background-color: #e5e5e5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-content_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-icon_wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.gallery-section {
  background-color: #f1f1f1;
}

.gallaery-image_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  width: 100%;
  padding-bottom: 0;
  display: grid;
}

.top-nav {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.top-nav_content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  flex-direction: column;
  align-items: center;
  padding: 10px 1.25rem;
  font-size: 1.125rem;
  display: flex;
}

.nav-link.w--current {
  color: red;
  text-decoration: none;
}

.donte-button {
  background-color: var(--yellow);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125rem;
}

.donte-button.w--current {
  color: var(--dark-slate-grey);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.directors-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.director-profile_wrapper {
  background-image: url('../images/Rob-Scott-CA-SA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 25rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.director-profile_wrapper._1 {
  background-image: url('../images/Paul-Francis-Marks.png');
}

.director-profile_wrapper._2 {
  background-image: url('../images/belinda-1.jpg'), url('../images/Belinda-Warmback.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.director-profile_wrapper._3 {
  background-image: url('../images/Reon-Barnard.png');
}

.director-profile_wrapper._4 {
  background-image: url('../images/Reon-Barnard.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.director-profile_wrapper.tracy {
  background-image: url('../images/tracy.jpg'), url('../images/Bio-4.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.director-profile_wrapper.kate {
  background-image: url('../images/Bio-5.jpg');
}

.director-profile_wrapper.mabu {
  background-image: url('../images/Bio-8.jpg');
}

.directors-name {
  z-index: 1;
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--yellow);
  text-align: center;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.director-name_animation {
  z-index: 0;
  background-color: var(--yellow);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.whitle-button_animation {
  opacity: 1;
  background-color: #fff;
  border-radius: 1010px;
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  inset: auto;
}

.text-block {
  z-index: 1;
  font-size: .8rem;
  position: relative;
}

.sirectors-profile_image {
  object-fit: contain;
  border-radius: 8px;
  height: 100%;
}

.overlay-wrapper {
  z-index: 100000;
  background-color: #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.product-details-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.director-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.close-button_wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.director-details_wrapper {
  background-color: var(--yellow);
  border-radius: 12px;
  width: 59.375rem;
  padding: 2.5rem 2.5rem 4rem;
  overflow: auto;
}

.director-details_wrapper.is-product-1 {
  background-color: var(--yellow);
  width: 59.375rem;
  padding-bottom: 4rem;
  display: block;
}

.director-details_wrapper.is-profile-one, .director-details_wrapper.is-profile-2, .director-details_wrapper.is-profile-three, .director-details_wrapper.is-profile-four, .director-details_wrapper.is-profile-tracy, .director-details_wrapper.is-profile-kate {
  display: none;
}

.director-details_wrapper.is-profile-mabu {
  display: flex;
}

.directors-profile {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.directors-image_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.close-button {
  grid-column-gap: .5rem;
  color: #1d1d1d;
  border-bottom: 1px #00bcb8;
  align-items: center;
  padding: .4rem;
  font-size: 1.75rem;
  text-decoration: none;
  display: flex;
}

.directors-details {
  grid-row-gap: 1rem;
  flex-direction: column;
  line-height: 1.6;
  display: flex;
}

.logo {
  width: 125px;
}

.icon {
  width: auto;
  max-width: 125px;
}

.icon.sml {
  max-width: 90px;
}

.brochure {
  width: 90px;
}

.footer {
  max-width: 100%;
  height: 50%;
}

.snapscan-parent {
  width: 15rem;
}

.caps {
  text-transform: uppercase;
}

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

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

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  ._3-col_grid {
    grid-column-gap: 1.5rem;
  }

  .banner-image {
    height: 70vh;
  }

  .contact_grid-wrapper {
    grid-column-gap: 2rem;
  }

  .donater-content {
    width: 100%;
  }

  .gallaery-image_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .top-nav_content {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    margin-bottom: 1rem;
  }

  .donte-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

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

  .menu-button.w--open {
    color: var(--dark-slate-grey);
    background-color: #0000;
  }

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

  .whitle-button_animation {
    width: 27rem;
  }

  .sirectors-profile_image {
    object-fit: contain;
  }

  .product-details-content {
    grid-row-gap: .5rem;
  }

  .director-details_wrapper {
    width: 90%;
  }

  .directors-profile {
    grid-column-gap: 1rem;
  }

  .text-span {
    display: inline-block;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h2 {
    font-size: 2rem;
  }

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

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

  .hero-content {
    height: 31.25rem;
  }

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

  .spacing-large {
    height: 4rem;
  }

  .vertical-centerdiv_large {
    width: 50%;
  }

  .footer-content_wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    flex-wrap: wrap;
    place-content: center space-around;
  }

  .gallaery-image_grid {
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .nav-link {
    margin-bottom: 1rem;
  }

  .sirectors-profile_image {
    object-fit: contain;
    height: 80%;
  }

  .overlay-wrapper {
    width: 100%;
    height: 100%;
  }

  .product-details-content {
    justify-content: center;
  }

  .director-details_wrapper {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 2.5rem 1.25rem;
  }

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

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

  h2 {
    font-size: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-align-center {
    font-size: 1.5rem;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    height: 90vh;
  }

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

  ._3-col_grid {
    justify-items: center;
  }

  .verticaldiv-tiny {
    align-items: center;
  }

  .text-color-red {
    font-size: 1.125rem;
  }

  .body-vertical-wrapper {
    text-align: center;
    align-items: center;
  }

  .verticaldiv-small {
    align-items: center;
  }

  .block-wrapper, .block-wrapper.is-center_aligned {
    justify-content: space-around;
  }

  .vertical-centerdiv_large {
    width: 60%;
  }

  .contact_grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .banner-image_2 {
    height: 40vh;
  }

  .footer-content_wrapper {
    grid-row-gap: 1.5rem;
  }

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

  .donte-button {
    width: 60%;
  }

  .directors-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .director-profile_wrapper {
    width: 85%;
  }

  .sirectors-profile_image, .product-details-content {
    height: 100%;
  }

  .director-name {
    font-size: 1.75rem;
  }

  .director-details_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_742a3339-b5f1-de6e-bfe7-81169be7e7f7-d9dec451, #w-node-df555e05-3fa3-c592-0536-f428fcfca578-d9dec451, #w-node-_60248feb-d556-e111-4f67-2981c546ba3f-d9dec451, #w-node-_1277b35f-a7ce-7e7c-1f97-1f8343fc91ec-d9dec451, #w-node-_5a06e85c-a439-1336-a0fb-b395a1050bc4-d9dec451, #w-node-_071395ca-4afe-04a7-2f9f-2c71fecff0c8-d9dec451, #w-node-_8cb9c1bf-ced2-2232-68ac-84c2c90c9596-d9dec451, #w-node-_1d29c7ae-3b50-391b-b17a-ce5cce65dccd-d9dec451, #w-node-_7c3e7a6c-a583-822f-1f90-a0ce6cff2e94-d9dec451, #w-node-_7da7b523-5506-2da4-e9bd-c9625bc530a3-d9dec451, #w-node-_893648d3-fa01-1152-8dab-76bacced3461-d9dec451, #w-node-_857d5b3b-7324-cc7c-4ff4-8031468082e1-d9dec451, #w-node-c7c8efe5-16b5-8944-c75c-97f4b4303442-d9dec451, #w-node-_8baef1a6-2cb1-6799-589e-5970ef07468f-d9dec451, #w-node-_057e290e-a652-a0c8-1539-e71b83e13fae-d9dec451, #w-node-_7208c8dc-d223-23ba-f09d-22459f7eb67c-d9dec451, #w-node-_70ab8538-200d-e845-e237-cc15f5eb866b-d9dec451, #w-node-_73cd7061-f066-5cdf-a052-fc34c17b0717-d9dec451, #w-node-_952fc67a-de08-0ad1-0804-ae9e0cd2c926-d9dec451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d8d99e-fbc2-ef72-2ed4-b19da15d1fa8-d9dec451, #w-node-_7a3f524e-87f6-70c9-3775-0b884f8218f4-d9dec451, #w-node-_3177cd69-4f93-0f2d-0103-fc90d4e0ad0e-d9dec451, #w-node-_35a5ec11-c4f7-ab5a-1397-eff3223b9bf6-d9dec451, #w-node-d994f8e4-b128-94e6-5c64-fb7de7c36f02-d9dec451, #w-node-_7a03921f-b47e-1601-7a57-8cc0ae9f3878-d9dec451, #w-node-_3973e937-f2ae-5272-35c4-e7a46553cd1e-d9dec451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca5d-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca7e-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-d9dec454, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-d9dec454 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-d9dec454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-d9dec454 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_1277b35f-a7ce-7e7c-1f97-1f8343fc91ec-d9dec451 {
    place-self: stretch stretch;
  }

  #w-node-_64d8d99e-fbc2-ef72-2ed4-b19da15d1fa8-d9dec451, #w-node-_7a3f524e-87f6-70c9-3775-0b884f8218f4-d9dec451, #w-node-_3177cd69-4f93-0f2d-0103-fc90d4e0ad0e-d9dec451, #w-node-_35a5ec11-c4f7-ab5a-1397-eff3223b9bf6-d9dec451, #w-node-d994f8e4-b128-94e6-5c64-fb7de7c36f02-d9dec451, #w-node-_7a03921f-b47e-1601-7a57-8cc0ae9f3878-d9dec451, #w-node-_3973e937-f2ae-5272-35c4-e7a46553cd1e-d9dec451 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


