:root {
  --color-text-dark: #131617;
  --color-text-orange: #c75000;
  --0-5: 4px;
  --1: 8px;
  --white: white;
  --color-dark-10: rgba(0, 0, 0, .1);
  --2: 16px;
  --1-5: 12px;
  --transparent: rgba(255, 255, 255, 0);
  --orange-30: rgba(199, 80, 0, .3);
  --6: 48px;
  --black: black;
  --4: 32px;
  --3: 24px;
  --color-background-light: #fcfbf3;
  --color-dark-20: rgba(0, 0, 0, .2);
  --color-background-yellow: #f2e9a4;
  --10: 80px;
  --color-information: #e2f0f8;
  --color-negative-dark: #c00606;
  --color-negative-light: #f1dede;
  --color-positive-light: #e0f1de;
  --color-brand-orange: #ff812c;
  --color-text-medium: #52483d;
  --8: 64px;
  --size: 96px;
  --color-negative-darker: #602929;
  --color-positive-dark: #2d6029;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color-text-dark);
  justify-content: center;
  align-items: flex-start;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
  display: flex;
}

h1 {
  color: var(--color-text-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--color-text-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: var(--color-text-orange);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

code {
  border-radius: var(--0-5);
  background-color: var(--color-dark-10);
  font-size: var(--2);
}

.ff-web-report {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.columns {
  grid-column-gap: 32px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.side-menu {
  grid-row-gap: 24px;
  background-color: #fcfbf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 160px;
  max-width: 320px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 43.6364px;
  text-decoration: none;
  display: flex;
}

.menu-item {
  padding-top: var(--1-5);
  padding-bottom: var(--1-5);
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.menu-item.w--current {
  color: var(--color-text-dark);
  font-weight: 700;
}

.menu-item-2 {
  color: #131617;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.divider {
  margin-top: var(--2);
  margin-bottom: var(--2);
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 1px;
}

.menu-group-item {
  grid-row-gap: var(--1-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.menu-item-3 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 272px;
  text-decoration: none;
  display: flex;
}

.menu-item-4 {
  color: #131617;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.menu-item-5 {
  grid-column-gap: 8px;
  border: 0 solid #c75000;
  border-left-width: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.menu-item-6 {
  color: #c75000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.menu-item-sub {
  grid-column-gap: 8px;
  border-left: 2px solid var(--transparent);
  color: var(--color-text-dark);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.menu-item-sub:hover {
  color: var(--color-text-orange);
}

.menu-item-sub.w--current {
  border-left: 2px solid var(--color-text-orange);
  color: var(--color-text-orange);
  font-weight: 500;
}

.menu-item-sub.sub {
  padding-left: 32px;
  font-size: 14px;
}

.menu-item-sub.sub.w--current {
  border-left-color: var(--orange-30);
  color: var(--color-text-dark);
  font-weight: 400;
}

.menu-item-8 {
  color: #131617;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.main {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25vh;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #131617;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.paragraph {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.section-h3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 50vh;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #131617;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.table {
  border: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.table-row-header {
  grid-column-gap: 32px;
  background-color: var(--color-dark-10);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.table-row-header.single-col {
  flex-flow: column;
}

.table-column-fixed-large {
  grid-column-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.table-header {
  color: #131617;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.table-column-fixed-small {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 150px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.table-column-fill {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.table-row {
  grid-column-gap: 32px;
  border: 0 solid rgba(0, 0, 0, .2);
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.table-row.single-col {
  flex-flow: column;
}

.body {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-h2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px none var(--color-text-orange);
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
  display: flex;
}

.kop-body-copy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button {
  background-color: var(--color-text-dark);
  color: var(--white);
  border-radius: 4px;
}

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

.button.primary {
  background-color: var(--color-text-orange);
}

.button.primary:hover {
  background-color: var(--color-text-dark);
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image {
  margin: var(--4) 0px var(--4) 24px;
  box-shadow: 8px 8px 0 0 var(--color-dark-10);
  width: 100%;
}

.image.small {
  align-self: center;
  max-width: 50%;
}

.image.in-grid {
  align-self: center;
}

.term {
  font-style: italic;
}

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

._2-columns.divider-below {
  padding-bottom: var(--2);
  border-bottom: 1px solid var(--color-dark-10);
}

.image-wrapper {
  background-color: var(--color-background-light);
}

.icon-checkbox {
  border: 2px solid var(--color-dark-20);
  border-radius: var(--0-5);
  background-color: var(--white);
  flex: none;
  width: 24px;
  height: 24px;
}

.checkbox-item {
  grid-column-gap: var(--1-5);
  grid-row-gap: var(--1-5);
  flex-flow: row;
  display: flex;
}

.button-label-small {
  font-size: 12px;
  line-height: 12px;
}

.card-link {
  padding: var(--1-5) var(--2) var(--2);
  border-radius: var(--0-5);
  background-color: var(--color-dark-10);
  color: var(--color-text-dark);
  flex-flow: column;
  align-self: flex-end;
  min-width: 25%;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.card-link:hover {
  background-color: var(--color-dark-20);
  color: var(--color-text-dark);
}

.card-link.primary {
  background-color: var(--color-text-dark);
  color: var(--color-background-light);
}

.card-link.primary:hover {
  background-color: var(--black);
  color: var(--white);
}

.card-link.align-left {
  align-self: flex-start;
}

.card-link.auto-size {
  min-width: 0%;
}

.icon-and-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.suggestion {
  padding: var(--2);
  grid-column-gap: var(--1);
  grid-row-gap: var(--1);
  border-radius: var(--1);
  background-color: var(--color-background-yellow);
  flex-flow: column;
  max-width: 75%;
  display: flex;
}

.section {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.section.compact {
  padding-top: 0;
  padding-bottom: 0;
}

.em {
  font-style: italic;
}

.small {
  font-size: 14px;
  line-height: 24px;
}

.caption {
  color: var(--color-text-dark);
  align-self: center;
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}

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

.caption.no-margin {
  margin-top: 0;
}

.card-profile {
  padding: var(--2);
  border-radius: var(--2);
  background-color: var(--color-dark-10);
  box-shadow: var(--1) var(--1) 0 0 var(--color-dark-10);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 240px;
  height: 240px;
  display: flex;
}

.card-profile.profile-co {
  background-image: url('../images/2024-co-ux-designer.jpg');
}

.card-profile.profile-stephen {
  background-image: url('../images/2024-stephen-technisch-specialist.jpg');
}

.card-profile.profile-allon {
  background-image: url('../images/2024-allon-digitale-marketeer.jpg');
}

.card-heading {
  font-size: var(--3);
  font-weight: 500;
}

.card-heading.color-white, .color-white {
  color: var(--white);
}

.profiles-wrapper {
  grid-column-gap: var(--2);
  grid-row-gap: var(--2);
}

.check-list-item {
  grid-column-gap: var(--1-5);
  grid-row-gap: var(--1-5);
  flex-flow: row;
  display: flex;
}

.check-list-icon {
  width: var(--3);
  height: var(--3);
  background-image: url('../images/check-circle-orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

._3-columns.equal-height {
  align-content: space-between;
}

.knowledge {
  padding: var(--2);
  grid-column-gap: var(--1);
  grid-row-gap: var(--1);
  border-radius: var(--1);
  background-color: var(--color-information);
  flex-flow: column;
  max-width: 75%;
  display: flex;
}

.color-negative {
  color: var(--color-negative-dark);
}

.warning {
  padding: var(--2);
  grid-column-gap: var(--1);
  grid-row-gap: var(--1);
  border-radius: var(--1);
  background-color: var(--color-negative-light);
  flex-flow: column;
  max-width: 75%;
  display: flex;
}

.intro {
  font-size: 21px;
  line-height: 1.6em;
}

.logo-feedback-fabriek {
  padding-bottom: var(--2);
}

.logo-feedback-fabriek.mobile {
  display: none;
}

.checklist-icon {
  width: var(--4);
  height: var(--4);
}

.positive {
  padding: var(--2);
  grid-column-gap: var(--1);
  grid-row-gap: var(--1);
  border-radius: var(--1);
  background-color: var(--color-positive-light);
  flex-flow: column;
  max-width: 75%;
  display: flex;
}

.image-column-with-caption {
  grid-column-gap: var(--3);
  grid-row-gap: var(--3);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.image-border {
  border: 1px solid var(--color-dark-20);
  border-radius: var(--0-5);
}

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

  h2 {
    z-index: 999;
    padding-top: var(--0-5);
    padding-bottom: var(--1);
    background-color: var(--white);
    font-size: 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }

  h3 {
    z-index: 100;
    font-size: 22px;
  }

  .ff-web-report {
    max-width: 100%;
  }

  .columns {
    display: block;
  }

  .side-menu {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-group-item {
    display: none;
  }

  .table-column-fixed-large {
    max-width: 200px;
  }

  .table-column-fixed-small {
    max-width: 80px;
  }

  .image {
    margin-left: 0;
  }

  .image.small {
    max-width: 75%;
  }

  .image.in-grid {
    padding-right: var(--2);
    padding-left: var(--2);
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .profiles-wrapper, .container {
    width: 100%;
  }

  .nav-menu {
    padding-bottom: var(--10);
    background-color: var(--color-background-light);
  }

  .menu-button {
    padding: var(--1);
  }

  .logo-feedback-fabriek {
    padding-bottom: 0;
  }

  .logo-feedback-fabriek.desktop {
    display: none;
  }

  .logo-feedback-fabriek.mobile {
    display: inline-block;
  }
}

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

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
    top: 72px;
  }

  h3 {
    font-size: 20px;
  }

  .side-menu {
    padding-right: var(--1-5);
    padding-left: var(--1-5);
  }

  .main {
    padding: var(--6) var(--1-5);
  }

  .table {
    overflow: auto;
  }

  .table-row-header {
    grid-column-gap: var(--1);
    grid-row-gap: 8px;
    grid-template: "."
                   "."
                   / 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-row-header.mobile-single-col {
    grid-template-columns: 1fr;
  }

  .table-column-fixed-large {
    max-width: 100%;
    font-weight: 500;
  }

  .table-header {
    font-size: 16px;
  }

  .table-column-fixed-small {
    max-width: 72px;
  }

  .table-column-fill.mobile-hide {
    display: none;
  }

  .table-row {
    grid-column-gap: var(--1);
    grid-row-gap: 8px;
    grid-template: "."
                   "."
                   / 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-row.mobile-single-col {
    grid-template-columns: 3fr;
  }

  .table-row.single-col {
    grid-template-columns: 3fr;
    display: flex;
  }

  .image.in-grid {
    padding-right: var(--3);
    padding-left: var(--3);
    width: 100%;
  }

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

  .suggestion {
    max-width: 100%;
  }

  .small {
    font-weight: 400;
  }

  .card-profile {
    width: 100%;
    height: 180px;
  }

  .profiles-wrapper {
    padding-right: var(--6);
    padding-left: var(--6);
    flex-flow: column;
    width: 100%;
  }

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

  .knowledge, .warning {
    max-width: 100%;
  }

  .menu-button {
    padding: 0;
  }

  .brand {
    padding-left: 0;
  }

  .positive {
    max-width: 100%;
  }

  .image-column-with-caption {
    margin-bottom: var(--6);
  }
}

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

  .ff-web-report {
    max-width: 100%;
  }

  .table-row-header {
    grid-column-gap: var(--1);
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-row-header.single-col {
    grid-template-columns: 3fr;
  }

  .table-column-fixed-large {
    max-width: 100%;
  }

  .table-row {
    flex-flow: column;
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
  }

  .button-group {
    grid-column-gap: var(--1);
    grid-row-gap: var(--1);
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
  }

  .card-link.primary {
    padding-top: var(--0-5);
    padding-bottom: var(--1);
    width: 1005px;
  }

  .card-link.primary.first {
    order: -1;
  }

  .icon-and-title {
    flex-flow: column;
  }
}

#w-node-_3b91a483-3663-1ca2-5300-680076c62d77-61e5c4e8 {
  align-self: start;
}

#w-node-_7a45d8da-78dd-6f77-2b3e-b24afadea2b8-c501c979, #w-node-_570b5f9d-0910-5fca-70d9-e743ad0eaf26-c501c979, #w-node-b36414b7-a6d7-77b1-aecb-c10d88ab3290-b66cdff1, #w-node-dada9353-4e21-ee88-261d-255cb810c8bc-b66cdff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_808ebcfd-2759-e181-7be2-84884b212173-b690b64f, #w-node-_3ebbbd4d-25c3-fa42-5fcc-5d93534177eb-b690b64f, #w-node-_58571f35-a217-1dc0-daba-84c50756be1d-b690b64f, #w-node-_8f6a0755-d983-cfce-0130-8a7bcb1dfcf1-b690b64f {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_369e1df3-b2a3-4750-be3e-68d0dc8bbd58-b690b64f {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bd4-61e5c4e8, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bde-61e5c4e8, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74be8-61e5c4e8, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bf2-61e5c4e8, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bfc-61e5c4e8, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bde-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74be8-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bf2-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bfc-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bde-e45bf865, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74be8-e45bf865, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bf2-e45bf865, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bde-c501c979, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74be8-c501c979, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bf2-c501c979, #w-node-_68bbc0be-6e64-4832-b1b5-317f3547179a-c501c979, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bde-b66cdff1, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74be8-b66cdff1, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bf2-b66cdff1, #w-node-_07c0178d-efac-b244-e1f5-81b82db26a66-b690b64f, #w-node-_07c0178d-efac-b244-e1f5-81b82db26a70-b690b64f, #w-node-_07c0178d-efac-b244-e1f5-81b82db26a7a-b690b64f, #w-node-a57d0777-69b0-c1f6-5df7-db49f289c677-b690b64f, #w-node-d5baf3b0-846b-9980-614e-aa7daec8bce0-b690b64f, #w-node-_4edbd498-0c73-5150-547c-d50bfb962351-b690b64f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58571f35-a217-1dc0-daba-84c50756be19-b690b64f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ff8e66a-b625-62ae-b5b9-3dd918558c6e-b690b64f, #w-node-_46ca9f98-ad8a-7c54-9af1-dee30d4b1a46-b690b64f, #w-node-_4fe9450d-9648-4aa7-6f22-8d57a1891ebf-b690b64f, #w-node-_83ace5dd-57fc-994a-36a9-1e21db46f1ad-b690b64f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bd4-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bde-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74be8-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bf2-5430903d, #w-node-_725bb853-bd99-3f35-2c4b-6cf019a74bfc-5430903d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7cc3afd0-70b4-f76c-8a21-7042a72b5b24-daa5f31c, #w-node-_7cc3afd0-70b4-f76c-8a21-7042a72b5b24-297eeb88, #w-node-f0f44f87-15f4-de1d-7bbf-91c77220184e-297eeb88, #w-node-_9c324dc1-480e-c683-6cc2-2354c9d6192b-297eeb88, #w-node-bb75f3a3-d39a-f087-aa3a-ca02b693a4b4-297eeb88, #w-node-_59917b94-de5a-342d-b07f-59003ca6e1c4-297eeb88, #w-node-_54174e22-3a65-ed81-bd5e-f31e1b1095b6-297eeb88, #w-node-_402be735-d3ba-d5f4-cbe4-1237dcbdfa61-297eeb88, #w-node-_8d09b6f6-09c0-249d-78b6-e2cc5b2ccde5-297eeb88, #w-node-_689614a9-b3f8-3259-234a-eb37299c1374-297eeb88, #w-node-d86f8ed6-b094-6a0e-2b0e-18d9259a416e-297eeb88, #w-node-e55ba321-f919-3fd8-d5be-d392a10e9e9e-297eeb88, #w-node-_07c6a99e-78e0-1bc0-f212-df0a82ddd945-297eeb88, #w-node-_1e58b60c-a0c9-7cc0-a758-7cb352a03b36-297eeb88, #w-node-_711c473b-70de-40c3-fedd-b6b9e7ba5ca6-297eeb88, #w-node-f93ecd51-32a1-c286-913b-ca8f789c95f9-297eeb88, #w-node-_723ac25f-4bf6-9513-d2e1-775c062dc146-297eeb88, #w-node-c3214749-7fb0-86e1-29be-95756d54217c-297eeb88, #w-node-b4a39236-7bde-7f91-f8b2-ba7531b076e5-297eeb88, #w-node-d1255087-7e0c-aacc-562a-699b6974bc24-297eeb88, #w-node-eab0087c-d0c9-0367-f280-df15bd8fbfd8-297eeb88, #w-node-_95b7aef7-c743-8a6c-c2a9-e411b753b0b2-297eeb88, #w-node-f25326ab-972a-0af7-28e8-8b845f9725ed-297eeb88, #w-node-_0374eb12-f60b-0ee9-1a36-266f0cb320c3-297eeb88, #w-node-_30883660-ac13-a9ed-2381-6cfd7157e2de-297eeb88, #w-node-_00e9b846-d939-6352-bc9b-b59ba143d62b-297eeb88, #w-node-b02ecd77-a766-eb9a-eeef-0d91a91de415-297eeb88, #w-node-e883e928-e337-a413-06d2-d9df59a5f100-297eeb88, #w-node-_157bed41-48f8-9a8b-8fce-48c40807cda9-297eeb88, #w-node-_8e5742ac-8d27-7a5e-7f5d-94d8dfb64bdc-297eeb88, #w-node-f3e3020a-4a83-284c-7a9e-d05588682c61-297eeb88, #w-node-_22acda3b-a786-e735-cc76-65ac83d7fa17-297eeb88, #w-node-ddbc0c78-469f-741b-2ca8-69ef05212f15-297eeb88, #w-node-_93450790-bc5f-866f-94d9-1ac3c3acee77-297eeb88, #w-node-_31b5152a-537e-9e1c-1b8a-3df426534162-297eeb88, #w-node-_752217c8-2199-2dd7-e8fd-a91c3e9bd121-297eeb88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


