@font-face {
  font-family: Marcellus;
  src: url('../fonts/Marcellus-Regular.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans_18pt-Light.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans_18pt-SemiBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text--primary-100: black;
  --background--50: #fffaf3;
  --background--200: #e2d8ae;
  --card-color: #eeebe4;
  --white: white;
  --color: #b4b7f3;
  --orange: #f68321;
  --accent: #036801;
  --header-bg-color-beige: var(--background--50);
  --yellow: #fdd802;
  --text--secondary: white;
  --brown: #6c5e51;
  --text--primary-75: #2a2a37;
  --dull-brown: #f68321;
  --background--00: white;
  --text--primary-50: #00000080;
  --text--brand: #f68321;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: var(--text--primary-100);
  font-family: DM Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--text--primary-100);
  text-decoration: none;
  transition: all .2s;
}

ul, ol {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 20px;
  display: grid;
}

li {
  font-size: 1em;
}

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

strong {
  font-weight: bold;
}

blockquote {
  background-image: url('../images/Quote-Icon-1.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0 0 0 2em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
}

figure {
  margin-bottom: 0;
}

figcaption {
  color: #0009;
  text-align: center;
  margin-top: .5em;
  font-size: .875em;
}

.section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.is-menu {
  z-index: 100;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 1em;
  position: absolute;
  inset: 0% 0% auto;
}

.section.is-hero {
  padding-top: 1em;
  padding-bottom: 4em;
}

.section.is-hero.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-medium {
  margin-top: 150px;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.section.is-medium.top-padding {
  object-position: 50% 50%;
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.is-medium.top-padding.subpage {
  margin-top: 220px;
}

.section.is-footer {
  padding-top: 100px;
  padding-bottom: 1em;
}

.section.no-gap-bottom {
  padding-bottom: 0;
}

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

.section.image-background {
  background-color: #e2d8ae;
  background-image: url('../images/240.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: auto;
}

.section.bg-color {
  background-color: var(--background--50);
}

.section.bg-color-change {
  background-color: var(--background--200);
}

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

.section.white.off-white {
  background-color: #fffaf3;
}

.container {
  grid-column-gap: 0em;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: grid;
}

.container.is-menu {
  grid-row-gap: 1.5em;
  grid-template-columns: auto auto;
  place-content: center space-between;
  align-items: center;
}

.container.is-hero {
  grid-row-gap: 1em;
}

.container.is-hero.hero-height {
  background-color: #fffaf3;
  height: 987px;
}

.container.is-hero.hero-height.home-header {
  height: 907px;
  padding-top: 1.5em;
}

.container.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.container.has-40-gap {
  grid-row-gap: 2.5em;
}

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

.container.grid-change.brianna {
  padding-bottom: .75em;
}

.container.bod {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  margin-bottom: 60px;
}

.sidebar {
  position: sticky;
  top: 100px;
}

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

.box.has-64-gap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.box.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.box.has-32-gap.space-between {
  align-content: space-between;
  height: 100%;
}

.box.has-8-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.box.has-24-gap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.box.has-24-gap.center {
  place-items: end start;
}

.box.has-80-gap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.box.has-16-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.box.has-16-gap.max-size {
  max-width: 438px;
}

.box.has-16-gap.max-width {
  width: 368px;
  max-width: 368px;
}

.box.has-40-gap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.box.has-100-gap {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
}

.card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--card-color);
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: end;
  height: 100%;
  padding: 1.5em;
  display: grid;
  position: relative;
  overflow: visible;
}

.card.is-link {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--text--primary-100);
  background-color: #fdd802;
  width: auto;
  min-width: 251.2px;
  max-width: 251.2px;
  max-height: none;
}

.card.is-link:hover {
  color: var(--text--primary-100);
}

.card.is-link.is-green {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--white);
  background-color: #f6832100;
  background-image: url('../images/Subtract.png');
  background-position: 0 0;
  background-size: 100% 100%;
  max-width: 251.2px;
  max-height: none;
}

.card.is-link.is-dull-brown {
  background-color: var(--color);
  color: var(--text--primary-100);
  width: auto;
  min-width: 251.2px;
}

.card.is-link.is-dull-brown.bg-change {
  background-image: url('../images/Subtract_1.png');
}

.card.is-link.is-brown {
  background-color: var(--orange);
  color: var(--white);
  width: auto;
  min-width: 251.2px;
}

.card.is-link.is-brown.bg-change {
  background-image: url('../images/Subtract.png');
}

.card.is-link.is-black {
  background-color: var(--accent);
  color: var(--white);
  width: auto;
  min-width: 251.2px;
}

.card.is-link.is-black.bg-change {
  background-image: url('../images/Subtract_2.png');
}

.card.is-link.has-image {
  background-color: var(--text--primary-100);
  color: var(--white);
  height: 21em;
}

.card.is-link.has-pricing {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
}

.card.is-link.width-auto {
  min-width: auto;
  max-width: none;
}

.card.is-link.width-auto.orange {
  grid-row-gap: 17px;
  background-color: var(--orange);
  text-decoration: none;
}

.card.is-link.width-auto.orange.home-header {
  margin-top: -30px;
}

.card.is-link.bg-change {
  background-color: #fdd80200;
  background-image: url('../images/Group-39802.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.card.is-white {
  background-color: var(--header-bg-color-beige);
  color: var(--text--primary-100);
  padding: 24px 0 24px 24px;
}

.card.is-white.bottom-gap-zero {
  z-index: 2;
  padding-bottom: 0;
}

.card.is-white.bottom-gap-zero.is-brown {
  background-color: #fffaf3;
}

.card.is-white.bottom-gap-zero.kindess-center {
  background-color: var(--white);
}

.card.is-black {
  background-color: var(--text--primary-100);
  color: var(--white);
}

.card.is-brown {
  background-color: #fffaf3;
}

.card.is-brown.bottom-gap-zero {
  padding-bottom: 0;
}

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

.card.is-yellow {
  background-color: var(--yellow);
  color: var(--text--primary-100);
}

.card.is-dull-brown {
  background-color: var(--orange);
  color: var(--text--secondary);
}

.card.has-image {
  height: 21em;
}

.card.is-dark-brown {
  background-color: var(--color);
  color: var(--text--primary-100);
}

.card.is-centered {
  text-align: center;
  place-content: center;
  place-items: center;
}

.design-class {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.class {
  background-color: var(--accent);
  color: var(--white);
  border-radius: .25em;
  padding: .5em;
  font-size: .75em;
  font-weight: 600;
  line-height: 120%;
}

.class.has-combo {
  opacity: .4;
}

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

.heading {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

.heading.is-display {
  font-size: 5em;
  font-weight: 400;
}

.heading.is-jumbo {
  font-size: 38px;
  font-weight: 400;
}

.heading.is-medium {
  color: var(--text--primary-100);
  font-size: 36px;
  font-weight: 400;
  text-decoration: none;
}

.heading.is-medium.white {
  color: var(--text--secondary);
}

.heading.is-regular {
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 400;
}

.heading.is-subheading {
  color: var(--text--primary-100);
  letter-spacing: 0;
  font-size: 32px;
}

.heading.is-subheading.center {
  text-align: center;
}

.heading.is-subheading.green {
  color: #8ff28d;
}

.heading.is-subheading.donate {
  color: var(--white);
}

.heading.is-leading-text {
  color: var(--text--primary-75);
  letter-spacing: 0;
  font-size: 24px;
  line-height: 120%;
}

.heading.is-leading-text.opacity-60 {
  opacity: .6;
}

.heading.is-leading-text.opacity-75 {
  opacity: .75;
}

.heading.is-small {
  letter-spacing: -.5px;
  font-size: 1.5em;
}

.heading.max-width {
  width: 453px;
  max-width: 453px;
  font-size: 2.3em;
}

.big-text {
  color: var(--text--primary-100);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

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

.big-text.dark-color {
  color: var(--text--primary-100);
}

.big-text.opacity-80 {
  opacity: .8;
}

.big-text.opacity-80.line-height {
  line-height: 120%;
}

.big-text.height-150 {
  color: var(--text--primary-75);
  letter-spacing: 0;
  line-height: 150%;
}

.big-text.height-150.white {
  color: var(--text--secondary);
}

.big-text.height-150.green {
  color: #8ff28d;
}

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

.body-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.body-text:hover {
  color: var(--text--primary-100);
}

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

.body-text.opacity-80 {
  opacity: .8;
}

.body-text.is-link {
  overflow-wrap: break-word;
}

.body-text.is-link:hover {
  text-decoration: underline;
}

.body-text.link {
  color: var(--orange);
  text-decoration: underline;
}

.small-text {
  color: var(--text--primary-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

.small-text.is-bold.black {
  color: var(--text--primary-75);
}

.small-text.opacity-80 {
  opacity: .8;
}

.small-text.opacity-60 {
  opacity: .6;
}

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

.small-text.lighn-heights {
  letter-spacing: 0;
  line-height: 120%;
}

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

.small-text.color {
  color: #f05527;
}

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

.tiny-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 160%;
}

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

.brand {
  width: 20em;
  height: auto;
}

.brand-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is-muted {
  opacity: .65;
}

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

.line {
  background-color: var(--text--primary-100);
  opacity: .12;
  width: 100%;
  height: 1px;
}

.sidebar-link {
  opacity: .6;
  color: var(--text--primary-100);
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 130%;
}

.sidebar-link:hover {
  opacity: 1;
}

.sidebar-link.w--current {
  opacity: 1;
  color: var(--orange);
}

.hidden {
  display: none;
}

.menu-left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-desktop-links {
  color: var(--orange);
  text-align: left;
  padding: .75em 1.5em;
  position: relative;
}

.menu-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--orange);
  padding-top: 0;
  padding-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 150%;
}

.menu-link:hover {
  color: var(--accent);
}

.menu-right {
  z-index: 0;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  pointer-events: auto;
  background-color: #ffffffb3;
  border-radius: 3em;
  position: absolute;
  inset: 2em 2.5em auto auto;
  box-shadow: 0 0 15px #0000001a;
}

.menu-right.is-second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 10%;
  display: block;
  position: fixed;
  inset: 5% 7% auto auto;
}

.menu-right.is-second.subpage {
  margin-top: 1%;
}

.button {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: #fff;
  text-align: left;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding: .5em 68px .5em .75em;
  font-family: DM Sans, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.button:hover {
  border-color: var(--text--primary-100);
  background-color: var(--text--primary-100);
  color: var(--white);
}

.button.is-yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--text--primary-100);
}

.button.is-yellow:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.button.is-small {
  height: 52px;
  padding-right: 60px;
  font-size: 1.25em;
}

.burger, .mobile-menu-wrapper {
  display: none;
}

.cover-image {
  aspect-ratio: auto;
  object-fit: cover;
  -webkit-clip-path: url('../images/');
  clip-path: url('../images/');
  width: 100%;
  height: 100%;
  padding-top: 0;
  overflow: clip;
}

.cover-image.is-absolute {
  position: absolute;
  inset: 0%;
}

.cover-image.align-top {
  object-position: 50% 15%;
}

.cover-image.cover {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
}

.cover-image.cover.brianna {
  background-image: radial-gradient(circle at 100% 100%, #b4b7f3, #959afc);
}

.cover-image.fill {
  object-fit: cover;
}

.cover-image.mission {
  float: right;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 39%;
  width: 140%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: -270px;
  padding-left: 0;
  padding-right: 0;
}

.hero-box {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-box.header-home {
  height: 90%;
}

.grid {
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.has-five-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid.has-three-columns {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.has-three-columns.column-gap-16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid.has-two-columns.top-margin {
  margin-top: 40px;
}

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

.grid.bod {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.maxwidth-200 {
  z-index: 1;
  max-width: 198px;
  position: relative;
}

.hero-grid {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1.8fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.hero-grid.has-1-column {
  z-index: 101;
  grid-template-columns: 1.4fr;
}

.hero-grid.header-home {
  margin-top: -30px;
}

.hero-card {
  background-color: #fffaf3;
  border-top-right-radius: 1.5em;
  width: 518px;
  min-width: 518px;
  max-width: 518px;
  margin-top: -184px;
  margin-right: -1em;
  padding-top: 1em;
  padding-right: 1em;
  position: relative;
}

.svg-curve {
  z-index: 3;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -24px auto auto 0%;
  transform: rotate(-90deg);
}

.svg-curve.corner-one {
  inset: 0% auto auto -24px;
  transform: rotate(-270deg);
}

.svg-curve.corner-two {
  inset: auto 0% -24px auto;
  transform: rotate(-270deg);
}

.svg-curve.corner-three {
  inset: -24px 0% auto auto;
  transform: rotate(-180deg);
}

.svg-curve.corner-four {
  inset: auto auto 0% -24px;
  transform: rotate(-180deg);
}

.svg-curve.right-top {
  inset: 0% -24px auto auto;
  transform: rotate(0);
}

.svg-curve.left-bottom {
  inset: auto auto -24px 0%;
  transform: rotate(0);
}

.card-wrap {
  position: relative;
}

.card-corner {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 1.5em;
  width: 4em;
  height: 4em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-corner.is-brown {
  background-color: #fffaf3;
}

.card-corner.no-bg {
  background-color: #fff0;
}

.arrow-box {
  z-index: 4;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 3.625em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-box.inside-button {
  pointer-events: none;
  color: var(--white);
  width: 55px;
  height: 55px;
  top: 2px;
  right: 2px;
}

.arrow-box.inside-button.is-yellow {
  background-color: var(--yellow);
  color: var(--text--primary-100);
}

.arrow-box.inside-button.is-small {
  width: 46px;
  height: 46px;
}

.arrow-box.orange {
  background-color: var(--orange);
}

.vector {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  display: flex;
}

.vector.has-radius {
  border-radius: 50%;
}

.vector.has-radius.rotate-bottom-right {
  transform: rotate(90deg);
}

.vector.has-radius.rotate-top-left {
  transform: rotate(180deg);
}

.vector.is-plus-icon {
  background-color: #fff;
  border-radius: 2em;
  width: 2em;
  min-width: 2em;
  height: 2em;
  box-shadow: 0 2px 4px #0000000a;
}

.hero-slider {
  background-color: var(--color);
  color: var(--text--primary-100);
  border-radius: 150px;
  height: auto;
  max-height: 200px;
  padding: 1em 4em 2em;
}

.hero-slider.is-small {
  border-radius: 100px;
  width: 100%;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.hero-slider.home-header {
  margin-top: -30px;
}

.slide-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.large-text {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.large-text.opacity-80 {
  opacity: .8;
}

.large-text.opacity-80.line-height {
  letter-spacing: -.5px;
  line-height: 120%;
}

.large-text.orange {
  color: var(--orange);
  text-decoration: none;
}

.slider-arrow {
  background-color: #358634;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  right: .5em;
}

.slider-arrow:hover {
  background-color: #337532;
}

.slider-arrow.on-left {
  left: .5em;
  right: auto;
}

.slider-arrow.on-left.is-small {
  left: -.25em;
  right: auto;
}

.slider-arrow.is-small {
  width: 30px;
  height: 30px;
  right: -.25em;
}

.slide-nav {
  display: none;
}

.label {
  border: 1px solid var(--orange);
  color: var(--orange);
  border-radius: 1.5em;
  margin-bottom: 1em;
  padding: .5em 1em;
  line-height: 120%;
  display: block;
}

.label.is-white {
  border-color: var(--card-color);
  color: var(--white);
}

.label.is-green {
  background-color: var(--accent);
  color: var(--white);
  border-style: none;
}

.label.is-yellow {
  background-color: var(--yellow);
  border-style: none;
}

.label.is-dull-brown {
  background-color: var(--dull-brown);
  color: var(--text--primary-100);
  border-style: none;
}

.label.is-brown {
  background-color: var(--brown);
  color: var(--white);
  border-style: none;
}

.label.is-black {
  background-color: var(--text--primary-100);
  color: var(--white);
  border-style: none;
}

.label.is-link {
  color: var(--text--primary-100);
}

.label.is-link:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--text--primary-100);
}

.label.center.orange {
  border-color: var(--orange);
  color: var(--orange);
  margin-bottom: 1em;
  text-decoration: none;
}

.label.black {
  border-color: var(--text--primary-100);
  color: var(--text--primary-100);
}

.icon-box {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.icon-box.transparency-50 {
  background-color: #ffffff80;
}

.perks-box {
  border-radius: 1.5em;
  height: 46em;
  position: relative;
}

.perks-background {
  z-index: 1;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.perks-overlay {
  z-index: 1;
  background-color: #87855b00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.perks-overlay.mission {
  box-sizing: border-box;
  object-fit: none;
  object-position: 50% 50%;
}

.perks-content {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 44.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
  position: absolute;
  inset: 5em 0% auto;
}

.perks-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.perk-item {
  background-color: #fff;
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  min-width: 8.125em;
  min-height: 4em;
  padding: .625em 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.perk-item.is-round {
  min-width: 4em;
}

.perk-item.is-green {
  color: var(--white);
  background-color: #878661;
}

.perks-corner {
  z-index: 3;
  background-color: #fff;
  border-top-left-radius: 1.5em;
  max-width: 27.25em;
  padding-top: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.perks-corner.is-brown {
  background-color: #fffaf3;
}

.flex {
  display: flex;
}

.flex.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.flex.has-8-gap.is-centered {
  align-items: center;
}

.flex.has-8-gap.has-wrap {
  flex-flow: wrap;
}

.flex.has-8-gap.centered-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex.has-12-gap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.flex.has-12-gap.centered-wrap {
  flex-flow: wrap;
  align-items: center;
}

.flex.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.flex.has-16-gap.has-wrap {
  grid-row-gap: .75em;
  flex-flow: wrap;
}

.flex.has-40-gap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.flex.has-40-gap.centered-wrap {
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex.has-24-gap {
  grid-column-gap: 1.5em;
  grid-row-gap: .75em;
}

.flex.has-24-gap.is-centered {
  align-items: center;
}

.display-text {
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.display-text.is-big {
  font-size: 5em;
}

.icon {
  background-color: var(--orange);
  border-radius: 2.25em;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  display: flex;
}

.icon.is-brown {
  background-color: var(--accent);
}

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

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

.icon.is-transparent {
  z-index: 1;
  background-color: #89846e00;
  width: 1em;
  height: 1em;
  position: relative;
}

.value-card {
  color: var(--white);
  background-color: #89846e;
  border-radius: 1.5em 1.5em 0 0;
  margin-bottom: -1.5em;
  padding: 1.5em 1.5em 3em;
  position: relative;
}

.value-card.w--current {
  background-color: #89846e;
}

.value-card.is-brown {
  background-color: var(--color);
  margin-bottom: -1.5em;
}

.value-card.is-black {
  background-color: var(--yellow);
  margin-bottom: -1.5em;
}

.value-card.is-green {
  background-color: var(--accent);
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  padding-bottom: 1.5em;
}

.value-card.is-lite-brown {
  background-color: var(--dull-brown);
  color: #000;
}

.value-card.is-lite-brown.w--current {
  background-color: var(--orange);
  color: var(--background--00);
}

.value-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.value-title.is-brown {
  color: #e1dcd5;
}

.value-title.is-green {
  color: #8ff28d;
}

.value-content {
  overflow: hidden;
}

.values-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.value-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
  display: grid;
}

.contained-image {
  height: auto;
}

.contained-image.has-radius {
  text-overflow: clip;
  overflow-wrap: normal;
  vertical-align: baseline;
  border-radius: 24px;
  width: auto;
  overflow: clip;
}

.number-circle {
  border: 1px solid var(--text--primary-75);
  color: var(--text--primary-75);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.number-circle.is-brown {
  border-color: var(--text--primary-75);
  color: var(--text--primary-75);
}

.number-circle.is-green {
  border-color: #8ff28d;
}

.number-circle.is-black {
  border-color: var(--background--00);
  color: var(--background--00);
  -webkit-text-stroke-color: var(--white);
}

.number {
  font-size: 1.375em;
  line-height: 120%;
}

.number.green {
  color: #8ff28d;
}

.feedback-slider {
  background-color: #ddd0;
  height: auto;
  position: relative;
}

.slider-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.client-image {
  border-radius: 1.5em;
  overflow: hidden;
}

.feedback-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--color);
  color: var(--white);
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.5em;
  display: grid;
  position: relative;
}

.slider-buttons-group {
  z-index: 4;
  color: var(--text--primary-100);
  background-color: #fff;
  border-bottom-left-radius: 1.5em;
  width: 8em;
  height: 4.5em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-buttons-group.is-brown {
  background-color: #fffaf3;
}

.client-logo {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 2.5em;
  display: flex;
  overflow: hidden;
}

.slide-arrow {
  z-index: 5;
  border: 1px solid var(--text--primary-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .2s;
  display: flex;
  inset: 16px 24px auto auto;
}

.slide-arrow:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.slide-arrow.is-left {
  right: 68px;
}

.slider-component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 1360px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5em;
  display: flex;
  position: relative;
}

.slider-component.about-us {
  margin-top: 20px;
}

.arrow-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text--primary-100);
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.arrow-link:hover {
  color: var(--text--primary-100);
}

.arrow-link.orange {
  color: var(--orange);
  text-decoration: none;
}

.post-item {
  width: 100%;
  height: 100%;
}

.post-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text--primary-100);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.post-link:hover {
  color: var(--text--primary-100);
  transform: translate(0, -5px);
}

.thumbnail {
  background-color: #f3f3f3;
  border-radius: 1.5em;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.categ-label {
  z-index: 2;
  background-color: var(--text--primary-100);
  color: var(--card-color);
  border-radius: 1.5em;
  padding: .5em 1em;
  font-size: 1em;
  line-height: 120%;
  position: absolute;
  inset: 1.5em auto auto 1.5em;
}

.categ-label.yellow {
  background-color: var(--yellow);
  color: var(--text--primary-100);
}

.categ-label.green {
  background-color: var(--accent);
}

.faq-answer {
  padding: 0;
}

.faq-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.faq-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.faq-expand {
  color: #011417;
  overflow: hidden;
}

.faq-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-image {
  border-radius: 1.5em;
  width: 100%;
  height: 20.5em;
  overflow: hidden;
}

.subscribe-box {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 1.5em;
  padding: 1.5em;
}

.subscribe-box.donate {
  background-image: url('../images/Donate-image-BG.png');
  background-position: 0 0;
  background-size: auto;
}

.form {
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.field-wrap {
  position: relative;
}

.submit-button {
  background-color: var(--color);
  color: var(--text--primary-100);
  border-radius: 3em;
  height: 58px;
  padding: .5em 68px .5em .75em;
  font-size: 1.5em;
  transition: all .2s;
}

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

.submit-button.donate {
  background-color: var(--orange);
  color: var(--background--00);
  padding-top: .6em;
}

.subscribe-field {
  color: var(--white);
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 2em;
  height: 58px;
  margin-bottom: 0;
  padding: .5em 11.5em .5em 1em;
  font-size: 1.25em;
}

.subscribe-field:focus {
  border-color: #fff6;
}

.subscribe-field::placeholder {
  color: #ffffffa6;
}

.form-button {
  height: 58px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.footer-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 3.4fr 2.8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #ffffff80;
  font-size: .875em;
  line-height: 140%;
}

.footer-link:hover {
  color: #ffffffbf;
}

.social-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link:hover {
  color: var(--yellow);
}

.success {
  background-color: #ddd0;
  height: 100%;
}

.success-wrap {
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Marcellus, sans-serif;
  font-weight: 700;
  display: grid;
}

.error {
  color: var(--white);
  background-color: #b92528;
  border-radius: .5em;
  padding: .5em .75em;
  font-size: .75em;
  line-height: 130%;
  position: absolute;
  inset: auto auto 56px 0%;
}

.error.is-relative {
  position: relative;
  bottom: 0%;
}

.logo-box {
  pointer-events: auto;
  background-color: #fffaf3;
  border-bottom-right-radius: 1.5em;
  padding: 1.25em;
  position: relative;
}

.logo-box.is-brown {
  pointer-events: auto;
  background-color: #fffaf3;
  padding-bottom: 2em;
  padding-right: 3.6em;
}

.white-box {
  background-color: #fffaf3;
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 0% 0% auto;
}

.white-box.is-brown {
  background-color: #fffaf3;
}

.social-box {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: stretch;
  display: flex;
}

.separator {
  background-color: #0006;
  width: 1px;
  height: auto;
}

.social-icon {
  color: var(--text--primary-100);
}

.social-icon:hover {
  color: var(--accent);
}

.background {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background.has-radius {
  border-radius: 1.5em;
}

.body {
  background-color: #fffaf3;
}

.hero-corner {
  background-color: #fffaf3;
  border-radius: 0 1.5em 0;
  max-width: 26em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.intro {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.intro.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.intro.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.intro.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.opacity-50 {
  color: #00000080;
}

.maxwidth-232 {
  max-width: 14.5em;
}

.divider {
  background-color: #0006;
  height: 1px;
}

.divider.is-white {
  background-color: #fff6;
}

.socials {
  z-index: 3;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  display: flex;
  position: absolute;
  inset: auto 1.5em 1.5em auto;
}

.partners-box {
  grid-column-gap: 3em;
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vector-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tabs {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--text--primary-100);
  background-color: #fff0;
  border-radius: 1.5em;
  align-items: center;
  padding: .5em 1em;
  font-size: 1em;
  line-height: 120%;
  display: flex;
}

.tab-link:hover {
  border-color: #0006;
}

.tab-link.w--current {
  background-color: var(--text--primary-100);
  color: var(--white);
}

.check-circle {
  border: 1px solid var(--text--primary-100);
  background-color: #fff;
  border-radius: 1.25em;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  display: flex;
}

.tickmark {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maxwidth-315 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 19.75em;
  display: grid;
}

.nav-bg {
  background-color: #fffaf3;
  height: 6.75em;
}

.pagination {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 3em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2em;
  line-height: 120%;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 120%;
}

.rich-text p {
  margin-bottom: 24px;
}

.rich-text blockquote {
  background-image: url('../images/Quote-Icon-1.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0 0 0 2em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
}

.rich-text ol {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding-left: 20px;
  display: grid;
}

.rich-text ul {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  margin-bottom: 24px;
  padding-left: 20px;
  display: grid;
}

.rich-text li {
  font-size: 1em;
}

.rich-text a {
  color: var(--accent);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--text--primary-100);
}

.rich-text img {
  border-radius: 16px;
  overflow: hidden;
}

.rich-text figure {
  min-width: 100%;
  margin-bottom: 24px;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1em;
}

.rich-text h6 {
  font-size: .875em;
  line-height: 120%;
}

.follow-box {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-button {
  background-color: var(--accent);
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  display: flex;
}

.social-button:hover {
  background-color: var(--brown);
}

.contact-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--text--primary-100);
  align-items: center;
  display: flex;
}

.contact-link:hover {
  color: var(--accent);
}

.contact-box {
  background-color: #f68321;
  border-radius: 1.5em;
  padding: 1.5em;
}

.field-label {
  color: var(--white);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

.input-field {
  color: var(--text--primary-100);
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 2em;
  height: 2.9em;
  margin-bottom: 0;
  padding: .8em 1em;
  font-size: 1.25em;
  line-height: 120%;
}

.input-field:focus {
  border-color: #00000026;
}

.input-field::placeholder {
  color: #00000080;
}

.input-field.is-textarea {
  border-radius: .8em;
  height: 6em;
}

.opacity-80 {
  opacity: .8;
}

.note {
  max-width: 14.5em;
}

.width-600 {
  max-width: 600px;
}

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

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

.main {
  background-color: #fffaf3;
}

.curve-one {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 0% auto auto -24px;
}

.curve-one.on-top-right {
  z-index: 1;
  top: -24px;
  left: auto;
  right: 0%;
}

.curve-one.on-top {
  top: -24px;
  left: 0%;
}

.curve-top {
  justify-content: center;
  align-items: center;
  width: 25.5px;
  height: 25.5px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(90deg);
}

.curve-top.has-rotate {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.curve-top.rotate-270 {
  inset: 0% 0% auto auto;
  transform: rotate(270deg);
}

.curve-two {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 0% -24px auto;
}

.curve-two.bottom-left {
  z-index: 1;
  bottom: 0%;
  left: -24px;
  right: auto;
}

.curve-two.right-bottom {
  bottom: 0%;
  right: -24px;
}

.curve-bottom {
  width: 25.5px;
  height: 25.5px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(90deg);
}

.curve-bottom.has-rotate {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.corner-box {
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.corner-box.is-brown {
  background-color: #fffaf3;
}

.corner-box.is-slider-buttons {
  width: 8em;
  height: 4.5em;
}

.corner-box.color-chnage {
  background-color: var(--background--50);
}

.corner-box.no-bg {
  background-color: #fff0;
}

.perks-bg {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 4em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 2px auto auto 2px;
}

.perks-bg.is-brown {
  background-color: #fffaf3;
}

.hero-curve {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 106px auto auto 519px;
}

.mobile-curve {
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.eyebrow-text {
  font-size: 16px;
  line-height: 120%;
}

.image {
  width: 100%;
  max-width: 335px;
  height: 100%;
  max-height: 130px;
}

.text-span {
  color: var(--text--primary-50);
}

.text-span-2 {
  color: var(--orange);
}

.meet-founder-image-container {
  border-radius: 24px;
  max-width: none;
  max-height: none;
  overflow: hidden;
}

.text-span-3 {
  color: var(--orange);
}

.testimonial-card {
  position: relative;
}

.testimonial-card.margin-top {
  margin-top: 60px;
}

.author {
  color: var(--text--primary-75);
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.orange {
  color: var(--orange);
  text-decoration: underline;
}

.footer-logo {
  width: 173px;
  height: auto;
}

.color-change {
  color: #f68321;
}

.body-2 {
  background-color: #fffaf3;
}

.preloader-wrapper {
  z-index: 2000;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-grid-item {
  background-color: #1e1e1e;
  flex: 1;
  height: 100%;
}

.preloader-grid-item.is-border {
  border-left: .0625rem solid #515151;
  border-right: .0625rem solid #515151;
}

.preloader-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.text-span-4 {
  color: var(--orange);
}

.text-span-5 {
  color: var(--orange);
  text-decoration: underline;
}

.text-span-6 {
  color: var(--text--brand);
}

.text-span-7 {
  -webkit-text-stroke-color: var(--text--brand);
}

.text-span-8 {
  color: var(--text--brand);
  font-weight: 400;
}

.image-2 {
  background-image: url('../images/headshot-bg---orange.png');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.is-menu {
    padding-bottom: .25em;
  }

  .section.is-hero.no-padding {
    padding-bottom: 87px;
  }

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

  .container.is-hero.hero-height {
    height: auto;
  }

  .container.is-hero.hero-height.home-header {
    height: 937px;
  }

  .container.grid-change {
    grid-template-rows: auto auto;
  }

  .box.has-16-gap {
    padding-right: 32px;
  }

  .box.has-16-gap.center {
    padding-right: 0;
  }

  .box.has-16-gap.max-size {
    max-width: none;
    padding-right: 0;
  }

  .card.is-link, .card.is-link.is-green {
    min-width: auto;
    max-width: none;
  }

  .card.is-link.is-dull-brown, .card.is-link.is-brown, .card.is-link.is-black {
    min-width: auto;
  }

  .card.is-link.has-image {
    height: 18em;
  }

  .card.is-link.width-auto.orange.home-header {
    margin-top: 0;
  }

  .card.has-image {
    height: 18em;
  }

  .heading {
    font-size: 2em;
  }

  .heading.is-display {
    font-size: 4em;
  }

  .heading.is-regular, .heading.is-subheading {
    font-size: 1.75em;
  }

  .menu-desktop-links {
    display: none;
  }

  .menu-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .menu-link {
    font-size: 1em;
  }

  .menu-toast {
    width: 100%;
  }

  .menu-right.is-second {
    left: auto;
    right: 2.5em;
  }

  .burger {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    padding: .5em 1em;
    font-size: 1em;
    font-weight: 700;
    line-height: 130%;
    display: flex;
  }

  .burger-icon {
    color: var(--orange);
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    display: flex;
  }

  .mobile-menu-wrapper {
    z-index: 101;
    background-color: #00000080;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-box {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    display: flex;
    overflow: hidden;
  }

  .mobile-menu-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom: 1px solid #231f2f0f;
    justify-content: space-between;
    align-items: center;
    padding: 1.2em 1em;
    display: flex;
  }

  .mobile-menu-middle {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    padding: 1.5em 1.5em 4em;
    display: grid;
    overflow: auto;
  }

  .mobile-menu-close {
    cursor: pointer;
    align-items: center;
    width: 2em;
    height: 2em;
    padding: .25em;
    display: flex;
  }

  .mobile-menu-close:hover {
    color: var(--accent);
  }

  .cover-image {
    border-radius: 0;
  }

  .hero-box.header-home {
    height: 100%;
  }

  .grid.has-five-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: visible;
  }

  .grid.has-three-columns, .grid.has-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .maxwidth-200 {
    max-width: 15em;
  }

  .hero-grid {
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  }

  .hero-grid.has-1-column {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
  }

  .hero-card {
    margin-top: -72px;
  }

  .hero-slider.home-header {
    margin-top: 0;
  }

  .perks-content {
    max-width: 40em;
    top: 4em;
  }

  .perk-item {
    min-height: 3.5em;
  }

  .perk-item.is-round {
    min-width: 3.5em;
  }

  .display-text.is-big {
    font-size: 4em;
  }

  .feedback-box {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .slide-arrow {
    top: 12px;
    right: 16px;
  }

  .slide-arrow.is-left {
    right: 60px;
  }

  .subscribe-field {
    padding-right: 10.5em;
  }

  .footer-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .logo-box {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .social-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .separator {
    display: none;
  }

  .hero-corner {
    max-width: 23em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .maxwidth-232 {
    max-width: 18em;
  }

  .maxwidth-315 {
    max-width: 100%;
  }

  .nav-bg {
    height: 6em;
  }

  .empty-box {
    display: none;
  }

  .hero-curve {
    top: 64px;
    left: 518px;
  }
}

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

  h2, h3 {
    letter-spacing: -.5px;
    font-size: 1.75em;
  }

  h4 {
    letter-spacing: -.5px;
    font-size: 1.6em;
  }

  h5 {
    letter-spacing: -.3px;
    font-size: 1.3em;
  }

  h6 {
    letter-spacing: -.3px;
    font-size: 1.125em;
  }

  blockquote {
    font-size: 1.3em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .section.is-medium.top-padding.subpage {
    margin-top: 120px;
  }

  .container {
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .container.is-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sidebar {
    position: static;
  }

  .box.has-80-gap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .box.has-100-gap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .card {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .card.is-link.has-pricing {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .heading.is-display {
    font-size: 3em;
  }

  .heading.is-jumbo {
    font-size: 2.4em;
  }

  .heading.is-medium {
    letter-spacing: -.5px;
    font-size: 2em;
  }

  .heading.is-regular {
    letter-spacing: -.5px;
  }

  .heading.is-subheading {
    letter-spacing: -.3px;
    font-size: 1.6em;
  }

  .heading.is-leading-text {
    letter-spacing: -.3px;
    font-size: 1.3em;
  }

  .heading.is-small {
    letter-spacing: -.3px;
    font-size: 1.25em;
  }

  .big-text {
    letter-spacing: 0;
    font-size: 1em;
  }

  .small-text, .tiny-text {
    font-size: .9em;
  }

  .brand {
    width: 9.5em;
  }

  .menu-right {
    top: 1.75em;
    right: 2em;
  }

  .menu-right.is-second {
    right: 2em;
  }

  .button {
    width: 100%;
  }

  .button.is-small {
    width: auto;
  }

  .mobile-menu-box {
    max-width: none;
  }

  .mobile-menu-middle {
    grid-auto-columns: 1fr;
  }

  .cover-image {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .cover-image.mission {
    margin-right: -100px;
  }

  .hero-box {
    border-radius: 1.5em;
    height: 270px;
  }

  .hero-box.is-second {
    height: 384px;
  }

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

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

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

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

  .grid.has-four-columns, .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid.has-1-column {
    grid-template-columns: 1.4fr;
  }

  .hero-card {
    margin-right: 3em;
    padding-top: .5em;
    padding-right: .5em;
  }

  .card-corner {
    width: 3.5em;
    height: 3.5em;
  }

  .arrow-box {
    width: 3.2em;
    height: 3.2em;
  }

  .hero-slider {
    padding-bottom: 1.5em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-slider.is-small {
    padding-bottom: 2em;
  }

  .large-text {
    letter-spacing: -.3px;
    font-size: 1.125em;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    right: -.25em;
  }

  .slider-arrow.on-left {
    left: -.25em;
  }

  .icon-box {
    width: 3.5em;
    height: 3.5em;
  }

  .perks-box {
    height: 42em;
  }

  .perks-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    max-width: 36em;
    padding-left: .5em;
    padding-right: .5em;
    top: 2.5em;
  }

  .perk-item {
    min-width: 7.5em;
    font-size: 12px;
  }

  .perks-corner {
    max-width: 25em;
    margin-left: 4em;
    padding-top: 0;
    padding-left: 0;
  }

  .flex.has-40-gap.centered-wrap {
    grid-column-gap: 2em;
  }

  .flex.has-24-gap {
    grid-column-gap: 1em;
    grid-row-gap: .75em;
  }

  .display-text {
    letter-spacing: -.5px;
    font-size: 1.25em;
  }

  .display-text.is-big {
    font-size: 3em;
  }

  .value-card {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .value-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 1.5em;
  }

  .contained-image.has-radius {
    border-radius: 1.25em;
  }

  .slider-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .client-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 152px;
    height: 140px;
    margin-bottom: -16px;
  }

  .feedback-box {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .slider-buttons-group {
    top: 124px;
  }

  .slide-arrow {
    top: 136px;
  }

  .slider-component {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .thumbnail {
    height: 14em;
  }

  .categ-label {
    top: 1.25em;
    left: 1.25em;
  }

  .faq-answer {
    padding-left: .5em;
    padding-right: .5em;
  }

  .faq-title {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .faq-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .subscribe-box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .submit-button {
    text-align: left;
    width: 100%;
  }

  .subscribe-field {
    padding-right: 1em;
  }

  .form-button {
    margin-top: 12px;
    position: relative;
  }

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

  .error {
    padding: 1em;
    font-size: .825em;
    bottom: 0%;
  }

  .logo-box {
    padding: .75em 1em;
  }

  .hero-corner {
    max-width: 21em;
  }

  .pricing-tabs {
    flex-flow: column;
    width: 100%;
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link {
    width: 100%;
  }

  .nav-bg {
    height: 5.25em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.3em;
  }

  .rich-text blockquote {
    padding-left: 2.25em;
    font-size: 1.3em;
  }

  .rich-text h1 {
    font-size: 2.4em;
  }

  .rich-text h4 {
    font-size: 1.125em;
  }

  .follow-box {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .note {
    max-width: none;
  }

  .utility-page-content {
    width: 20em;
  }

  .hero-curve {
    display: none;
  }

  .mobile-curve {
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 4.6em -24px auto auto;
  }
}

@media screen and (max-width: 479px) {
  .section.is-menu {
    padding-top: 2em;
  }

  .section.is-hero {
    padding-top: .5em;
    padding-bottom: 4em;
  }

  .section.is-hero.no-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.is-medium {
    margin-top: 100px;
    padding-top: 3em;
    padding-bottom: 4em;
  }

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

  .section.is-medium.top-padding.subpage {
    margin-top: 130px;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section.is-footer {
    padding-top: 4em;
  }

  .section.image-background {
    background-position: 100%;
    background-size: cover;
  }

  .container {
    grid-template-columns: minmax(200px, 1fr);
  }

  .container.is-hero {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: none;
    overflow: visible;
  }

  .container.is-hero.hero-height.home-header {
    height: auto;
  }

  .container.grid-change {
    grid-row-gap: 2.75em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container.grid-change.brianna {
    grid-row-gap: 2.5em;
    padding-bottom: 2em;
  }

  .container.bod {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .box.has-16-gap.max-width {
    grid-template-columns: minmax(200px, 1fr);
  }

  .box.has-16-gap.values {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .box.has-16-gap.bod {
    grid-auto-flow: row;
    justify-content: stretch;
    padding-right: 0;
  }

  .card.is-link.is-green {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .card.is-link.width-auto.orange.home-header {
    margin-top: 0;
  }

  .card.is-link.bg-change {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card.is-white {
    margin-top: 0;
    padding-left: 0;
    padding-right: 24px;
  }

  .card.is-white.bottom-gap-zero {
    padding-left: 24px;
  }

  .card.is-white.home-header {
    border-top-left-radius: 0;
    margin-top: -50px;
  }

  .card.has-image {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .heading.max-width {
    width: auto;
    max-width: none;
    font-size: 1.6em;
  }

  .body-text {
    font-size: 14px;
  }

  .small-text.lighn-heights, .small-text.lighn-heights.white {
    display: none;
  }

  .brand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 0%;
    display: inline-block;
  }

  .menu-left {
    margin-left: 3.5px;
  }

  .menu-right.is-second.subpage {
    margin-top: 2%;
    margin-right: 2%;
  }

  .burger {
    margin-right: 0%;
  }

  .cover-image {
    border-radius: 20px;
    overflow: clip;
  }

  .cover-image.mission {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .hero-box {
    height: 73vh;
    max-height: 73vh;
    overflow: visible;
  }

  .hero-box.header-home {
    height: 73vh;
    max-height: 73vh;
  }

  .grid.bod {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .hero-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-card {
    width: auto;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    padding-right: 0;
  }

  .hero-slider.home-header {
    margin-top: 0;
  }

  .label, .label.center.orange {
    margin-bottom: .5em;
  }

  .perks-overlay.mission {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .client-logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .slider-component {
    margin-top: 20px;
  }

  .slider-component.about-us {
    margin-top: 0;
  }

  .faq-box {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .submit-button.donate {
    padding-top: .8em;
  }

  .logo-box {
    padding-left: 1.2em;
  }

  .logo-box.is-brown {
    padding-right: 2em;
  }

  .white-box {
    background-color: #fffaf3;
  }

  .curve-one.on-top {
    top: -24px;
  }

  .curve-one.on-top.home-header {
    top: -74px;
  }

  .mobile-curve {
    top: 4.6em;
    right: -23px;
  }

  .image {
    max-width: 170px;
  }

  .testimonial-card.margin-top {
    margin-top: 60px;
  }

  .div-block {
    flex-flow: column;
  }
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb824e, #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-a1bb824e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_67e8bc2a-812f-36aa-8fbf-b063d561dadc-a1bb824e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb824e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4cde41c4-1513-7c29-3653-62c48ae4045d-a1bb824e {
  justify-self: start;
}

#w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb824e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-a1bb824e {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e3-a1bb824e {
  justify-self: center;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-a1bb824e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44cb-a1bb824e {
  justify-self: start;
}

#w-node-_37642dd9-7f8e-6ba9-ebc6-606906a84f0f-a1bb824e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_37642dd9-7f8e-6ba9-ebc6-606906a84f19-a1bb824e {
  justify-self: start;
}

#w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-a1bb824e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-a1bb824e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a80-a1bb824e, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8e-a1bb824e, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f34-a1bb824e {
  justify-self: start;
}

#w-node-_39191ee6-6949-2a5f-b274-82d89429b51d-a1bb824e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_39191ee6-6949-2a5f-b274-82d89429b51e-a1bb824e {
  justify-self: start;
}

#w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7b-a1bb824e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7d-a1bb824e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-a1bb824e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-a1bb824e, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-a1bb824e {
  justify-self: start;
}

#w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-a1bb824e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee2-58d53ede {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee5-58d53ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c74422de-83ab-ad0e-2759-4da3d0bebb12-58d53ede {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ef9-58d53ede {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f08-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f0a-58d53ede, #w-node-a21c4dda-7bdf-c2f9-eddc-035d972313f6-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f0c-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f0e-58d53ede {
  justify-self: start;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f17-58d53ede {
  align-self: center;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f18-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f1a-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f1c-58d53ede {
  justify-self: start;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f1f-58d53ede, #w-node-_84adf877-a1e7-826d-55c1-bc5bd719d602-58d53ede {
  align-self: end;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f28-58d53ede {
  place-self: end;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dc7-2c968dc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dc8-2c968dc5 {
  justify-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dce-2c968dc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dcf-2c968dc5 {
  justify-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
  grid-area: 1 / 5 / 3 / 13;
  align-self: start;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b1e-4ac75b1c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b6101404-e1ed-ce84-4fbe-93f6bfcf035e-4ac75b1c {
  justify-self: start;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b23-4ac75b1c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b24-4ac75b1c {
  justify-self: start;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b3b-4ac75b1c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6384ad40-7a44-289f-d586-b3f26f813568-6f813566, #w-node-_8897d823-f62d-2889-070f-3077b57392ec-b57392ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3f4d542-432c-6a70-9c79-a42b211fd8f8-a1bb8254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_04e64602-d383-de4b-f609-03a41d900303-a1bb8254, #w-node-_45691467-d504-11d7-8f1e-97f18ca61a58-a1bb8254, #w-node-f463be97-5c3b-297d-4719-683a8e45df2c-a1bb8254, #w-node-_159824d7-b213-3f30-8695-46d7227857e5-a1bb8254, #w-node-_549fa6d8-79da-a718-9072-85d77bcc22c7-a1bb8254, #w-node-_7cbf020e-53b4-2e5e-a4de-4db1132fa495-a1bb8254, #w-node-_51d4c239-47fd-a0f8-8e40-1d4e3fe1f572-a1bb8254, #w-node-_0d0c7e8a-f66d-c37b-bb8d-9ae163a86960-a1bb8254, #w-node-_8e5011cd-c862-3d3a-98a3-602329d69bcb-a1bb8254, #w-node-_88265958-8d1d-c01b-f970-80b123ebd5dc-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aedd5c6f-a8eb-d904-4155-8b8d6b2651d7-a1bb8254 {
  grid-area: 1 / 4 / 2 / 13;
  align-self: start;
}

#typography.w-node-_1684b8da-9b67-c543-af51-98e164741e08-a1bb8254, #w-node-_6fc9a49e-4319-78cb-e1bf-d441bb0a6ed1-a1bb8254, #w-node-adb6b5b6-0038-c2ad-5f38-10b8bdae7b92-a1bb8254, #w-node-_9caca7ca-7457-f93f-1bfe-7ce9cf2758e2-a1bb8254, #w-node-_38ecf163-5a1a-5f7d-2edf-bcc99777c43b-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62446863-c1d0-2632-babb-45f09f81ef5b-a1bb8254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c640d2e6-4c83-ad88-c2b8-cd8e328ff333-a1bb8254, #w-node-dbcb55b0-b284-b4b5-7554-ad17c3dcba2e-a1bb8254, #w-node-_012013ef-542e-6ad9-77b8-416dee68601e-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e6-a1bb8254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e7-a1bb8254, #w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e8-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8b0358-7091-2cb6-2d50-0290c44aac59-a1bb8254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef8b0358-7091-2cb6-2d50-0290c44aac5a-a1bb8254, #w-node-ef8b0358-7091-2cb6-2d50-0290c44aac5b-a1bb8254, #w-node-_103ea460-1e67-786c-b5af-9ed09e0c15ea-a1bb8254, #w-node-_103ea460-1e67-786c-b5af-9ed09e0c15eb-a1bb8254, #w-node-_103ea460-1e67-786c-b5af-9ed09e0c15ec-a1bb8254, #w-node-_4371b0fd-33c8-4360-8c67-cde4f5a3d325-a1bb8254, #w-node-_4371b0fd-33c8-4360-8c67-cde4f5a3d326-a1bb8254, #w-node-_4371b0fd-33c8-4360-8c67-cde4f5a3d327-a1bb8254, #w-node-_781fd828-d14c-a46d-d2c5-9888dc2990fa-a1bb8254, #w-node-_781fd828-d14c-a46d-d2c5-9888dc2990fb-a1bb8254, #w-node-_781fd828-d14c-a46d-d2c5-9888dc2990fc-a1bb8254, #w-node-f8af87c0-41d9-75f7-536b-ae421f7adb24-a1bb8254, #w-node-f8af87c0-41d9-75f7-536b-ae421f7adb25-a1bb8254, #w-node-f8af87c0-41d9-75f7-536b-ae421f7adb26-a1bb8254, #w-node-_552dbd92-ef42-188c-ba6f-8612c497e796-a1bb8254, #w-node-_552dbd92-ef42-188c-ba6f-8612c497e797-a1bb8254, #w-node-_552dbd92-ef42-188c-ba6f-8612c497e798-a1bb8254, #w-node-_54c1b7a8-94aa-192c-1045-d8ba1c1dacad-a1bb8254, #w-node-_54c1b7a8-94aa-192c-1045-d8ba1c1dacae-a1bb8254, #w-node-_54c1b7a8-94aa-192c-1045-d8ba1c1dacaf-a1bb8254, #w-node-_5b1ea932-dc61-7f0d-6c8a-c5147c3fb6d3-a1bb8254, #w-node-_5b1ea932-dc61-7f0d-6c8a-c5147c3fb6d4-a1bb8254, #w-node-_5b1ea932-dc61-7f0d-6c8a-c5147c3fb6d5-a1bb8254, #w-node-ee1c2578-b438-2f4d-89dc-17ca802e0bb6-a1bb8254, #w-node-ee1c2578-b438-2f4d-89dc-17ca802e0bb7-a1bb8254, #w-node-ee1c2578-b438-2f4d-89dc-17ca802e0bb8-a1bb8254, #w-node-ba706098-712d-0df9-9616-250d81bfc7f9-a1bb8254, #w-node-ba706098-712d-0df9-9616-250d81bfc7fa-a1bb8254, #w-node-ba706098-712d-0df9-9616-250d81bfc7fb-a1bb8254, #w-node-_435faf9f-5de0-9c7b-7ef7-91fc6197729f-a1bb8254, #w-node-_435faf9f-5de0-9c7b-7ef7-91fc619772a0-a1bb8254, #w-node-_435faf9f-5de0-9c7b-7ef7-91fc619772a1-a1bb8254, #w-node-bd3ecc6b-278f-78e3-1c28-e71851c3912f-a1bb8254, #w-node-bd3ecc6b-278f-78e3-1c28-e71851c39130-a1bb8254, #w-node-bd3ecc6b-278f-78e3-1c28-e71851c39131-a1bb8254, #w-node-_1eacaf7f-d6bd-e50e-1e62-50551b043acd-a1bb8254, #w-node-_1eacaf7f-d6bd-e50e-1e62-50551b043ace-a1bb8254, #w-node-_1eacaf7f-d6bd-e50e-1e62-50551b043acf-a1bb8254, #w-node-_2bdfc5ea-a044-dab3-1849-bae913344c0b-a1bb8254, #w-node-_2bdfc5ea-a044-dab3-1849-bae913344c0c-a1bb8254, #w-node-_2bdfc5ea-a044-dab3-1849-bae913344c0d-a1bb8254, #w-node-_915a4d58-7d3c-df33-0221-999212935574-a1bb8254, #w-node-_915a4d58-7d3c-df33-0221-999212935575-a1bb8254, #w-node-_915a4d58-7d3c-df33-0221-999212935576-a1bb8254, #w-node-_6f96f03f-fa39-8f30-5f23-3e06d3a7faca-a1bb8254, #w-node-_6f96f03f-fa39-8f30-5f23-3e06d3a7facb-a1bb8254, #w-node-_6f96f03f-fa39-8f30-5f23-3e06d3a7facc-a1bb8254, #cards.w-node-_905283bc-1706-d281-23ce-ebe22f4475c4-a1bb8254, #w-node-_905283bc-1706-d281-23ce-ebe22f4475c5-a1bb8254, #w-node-_905283bc-1706-d281-23ce-ebe22f4475c6-a1bb8254, #w-node-_905283bc-1706-d281-23ce-ebe22f4475c8-a1bb8254, #labels.w-node-_49f951bf-528f-17b1-21e4-e9de89c7a09f-a1bb8254, #w-node-_49f951bf-528f-17b1-21e4-e9de89c7a0a0-a1bb8254, #w-node-_49f951bf-528f-17b1-21e4-e9de89c7a0a1-a1bb8254, #w-node-_49f951bf-528f-17b1-21e4-e9de89c7a0a3-a1bb8254, #buttons.w-node-_67a355c6-595f-be8f-2939-53f85aff8b4a-a1bb8254, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b4b-a1bb8254, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b4c-a1bb8254, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b4e-a1bb8254, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b50-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67a355c6-595f-be8f-2939-53f85aff8bf2-a1bb8254 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_67a355c6-595f-be8f-2939-53f85aff8bf3-a1bb8254, #w-node-_67a355c6-595f-be8f-2939-53f85aff8bf4-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ad5157d-dd4d-392e-460c-4c377bdec3d2-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297654-a1bb8254 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297655-a1bb8254, #w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297656-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297659-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_878b9a62-4ab4-644f-f930-fe90f00990dd-a1bb8254, #w-node-_878b9a62-4ab4-644f-f930-fe90f00990de-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878b9a62-4ab4-644f-f930-fe90f00990e1-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7f7-a1bb8254, #w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7f8-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7fd-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#links.w-node-be435512-5297-3c9d-e6e8-6b3df79aec2d-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec2e-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec2f-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec31-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec33-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be435512-5297-3c9d-e6e8-6b3df79aec34-a1bb8254 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be435512-5297-3c9d-e6e8-6b3df79aec3e-a1bb8254 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2da9d70d-4b1c-77b6-68f5-6a1f1e3d3b9e-a1bb8254, #w-node-_2da9d70d-4b1c-77b6-68f5-6a1f1e3d3b9f-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f90eed5-664b-6abb-8ab7-4949cc532f8c-a1bb8254 {
  justify-self: start;
}

#w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e1-a1bb8254, #w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e2-a1bb8254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e5-a1bb8254 {
  justify-self: start;
}

#w-node-d677e6d5-b29e-b863-8973-e78f4b62920f-a1bb8254, #w-node-d677e6d5-b29e-b863-8973-e78f4b629210-a1bb8254, #rich-text.w-node-_3c70b76e-9517-9032-af91-63ef52ad0235-a1bb8254, #w-node-_3c70b76e-9517-9032-af91-63ef52ad0236-a1bb8254, #w-node-_3c70b76e-9517-9032-af91-63ef52ad0237-a1bb8254, #w-node-_3c70b76e-9517-9032-af91-63ef52ad0239-a1bb8254, #w-node-_3c70b76e-9517-9032-af91-63ef52ad023b-a1bb8254, #w-node-bd0d43a7-7bec-654e-1ae6-f66efbe2c8ac-fbe2c8ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74da2859-601a-ded1-725d-ec5cd2aeee2b-a1bb8255 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e154459b-fe5f-d5b8-c542-658c0780a8cb-a1bb8255 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c2a34734-3bac-970a-8b01-49668a13a951-a1bb8255 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: start;
}

#w-node-f63c206d-d184-0692-d27a-49a9415c4012-a1bb8255 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: start;
}

#w-node-_316a8b30-f44f-e801-6cad-117473363ee9-a1bb8255 {
  align-self: start;
}

#w-node-d3ad1610-e0c6-9080-202d-4062a0dea1cc-a1bb8255 {
  grid-area: span 1 / span 9 / span 1 / span 9;
  align-self: center;
}

#w-node-_10bdf5eb-22f6-eda5-456e-82d96035c8a6-a1bb8255 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center end;
}

#w-node-bdf1bd35-2dd1-b97a-68e8-b87f40b127dd-a1bb8255 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5698cecf-c9e7-ed79-db15-fbca8899d264-8899d263, #w-node-_5698cecf-c9e7-ed79-db15-fbca8899d26c-8899d263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877250-a1bb8256 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-dce5017c-3d54-5520-a2c6-19be676dbd89-a1bb8256, #w-node-_86e82d54-6a1a-6e9f-4131-144186cd2fd3-a1bb8256 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8257 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-a1bb8257 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8257 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4cde41c4-1513-7c29-3653-62c48ae4045d-a1bb8257 {
  justify-self: start;
}

#w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8257 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-a1bb8257 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-a1bb8257, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-a1bb8257 {
  justify-self: start;
}

#w-node-adfaa528-25c9-ecfe-b71d-98e9a3bd2f68-a1bb8257 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_72e14767-c172-d195-f18d-ee3b8624a029-8624a027 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_72e14767-c172-d195-f18d-ee3b8624a02a-8624a027 {
  justify-self: start;
}

#w-node-_7b982534-9e19-ae26-cb99-4b1588bd96c5-88bd96c3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7b982534-9e19-ae26-cb99-4b1588bd96cb-88bd96c3 {
  justify-self: start;
}

#w-node-_7b982534-9e19-ae26-cb99-4b1588bd96d1-88bd96c3 {
  justify-self: center;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8258 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8258 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8258, #w-node-_32766a7f-5afa-58cf-4350-9d4788cdc82f-a1bb8258 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_84bdcafb-49c2-9caa-57b4-fd809ba2b1f7-a1bb8258 {
  align-self: end;
}

#w-node-_72f9238c-8970-e996-3124-9d5f5a52170e-a1bb8258 {
  justify-self: start;
}

#w-node-cbb61ed5-fbc5-40d0-d6e2-ed80693f5b56-a1bb8258 {
  align-self: end;
}

#w-node-_86a4d016-9979-a4c3-2098-afd8286a5b55-a1bb8258, #w-node-_67917223-62c3-5129-4ea1-04e3aa78bc68-a1bb8258 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_67917223-62c3-5129-4ea1-04e3aa78bc69-a1bb8258 {
  align-self: end;
}

#w-node-_67917223-62c3-5129-4ea1-04e3aa78bc6a-a1bb8258 {
  justify-self: start;
}

#w-node-_67917223-62c3-5129-4ea1-04e3aa78bc6e-a1bb8258 {
  align-self: end;
}

#w-node-a2ce813e-5a30-6000-47ef-1c16845c4624-a1bb8258, #w-node-df3569dc-85ec-1e40-d836-7eada5edba81-a1bb8258 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-df3569dc-85ec-1e40-d836-7eada5edba82-a1bb8258 {
  align-self: end;
}

#w-node-df3569dc-85ec-1e40-d836-7eada5edba83-a1bb8258 {
  justify-self: start;
}

#w-node-df3569dc-85ec-1e40-d836-7eada5edba87-a1bb8258 {
  align-self: end;
}

#w-node-_4688c09c-f719-88a5-6e63-7c17fa62c583-a1bb8258 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_4688c09c-f719-88a5-6e63-7c17fa62c584-a1bb8258 {
  justify-self: start;
}

#w-node-_2c9b957a-8b95-6acc-0d1c-a89cdeebb682-a1bb8258 {
  align-self: end;
}

#w-node-f78d1dbe-5c8b-1f22-85c3-e0f0a4194af5-a1bb8258 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-ce28c1a2-2407-08b2-cb3f-44b2d30adcb7-a1bb8258, #w-node-_8c8e3337-b020-8086-6a18-f95d8ab3572f-a1bb8258 {
  align-self: end;
}

#w-node-_3202313d-6164-d5c8-b8e6-24de39b0fcf6-a1bb8258 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3202313d-6164-d5c8-b8e6-24de39b0fd02-a1bb8258 {
  justify-self: center;
}

#w-node-bdfc81e5-8f71-07a5-12d5-e8bc675b56a5-a1bb8258 {
  justify-self: start;
}

#w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a67-68ec1a65 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a6c-68ec1a65, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8259 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8259 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c00cd8af-706c-132f-28dc-8bebd9e19e1d-a1bb8259 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c00cd8af-706c-132f-28dc-8bebd9e19e1e-a1bb8259 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8259 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b57deea0-a736-6925-7529-07064e989b15-a1bb8259, #w-node-_65fcb324-2771-c427-2c3a-2b7051005c0e-a1bb8259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-a1bb825a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fe-a1bb825a {
  justify-self: start;
}

#w-node-b7e21b19-b1b6-48bb-ce8b-ac2b235f548f-a1bb825a, #w-node-_0688ac19-149d-aea0-8e5f-9bf22bc8f37d-a1bb825a, #w-node-b522935a-ad71-4386-5755-b2cf12a37887-a1bb825a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c57bc85-bca3-e12d-8507-11517ae3938a-a1bb825b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8c57bc85-bca3-e12d-8507-11517ae3938f-a1bb825b, #w-node-_5c75cd6f-0835-1c81-11ea-dddd02544cf4-a1bb825b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7dfeae07-8cb6-5be1-6fb5-c624e78636bd-a1bb825c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399e-a1bb825c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399f-a1bb825c {
  grid-area: 1 / 4 / 2 / 10;
  align-self: start;
}

#w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f39d2-a1bb825c {
  grid-area: 1 / 11 / 2 / 13;
  align-self: start;
}

#w-node-_0f07cec1-ade1-911b-fec8-7e7969471b48-a1bb825c {
  align-self: start;
}

#w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-a1bb825d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fe-a1bb825d, #w-node-_37cce9da-c734-ea20-d921-d0da6a4d2565-a1bb825d, #w-node-d80bddd1-05b2-45e0-59f6-be882f4b9eb2-a1bb825d, #w-node-_7af17bfa-3525-09de-07f6-2b6ecdcb5335-a1bb825d, #w-node-_7af17bfa-3525-09de-07f6-2b6ecdcb5336-a1bb825d, #w-node-_79425c8a-4745-2871-c0fe-0c80fdff6c64-a1bb825d, #w-node-_79425c8a-4745-2871-c0fe-0c80fdff6c65-a1bb825d {
  justify-self: start;
}

#w-node-_014b835a-5e10-b027-b22b-a2a3efd98203-a1bb825d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ac2cb7ec-59d3-7552-b65b-27c58cd9ed02-a1bb825d {
  justify-self: start;
}

#w-node-ebff6ae1-203e-8ded-a3ec-bfb249cdf90b-a1bb825e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34a92d6b-f507-89b8-c530-8c88f15cf0dd-a1bb825e {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_00062434-6e72-6630-fbd6-043cffb21972-a1bb825e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e543e5fd-c9a8-6a51-d36a-983626d686d8-a1bb825f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34a92d6b-f507-89b8-c530-8c88f15cf0dd-a1bb825f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_00062434-6e72-6630-fbd6-043cffb21972-a1bb825f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1e4d9a6f-c176-ef0d-7d51-e95b36849e5a-a1bb825f, #w-node-_8b20df2b-34ea-a76d-d66d-d0d183505bee-a1bb825f, #w-node-_341a1914-438d-0141-7df5-32e1e9b5a192-a1bb825f {
  justify-self: start;
}

#w-node-_89e3d577-6975-0931-809d-587da4cf1eed-a1bb8260 {
  justify-self: center;
}

#w-node-_47e40df2-5585-4f64-4cf2-69515d5de840-a1bb8261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9448a165-df99-a8cd-62e5-9b4be240844d-a1bb8261 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_01ba5d17-0a2d-bd2d-8e83-ea9c95284971-a1bb8261 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b57a132b-642f-244f-1587-de25102700c2-beef82ae {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-f680563b-e640-c934-3e47-fc1824e7db81-beef82ae {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-beef82ae {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e3-beef82ae {
  justify-self: center;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-beef82ae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44cb-beef82ae {
  justify-self: start;
}

#w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-beef82ae {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-beef82ae {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a80-beef82ae, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8e-beef82ae, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f34-beef82ae {
  justify-self: start;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-beef82ae {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-beef82ae, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-beef82ae {
  justify-self: start;
}

#w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-beef82ae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b57a132b-642f-244f-1587-de25102700c2-db0db0ce {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-d3bfb570-5b44-d45c-8553-e24d5daec480-db0db0ce {
  justify-self: center;
}

#w-node-f680563b-e640-c934-3e47-fc1824e7db81-db0db0ce {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-db0db0ce {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e3-db0db0ce {
  justify-self: center;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-db0db0ce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44cb-db0db0ce {
  justify-self: start;
}

#w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-db0db0ce {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-db0db0ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a80-db0db0ce, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8e-db0db0ce, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f34-db0db0ce {
  justify-self: start;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-db0db0ce {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-db0db0ce, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-db0db0ce {
  justify-self: start;
}

#w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-db0db0ce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b57a132b-642f-244f-1587-de25102700c2-92dfc674 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_16f72f44-937e-62d8-e1df-6076591c4aad-92dfc674 {
  justify-self: center;
}

#w-node-f680563b-e640-c934-3e47-fc1824e7db81-92dfc674 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-92dfc674 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e3-92dfc674 {
  justify-self: center;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-92dfc674 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44cb-92dfc674 {
  justify-self: start;
}

#w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-92dfc674 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-92dfc674 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a80-92dfc674, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8e-92dfc674, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f34-92dfc674 {
  justify-self: start;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-92dfc674 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-92dfc674, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-92dfc674 {
  justify-self: start;
}

#w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-92dfc674 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b57a132b-642f-244f-1587-de25102700c2-8b194236 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a763d416-7245-1f40-f26f-3ce1d3f61a50-8b194236 {
  justify-self: center;
}

#w-node-f680563b-e640-c934-3e47-fc1824e7db81-8b194236 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-8b194236 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e3-8b194236 {
  justify-self: center;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-8b194236 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8f578f90-bfed-7539-c77e-bc76705e44cb-8b194236 {
  justify-self: start;
}

#w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-8b194236 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-8b194236 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a80-8b194236, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8e-8b194236, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f34-8b194236 {
  justify-self: start;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-8b194236 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-8b194236, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-8b194236 {
  justify-self: start;
}

#w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-8b194236 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-48454da5 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_5b645667-be5f-f049-4465-1edb6f5781e3-48454da5 {
  justify-self: center;
}

#w-node-_755e4d59-6f0a-1cb0-9a37-2115a62b18a8-48454da5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_755e4d59-6f0a-1cb0-9a37-2115a62b18b2-48454da5 {
  justify-self: start;
}

#w-node-baf594c3-3300-3633-39e4-486294c835c8-48454da5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-baf594c3-3300-3633-39e4-486294c835c9-48454da5 {
  justify-self: start;
}

#w-node-baf594c3-3300-3633-39e4-486294c835cf-48454da5 {
  align-self: end;
}

#w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8e-48454da5, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f34-48454da5 {
  justify-self: start;
}

#w-node-_362155c5-1a63-e949-b808-f089517c7f69-48454da5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_362155c5-1a63-e949-b808-f089517c7f6a-48454da5 {
  justify-self: start;
}

#w-node-_362155c5-1a63-e949-b808-f089517c7f70-48454da5 {
  align-self: end;
}

#w-node-_972150cc-e1ee-7c78-bb16-b1f5db211913-48454da5 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: start;
}

#w-node-_972150cc-e1ee-7c78-bb16-b1f5db21192a-48454da5, #w-node-_87ba4222-abf1-9e64-5b84-67a99b2db6ca-48454da5, #w-node-_0d8f8489-65a8-82c8-ae6c-2150f45401fc-48454da5, #w-node-f5dd7d87-bf26-795b-19ed-416ef691f3d1-48454da5, #w-node-_972150cc-e1ee-7c78-bb16-b1f5db211942-48454da5 {
  align-self: end;
}

#w-node-_2a9e0c69-c879-6a5a-d578-289ff3adffc2-48454da5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_202e0313-479b-ca30-5060-1fc7c73e92a8-48454da5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_202e0313-479b-ca30-5060-1fc7c73e92a9-48454da5 {
  justify-self: start;
}

#w-node-_202e0313-479b-ca30-5060-1fc7c73e92ac-48454da5 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_202e0313-479b-ca30-5060-1fc7c73e92ae-48454da5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-48454da5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54f-48454da5, #w-node-c417d359-9bca-8ef3-5142-c99e5383aa79-48454da5 {
  justify-self: start;
}

#w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-48454da5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf355-48454da5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf356-48454da5, #w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf35a-48454da5 {
  justify-self: start;
}

#w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf35e-48454da5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb824e {
    grid-column: span 6 / span 6;
  }

  #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-a1bb824e {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-aaae74ef-0896-eeb0-c880-b34e814b515a-a1bb824e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a8652c9-f8b3-4e3a-f773-d979574e2df9-a1bb824e {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-a1bb824e {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb824e {
    grid-column: span 6 / span 6;
  }

  #w-node-fcc5e060-338a-14c0-2ad2-66103e72b8ec-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-a1bb824e {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-a1bb824e, #w-node-_37642dd9-7f8e-6ba9-ebc6-606906a84f0f-a1bb824e {
    grid-column: span 6 / span 6;
  }

  #w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-a1bb824e {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-a1bb824e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_39191ee6-6949-2a5f-b274-82d89429b51d-a1bb824e {
    grid-area: 3 / 1 / 5 / 13;
  }

  #w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7b-a1bb824e {
    grid-row: 1 / 3;
    grid-column-start: 1;
  }

  #w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7d-a1bb824e {
    grid-area: 3 / 1 / 5 / 13;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-a1bb824e {
    grid-column: span 5 / span 5;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-a1bb824e {
    grid-column: span 6 / span 6;
  }

  #w-node-_78685c78-0853-e3f4-2da6-efa9cc3feb0e-cc3fead5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee2-58d53ede, #w-node-c74422de-83ab-ad0e-2759-4da3d0bebb12-58d53ede {
    grid-column: span 4 / span 4;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ef9-58d53ede {
    grid-column: span 6 / span 6;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dc7-2c968dc5, #w-node-ef21a271-7711-d7be-e127-98362c968dce-2c968dc5 {
    grid-column: span 2 / span 2;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
    grid-column: 3 / 7;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b1e-4ac75b1c {
    grid-column: span 4 / span 4;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b23-4ac75b1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b3b-4ac75b1c {
    grid-column: span 6 / span 6;
  }

  #w-node-d3f4d542-432c-6a70-9c79-a42b211fd8f8-a1bb8254 {
    grid-column: span 2 / span 2;
  }

  #w-node-aedd5c6f-a8eb-d904-4155-8b8d6b2651d7-a1bb8254 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_62446863-c1d0-2632-babb-45f09f81ef5b-a1bb8254, #w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e6-a1bb8254, #w-node-ef8b0358-7091-2cb6-2d50-0290c44aac59-a1bb8254 {
    grid-column: span 1 / span 1;
  }

  #w-node-_67a355c6-595f-be8f-2939-53f85aff8bf2-a1bb8254, #w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297654-a1bb8254, #w-node-_878b9a62-4ab4-644f-f930-fe90f00990dc-a1bb8254, #w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7f6-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec34-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec3e-a1bb8254, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec4a-a1bb8254, #w-node-_9ba0af2b-6bd3-b820-f92c-551b71ebf219-a1bb8254, #w-node-_2da9d70d-4b1c-77b6-68f5-6a1f1e3d3b9d-a1bb8254, #w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e0-a1bb8254, #w-node-d677e6d5-b29e-b863-8973-e78f4b62920e-a1bb8254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74da2859-601a-ded1-725d-ec5cd2aeee2b-a1bb8255 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c2a34734-3bac-970a-8b01-49668a13a951-a1bb8255 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f63c206d-d184-0692-d27a-49a9415c4012-a1bb8255 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3ad1610-e0c6-9080-202d-4062a0dea1cc-a1bb8255 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10bdf5eb-22f6-eda5-456e-82d96035c8a6-a1bb8255 {
    grid-column: span 2 / span 2;
  }

  #w-node-bdf1bd35-2dd1-b97a-68e8-b87f40b127dd-a1bb8255 {
    grid-column: span 6 / span 6;
  }

  #w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877250-a1bb8256 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-dce5017c-3d54-5520-a2c6-19be676dbd89-a1bb8256, #w-node-_86e82d54-6a1a-6e9f-4131-144186cd2fd3-a1bb8256, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8257, #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-a1bb8257 {
    grid-column: span 6 / span 6;
  }

  #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-a1bb8257 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8257 {
    grid-column: span 6 / span 6;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-a1bb8257 {
    grid-column: span 5 / span 5;
  }

  #w-node-adfaa528-25c9-ecfe-b71d-98e9a3bd2f68-a1bb8257, #w-node-_7b982534-9e19-ae26-cb99-4b1588bd96c5-88bd96c3, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8258 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8258 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8258, #w-node-_32766a7f-5afa-58cf-4350-9d4788cdc82f-a1bb8258, #w-node-_86a4d016-9979-a4c3-2098-afd8286a5b55-a1bb8258, #w-node-_67917223-62c3-5129-4ea1-04e3aa78bc68-a1bb8258, #w-node-a2ce813e-5a30-6000-47ef-1c16845c4624-a1bb8258, #w-node-df3569dc-85ec-1e40-d836-7eada5edba81-a1bb8258 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4688c09c-f719-88a5-6e63-7c17fa62c583-a1bb8258 {
    grid-column: span 2 / span 2;
  }

  #w-node-f78d1dbe-5c8b-1f22-85c3-e0f0a4194af5-a1bb8258 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3202313d-6164-d5c8-b8e6-24de39b0fcf6-a1bb8258 {
    grid-column: span 6 / span 6;
  }

  #w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a67-68ec1a65 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a6c-68ec1a65, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8259 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8259 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c00cd8af-706c-132f-28dc-8bebd9e19e1d-a1bb8259, #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8259 {
    grid-column: span 6 / span 6;
  }

  #w-node-b1c03b7c-00f6-4a77-862b-494cd69e5273-a1bb8259, #w-node-_65fcb324-2771-c427-2c3a-2b7051005c3e-a1bb8259 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b7e21b19-b1b6-48bb-ce8b-ac2b235f548f-a1bb825a, #w-node-_0688ac19-149d-aea0-8e5f-9bf22bc8f37d-a1bb825a, #w-node-b522935a-ad71-4386-5755-b2cf12a37887-a1bb825a {
    grid-column: span 6 / span 6;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938a-a1bb825b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938f-a1bb825b, #w-node-_5c75cd6f-0835-1c81-11ea-dddd02544cf4-a1bb825b {
    grid-column: span 6 / span 6;
  }

  #w-node-_7dfeae07-8cb6-5be1-6fb5-c624e78636bd-a1bb825c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399f-a1bb825c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f39d2-a1bb825c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-a1bb825d {
    grid-column: span 3 / span 3;
  }

  #w-node-_014b835a-5e10-b027-b22b-a2a3efd98203-a1bb825d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_34a92d6b-f507-89b8-c530-8c88f15cf0dd-a1bb825e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_00062434-6e72-6630-fbd6-043cffb21972-a1bb825e {
    grid-column: span 6 / span 6;
  }

  #w-node-_34a92d6b-f507-89b8-c530-8c88f15cf0dd-a1bb825f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_00062434-6e72-6630-fbd6-043cffb21972-a1bb825f {
    grid-column: span 6 / span 6;
  }

  #w-node-bfd0d9ed-24eb-c21f-7024-d3be16e5783d-a1bb825f {
    align-self: start;
  }

  #w-node-_9448a165-df99-a8cd-62e5-9b4be240844d-a1bb8261 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_01ba5d17-0a2d-bd2d-8e83-ea9c95284971-a1bb8261 {
    grid-column: span 6 / span 6;
  }

  #w-node-b57a132b-642f-244f-1587-de25102700c2-beef82ae {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f680563b-e640-c934-3e47-fc1824e7db81-beef82ae {
    grid-column: span 6 / span 6;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-beef82ae {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-beef82ae {
    grid-column: span 6 / span 6;
  }

  #w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-beef82ae {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-beef82ae {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-beef82ae {
    grid-column: span 5 / span 5;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-beef82ae {
    grid-column: span 6 / span 6;
  }

  #w-node-b57a132b-642f-244f-1587-de25102700c2-db0db0ce {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f680563b-e640-c934-3e47-fc1824e7db81-db0db0ce {
    grid-column: span 6 / span 6;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-db0db0ce {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-db0db0ce {
    grid-column: span 6 / span 6;
  }

  #w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-db0db0ce {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-db0db0ce {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-db0db0ce {
    grid-column: span 5 / span 5;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-db0db0ce {
    grid-column: span 6 / span 6;
  }

  #w-node-b57a132b-642f-244f-1587-de25102700c2-92dfc674 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f680563b-e640-c934-3e47-fc1824e7db81-92dfc674 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-92dfc674 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-92dfc674 {
    grid-column: span 6 / span 6;
  }

  #w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-92dfc674 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-92dfc674 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-92dfc674 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-92dfc674 {
    grid-column: span 6 / span 6;
  }

  #w-node-b57a132b-642f-244f-1587-de25102700c2-8b194236 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f680563b-e640-c934-3e47-fc1824e7db81-8b194236 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-8b194236 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-8b194236 {
    grid-column: span 6 / span 6;
  }

  #w-node-f2a01068-07f1-105d-e9a3-a5e2e0c19dfa-8b194236 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-8b194236 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-8b194236 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-8b194236 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-48454da5 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-_755e4d59-6f0a-1cb0-9a37-2115a62b18a8-48454da5 {
    grid-column: span 6 / span 6;
  }

  #w-node-baf594c3-3300-3633-39e4-486294c835c8-48454da5, #w-node-_362155c5-1a63-e949-b808-f089517c7f69-48454da5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_972150cc-e1ee-7c78-bb16-b1f5db211913-48454da5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2a9e0c69-c879-6a5a-d578-289ff3adffc2-48454da5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92a8-48454da5 {
    grid-area: 3 / 1 / 5 / 13;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92ac-48454da5 {
    grid-row: 1 / 3;
    grid-column-start: 1;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92ae-48454da5 {
    grid-area: 3 / 1 / 5 / 13;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-48454da5 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-48454da5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf355-48454da5 {
    grid-column: span 5 / span 5;
  }

  #w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf35e-48454da5 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb824e, #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-a1bb824e, #w-node-aaae74ef-0896-eeb0-c880-b34e814b515a-a1bb824e {
    grid-column: span 1 / span 1;
  }

  #w-node-cf4e7020-91ae-3e95-8d9b-e7401027c3d1-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-a1bb824e, #w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb824e {
    grid-column: span 1 / span 1;
  }

  #w-node-c3e957e0-7e3c-c435-014d-7c1d66600aad-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb824e, #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-a1bb824e {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e5-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-a1bb824e, #w-node-_37642dd9-7f8e-6ba9-ebc6-606906a84f0f-a1bb824e {
    grid-column: span 1 / span 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-a1bb824e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a82-a1bb824e, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8b-a1bb824e, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f31-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39191ee6-6949-2a5f-b274-82d89429b51d-a1bb824e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7d-a1bb824e {
    grid-area: 3 / 1 / 5 / 13;
  }

  #w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba80-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-a1bb824e {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-a1bb824e, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee2-58d53ede, #w-node-c74422de-83ab-ad0e-2759-4da3d0bebb12-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ef9-58d53ede {
    grid-column: span 1 / span 1;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f1f-58d53ede {
    order: 9999;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f28-58d53ede {
    justify-self: start;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dc7-2c968dc5 {
    grid-column: span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dca-2c968dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dce-2c968dc5 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b1e-4ac75b1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b1f-4ac75b1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b23-4ac75b1c, #w-node-_8cd05922-71be-7d24-8385-89c04ac75b3b-4ac75b1c, #w-node-d3f4d542-432c-6a70-9c79-a42b211fd8f8-a1bb8254, #w-node-aedd5c6f-a8eb-d904-4155-8b8d6b2651d7-a1bb8254, #w-node-_74da2859-601a-ded1-725d-ec5cd2aeee2b-a1bb8255, #w-node-c2a34734-3bac-970a-8b01-49668a13a951-a1bb8255, #w-node-f63c206d-d184-0692-d27a-49a9415c4012-a1bb8255, #w-node-d3ad1610-e0c6-9080-202d-4062a0dea1cc-a1bb8255 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10bdf5eb-22f6-eda5-456e-82d96035c8a6-a1bb8255 {
    order: 9999;
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-bdf1bd35-2dd1-b97a-68e8-b87f40b127dd-a1bb8255, #w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877250-a1bb8256 {
    grid-column: span 1 / span 1;
  }

  #w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877253-a1bb8256 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dce5017c-3d54-5520-a2c6-19be676dbd89-a1bb8256, #w-node-_86e82d54-6a1a-6e9f-4131-144186cd2fd3-a1bb8256, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8257, #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-a1bb8257, #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-a1bb8257 {
    grid-column: span 1 / span 1;
  }

  #w-node-_53edbfff-00be-9309-76a5-202e61f0ee96-a1bb8257 {
    order: 9999;
  }

  #w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8257 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3e957e0-7e3c-c435-014d-7c1d66600aad-a1bb8257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8257, #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-a1bb8257 {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-a1bb8257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-adfaa528-25c9-ecfe-b71d-98e9a3bd2f68-a1bb8257, #w-node-_72e14767-c172-d195-f18d-ee3b8624a029-8624a027 {
    grid-column: span 1 / span 1;
  }

  #w-node-_72e14767-c172-d195-f18d-ee3b8624a02c-8624a027, #w-node-_72e14767-c172-d195-f18d-ee3b8624a035-8624a027 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b982534-9e19-ae26-cb99-4b1588bd96c5-88bd96c3, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8258, #w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8258 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3e957e0-7e3c-c435-014d-7c1d66600aad-a1bb8258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8258, #w-node-_32766a7f-5afa-58cf-4350-9d4788cdc82f-a1bb8258 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e6489cc-8bab-06eb-b735-83dcb8133e0d-a1bb8258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86a4d016-9979-a4c3-2098-afd8286a5b55-a1bb8258, #w-node-_67917223-62c3-5129-4ea1-04e3aa78bc68-a1bb8258 {
    grid-column: span 1 / span 1;
  }

  #w-node-_67917223-62c3-5129-4ea1-04e3aa78bc6c-a1bb8258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2ce813e-5a30-6000-47ef-1c16845c4624-a1bb8258, #w-node-df3569dc-85ec-1e40-d836-7eada5edba81-a1bb8258 {
    grid-column: span 1 / span 1;
  }

  #w-node-df3569dc-85ec-1e40-d836-7eada5edba85-a1bb8258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4688c09c-f719-88a5-6e63-7c17fa62c583-a1bb8258 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4688c09c-f719-88a5-6e63-7c17fa62c586-a1bb8258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f78d1dbe-5c8b-1f22-85c3-e0f0a4194af5-a1bb8258 {
    grid-column: span 1 / span 1;
  }

  #w-node-ba8b5cfd-ce6f-be98-238b-4271dd89fb6c-a1bb8258, #w-node-_8c8e3337-b020-8086-6a18-f95d8ab3572d-a1bb8258 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3202313d-6164-d5c8-b8e6-24de39b0fcf6-a1bb8258, #w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a67-68ec1a65 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a6a-68ec1a65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10a0dc91-d07e-c486-6a35-5ef868ec1a6c-68ec1a65, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb8259, #w-node-_7f77a398-e07f-4943-cdf9-62687d0f1819-a1bb8259 {
    grid-column: span 1 / span 1;
  }

  #w-node-c3e957e0-7e3c-c435-014d-7c1d66600aad-a1bb8259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c00cd8af-706c-132f-28dc-8bebd9e19e1d-a1bb8259, #w-node-_26a694c7-ae48-9b07-0bc7-1850f912e63d-a1bb8259, #w-node-b1c03b7c-00f6-4a77-862b-494cd69e5273-a1bb8259, #w-node-_65fcb324-2771-c427-2c3a-2b7051005c3e-a1bb8259, #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-a1bb825a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c286500-a1bb825a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7e21b19-b1b6-48bb-ce8b-ac2b235f548f-a1bb825a, #w-node-_0688ac19-149d-aea0-8e5f-9bf22bc8f37d-a1bb825a, #w-node-b522935a-ad71-4386-5755-b2cf12a37887-a1bb825a, #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938a-a1bb825b {
    grid-column: span 1 / span 1;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938d-a1bb825b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938f-a1bb825b, #w-node-_5c75cd6f-0835-1c81-11ea-dddd02544cf4-a1bb825b, #w-node-_7dfeae07-8cb6-5be1-6fb5-c624e78636bd-a1bb825c, #w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399f-a1bb825c, #w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f39d2-a1bb825c, #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-a1bb825d {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c286500-a1bb825d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_014b835a-5e10-b027-b22b-a2a3efd98203-a1bb825d {
    grid-column: span 1 / span 1;
  }

  #w-node-ebff6ae1-203e-8ded-a3ec-bfb249cdf90b-a1bb825e {
    grid-column: span 2 / span 2;
  }

  #w-node-_34a92d6b-f507-89b8-c530-8c88f15cf0dd-a1bb825e, #w-node-_00062434-6e72-6630-fbd6-043cffb21972-a1bb825e {
    grid-column: span 1 / span 1;
  }

  #w-node-e543e5fd-c9a8-6a51-d36a-983626d686d8-a1bb825f {
    grid-column: span 2 / span 2;
  }

  #w-node-_34a92d6b-f507-89b8-c530-8c88f15cf0dd-a1bb825f, #w-node-_00062434-6e72-6630-fbd6-043cffb21972-a1bb825f {
    grid-column: span 1 / span 1;
  }

  #w-node-_47e40df2-5585-4f64-4cf2-69515d5de840-a1bb8261 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9448a165-df99-a8cd-62e5-9b4be240844d-a1bb8261, #w-node-_01ba5d17-0a2d-bd2d-8e83-ea9c95284971-a1bb8261, #w-node-b57a132b-642f-244f-1587-de25102700c2-beef82ae, #w-node-f680563b-e640-c934-3e47-fc1824e7db81-beef82ae, #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-beef82ae {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e5-beef82ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-beef82ae {
    grid-column: span 1 / span 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-beef82ae {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a82-beef82ae, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8b-beef82ae, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f31-beef82ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-beef82ae {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-beef82ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-beef82ae, #w-node-b57a132b-642f-244f-1587-de25102700c2-db0db0ce, #w-node-f680563b-e640-c934-3e47-fc1824e7db81-db0db0ce, #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-db0db0ce {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e5-db0db0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-db0db0ce {
    grid-column: span 1 / span 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-db0db0ce {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a82-db0db0ce, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8b-db0db0ce, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f31-db0db0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-db0db0ce {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-db0db0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-db0db0ce, #w-node-b57a132b-642f-244f-1587-de25102700c2-92dfc674, #w-node-f680563b-e640-c934-3e47-fc1824e7db81-92dfc674, #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-92dfc674 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e5-92dfc674 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-92dfc674 {
    grid-column: span 1 / span 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-92dfc674 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a82-92dfc674, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8b-92dfc674, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f31-92dfc674 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-92dfc674 {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-92dfc674 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-92dfc674, #w-node-b57a132b-642f-244f-1587-de25102700c2-8b194236, #w-node-f680563b-e640-c934-3e47-fc1824e7db81-8b194236, #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-8b194236 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e5-8b194236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f578f90-bfed-7539-c77e-bc76705e44c4-8b194236 {
    grid-column: span 1 / span 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-8b194236 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a82-8b194236, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8b-8b194236, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f31-8b194236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-8b194236 {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-8b194236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-8b194236, #w-node-_5b645667-be5f-f049-4465-1edb6f5781e2-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5b645667-be5f-f049-4465-1edb6f5781e5-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_755e4d59-6f0a-1cb0-9a37-2115a62b18a8-48454da5, #w-node-baf594c3-3300-3633-39e4-486294c835c8-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-baf594c3-3300-3633-39e4-486294c835cb-48454da5, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a8b-48454da5, #w-node-dcd53bcf-55f7-12f7-768b-89a66a0b3f31-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362155c5-1a63-e949-b808-f089517c7f69-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_362155c5-1a63-e949-b808-f089517c7f6c-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_972150cc-e1ee-7c78-bb16-b1f5db211913-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_972150cc-e1ee-7c78-bb16-b1f5db211928-48454da5, #w-node-_87ba4222-abf1-9e64-5b84-67a99b2db6c8-48454da5, #w-node-_0d8f8489-65a8-82c8-ae6c-2150f45401fa-48454da5, #w-node-f5dd7d87-bf26-795b-19ed-416ef691f3cf-48454da5, #w-node-_972150cc-e1ee-7c78-bb16-b1f5db211940-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a9e0c69-c879-6a5a-d578-289ff3adffc2-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92a8-48454da5, #w-node-_202e0313-479b-ca30-5060-1fc7c73e92ae-48454da5 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92af-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f54e-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-a07e1869-81b3-fac5-2deb-ba1e4313f551-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2da3cad8-749c-6f20-81e1-ab0456c5a738-48454da5, #w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf355-48454da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf358-48454da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a13b39f-bc70-5023-7fb6-9c447cfbf35e-48454da5 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-a1bb824e, #w-node-cf4e7020-91ae-3e95-8d9b-e7401027c3d1-a1bb824e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a8652c9-f8b3-4e3a-f773-d979574e2df9-a1bb824e {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-a1bb824e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-a1bb824e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_39191ee6-6949-2a5f-b274-82d89429b51d-a1bb824e, #w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7b-a1bb824e {
    order: 9999;
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-_62d527b9-f04c-6754-9cd7-c4241eb2ba7d-a1bb824e {
    order: 9999;
    grid-area: 3 / 1 / 5 / 13;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dca-2c968dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-beef82ae, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-db0db0ce, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-92dfc674, #w-node-eae4e6b1-20bf-9e7b-c0a7-713666e29a7f-8b194236 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92a8-48454da5, #w-node-_202e0313-479b-ca30-5060-1fc7c73e92ac-48454da5 {
    order: 9999;
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-_202e0313-479b-ca30-5060-1fc7c73e92ae-48454da5 {
    order: 9999;
    grid-area: 3 / 1 / 5 / 13;
  }
}


@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans_18pt-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans_18pt-SemiBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}