@font-face {
  font-family: Open Sauce Alternative;
  src: url('../fonts/OpenSauceAlternative-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Open Sauce Alternative;
  src: url('../fonts/OpenSauceAlternative-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Open Sauce Alternative;
  src: url('../fonts/OpenSauceAlternative-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Open Sauce Alternative;
  src: url('../fonts/OpenSauceAlternative-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

:root {
  --primary-2a: #f8ede2;
  --primary-1c: #344a32;
  --primary-1d: #9aa0a8;
  --primary-1a: #e3ece2;
  --primary-1b: #abc5a9;
  --primary-2b: #eccfb2;
  --primary-2c: #382b1e;
  --gray-a: #eaefea;
  --gray-b: #344a3233;
  --gray-c: #656f64;
  --gray-d: #3b413b;
  --primary-2d: #a7c4b5;
  --primary-3d: #a9d8b8;
  --primary-4d: #beffc7;
  --primary-5d: #72705b;
}

body {
  background-color: var(--primary-2a);
  color: var(--primary-1c);
  font-family: Open Sauce Alternative, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.16em;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.37em;
  font-weight: 400;
  line-height: 1.1em;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 600;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
}

a {
  color: var(--primary-1c);
  font-weight: 500;
  text-decoration: none;
}

ul, ol {
  grid-column-gap: .667em;
  grid-row-gap: .667em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.4em;
  display: flex;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}

label {
  margin-bottom: 12px;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.4em;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 1px dashed var(--primary-1c);
  margin-bottom: 0;
  padding: 1.4em;
  line-height: 1.4em;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: .75em;
  line-height: 1.4em;
}

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

.section.reduced-bottom-padding {
  padding-bottom: 1.4em;
}

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

.section.bg-primary-1c {
  background-color: var(--primary-1d);
}

.section.increased-top-padding {
  min-height: 50vh;
  padding-top: 4em;
}

.container---main {
  width: 100%;
  max-width: 1488px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.container---main.extra-bottom-margin {
  margin-bottom: 64px;
}

.container---main.less-wide {
  width: 80%;
}

.rows {
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rows.gap-2 {
  grid-column-gap: 2.667em;
  grid-row-gap: 2.667em;
}

.rows.gap-3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.rows.justify-between {
  justify-content: space-between;
}

.rows.nav {
  justify-content: space-between;
  align-items: flex-end;
}

.rows.footer-contents {
  grid-column-gap: 2.667em;
  grid-row-gap: 2.667em;
}

.rows.gap-0-5 {
  grid-column-gap: .667em;
  grid-row-gap: .667em;
}

.rows.gap-0-5.center {
  justify-content: flex-start;
  align-items: center;
}

.rows.gap-0 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.rows.gap-0-25 {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
}

.rows.gap-1-5 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.rows.gap-1-5.quote-slide {
  margin-bottom: 2em;
}

.rows.journal-item {
  justify-content: space-between;
  height: 100%;
}

.rows.stretch {
  align-items: stretch;
}

.large-text {
  font-size: 1.78em;
  font-weight: 400;
  line-height: 1.2em;
}

.small-text {
  font-size: .75em;
  font-weight: 500;
  line-height: 1.4em;
}

.small-text.text-primary-1a {
  transition: opacity .2s;
}

.small-text.text-primary-1a:hover {
  opacity: .5;
}

.color-swatch-row {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  width: 100%;
  display: flex;
}

.color-swatch-item {
  flex: 1;
}

.color-swatch-color {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.bg-primary-1a {
  background-color: var(--primary-1a);
}

.bg-primary-1b {
  background-color: var(--primary-1b);
}

.bg-primary-1c {
  background-color: var(--primary-1c);
  color: var(--primary-1a);
}

.bg-primary-2a {
  background-color: var(--primary-2a);
}

.bg-primary-2b {
  background-color: var(--primary-2b);
}

.bg-primary-2b.border {
  border: 1px solid var(--primary-2c);
}

.bg-primary-2c {
  background-color: var(--primary-2c);
  color: var(--primary-2a);
}

.bg-gray-a {
  background-color: var(--gray-a);
}

.bg-gray-b {
  background-color: var(--gray-b);
}

.bg-gray-c {
  background-color: var(--gray-c);
  color: var(--gray-a);
}

.bg-gray-d {
  background-color: var(--gray-d);
  color: var(--gray-a);
}

.button {
  border: 1px dashed var(--primary-1c);
  color: var(--primary-1c);
  background-color: #0000;
  border-radius: 1200px;
  justify-content: center;
  align-items: center;
  padding: .5em 3.33em;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  display: block;
}

.button:hover {
  background-color: var(--primary-1c);
  color: var(--primary-1a);
}

.button.social-button {
  grid-column-gap: .64em;
  grid-row-gap: .64em;
  border-radius: 6px;
  flex: 1;
  font-size: .75em;
  line-height: 1.4em;
}

.button.social-button:hover {
  background-color: var(--primary-1a);
  color: var(--primary-1c);
}

.button.primary-1a {
  border-color: var(--primary-1a);
  color: var(--primary-1a);
}

.button.primary-1a:hover {
  background-color: var(--primary-1a);
  color: var(--primary-1c);
}

.button.primary-1a.w--current {
  background-color: #ffffff26;
  border-style: none;
}

.button.primary-1a.w--current:hover {
  color: var(--primary-1a);
  background-color: #ffffff40;
}

.button.cross-button {
  padding-left: .5em;
  padding-right: .5em;
}

.button.cross-button.primary-1a {
  width: 48px;
  height: 48px;
}

.button.cross-button.primary-1a:hover {
  background-color: #ffffff40;
}

.button.left {
  align-self: flex-start;
}

.button.hidden-button, .button.hidden {
  display: none;
}

.circle-button {
  background-color: var(--primary-2a);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.circle-button.slider-button {
  background-color: #fff;
  left: 24px;
}

.circle-button.slider-button.right {
  left: auto;
  right: 24px;
}

.circle-button.relative {
  margin-bottom: -60px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.circle-button.relative.right {
  margin-bottom: 0;
  margin-left: auto;
}

.social-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  padding: 1em;
  display: flex;
}

.navigation {
  padding-top: 24px;
}

.navbar {
  background-color: #0000;
}

.grid {
  grid-column-gap: 1.4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

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

.grid.margin-top-64 {
  margin-top: 64px;
}

.grid.margin-top-64.hidden {
  display: block;
}

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

.nav-links {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-links.hidden {
  display: none;
}

.nav-menu {
  width: 100%;
}

.nav-menu.hidden {
  display: none;
}

.nav-link {
  color: var(--primary-1c);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-link.w--current {
  color: var(--primary-1c);
}

.footer {
  background-color: var(--gray-c);
  color: var(--primary-1a);
  padding-top: 4em;
  padding-bottom: 1.4em;
}

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

.text-primary-1a.hover-link.inverse {
  opacity: .5;
}

.text-primary-1a.hover-link.inverse:hover {
  opacity: 1;
}

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

.footer-small-links {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.small-link {
  font-size: .75em;
  line-height: 1.4em;
}

.small-link.text-primary-1a.muted {
  transition: opacity .2s;
}

.small-link.text-primary-1a.muted:hover {
  opacity: 1;
}

.dotted-line {
  border-top: 1px dashed var(--primary-1c);
  width: 100%;
  height: 1px;
}

.dotted-line.primary-1b {
  border-top-color: var(--primary-1b);
}

.footer-bottom {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-row {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  align-items: center;
  display: flex;
}

.muted {
  opacity: .5;
}

.hover-link {
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: .5;
}

.logo-link {
  padding: 0;
}

.round-corners {
  border-radius: .667em;
  width: 100%;
}

.round-corners.slide-image {
  object-fit: contain;
  width: auto;
  max-height: 540px;
  overflow: clip;
}

.round-corners.slide-image.rotated {
  transform: rotate(0);
}

.round-corners.small {
  border-radius: .33em;
}

.round-corners.small.journal-image {
  max-width: 222px;
}

.illustration {
  filter: grayscale();
  mix-blend-mode: luminosity;
  border-radius: 12px;
}

.icon-feature {
  grid-column-gap: 1.4em;
  align-items: center;
  display: flex;
}

.boxed-icon {
  background-color: #fff;
  border-radius: .667em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
}

.boxed-icon.dark {
  background-color: #e3ece226;
}

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

.slider {
  background-color: #0000;
  height: auto;
}

.hide {
  display: none;
}

.slide-mask {
  border-top-right-radius: .66em;
  border-bottom-right-radius: .66em;
  height: auto;
}

.slide {
  width: auto;
  margin-left: .667em;
  margin-right: .667em;
}

.title {
  max-width: 468px;
}

.scrolling-marquee-wrapper {
  height: 720px;
  position: relative;
  overflow: hidden;
}

.marquee-text {
  opacity: .5;
  text-align: right;
  font-size: 3.165em;
  line-height: 1.1em;
}

.marquee-scrim {
  background-image: linear-gradient(to bottom, var(--primary-2c), #382b1e00);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.marquee-scrim.bottom {
  background-image: linear-gradient(to bottom, #382b1e00, var(--primary-2c));
  top: auto;
  bottom: 0;
}

.scrolling-marquee {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.grid-text {
  max-width: 350px;
}

.container---s {
  width: 100%;
  max-width: 468px;
}

.quote-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.stars {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.social-link-pair {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  display: flex;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: var(--primary-1c);
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: var(--primary-1c);
  width: 100%;
  height: 2px;
}

.illustration-wrapper {
  position: relative;
}

.illustration-scrim {
  background-image: linear-gradient(to bottom, #eccfb200, var(--primary-2b));
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.back-to-top-link {
  z-index: 10;
  background-color: var(--primary-2a);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.image {
  transform: rotate(-90deg);
}

.small-heading {
  font-size: 1.78em;
  line-height: 1.2em;
}

.locale-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

.review-slide {
  height: auto;
}

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

.form-input {
  border: 1px solid var(--gray-b);
  height: 48px;
  color: var(--primary-1c);
  background-color: #0000;
  border-radius: .33em;
  margin-bottom: 0;
  font-size: 1em;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--primary-1c);
}

.form-input::placeholder {
  color: #344a3280;
}

.form-input.text-area {
  height: auto;
  min-height: 200px;
}

.form-success {
  background-color: var(--primary-1a);
  border-radius: .33em;
  padding: 1.4em;
}

.form-error {
  background-color: var(--primary-2c);
  color: var(--primary-2a);
  border-radius: .33em;
  margin-top: 1.4em;
  padding: 1em 1.4em;
}

.article {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  margin-top: -1.4em;
  display: flex;
}

.article h5 {
  font-size: 1em;
}

.article h3 {
  margin-top: .5em;
}

.article-share {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  align-self: stretch;
}

.empty-state {
  background-color: var(--primary-2b);
  text-align: left;
  border-radius: .33em;
  padding: 1.4em;
}

.journal-item {
  border-bottom: 1px dashed var(--primary-1c);
  margin-bottom: 2.667em;
  padding-bottom: 2.667em;
}

.journal-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.collection-list {
  height: 100%;
}

.selector {
  z-index: 100;
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  border: 1px solid var(--gray-c);
  background-color: var(--gray-d);
  color: var(--gray-a);
  border-radius: 1200px;
  padding: 1em 1.4em 1em 2.667em;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
}

.expand-icon {
  display: none;
}

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

.inner-section {
  grid-column-gap: 2.667em;
  grid-row-gap: 2.667em;
  background-color: var(--primary-2b);
  flex-direction: column;
  align-items: flex-start;
  padding: 2.667em;
  display: flex;
}

.license-link {
  background-color: var(--gray-d);
  border-radius: .33em;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.license-text {
  color: var(--primary-1a);
  position: absolute;
}

.license-image {
  opacity: .5;
}

.typography-demo {
  font-size: 102px;
  line-height: 1em;
}

.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: left;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.large-header {
  color: var(--primary-1c);
  font-family: Merriweather, serif;
}

.extra-large {
  font-size: 3em;
  font-weight: 400;
}

.list-item {
  list-style-type: square;
}

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

.code-embed.code-embed-small, .code-embed.code-embed-extra-small {
  display: none;
}

.center2 {
  text-align: center;
}

.center2.even-thinner {
  max-width: 80%;
}

.smaller-text {
  margin-top: -32px;
}

@media screen and (max-width: 991px) {
  .container---main.less-wide.ipad-width {
    margin-left: auto;
  }

  .rows.gap-0-5.center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rows.gap-0-5.center.flex-this {
    margin-left: auto;
    margin-right: auto;
  }

  .rows.locale {
    flex-direction: row;
    align-items: flex-end;
  }

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

  .grid.social-links {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
  }

  .nav-links {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    background-color: var(--primary-2a);
  }

  .round-corners.slide-image {
    border-radius: .33em;
    max-height: 354px;
  }

  .round-corners.small.activities-image {
    max-width: 222px;
  }

  .round-corners.small.journal-image {
    align-self: flex-end;
  }

  .round-corners.hide-on-mobile {
    display: none;
  }

  .round-corners.locale-image {
    border-radius: .33em;
    flex: 0 auto;
    width: 50%;
  }

  .illustration.hide-on-mobile {
    display: none;
  }

  .slide-mask {
    border-top-right-radius: .33em;
    border-bottom-right-radius: .33em;
  }

  .scrolling-marquee-wrapper {
    height: 600px;
  }

  .marquee-text {
    font-size: 2.37em;
  }

  .menu-button-horziontal.hidden, .menu-button-cross.hidden {
    display: none;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    display: flex;
  }

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

  .back-to-top-link {
    display: none;
  }

  .small-heading.muted.extra-margin-top {
    margin-top: 32px;
  }

  .selector {
    bottom: 12px;
    left: 12px;
  }

  .layout-text {
    display: none;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    display: block;
  }
}

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

  .container---main.less-wide.ipad-width {
    width: 100%;
  }

  .rows.gap-0-5.center {
    max-width: 80%;
  }

  .color-swatch-row {
    flex-direction: column;
  }

  .grid {
    grid-row-gap: 1.4em;
  }

  .grid.social-links {
    grid-column-gap: .66em;
    grid-row-gap: .66em;
  }

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

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

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

  .round-corners {
    border-radius: .3337em;
  }

  .round-corners.slide-image {
    max-height: 253px;
  }

  .round-corners.hide-on-phone {
    display: none;
  }

  .slide {
    margin-left: .33em;
    margin-right: .33em;
  }

  .social-link-pair {
    grid-column-gap: .66em;
    grid-row-gap: .66em;
  }

  .selector {
    display: none;
  }

  .inner-section {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding: 1.4em;
  }

  .code-embed.code-embed-large.hidden {
    display: none;
  }

  .code-embed.code-embed-small {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .875em;
  }

  h3 {
    font-size: 1.3333em;
  }

  .container---main {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container---main.less-wide.ipad-width {
    width: 100%;
  }

  .rows.gap-2 {
    grid-column-gap: 1.78em;
    grid-row-gap: 1.78em;
  }

  .rows.nav.mobile-menu-wrapper {
    flex-direction: row-reverse;
    align-items: center;
  }

  .rows.gap-0-5.center.flex-this {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .rows.locale {
    flex-direction: column;
  }

  .large-text {
    font-size: 1.333em;
    font-weight: 400;
  }

  .color-swatch-color {
    height: 72px;
  }

  .circle-button.relative {
    width: 48px;
    height: 48px;
    margin-bottom: -48px;
  }

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

  .grid.nav {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .nav-links {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
  }

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

  .round-corners {
    border-radius: .33em;
  }

  .round-corners.small.activities-image {
    display: none;
  }

  .round-corners.small.journal-image {
    max-width: 100%;
  }

  .round-corners.locale-image {
    width: 100%;
  }

  .scrolling-marquee-wrapper {
    height: 300px;
  }

  .footer-logo {
    max-height: 42px;
  }

  .logo {
    max-height: 36px;
  }

  .small-heading {
    font-size: 1.333em;
  }

  .small-heading.muted.extra-margin-top {
    margin-top: 16px;
  }

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

  .code-embed.code-embed-small {
    display: none;
  }

  .code-embed.code-embed-extra-small {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .smaller-text {
    margin-top: -24px;
  }
}

#w-node-_54745547-45fd-9c33-e826-94c9042023bb-0c864939 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04e21497-cb0b-4e6e-3ad2-fdaa7a31bf93-0c864939 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864939 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ce6fca8-5dcc-aafc-e878-9e721fc03000-0c864939 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: end;
}

#w-node-_340d710a-2992-3d54-d644-bb296b3ee59f-0c864939 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_3ceacc23-497f-5ad8-4a90-1960738615d1-0c864939, #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c6-0c864939 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3ceacc23-497f-5ad8-4a90-1960738615c7-0c864939 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_3ceacc23-497f-5ad8-4a90-1960738615c8-0c864939 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ceacc23-497f-5ad8-4a90-1960738615d0-0c864939 {
  grid-area: 2 / 3 / 3 / 7;
  align-self: end;
}

#w-node-f69d9f78-8ff0-8e2d-3f79-8333cf23b3b3-0c864939 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5d2b02e-598d-6e06-673c-9d21d53a16c0-0c864939 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_98264f8a-0943-af95-9d6e-ac9e231c2b42-0c864939 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_98264f8a-0943-af95-9d6e-ac9e231c2b43-0c864939 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a642197-2108-6a09-c388-40e004541956-0c864939 {
  grid-area: 2 / 3 / 3 / 7;
  align-self: end;
}

#w-node-_678669df-a258-f98f-7531-1cb6dde66ac2-dde66abe, #w-node-_678669df-a258-f98f-7531-1cb6dde66ac9-dde66abe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_678669df-a258-f98f-7531-1cb6dde66ad9-dde66abe, #w-node-_678669df-a258-f98f-7531-1cb6dde66ae1-dde66abe, #w-node-_678669df-a258-f98f-7531-1cb6dde66af4-dde66abe, #w-node-_678669df-a258-f98f-7531-1cb6dde66af9-dde66abe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0e49f68-5734-df18-5aa9-3375a73598cb-a73598c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0e49f68-5734-df18-5aa9-3375a73598d1-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d2-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d3-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d4-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d5-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598de-a73598c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02e916b0-0814-b45b-e9b4-5d70085646ce-085646ca, #w-node-_02e916b0-0814-b45b-e9b4-5d70085646d5-085646ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_060ff764-ab24-2c60-187c-62ee66fe3f68-0c864940 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e5a8124-bcef-10e3-b42b-14881f074cf4-0c864941, #w-node-_3e5a8124-bcef-10e3-b42b-14881f074cfc-0c864941 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d5aef9d5-27ca-7939-4cf3-ef2e33d78e1b-0c864941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a94b16ae-d7a5-2069-6452-4cfdea5f3210-0c864941, #w-node-a94b16ae-d7a5-2069-6452-4cfdea5f3211-0c864941 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_94df5cd8-4035-5872-b7e3-f421375e8848-0c864941 {
  grid-area: 2 / 4 / 3 / 7;
  align-self: end;
}

#w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080c4-0c864941, #w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080cb-0c864941 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080db-0c864941, #w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080e5-0c864941, #w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080f1-0c864941, #w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080f6-0c864941, #w-node-_85c9fd20-b4cb-136b-b61d-c67fa1cc7506-0c864943 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_181805eb-bce0-4500-75cf-f9a247f94ca6-0c864943 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c634bb72-210b-1ee3-a078-55e86e8ee04b-0c864944 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-d37415dd-7271-7244-a518-6b3699609088-0c864944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d37415dd-7271-7244-a518-6b3699609084-0c864944 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_0f9ace4f-40c8-6b75-f862-3a82779adc4b-0c864944 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_09947f0b-4477-e534-4b06-0e6686950a87-0c864944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09947f0b-4477-e534-4b06-0e6686950a92-0c864944, #w-node-_09947f0b-4477-e534-4b06-0e6686950a8d-0c864944, #w-node-_09947f0b-4477-e534-4b06-0e6686950a97-0c864944, #w-node-_09947f0b-4477-e534-4b06-0e6686950a9c-0c864944, #w-node-_09947f0b-4477-e534-4b06-0e6686950aa1-0c864944, #w-node-_09947f0b-4477-e534-4b06-0e6686950aa6-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9fe4ba-9fdc-7e75-2d39-70f8e0b6321d-0c864944, #w-node-_37e4fb5f-6653-966d-9f53-f177ca684f91-0c864944, #w-node-f72a3991-c24c-0519-e847-84582b36715e-0c864944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5de8ab2e-89c9-281f-9ede-d440e18ed8eb-0c864944, #w-node-d8664e5d-41c4-af03-d2af-cef5a5890b69-0c864944, #w-node-ba1263df-b474-afae-a3f2-24e66cf6b56f-0c864944, #w-node-_4568f735-9dc0-d852-ce2a-55b73eafad62-0c864944, #w-node-dd7e2357-3aff-beb7-09dc-af9a2552647c-0c864944, #w-node-_9f23424d-3fb0-ba6e-c971-51948704dec4-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ab6d5e6-5381-2bdb-5575-2fdd246c94f2-0c864944 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6642ace3-4315-9ffc-e01d-80b3d7ce2d80-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73def2bf-abcf-d1e8-bde4-e57929e1872e-0c864944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdf59e92-31fc-eae3-65e0-6c314965d10d-0c864944 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bdf59e92-31fc-eae3-65e0-6c314965d10f-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-bdf59e92-31fc-eae3-65e0-6c314965d110-0c864944 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-bdf59e92-31fc-eae3-65e0-6c314965d112-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d11a-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d11e-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d126-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d12a-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d132-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d136-0c864944, #w-node-bdf59e92-31fc-eae3-65e0-6c314965d13e-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe82266-6536-1440-f0be-8773315d6ccc-0c864944 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7fe82266-6536-1440-f0be-8773315d6cce-0c864944, #w-node-df818da9-4bfa-057c-c037-86a408281406-0c864944, #w-node-_053ab19a-2554-8ea9-b61d-6692509b2b4b-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7fe82266-6536-1440-f0be-8773315d6ccf-0c864944 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_7fe82266-6536-1440-f0be-8773315d6cd1-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6cd9-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6cdd-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6ce5-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6ce9-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6cf1-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6cf5-0c864944, #w-node-_7fe82266-6536-1440-f0be-8773315d6cfd-0c864944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3300cf49-3bd4-8f07-c5fe-bc91c286660c-0c864944 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866611-0c864944 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_4ea8633b-14ff-38fd-5581-a65fbf440bdf-0c864944, #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866628-0c864944 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_8cad7da2-211a-d422-9f9d-d9fea985ab8f-a985ab8b, #w-node-_8cad7da2-211a-d422-9f9d-d9fea985ab96-a985ab8b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8cad7da2-211a-d422-9f9d-d9fea985aba6-a985ab8b, #w-node-_8cad7da2-211a-d422-9f9d-d9fea985abb0-a985ab8b, #w-node-_8cad7da2-211a-d422-9f9d-d9fea985abbc-a985ab8b, #w-node-_8cad7da2-211a-d422-9f9d-d9fea985abc1-a985ab8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef5a071b-3d51-7bfc-b7df-6f443860aa94-3860aa90, #w-node-ef5a071b-3d51-7bfc-b7df-6f443860aa9c-3860aa90 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_060ff764-ab24-2c60-187c-62ee66fe3f68-0c864946, #w-node-ee38ed8a-7b86-ee9d-4f3e-24a2301daa51-0c864946 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3114ac78-f546-ef9b-f792-f69374745e8e-0c864947, #w-node-dd26e9d3-0039-3d1b-5648-0273f909d871-0c864947 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f01c5db0-4291-9523-61f1-89ed601a89d4-0c864947 {
  grid-area: 2 / 3 / 3 / 7;
  align-self: end;
}

#w-node-d30f346c-e53a-d1e5-91ab-ab4b82a792c5-0c864947 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b4a0aef8-1f9d-f053-4788-865760cb4649-0c864947 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_262860f3-b7d9-da91-22e4-e1a71b083317-0c864947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_90862d9c-8b04-6075-338a-4c495188fd7b-0c864947 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-d1b1b036-5ba7-892f-d706-e0c18b28292a-0c864947, #w-node-fcec11c1-280b-80d3-ccb9-59587b24d30d-0c864947, #w-node-_8996f013-bc05-c0f2-ba6b-ed9e5d9a6971-0c864947, #w-node-_8996f013-bc05-c0f2-ba6b-ed9e5d9a6979-0c864947, #w-node-_50f03fe2-aeaf-ca6f-50e7-aa9c1e4970bb-0c864947, #w-node-_50f03fe2-aeaf-ca6f-50e7-aa9c1e4970c3-0c864947, #w-node-_6d6f5188-e965-d797-7665-f760b266b07b-0c864947, #w-node-_6d6f5188-e965-d797-7665-f760b266b083-0c864947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cc9-0c864947 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ccc-0c864947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ccd-0c864947 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ccf-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cd7-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cdb-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ce3-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ce7-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cef-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cf3-0c864947, #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cfb-0c864947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85b9-0c864948 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85bf-0c864948, #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85c4-0c864948, #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85c9-0c864948, #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85ce-0c864948, #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85d3-0c864948, #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85d8-0c864948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9220a89-e6b1-1c3f-e195-e391eced9200-0c864948 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9220a89-e6b1-1c3f-e195-e391eced9206-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced920b-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced9210-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced9215-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced921a-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced921f-0c864948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a643-0c864948 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a648-0c864948 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a65f-0c864948 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-f4deda5b-594f-b78d-4089-6bf8a51eac6a-0c864948 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f4deda5b-594f-b78d-4089-6bf8a51eac72-0c864948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4deda5b-594f-b78d-4089-6bf8a51eac75-0c864948 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-baee3f70-62ac-3bbb-b3a5-c4de33c6ed07-0c864949 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34158a1a-c201-5f10-e1a7-8481efc2fb1b-0c864949 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-baee3f70-62ac-3bbb-b3a5-c4de33c6ed09-0c864949 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5e9eafe9-0820-7b28-d7e6-63236963b2da-0c864949 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-d2b44fe7-cb11-2497-b87f-7e18c2b414bc-0c864949 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_594b6079-4733-08fe-b8f5-d281ee98211a-0c864949 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: end;
}

#w-node-c38cd03c-3331-07f8-83bc-dc2e8abfbbea-0c864949 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8099bb40-7c69-79ca-01a5-f88843dc9529-0c864949 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0c91b816-8cb3-7638-59ec-ea9aabc71c4f-0c864949 {
  grid-area: 1 / 5 / 2 / 7;
  align-self: start;
}

#w-node-_36f054a9-56b0-c430-b70e-fd6dd7c60946-0c864949 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: end;
}

#w-node-_060ff764-ab24-2c60-187c-62ee66fe3f68-0c86494a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_558e4d36-7f9b-0ced-6c57-848229a8ecd5-0c86494a {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ee38ed8a-7b86-ee9d-4f3e-24a2301daa51-0c86494a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee38ed8a-7b86-ee9d-4f3e-24a2301daa57-0c86494a {
  grid-area: 1 / 4 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_04e21497-cb0b-4e6e-3ad2-fdaa7a31bf93-0c864939 {
    grid-column: span 6 / span 6;
  }

  #w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864939 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615d1-0c864939 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c6-0c864939 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c7-0c864939 {
    grid-column: 1 / 4;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c8-0c864939 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615d0-0c864939 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c5d2b02e-598d-6e06-673c-9d21d53a16c0-0c864939, #w-node-_98264f8a-0943-af95-9d6e-ac9e231c2b42-0c864939 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_98264f8a-0943-af95-9d6e-ac9e231c2b43-0c864939 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0a642197-2108-6a09-c388-40e004541956-0c864939 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_678669df-a258-f98f-7531-1cb6dde66ac2-dde66abe, #w-node-_678669df-a258-f98f-7531-1cb6dde66ac9-dde66abe {
    grid-column: span 4 / span 4;
  }

  #w-node-a0e49f68-5734-df18-5aa9-3375a73598d5-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598de-a73598c7, #w-node-_02e916b0-0814-b45b-e9b4-5d70085646ce-085646ca, #w-node-_02e916b0-0814-b45b-e9b4-5d70085646d5-085646ca, #w-node-_3e5a8124-bcef-10e3-b42b-14881f074cf4-0c864941, #w-node-_3e5a8124-bcef-10e3-b42b-14881f074cfc-0c864941 {
    grid-column: span 2 / span 2;
  }

  #w-node-a94b16ae-d7a5-2069-6452-4cfdea5f3211-0c864941 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080c4-0c864941, #w-node-_4cdcfcd8-e347-88aa-ba53-184f73b080cb-0c864941 {
    grid-column: span 4 / span 4;
  }

  #w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864944 {
    grid-column: span 3 / span 3;
  }

  #w-node-c634bb72-210b-1ee3-a078-55e86e8ee04b-0c864944 {
    grid-column: 2 / 5;
  }

  #w-node-d37415dd-7271-7244-a518-6b3699609088-0c864944 {
    grid-column: span 3 / span 3;
  }

  #w-node-d37415dd-7271-7244-a518-6b3699609084-0c864944 {
    grid-column: 2 / 5;
  }

  #w-node-_0f9ace4f-40c8-6b75-f862-3a82779adc4b-0c864944 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5ab6d5e6-5381-2bdb-5575-2fdd246c94f2-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6642ace3-4315-9ffc-e01d-80b3d7ce2d80-0c864944 {
    grid-column: span 2 / span 2;
  }

  #w-node-bdf59e92-31fc-eae3-65e0-6c314965d10d-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-bdf59e92-31fc-eae3-65e0-6c314965d10f-0c864944 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-bdf59e92-31fc-eae3-65e0-6c314965d110-0c864944 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7fe82266-6536-1440-f0be-8773315d6ccc-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7fe82266-6536-1440-f0be-8773315d6cce-0c864944 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-df818da9-4bfa-057c-c037-86a408281406-0c864944, #w-node-_053ab19a-2554-8ea9-b61d-6692509b2b4b-0c864944 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7fe82266-6536-1440-f0be-8773315d6ccf-0c864944 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c286660c-0c864944 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866611-0c864944 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866628-0c864944 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8cad7da2-211a-d422-9f9d-d9fea985ab8f-a985ab8b, #w-node-_8cad7da2-211a-d422-9f9d-d9fea985ab96-a985ab8b {
    grid-column: span 4 / span 4;
  }

  #w-node-ef5a071b-3d51-7bfc-b7df-6f443860aa94-3860aa90, #w-node-ef5a071b-3d51-7bfc-b7df-6f443860aa9c-3860aa90, #w-node-_3114ac78-f546-ef9b-f792-f69374745e8e-0c864947, #w-node-dd26e9d3-0039-3d1b-5648-0273f909d871-0c864947 {
    grid-column: span 2 / span 2;
  }

  #w-node-d30f346c-e53a-d1e5-91ab-ab4b82a792c5-0c864947 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b4a0aef8-1f9d-f053-4788-865760cb4649-0c864947 {
    grid-column: span 4 / span 4;
  }

  #w-node-_262860f3-b7d9-da91-22e4-e1a71b083317-0c864947 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_90862d9c-8b04-6075-338a-4c495188fd7b-0c864947 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6cc9-0c864947 {
    grid-column-end: 5;
  }

  #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ccc-0c864947 {
    grid-column: span 1 / span 1;
  }

  #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ccd-0c864947 {
    grid-column: 1 / 5;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a643-0c864948 {
    grid-column: span 3 / span 3;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a648-0c864948 {
    grid-column: 2 / 5;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a65f-0c864948 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f4deda5b-594f-b78d-4089-6bf8a51eac6a-0c864948 {
    grid-column: span 4 / span 4;
  }

  #w-node-f4deda5b-594f-b78d-4089-6bf8a51eac72-0c864948 {
    grid-column: span 2 / span 2;
  }

  #w-node-baee3f70-62ac-3bbb-b3a5-c4de33c6ed07-0c864949 {
    grid-column: span 4 / span 4;
  }

  #w-node-_34158a1a-c201-5f10-e1a7-8481efc2fb1b-0c864949 {
    grid-column: span 3 / span 3;
  }

  #w-node-baee3f70-62ac-3bbb-b3a5-c4de33c6ed09-0c864949 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5e9eafe9-0820-7b28-d7e6-63236963b2da-0c864949 {
    grid-column: 4 / 5;
    align-self: end;
  }

  #w-node-_594b6079-4733-08fe-b8f5-d281ee98211a-0c864949 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_8099bb40-7c69-79ca-01a5-f88843dc9529-0c864949 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0c91b816-8cb3-7638-59ec-ea9aabc71c4f-0c864949 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54745547-45fd-9c33-e826-94c9042023bb-0c864939 {
    grid-column: span 4 / span 4;
  }

  #w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864939, #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c8-0c864939, #w-node-_98264f8a-0943-af95-9d6e-ac9e231c2b43-0c864939, #w-node-a0e49f68-5734-df18-5aa9-3375a73598cb-a73598c7 {
    grid-column: span 3 / span 3;
  }

  #w-node-a94b16ae-d7a5-2069-6452-4cfdea5f3211-0c864941 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864944 {
    grid-column: span 3 / span 3;
  }

  #w-node-c634bb72-210b-1ee3-a078-55e86e8ee04b-0c864944 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d37415dd-7271-7244-a518-6b3699609088-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-d37415dd-7271-7244-a518-6b3699609084-0c864944 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0f9ace4f-40c8-6b75-f862-3a82779adc4b-0c864944 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_09947f0b-4477-e534-4b06-0e6686950a87-0c864944, #w-node-fb9fe4ba-9fdc-7e75-2d39-70f8e0b6321d-0c864944, #w-node-_37e4fb5f-6653-966d-9f53-f177ca684f91-0c864944, #w-node-f72a3991-c24c-0519-e847-84582b36715e-0c864944 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5ab6d5e6-5381-2bdb-5575-2fdd246c94f2-0c864944, #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c286660c-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866611-0c864944 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866628-0c864944 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85b9-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced9200-0c864948 {
    grid-column: span 3 / span 3;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a643-0c864948 {
    grid-column: span 4 / span 4;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a648-0c864948 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a65f-0c864948 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-f4deda5b-594f-b78d-4089-6bf8a51eac6a-0c864948, #w-node-_0c91b816-8cb3-7638-59ec-ea9aabc71c4f-0c864949 {
    grid-column: span 4 / span 4;
  }

  #w-node-_36f054a9-56b0-c430-b70e-fd6dd7c60946-0c864949 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864939 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c7-0c864939 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615c8-0c864939 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ceacc23-497f-5ad8-4a90-1960738615d0-0c864939 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_98264f8a-0943-af95-9d6e-ac9e231c2b43-0c864939, #w-node-a0e49f68-5734-df18-5aa9-3375a73598cb-a73598c7 {
    grid-column: span 4 / span 4;
  }

  #w-node-a0e49f68-5734-df18-5aa9-3375a73598d1-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d2-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d3-a73598c7, #w-node-a0e49f68-5734-df18-5aa9-3375a73598d4-a73598c7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_02e916b0-0814-b45b-e9b4-5d70085646ce-085646ca, #w-node-_02e916b0-0814-b45b-e9b4-5d70085646d5-085646ca, #w-node-_3e5a8124-bcef-10e3-b42b-14881f074cf4-0c864941, #w-node-_3e5a8124-bcef-10e3-b42b-14881f074cfc-0c864941, #w-node-d5aef9d5-27ca-7939-4cf3-ef2e33d78e1b-0c864941 {
    grid-column: span 4 / span 4;
  }

  #w-node-a94b16ae-d7a5-2069-6452-4cfdea5f3210-0c864941 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a94b16ae-d7a5-2069-6452-4cfdea5f3211-0c864941 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94df5cd8-4035-5872-b7e3-f421375e8848-0c864941 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_247f90e5-c7e5-bf34-bce6-8b68bf92de24-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0f9ace4f-40c8-6b75-f862-3a82779adc4b-0c864944 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_09947f0b-4477-e534-4b06-0e6686950a87-0c864944, #w-node-fb9fe4ba-9fdc-7e75-2d39-70f8e0b6321d-0c864944, #w-node-_37e4fb5f-6653-966d-9f53-f177ca684f91-0c864944, #w-node-f72a3991-c24c-0519-e847-84582b36715e-0c864944, #w-node-_6642ace3-4315-9ffc-e01d-80b3d7ce2d80-0c864944, #w-node-_73def2bf-abcf-d1e8-bde4-e57929e1872e-0c864944 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3300cf49-3bd4-8f07-c5fe-bc91c2866628-0c864944 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef5a071b-3d51-7bfc-b7df-6f443860aa94-3860aa90, #w-node-ef5a071b-3d51-7bfc-b7df-6f443860aa9c-3860aa90 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3114ac78-f546-ef9b-f792-f69374745e8e-0c864947 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dd26e9d3-0039-3d1b-5648-0273f909d871-0c864947 {
    grid-column: span 4 / span 4;
  }

  #w-node-f01c5db0-4291-9523-61f1-89ed601a89d4-0c864947 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_515cc785-a2f1-96ed-501e-fb3fcfaa6ccc-0c864947 {
    grid-column: span 2 / span 2;
  }

  #w-node-f9aeae97-2aa5-2aef-a4fa-95b5264f85b9-0c864948, #w-node-e9220a89-e6b1-1c3f-e195-e391eced9200-0c864948 {
    grid-column: span 4 / span 4;
  }

  #w-node-d51e2e3d-a3e5-1a27-625d-5fe7bf91a65f-0c864948 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4deda5b-594f-b78d-4089-6bf8a51eac72-0c864948, #w-node-f4deda5b-594f-b78d-4089-6bf8a51eac75-0c864948 {
    grid-column: span 4 / span 4;
  }

  #w-node-baee3f70-62ac-3bbb-b3a5-c4de33c6ed07-0c864949 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_34158a1a-c201-5f10-e1a7-8481efc2fb1b-0c864949 {
    grid-column: span 4 / span 4;
  }

  #w-node-baee3f70-62ac-3bbb-b3a5-c4de33c6ed09-0c864949 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5e9eafe9-0820-7b28-d7e6-63236963b2da-0c864949 {
    grid-area: 2 / 3 / 3 / 5;
  }
}


@font-face {
  font-family: 'Open Sauce Alternative';
  src: url('../fonts/OpenSauceAlternative-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Open Sauce Alternative';
  src: url('../fonts/OpenSauceAlternative-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Open Sauce Alternative';
  src: url('../fonts/OpenSauceAlternative-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Open Sauce Alternative';
  src: url('../fonts/OpenSauceAlternative-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}