:root {
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--black: black;
  --frankis-red: #bd142d;
  --white: white;
  --black: black;
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
  --hover: #ec8f9d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: var(--spark-library--black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: var(--spark-library--black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: var(--spark-library--black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  top: 18px;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--white);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--frankis-red);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

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

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section.spark-hero-background-image-with-centered-content {
  min-height: 400px;
  background-image: url('../images/warehouse-blue.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  display: none;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.bold-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.image {
  width: 260px;
  height: auto;
}

.services {
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  width: 33.33%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  width: 66.66%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  padding-left: 20px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.features-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 16px;
}

.c-intro-text {
  border: 5px solid var(--white);
  background-color: var(--frankis-red);
  color: #fff;
  padding: 40px;
  position: relative;
  top: -60px;
}

.container-2 {
  width: 100%;
  background-color: #fff;
  position: relative;
  bottom: 0;
}

.hero {
  position: relative;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-16px {
  margin-bottom: 16px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-card-details {
  max-width: 590px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.spark-square-image-card {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  color: var(--frankis-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  position: relative;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.h2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 46px;
}

.c-capitals {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

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

.grid.c-tabletext-grid {
  width: 100%;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.intro-text, .container-3 {
  position: relative;
}

.c-text-blue {
  color: #103c72;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.footer {
  width: 100vw;
  background-image: url('../images/warehouse-blue.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.c-footer-right {
  height: auto;
  color: #fff;
  display: inline-block;
}

.container-4 {
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 0;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

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

.link-2 {
  color: #fff;
  text-decoration: none;
  display: block;
}

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

.container-5 {
  max-width: 940px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
}

.c-footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.c-footer-link:hover {
  color: var(--hover);
}

.flex-block-footer {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 3.33px;
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    width: 100%;
    max-width: 100%;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-block-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

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

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .services {
    padding: 60px 15px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-simple-menu-button {
    padding-left: 0;
    display: none;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
    padding: 10px;
    font-size: 13px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 1rem .5rem;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    padding-bottom: 64px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .image {
    width: 180px;
    margin-bottom: 20px;
  }

  .services {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container {
    max-width: none;
  }

  .features-wrapper-two {
    display: block;
  }

  .features-left {
    width: 100%;
    display: block;
  }

  .features-right {
    width: 100%;
    margin-bottom: -30px;
    padding-left: 0;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .c-intro-text {
    background-color: var(--white);
    color: var(--black);
    border-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-section-2 {
    padding: 20px 15px 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-footer {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

#w-node-_5f79c717-8472-c64a-e48d-de82a7027c39-93ddd142, #w-node-e2ff47ec-74f0-dfea-c68d-7da4cfbe0648-93ddd142, #w-node-c0731edc-a3c7-4a1d-9a64-c2e1157bf3b9-93ddd142, #w-node-f6bd2b5a-df14-a9a3-b77c-f6be82258c2d-93ddd142, #w-node-e4cb0585-f823-086a-7346-2dd641a4ac2c-93ddd142, #w-node-_4f766535-74f8-28d8-6565-264886da4efc-93ddd142, #w-node-_7160cccc-23d4-0995-4a9e-0bc367761665-93ddd142, #w-node-_657d88c7-d4e7-0da9-6665-82f3e0d0b9a0-93ddd142, #w-node-_3e6a6cc0-60d3-2ac6-b36e-bd2f57be2960-93ddd142, #w-node-_3e6a6cc0-60d3-2ac6-b36e-bd2f57be2962-93ddd142, #w-node-_3e6a6cc0-60d3-2ac6-b36e-bd2f57be2964-93ddd142, #w-node-_3e6a6cc0-60d3-2ac6-b36e-bd2f57be2966-93ddd142, #w-node-_3e6a6cc0-60d3-2ac6-b36e-bd2f57be2968-93ddd142, #w-node-_3e6a6cc0-60d3-2ac6-b36e-bd2f57be296a-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc6208-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc6211-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc6213-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc6215-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc6217-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc6219-93ddd142, #w-node-b3860edf-0cc4-9000-1cf0-523c67cc621b-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407da2-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407dab-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407dad-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407daf-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407db1-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407db3-93ddd142, #w-node-_7e6833b5-04a3-232a-48d4-a1d196407db5-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e1315e-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e13167-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e13169-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e1316b-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e1316d-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e1316f-93ddd142, #w-node-_7df97511-3045-5857-c915-8f5459e13171-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e47515735b-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e475157364-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e475157366-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e475157368-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e47515736a-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e47515736c-93ddd142, #w-node-_2451fddb-6e68-6db9-070a-60e47515736e-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5fa6-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5faf-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5fb1-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5fb3-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5fb5-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5fb7-93ddd142, #w-node-_6f5326f7-7b49-d8fa-07d5-1059584c5fb9-93ddd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

