@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-ThinItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato-u;
  src: url('../fonts/Lato-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-bullet: var(--color-3);
  --black: #ffc829;
  --dark-slate-blue: #515a83;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --color-2: #ffc8291f;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --untitled-ui-gray400: #98a2b3;
  --color: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-white: white;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray600: #475467;
  --flowui-component-library-gray-900: #ffc828;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-gray-200: #f3f5fb;
  --color-3: #333;
  --elements-webflow-library-accent--primary-1: #00b900;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--error-lighter: #fceff0;
}

.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;
}

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

body {
  color: #000;
  min-height: auto;
  font-family: Lato-u, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #1c2654;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

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

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

li {
  color: #161616;
  margin-bottom: 0;
  font-size: 1rem;
}

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

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

strong {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

.page-wrapper {
  display: block;
}

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

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

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

.body {
  color: #333;
  font-family: Lato-u, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.section-offers_heading-content {
  padding-top: 0;
  padding-bottom: 1rem;
  font-size: 16px;
}

.section-powerfull_grid {
  grid-column-gap: 32px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-powerfull_grid.small-grid {
  grid-column-gap: 64px;
  grid-template-columns: .75fr 1fr;
  max-width: 900px;
}

.section-powerfull_grid.flex {
  grid-template-columns: 1fr;
}

.footer-menu {
  margin-top: 1rem;
}

.btn-green {
  color: #fff;
  text-align: center;
  background-color: #00b900;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.btn-green:hover {
  background-color: #009500;
}

.btn-green.btn-demo-mob {
  display: none;
}

.btn-green.submit-btnm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-offers_grid-item-content {
  text-align: center;
}

.review-left-heading-v1 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 900;
}

.footer-wid_heading-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.section-offers_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-heading-text {
  color: #1c2654;
  text-align: center;
  padding-bottom: 20px;
  font-size: 40px;
}

.section-heading-text.cts {
  padding-top: 40px;
}

.section-heading-text.is-left {
  text-align: left;
}

.section-heading-text.lim-1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wid_heading {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: .5rem;
  padding-bottom: 1rem;
}

.div-block-2 {
  text-align: justify;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 8px 15px;
  font-size: 15px;
}

.nav-link:hover {
  text-decoration: underline;
}

.font-36 {
  color: #1c2654;
  text-align: left;
  margin-bottom: .5rem;
  font-size: 36px;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.none {
  display: none;
}

.appy-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
}

.review-date {
  opacity: .3;
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

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

.footer-top_item {
  object-fit: contain;
  min-width: 150px;
}

.demo-listing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin-top: 1.5rem;
  display: flex;
}

.demo-listing.sub {
  justify-content: center;
}

.footer-copyright {
  background-color: #23272a;
  padding: 30px 15px;
}

.review-left {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 50px auto auto 0;
}

.copyright-pr {
  color: #d2d2d2;
  text-align: center;
}

.gogle-review {
  margin-top: 50px;
}

.section-demo {
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.bg-shape {
  background-color: #292e31;
  width: 100%;
  height: 63%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.section-powerfull_inset {
  margin-left: auto;
  margin-right: auto;
}

.footer-add-pr {
  color: #d2d2d2;
  line-height: 1.65em;
  display: block;
}

.banner-mob-im {
  display: none;
}

.features-footer {
  text-align: center;
  margin-top: 3rem;
}

.section-offers_grid-im-wrapper {
  object-fit: fill;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.section-offers_grid-im-wrapper.bigger {
  width: 150px;
  height: 150px;
}

.footer-link {
  color: #d2d2d2;
  font-family: Lato-u, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
  text-decoration: none;
  display: block;
}

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

.footer-link.kyk {
  margin-top: 1rem;
}

.section-heading.mb-3 {
  margin-bottom: 3rem;
}

.sticky-right {
  display: flex;
}

.section-powerfull_grid-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-powerfull_grid-content.left-algn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.banner-footer {
  margin-top: 1.5rem;
}

.banner-footer.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.section-banner_grid {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.review-icon {
  height: 40px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.grid-picture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.grid-picture._05122023 {
  display: block;
}

.review-slide-im {
  height: 30px;
}

.footer-top_grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.banner-shape {
  position: absolute;
  top: -31px;
  left: -26px;
}

.language-block {
  color: #333;
  background-color: #fff;
  align-items: center;
  padding: .25rem 1rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.paragraph {
  text-align: center;
}

.review-google-im {
  width: 20px;
  height: 20px;
}

.section-powerfull_img-wrapper {
  text-align: right;
  width: 100%;
}

.google-im {
  width: 110px;
  height: 35px;
}

.review-pr {
  height: 80px;
  font-size: 14px;
  line-height: 21px;
  overflow: auto;
}

.top-bar_icon {
  width: 15px;
  height: 15px;
}

.sticky-footer-pr {
  color: #fff;
  margin-left: 1em;
}

.review-grid {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 20px auto;
  display: block;
  position: relative;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.review-heading-heading {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.section-offers_grid-item {
  text-align: center;
  padding: 40px 30px;
  box-shadow: -3px 8px 15px #00000026;
}

.section-offers_grid-item.no-pad {
  padding-top: 0;
}

.demo-listing-item-pr {
  color: #1a1919;
  padding-left: 14px;
  font-family: Lato-u, sans-serif;
  font-size: 13px;
}

.demo-listing-item-pr.is-white {
  color: #fff;
}

.div-block-5 {
  justify-content: space-between;
  margin-top: -20px;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.appy-list_list-item {
  color: #333;
  text-align: left;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 7px;
  line-height: 26px;
  list-style-type: none;
  display: flex;
}

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

.top-bar_item-pr {
  color: #161616;
  padding-left: 5px;
  font-size: 12px;
  text-decoration: none;
}

.brand {
  width: 100%;
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rating-pr-content {
  padding-right: 6px;
  line-height: 1.5rem;
}

.rating-flex {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rating-flex.flex-vertical {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rating-flex.homepage {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.top-bar_item {
  align-items: center;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.top-bar_item:hover {
  text-decoration: underline;
}

.sticky-footer {
  z-index: 999999;
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 52px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.nav-dropdown-link {
  color: #c8c8c8;
  padding: .75rem 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .4s;
}

.nav-dropdown-link:hover {
  color: #fff;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.section-powerfull {
  padding-top: 70px;
  padding-bottom: 40px;
}

.btn-banner {
  color: #fff;
  background-color: #00b900;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.btn-banner:hover {
  background-color: #009500;
}

.btn-banner.contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #777;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-banner.contact:hover {
  background-color: #464444;
}

.btn-banner.pink {
  text-align: center;
  background-color: #e5258e;
}

.btn-banner.pink.abs {
  position: absolute;
  inset: auto -7% -7% auto;
}

.drop-text {
  color: #000;
  font-size: 15px;
}

.drop-text:hover {
  text-decoration: underline;
}

.section-offers {
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.demo-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.rate-pr {
  margin-top: 1rem;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-language-icon {
  border-radius: 100%;
  width: 26px;
  height: 26px;
}

.footer-top {
  margin-bottom: 1rem;
}

.review-slide-item {
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px;
  box-shadow: 0 2px 9px #00000026;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.review-slide-heading {
  display: flex;
}

.font-24 {
  color: #1c2654;
  font-size: 24px;
  line-height: 32px;
}

.font-24.is-centered {
  text-align: center;
}

.banner-heading {
  color: #1c2654;
  font-family: Lato-u, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.banner-heading.is-centered {
  text-align: center;
}

.banner-heading.is-centered.space {
  margin-bottom: 2rem;
  font-size: 54px;
}

.banner-heading.space {
  margin-bottom: 1rem;
}

.banner-heading.smaller {
  font-size: 24px;
}

.top-bar {
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.btn-menu {
  color: #fff;
  background-color: #00b900;
  border-radius: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
}

.btn-menu.btn-mob, .btn-menu.btn-response {
  display: none;
}

.btn-menu.btn-desk {
  font-size: 15px;
  transition: all .4s;
}

.btn-menu.btn-desk:hover {
  background-color: #009500;
}

.sticky-text-link {
  opacity: .8;
  color: #fff;
  padding-left: .2em;
  padding-right: .2em;
  display: inline-block;
}

.language-block-img {
  border-radius: 100%;
  width: 26px;
  height: 26px;
  margin-right: .5rem;
}

.review-headng-content {
  margin-left: 15px;
}

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

.review-slide.review {
  float: right;
  width: 70%;
  margin-right: auto;
  display: block;
}

.image-7 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-7.max-h {
  max-height: 500px;
}

.list-im {
  width: 25px;
  height: 25px;
}

.image-4 {
  object-fit: contain;
  width: 300px;
  height: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.section-demo-inner-content {
  z-index: 999;
  background-color: #ffc829;
  background-image: linear-gradient(100deg, #73c7fe, #ee81ba);
  border-radius: 12px;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.appy-list_list-item-pr {
  margin-left: 15px;
}

.demo-heading-left {
  width: 70%;
  max-width: 100%;
}

.stiky-text-link {
  color: #eff;
  padding: .8em 1.8em;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.stiky-text-link:hover {
  text-decoration: underline;
}

.stiky-text-link.btn-yellow {
  color: #000;
  background-color: #ffc829;
}

.demo-listing-item {
  align-items: center;
  width: 33.333%;
  display: flex;
}

.banner-pr-v1 {
  margin-top: 1.5rem;
}

.heading {
  line-height: 24px;
}

.heading.space {
  text-align: left;
  margin-bottom: 1rem;
}

.heading.space.is-left {
  text-align: left;
  margin-bottom: 0;
}

.section-offers_heading {
  color: #1d2023;
  margin-bottom: .5rem;
  font-size: 23px;
}

.col-10 {
  width: 83.3333%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #292e31;
  padding-top: 60px;
  padding-bottom: 0;
}

.bold-text {
  color: #1c2654;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown.d-none {
  display: block;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #333;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.language {
  width: 110px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.language.w--open {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 2px 5px #0003;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-banner {
  margin-top: 80px;
  margin-bottom: 1rem;
  padding-top: 80px;
  position: relative;
}

.demo-heading-left-heading {
  color: #fff;
  padding-bottom: 12px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4em;
}

.demo-heading-left-heading.is-white {
  color: #fff;
}

.wp-chat {
  z-index: 2147483647;
  width: 63px;
  height: 63px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.div-block-6 {
  display: none;
}

.image-8 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 16px;
}

.image-8.homepage {
  border-radius: 0%;
  height: 100%;
  margin-top: 6px;
}

.image-8.desktop {
  display: block;
}

.image-8.mobile {
  display: none;
}

.pricing {
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-switch-block {
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 1.5rem;
  padding-bottom: 38px;
  display: flex;
}

.maand-text {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
}

.jaar-text {
  color: #515151;
  font-size: 18px;
  font-weight: 700;
}

.switch-btn {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  position: relative;
  top: 7px;
}

.pricing-block-row_1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.pricing-item {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
  padding: 24px 24px 20px;
  position: relative;
}

.pricong-heading {
  color: #515151;
  margin-bottom: .5rem;
  font-size: 25px;
  font-weight: 700;
}

.pricing-mand {
  color: #1c2654;
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: 700;
}

.text-span {
  color: #1a1a1a;
  border-bottom: 1px solid #979797;
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.price-listing-v1 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.price-list-item {
  margin-bottom: 10px;
  position: relative;
}

.price-list-item-pr {
  color: #393939;
  line-height: 25.2px;
}

.price-listing-v2 {
  margin-top: 1rem;
  margin-bottom: 80px;
  padding-left: 0;
  list-style-type: none;
}

.price-footer {
  width: 79%;
  margin-top: 1.5em;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pricind-link {
  color: #fff;
  background-color: #00b900;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  padding: 13px 25px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.price-label {
  color: #000;
  background-color: #ffc829;
  border-radius: 13.5px;
  align-items: center;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

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

.pricing-block-row_12 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}

.price-detail {
  position: relative;
}

.price-row {
  width: 70.33%;
  margin-left: auto;
  margin-right: auto;
}

.price-heading {
  color: #1c2654;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 46px;
}

.html-embed {
  display: none;
}

.price-pg-center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: block;
}

.text-center {
  text-align: center;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
}

.price-pg-im {
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.onboarding {
  padding-top: 50px;
  padding-bottom: 40px;
}

.faq-heading {
  color: #1c2654;
  text-align: center;
  padding: 15px;
  font-size: 36px;
  position: relative;
}

.faq-heading.heading-text {
  margin-bottom: 1.5rem;
}

.heading_wrapper {
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.section_legal {
  margin-top: 150px;
}

.legal_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.legal-heading {
  color: #1c2654;
  text-align: left;
  font-size: 46px;
  font-weight: 600;
}

.div-block-7 {
  background-color: #33333330;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.legal_para {
  color: #333;
}

.main_list-wrapper {
  list-style-type: decimal;
}

.text-span-2 {
  color: #515151;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 400;
}

.list_wrapper {
  list-style-type: decimal;
}

.list_item {
  color: #161616;
}

.section_privacy {
  margin-top: 150px;
}

.privacy_content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.privacy-para {
  color: #333;
  margin-bottom: 1rem;
  line-height: 120%;
}

.section_bedankt-ja {
  background-color: #f7f7f7;
  margin-top: 0;
}

.bedankt-ja_wrapper {
  padding-top: 0;
  padding-bottom: 90px;
}

.bedankt_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.bedankt-text {
  color: #1c2654;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

.html-embed-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 139px;
  display: flex;
  position: relative;
  top: -50px;
}

.how-it {
  margin-top: 100px;
  margin-bottom: 3rem;
  padding-top: 50px;
  padding-bottom: 40px;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.calendar_wrapper {
  max-height: 700px;
  margin-top: 1rem;
}

.referenties_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.section-referenties {
  background-color: #f7f7f7;
  margin-top: 120px;
}

.review-content-h-copy {
  flex-direction: column;
  display: flex;
}

.section-stories_grid-item-copy {
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 35px;
  padding: 30px 30px 40px;
  box-shadow: -7px 13px 9px #00000026;
}

.stories-content-copy {
  grid-row-gap: 32px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.stories-content-pr-copy {
  color: #515a83;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 17px;
}

.referenties_heading {
  color: #1c2654;
  text-align: center;
  font-size: 46px;
}

.referenties_heading.weight-600 {
  font-weight: 600;
}

.section_demo {
  margin-top: 20px;
}

.section_demo.demo-section {
  padding-top: 121px;
  padding-bottom: 121px;
}

.demo_heading {
  color: #1c2654;
  text-align: center;
  font-size: 46px;
}

.demo_heading.bigh1 {
  margin-bottom: 4rem;
  font-size: 64px;
}

.demo_heading.left {
  text-align: left;
  margin-bottom: 1rem;
}

.form-para {
  color: #333;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 17px;
  display: inline-block;
}

.image-13 {
  text-align: left;
  width: 80%;
  margin-top: 75px;
  margin-bottom: 75px;
}

.link-block {
  text-decoration: none;
}

.students-testimonial-layout {
  margin-top: 0;
  margin-bottom: 80px;
  display: block;
}

.blog-pg-temp {
  margin-top: 100px;
  margin-bottom: 3rem;
  padding-top: 50px;
  padding-bottom: 0;
}

.blog-temp-col {
  width: 83.3333%;
  margin-left: auto;
  margin-right: auto;
}

.blog-banner-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-main-content {
  margin-top: 12px;
  margin-bottom: 1rem;
}

.blog-im-wrapper {
  width: 100%;
}

.cta-para {
  color: #161616;
  margin-bottom: 1rem;
  font-size: 22px;
}

.blog-heading-2 {
  color: #1c2654;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 12px;
  font-size: 46px;
  line-height: 120%;
}

.blog_card-wrapper {
  display: inline-block;
}

.blog_card {
  flex-direction: row;
}

.collection-list-wrapper {
  width: 100%;
  display: block;
}

.section_blog {
  margin-top: 132px;
}

.blog_content-wrapper {
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  padding: 20px;
}

.blog_heading {
  color: #045089;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 400;
}

.collection-item {
  cursor: pointer;
  flex: 0 auto;
}

.blog_preview-para {
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 160%;
}

.read_more-text {
  margin-bottom: 1rem;
  line-height: 160%;
}

.read_more-text:hover {
  text-decoration: underline;
}

.blog-image {
  width: 100%;
  display: inline-block;
}

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

.blog_rich-text h2 {
  color: #1c2654;
  margin-bottom: 8px;
  padding-top: 12px;
  font-size: 32px;
  font-weight: 700;
}

.blog_rich-text h3 {
  color: var(--dark-slate-blue);
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 400;
}

.blog_rich-text p {
  margin-bottom: 1rem;
}

.blog_rich-text h6 {
  color: #1c2654;
  text-align: center;
  padding-top: 12px;
  font-size: 22px;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination {
  flex-direction: row;
  margin-top: 32px;
}

.section-powerfull_img-wrapper-copy {
  text-align: center;
  width: 654px;
  display: block;
}

.section-powerfull_grid-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-14 {
  width: 112px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  text-align: center;
  display: flex;
}

.paragraph-10 {
  line-height: 1.5em;
}

.avg_content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.avg_para {
  margin-bottom: 1rem;
  line-height: 120%;
}

.collection-list-wrapper-2 {
  column-count: 3;
  column-gap: 25px;
  width: 90vw;
  max-width: 1400px;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.collection-item-2 {
  margin-bottom: 25px;
}

.read_more-text-2 {
  margin-bottom: 1rem;
  line-height: 160%;
}

.read_more-text-2:hover {
  text-decoration: underline;
}

.pagination-2 {
  object-fit: fill;
  position: absolute;
  inset: auto 0% -4%;
}

.next {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 8px;
}

.page-count {
  width: 40px;
  margin-top: 0;
}

.previous {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 8px 0 9px;
}

.form-grid {
  margin-top: -51px;
}

.icon-2 {
  min-width: 0;
  min-height: 0;
}

.image-16 {
  text-align: left;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.image-16.max-h {
  max-height: 500px;
}

.paragraph-17.font-18.is-centered {
  text-align: center;
}

.image-17.cts {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-17.cts.qr {
  width: 64px;
}

.section-offers_grid-im-wrapper-copy {
  object-fit: fill;
  width: auto;
  height: auto;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.brix---pricing-content {
  padding: 0 28px 72px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---mg-bottom-32px {
  margin-bottom: 10px;
}

.brix---pricing-top-v1 {
  background-color: var(--color-2);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 48px 32px 20px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---text-200-list-medium {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui-gray400);
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  width: 60%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.header-faq-new {
  font-weight: 700;
}

.f-icon-regular-2 {
  color: #1ba1fd;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-2.pink {
  color: #ed2891;
}

.f-icon-regular-2.pink.big {
  width: 32px;
  height: 32px;
}

.container-5 {
  text-align: center;
  max-width: 100%;
}

.image-19 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.grid-3.right {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.grid-3.right._1col {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  justify-content: center;
}

.grid-3.left {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.flex-block {
  text-align: left;
  align-items: center;
  display: block;
}

.flex-block-2.centered {
  align-items: center;
}

.image-20 {
  width: 150px;
  height: 56px;
}

.image-20.space {
  height: auto;
  margin-bottom: 32px;
}

.div-block-17.fnln.submit-button {
  text-align: center;
}

.div-block-17.fnln.txt {
  text-align: center;
  display: block;
}

.div-block-20 {
  flex-direction: row;
  display: flex;
}

.div-block-20.space-contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.div-block-21 {
  text-align: center;
  align-self: flex-start;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-22 {
  background-color: #f3f3fe;
  border-radius: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px 2px #0003;
}

.text-field {
  border-radius: 15px;
}

.select-field {
  background-color: #fff;
  border-radius: 15px;
}

.text-span-3, .text-span-6 {
  color: red;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-span-8 {
  color: red;
}

.icon_functies {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-2-col-menu {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.navbar-outer-col {
  display: flex;
}

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

.font-18.websiteopmaatfont1, .font-18.webshopfont1 {
  text-align: left;
}

.countup {
  justify-content: center;
  display: flex;
}

.counter-text, .counter-text-2 {
  color: #1c2654;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block {
  line-height: 22px;
}

.image-21 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.btn-2 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #03a9f4;
  background-clip: border-box;
  border-radius: 50px;
  max-width: 200px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.btn-2:hover {
  -webkit-text-fill-color: inherit;
  background-color: #03a9f4;
  background-clip: border-box;
}

.text-span-9 {
  color: #fff;
}

.row-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-contact {
  text-align: left;
  width: 80%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.contact-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact-outer {
  text-align: center;
  align-self: flex-start;
  width: 100%;
}

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

.section-hero {
  background-image: url('../images/hero-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px;
}

.lp-hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-lp {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-top: 32px;
  font-size: 70px;
}

.grid-lp-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin-top: 48px;
  display: grid;
}

.flex-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-32.center {
  justify-content: center;
  align-items: center;
}

.par-hero-lp {
  color: #fff;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
}

.bold-hero-lp {
  color: #fff;
  font-size: 18px;
}

.hero-lp-img {
  max-width: 129%;
  margin-top: -35px;
}

.section-waroom-lp {
  background-color: #f0f1f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-42 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-lp {
  color: #1b208c;
  text-align: center;
  font-size: 40px;
}

.h2-lp.is-white {
  color: #fff;
}

.waroom-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  display: grid;
}

.waroom-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  line-height: 23px;
  display: flex;
}

.h3-waroom-lp {
  color: #1b208c;
  font-size: 24px;
}

.section-partners {
  background-color: #1b208c;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.partners-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-img {
  width: 100%;
  max-width: 250px;
  height: 100%;
}

.section-tips-horeca {
  background-image: url('../images/Group-9.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.par-lp-2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.par-lp-2.is-bold {
  font-weight: 700;
}

.par-lp-2.is-bold.is-blue {
  color: #1b208c;
}

.par-lp-2.algn-right {
  text-align: right;
}

.par-lp-2.align-left {
  text-align: left;
}

.par-lp-2.is-blue {
  color: #2aabe1;
}

.tips-horeca-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 547px;
  display: flex;
}

.tips-horeca-div-lp {
  max-width: 600px;
  position: relative;
}

.section-features-lp {
  background-image: radial-gradient(circle at 0 0, #e5258e, #2a3c92 50%, #2aabe1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.feature-box-lp {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f0f1f7;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 64px;
  display: grid;
}

.is-black {
  color: #000;
}

.feature-paragraph-lp {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.section-waroom-2-lp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.waroom-custom-head-lp {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(122deg, #e5258e, #2aabe1);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1100px;
  font-size: 70px;
}

.section-foot-lp {
  background-color: #f0f1f7;
  background-image: url('../images/Group-9_1.svg');
  background-position: -17% 20%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-1-1-footer-lp {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: grid;
}

.footer-checks-lp-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.footer-row-check-lp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkmark-lp {
  width: 28px;
}

.utms-hidden {
  display: none;
}

@media screen and (min-width: 1280px) {
  .btn-green.submit-btnm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-heading-text {
    padding-bottom: 20px;
  }

  .section-heading-text.cts {
    padding-top: 40px;
  }

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

  .container {
    max-width: 1140px;
  }

  .footer-top_item {
    line-height: 32px;
  }

  .demo-listing {
    display: flex;
  }

  .demo-listing.sub {
    justify-content: center;
  }

  .footer-add-pr, .grid-picture._05122023 {
    display: block;
  }

  .section-powerfull_img-wrapper {
    text-align: right;
  }

  .demo-listing-item-pr {
    font-size: 13px;
  }

  .rating-flex.flex-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-heading {
    grid-template-columns: 1.5fr .75fr;
    display: flex;
  }

  .demo-heading-left {
    max-width: 58%;
  }

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

  .pricing-block-row_1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-span {
    border-bottom: 1px solid #979797;
    padding-bottom: 30px;
  }

  .pricind-link {
    width: 80%;
    margin-top: 40px;
  }

  .pricing-block-row_12 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-center {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .bedankt-ja_wrapper {
    padding-top: 0;
  }

  .bedankt_content-wrapper {
    flex-direction: column;
  }

  .html-embed-2 {
    color: #161616;
    position: relative;
    overflow: visible;
  }

  .section_demo {
    margin-top: 20px;
  }

  .demo_heading {
    padding-bottom: 20px;
  }

  .form-para {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .image-13 {
    width: 70%;
  }

  .blog_heading {
    padding-bottom: .5rem;
  }

  .blog_preview-para {
    padding-bottom: 1rem;
  }

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

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

  .read_more-text-2 {
    color: #161616;
  }

  .image-16 {
    padding-right: 20px;
  }

  .section-offers_grid-im-wrapper-copy {
    width: auto;
    height: auto;
  }

  .brix---grid-1-column-gap-row-16px {
    margin-top: 40px;
  }

  .brix---pricing-content {
    padding-top: 0;
  }

  .brix---pricing-top-v1 {
    background-color: var(--color-2);
    padding-bottom: 10px;
  }

  .brix---card {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-13 {
    justify-content: center;
    margin-top: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    width: 60%;
  }

  .uui-container-large {
    justify-content: center;
    display: flex;
  }

  .header-faq-new {
    font-weight: 700;
  }

  .container-5 {
    text-align: center;
    max-width: 100%;
  }

  .image-19 {
    max-width: 100%;
  }

  .flex-block {
    text-align: left;
    display: block;
  }

  .form-lead {
    background-color: #0000;
    border-radius: 20px;
  }

  .div-block-16 {
    border-radius: 20px;
    padding: 10px 40px;
  }

  .div-block-17.fnln.submit-button {
    text-align: center;
  }

  .div-block-17.fnln.txt {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-20 {
    flex-direction: row;
    display: flex;
  }

  .div-block-21 {
    text-align: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .div-block-22 {
    padding-top: 10px;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .text-field {
    border-radius: 15px;
  }

  .select-field {
    background-color: #fff;
    border-radius: 15px;
  }

  .text-span-3, .text-span-5, .text-span-6 {
    color: red;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logos-contact {
    width: 70%;
  }

  .contact-outer {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .text-align-center {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-powerfull_grid {
    grid-auto-columns: 1fr;
  }

  .btn-green.submit-btnm {
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-heading-text.cts {
    padding-top: 40px;
  }

  .container {
    max-width: 1320px;
  }

  .demo-listing {
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .demo-listing.sub {
    justify-content: center;
  }

  .footer-add-pr {
    display: block;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .section-banner_grid {
    grid-template-columns: .75fr .75fr;
  }

  .grid-picture._05122023 {
    display: block;
  }

  .section-powerfull_img-wrapper {
    text-align: right;
  }

  .demo-listing-item-pr {
    font-size: 1rem;
  }

  .nav-dropdown-link {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .demo-heading {
    place-content: flex-end space-between;
    align-items: stretch;
  }

  .rate-pr {
    z-index: 99;
    position: relative;
  }

  .banner-heading {
    font-size: 40px;
  }

  .image-7.max-h {
    width: 100%;
  }

  .demo-heading-left {
    flex: 1;
  }

  .demo-listing-item {
    width: 33%;
  }

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

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    padding: 12px 5px;
  }

  .pricing-block-row_1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-span {
    border-bottom: 1px solid #979797;
    padding-bottom: 30px;
  }

  .pricind-link {
    text-align: left;
    width: 80%;
    margin-top: 40px;
  }

  .price-label {
    justify-content: center;
  }

  .pricing-block-row_12 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-center {
    margin-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .bedankt-ja_wrapper {
    padding-top: 0;
  }

  .html-embed-2 {
    margin-top: 138px;
  }

  .section_demo {
    margin-top: 20px;
  }

  .demo_heading {
    font-weight: 700;
  }

  .form-para {
    flex-direction: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .image-13 {
    width: 70%;
  }

  .section-powerfull_img-wrapper-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-powerfull_grid-copy {
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .image-16 {
    padding-right: 20px;
  }

  .section-offers_grid-im-wrapper-copy {
    width: auto;
    height: auto;
  }

  .brix---grid-1-column-gap-row-16px {
    margin-top: 40px;
  }

  .brix---pricing-content {
    padding-top: 0;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 10px;
  }

  .brix---pricing-top-v1 {
    background-color: var(--color-2);
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .brix---card {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-13 {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    text-align: left;
    width: 60%;
  }

  .uui-container-large {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .header-faq-new {
    font-weight: 700;
  }

  .container-5 {
    text-align: center;
    width: auto;
    max-width: 100%;
  }

  .image-19 {
    max-width: 100%;
  }

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

  .flex-block {
    text-align: left;
    display: block;
  }

  .form-lead {
    background-color: #0000;
  }

  .div-block-16 {
    background-color: #0000;
    border-radius: 20px;
    padding: 10px 40px;
  }

  .container-7 {
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }

  .div-block-17.fnln {
    text-align: left;
  }

  .div-block-17.fnln.submit-button {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-17.fnln.txt {
    text-align: center;
  }

  .div-block-20 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-21 {
    text-align: center;
    width: 90%;
    display: block;
  }

  .div-block-22 {
    padding-top: 10px;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .text-field {
    border-radius: 15px;
  }

  .select-field {
    background-color: #fff;
    border-radius: 15px;
  }

  .text-span-3, .text-span-5, .text-span-6 {
    color: red;
  }

  .contact-outer {
    text-align: center;
    width: 90%;
    display: block;
  }

  .section-foot-lp {
    background-position: -12% 51%;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .text-align-center {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-powerfull_grid {
    margin-top: 20px;
  }

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

  .btn-green.submit-btnm {
    height: 50%;
    max-height: 50%;
    padding: 10px 40px;
  }

  .section-offers_grid-item-content {
    text-align: center;
  }

  .section-heading-text {
    padding-top: 40px;
    padding-bottom: 10px;
  }

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

  .container {
    max-width: 1320px;
    display: block;
  }

  .demo-listing.sub {
    justify-content: center;
    padding-bottom: 20px;
  }

  .section-offers_grid-im-wrapper {
    width: 50px;
    height: 50px;
  }

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

  .section-heading.mb-3 {
    text-align: center;
  }

  .section-powerfull_grid-content {
    text-align: left;
  }

  .section-banner_grid {
    grid-column-gap: 29px;
    grid-template-columns: 1.25fr 1fr;
  }

  .grid-picture {
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
  }

  .grid-picture._05122023 {
    display: block;
  }

  .banner-shape {
    z-index: -1;
  }

  .section-powerfull_img-wrapper {
    text-align: right;
  }

  .rating-flex {
    justify-content: center;
  }

  .rating-flex.flex-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-banner {
    margin-top: 20px;
  }

  .banner-heading {
    font-size: 42px;
  }

  .image-7 {
    width: 90%;
  }

  .appy-list_list-item-pr {
    color: var(--text-bullet);
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
  }

  .appy-list_list-item-pr._05122023 {
    margin-left: 5px;
  }

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

  .col-10.cts {
    margin-top: 40px;
  }

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

  .pricing {
    border-bottom-style: none;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-block-row_1 {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .text-span {
    border-bottom: 1px solid #979797;
    padding-bottom: 30px;
  }

  .price-list-item-pr.v2 {
    aspect-ratio: auto;
    text-align: left;
    font-weight: 400;
    line-height: 35px;
  }

  .pricind-link {
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    margin-top: auto;
    padding: 13px 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .pricing-block-row_12 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-center {
    margin-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading {
    text-align: center;
    padding-left: 0;
  }

  .bedankt-ja_wrapper {
    padding-top: 0;
  }

  .section_demo {
    border: 1px #000;
  }

  .demo_heading {
    padding-bottom: 20px;
  }

  .form-para {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-13 {
    background-color: #0000;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-banner-wrapper, .blog-im-wrapper {
    border-radius: 20px;
  }

  .section-powerfull_grid-copy {
    grid-template-columns: 1.5fr 1fr;
    display: flex;
  }

  .image-16 {
    text-align: left;
    padding-right: 20px;
  }

  .paragraph-17 {
    font-size: 17px;
  }

  .image-17 {
    display: block;
  }

  .image-17.cts {
    text-align: center;
    object-fit: fill;
    display: inline-block;
  }

  .section-offers_grid-im-wrapper-copy {
    width: auto;
    height: auto;
  }

  .grid-2 {
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .container-3 {
    display: block;
  }

  .list-item-2 {
    text-align: center;
    padding-bottom: 0;
  }

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

  .brix---icon-list {
    color: var(--black);
  }

  .brix---icon-list-item-wrapper {
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .brix---grid-1-column-gap-row-16px {
    margin-top: 20px;
  }

  .brix---pricing-content {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .brix---pricing-top-v1 {
    background-color: var(--color-2);
    padding-bottom: 20px;
  }

  .brix---card {
    flex-flow: column;
    display: flex;
  }

  .brix---section {
    border-bottom: 0 #000;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .brix---icon-list-2 {
    margin-right: 0;
  }

  .div-block-13 {
    justify-content: center;
    margin-top: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .uui-faq02_question {
    font-weight: 700;
  }

  .uui-faq02_component {
    grid-column-gap: 4rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-padding-vertical-xhuge {
    justify-content: center;
    width: 60%;
    display: block;
  }

  .uui-container-large {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .header-faq-new {
    font-size: 18px;
    font-weight: 700;
  }

  .f-icon-regular-2 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .image-19 {
    text-align: right;
    max-width: 100%;
  }

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

  .flex-block {
    text-align: left;
    display: block;
  }

  .image-20 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-lead {
    background-color: #0000;
  }

  .div-block-16 {
    background-color: #0000;
    border-radius: 20px;
    flex-direction: row;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }

  .form-block {
    display: flex;
  }

  .form {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .div-block-17 {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-17.fnln {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-17.fnln.submit-button {
    text-align: center;
    display: inline-block;
  }

  .div-block-17.fnln.txt {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    display: flex;
  }

  .div-block-21 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-22 {
    width: 50%;
    box-shadow: 0 2px 17px 1px #0003;
  }

  .text-field {
    border-radius: 15px;
    min-height: 45px;
  }

  .field-label {
    padding-left: 0;
  }

  .select-field {
    color: #000;
    background-color: #fff;
    border-radius: 15px;
    height: 45px;
  }

  .text-span-3, .text-span-5, .text-span-6 {
    color: red;
  }

  .div-block-23 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .video {
    border-radius: 20px;
  }

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

  .logos-contact {
    background-color: #0000;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-block {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .contact-outer {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
  }

  .section-foot-lp {
    background-position: 0 51%;
    background-size: auto;
  }
}

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

  .section-powerfull_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .section-offers_grid {
    grid-template-columns: minmax(200px, .5fr) repeat(auto-fit, minmax(200px, .5fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-heading-text {
    padding-bottom: 20px;
  }

  .section-heading-text.is-left {
    text-align: center;
  }

  .div-block-2 {
    justify-content: center;
  }

  .nav-link {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .appy-list {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .demo-listing {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .demo-listing.sub {
    flex-wrap: nowrap;
  }

  .review-left {
    text-align: center;
    margin-bottom: 30px;
    position: static;
  }

  .section-banner_grid-right {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    position: fixed;
  }

  .section-powerfull_grid-content {
    text-align: center;
  }

  .section-banner_grid.hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr;
  }

  .grid-picture {
    flex-direction: column;
    display: flex;
  }

  .footer-top_grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-shape {
    display: none;
  }

  .section-powerfull_img-wrapper {
    text-align: center;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #c8c8c800;
  }

  .sticky-footer-pr {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .review-grid {
    flex-flow: column wrap;
    display: flex;
  }

  .nav-dropdown-toggle.w--open {
    background-color: #eee;
  }

  .demo-listing-item-pr {
    font-size: 16px;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
  }

  .rating-pr-content.no-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rating-flex.flex-vertical {
    width: 100%;
    display: inline-block;
  }

  .top-bar_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-footer {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 15px;
  }

  .nav-dropdown-link, .nav-dropdown-link:hover {
    color: #777;
  }

  .demo-heading {
    flex-direction: column;
    grid-template-columns: 1.5fr;
    justify-content: center;
    align-items: stretch;
  }

  .font-24 {
    font-size: 18px;
    line-height: 1.6em;
  }

  .banner-heading {
    font-size: 30px;
  }

  .banner-heading.is-centered.space {
    margin-bottom: 0;
    font-size: 42px;
  }

  .top-bar {
    justify-content: flex-end;
    align-items: center;
  }

  .btn-menu.btn-mob {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -18%);
  }

  .btn-menu.btn-response {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -10%);
  }

  .btn-menu.btn-desk {
    display: none;
  }

  .review-slide.review {
    width: 100%;
  }

  .image-7 {
    object-fit: contain;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .demo-heading-left {
    width: 100%;
    max-width: 1005%;
  }

  .stiky-text-link {
    font-size: .9em;
  }

  .demo-listing-item {
    width: auto;
  }

  .heading {
    font-size: 18px;
    line-height: 1.6em;
  }

  .bold-text {
    font-size: 18px;
  }

  .nav-dropdown.d-none {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    color: #777;
    background-color: #f4f4f4;
  }

  .section-banner {
    margin-top: 135px;
    padding-top: 40px;
  }

  .demo-heading-left-heading {
    text-align: center;
    font-size: 27px;
  }

  .icon {
    color: #888;
  }

  .price-row {
    width: 100%;
  }

  .text-center {
    padding-left: 0;
    padding-right: 0;
  }

  .legal-heading, .legal_para {
    text-align: center;
  }

  .text-span-2 {
    font-size: 25px;
  }

  .section_bedankt-ja {
    margin-top: 0;
  }

  .bedankt-ja_wrapper {
    padding-top: 0;
  }

  .bedankt-text {
    font-size: 38px;
  }

  .html-embed-2 {
    margin-top: 160px;
    position: relative;
    top: -49px;
  }

  .calendar_wrapper {
    max-height: none;
  }

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

  .section-referenties {
    margin-top: 0;
  }

  .demo_heading {
    font-size: 25px;
  }

  .form-para {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-13 {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-temp-col {
    width: 95%;
  }

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

  .blog_content {
    padding: 50px 12px;
  }

  .blog_card, .collection-list-wrapper {
    flex-direction: row;
  }

  .collection-item {
    width: auto;
    max-width: none;
  }

  .wrapper {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    align-self: auto;
  }

  .section-powerfull_grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    display: block;
  }

  .collection-list-wrapper-2 {
    column-count: 2;
    column-gap: 15px;
  }

  .collection-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .form-grid {
    order: -1;
  }

  .paragraph-17.font-18.is-centered {
    margin-bottom: 1.5rem;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 0;
    padding-bottom: 118px;
  }

  .div-block-13 {
    padding-bottom: 20px;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-21 {
    align-self: flex-start;
  }

  .btn-2 {
    width: 225px;
  }

  .logos-contact {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-outer {
    align-self: flex-start;
  }

  .section-hero {
    background-position: 50% 0;
    background-size: auto;
  }

  .h1-lp {
    font-size: 48px;
  }

  .grid-lp-hero {
    grid-template-columns: 1fr;
  }

  .flex-32 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-32.c1 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .par-hero-lp {
    text-align: center;
  }

  .hero-lp-img {
    max-width: 100%;
    margin-top: 0;
  }

  .flex-42 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-tips-horeca {
    background-size: contain;
  }

  .feature-box-lp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .waroom-custom-head-lp {
    font-size: 58px;
  }

  .section-foot-lp {
    background-position: 0 100%;
    background-size: 30%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .section-powerfull_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .btn-green {
    padding: 10px 15px;
    font-size: 15px;
  }

  .btn-green.btn-demo-desk {
    display: none;
  }

  .btn-green.btn-demo-mob {
    display: inline;
  }

  .section-offers_grid {
    grid-template-columns: 1fr;
  }

  .section-heading-text {
    padding-bottom: 0;
    font-size: 25px;
  }

  .section-heading-text._11 {
    padding-bottom: 20px;
  }

  .nav-link {
    color: #333;
  }

  .font-36 {
    text-align: center;
    align-self: center;
    font-size: 25px;
  }

  .appy-list {
    text-align: left;
    align-items: flex-start;
  }

  .footer-top_item {
    width: 100%;
    min-width: 0;
  }

  .demo-listing {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .demo-listing.sub {
    flex-wrap: wrap;
  }

  .footer-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-banner_grid-right {
    display: none;
  }

  .section-banner_grid-right.mob {
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .banner-mob-im {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .banner-mob-im.max-h {
    object-fit: contain;
    max-height: 300px;
  }

  .section-powerfull_grid-content.left-algn, .banner-footer.flex {
    justify-content: center;
    align-items: center;
  }

  .section-banner_grid {
    text-align: center;
    padding-top: 30px;
    display: block;
  }

  .grid-picture._05122023 {
    padding-top: 0;
  }

  .footer-top_grid {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    justify-items: start;
  }

  .section-powerfull_img-wrapper {
    margin-top: 3rem;
  }

  .menu-button-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle {
    line-height: 34px;
  }

  .div-block-5 {
    justify-content: space-between;
    margin-top: 0;
  }

  .appy-list_list-item {
    text-align: left;
  }

  .nav-menu {
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .brand {
    max-width: 100px;
    padding-left: 0;
  }

  .rating-pr-content {
    text-align: center;
    margin-bottom: 1rem;
  }

  .rating-pr-content.no-wrap {
    padding-bottom: 0;
  }

  .rating-flex, .rating-flex.flex-vertical {
    flex-direction: column;
  }

  .rating-flex.homepage {
    justify-content: space-between;
    align-items: center;
  }

  .btn-banner.pink.abs {
    margin-top: -24px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .demo-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-heading.is-centered.space {
    margin-bottom: 1rem;
  }

  .top-bar {
    justify-content: center;
  }

  .btn-menu.btn-response {
    justify-content: center;
    align-items: center;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    transform: translate(-45%, 15%);
  }

  .review-slide {
    grid-template-columns: 1fr;
  }

  .list-im {
    width: 25px;
  }

  .section-demo-inner-content {
    text-align: center;
  }

  .appy-list_list-item-pr {
    margin-left: 5px;
  }

  .demo-listing-item {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading.space.cenbted {
    text-align: center;
  }

  .footer {
    padding-bottom: 30px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown.d-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .section-banner {
    margin-top: 94px;
  }

  .demo-heading-left-heading {
    font-size: 25px;
  }

  .icon {
    color: #888;
    font-size: 30px;
  }

  .image-8.desktop {
    display: none;
  }

  .image-8.mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .maand-text, .jaar-text {
    text-align: center;
    font-size: 15px;
  }

  .switch-btn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-block-row_1 {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    margin-bottom: 20px;
  }

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

  .pricing-mand {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .price-label {
    margin-left: 20px;
  }

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

  .pricing-block-row_12 {
    grid-template-columns: 1fr;
  }

  .price-heading {
    font-size: 30px;
  }

  .price-pg-center-content {
    margin-left: .75rem;
    margin-right: .75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-center {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading.heading-text {
    font-size: 25px;
  }

  .text-span-2, .privacy-para {
    text-align: center;
  }

  .privacy-para.text-align-right {
    text-align: left;
  }

  .referenties_heading {
    font-size: 25px;
  }

  .demo_heading {
    font-size: 35px;
  }

  .demo_heading.bigh1 {
    margin-bottom: 2rem;
  }

  .image-13 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .students-testimonial-layout {
    margin-bottom: 0;
  }

  .cta-para {
    text-align: left;
    font-size: 17px;
  }

  .collection-list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .blog_content-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blog_heading {
    text-align: center;
  }

  .collection-item {
    max-width: none;
  }

  .blog_preview-para, .blog_rich-text h2, .blog_rich-text h3, .blog_rich-text p {
    text-align: center;
  }

  .blog_item {
    margin-bottom: 32px;
  }

  .wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-powerfull_img-wrapper-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
    display: flex;
  }

  .html-embed-4 {
    order: -1;
  }

  .div-block-10 {
    display: block;
  }

  .collection-list-wrapper-2 {
    column-count: 1;
    column-gap: 15px;
  }

  .collection-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-16 {
    padding-right: 0;
  }

  .brix---pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---pricing-top-v1 {
    padding: 32px 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---text-200-list-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-5 {
    text-align: center;
    margin-top: 20px;
  }

  .image-19 {
    text-align: center;
    flex: 0 auto;
    order: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-3 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

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

  .grid-3.right._1col {
    grid-template-columns: 1fr;
  }

  .grid-3.left {
    flex-direction: column;
  }

  .flex-block {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .flex-block-2 {
    order: 1;
    align-items: center;
    margin-bottom: 20px;
  }

  .flex-block-2.hide-mob {
    display: none;
  }

  .flex-block-2.first {
    order: -1;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .div-block-22 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-2-col-menu {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    display: grid;
  }

  .navbar-outer-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 500px;
    display: grid;
    overflow: scroll;
  }

  .btn-2 {
    width: 170px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .logos-contact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-hero {
    background-size: cover;
  }

  .grid-lp-hero {
    margin-top: 24px;
  }

  .flex-32 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-32.c1 {
    justify-content: flex-start;
    align-items: center;
  }

  .h2-lp {
    text-align: center;
    font-size: 28px;
  }

  .waroom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .section-tips-horeca {
    background-position: 100% 100%;
    background-size: 200px;
  }

  .par-lp-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .par-lp-2.algn-right {
    text-align: center;
  }

  .tips-horeca-div-lp {
    flex-flow: column;
    display: flex;
  }

  .waroom-custom-head-lp {
    font-size: 40px;
    line-height: 1;
  }

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

  .checkmark-lp {
    width: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section-powerfull_grid {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .btn-green {
    max-width: 100%;
  }

  .btn-green.btn-demo-mob {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .btn-green.submit-btnm {
    width: 100%;
  }

  .section-offers_grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1.75fr));
  }

  .section-heading-text {
    padding-top: 0;
    font-size: 25px;
  }

  .nav-link {
    color: #333;
  }

  .font-36 {
    margin-top: 0;
  }

  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .appy-list {
    text-align: center;
    align-items: center;
    display: inline-block;
  }

  .footer-top_item {
    margin-bottom: 10px;
  }

  .demo-listing {
    width: auto;
  }

  .demo-listing.sub {
    flex-wrap: wrap;
  }

  .footer-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-powerfull_inset {
    width: 100%;
  }

  .section-heading.mb-3.coustom-margin {
    margin-bottom: 0;
  }

  .banner-footer.flex {
    flex-flow: column;
  }

  .grid-picture {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-top_grid {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .section-powerfull_img-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 1rem;
    display: block;
  }

  .top-bar_icon {
    width: 12px;
    height: 12px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #fff;
  }

  .section-offers_grid-item {
    padding-top: 20px;
  }

  .appy-list_list-item {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .brand {
    max-width: 80px;
    padding-top: 5px;
    padding-left: 3px;
  }

  .rating-pr-content {
    text-align: center;
  }

  .top-bar_item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-dropdown-link {
    white-space: normal;
  }

  .section-powerfull {
    padding-top: 10px;
  }

  .footer-top {
    padding-left: 18px;
  }

  .banner-heading {
    font-size: 26px;
    font-weight: 700;
  }

  .top-bar {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .btn-menu.btn-mob {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .btn-menu.btn-response {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 6px 10px;
    font-size: 14px;
    display: flex;
    top: 41%;
    transform: translate(-40%, 15%);
  }

  .image-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-demo-inner-content {
    padding-left: 6px;
    padding-right: 6px;
  }

  .appy-list_list-item-pr {
    text-align: left;
    line-height: 24px;
  }

  .demo-listing-item {
    justify-content: center;
  }

  .heading.space.contact {
    text-align: center;
    margin-bottom: 0;
  }

  .col-10 {
    width: 100%;
  }

  .footer {
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    max-width: 326px;
  }

  .section-banner {
    margin-top: 72px;
  }

  .demo-heading-left-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 236px;
    height: 113px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .image-8.mobile {
    border-radius: 0%;
    height: auto;
  }

  .price-label {
    margin-left: -9px;
    line-height: 1.2;
    position: relative;
    left: 49px;
  }

  .price-row {
    width: auto;
  }

  .heading_wrapper {
    margin-bottom: 1.5rem;
  }

  .legal-heading {
    font-size: 1.875rem;
  }

  .legal_heading-wrapper {
    flex-direction: column;
    display: flex;
  }

  .text-span-2 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
  }

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

  .section_privacy {
    margin-top: 150px;
  }

  .section_bedankt-ja {
    background-color: #f7f7f7;
  }

  .bedankt-ja_wrapper {
    padding-top: 0;
  }

  .bedankt_content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bedankt-text {
    text-align: center;
    font-size: 28px;
  }

  .html-embed-2 {
    width: 100%;
    height: 50%;
    margin-top: 153px;
    display: block;
    position: relative;
    top: -45px;
  }

  .image-11 {
    padding-top: 5px;
  }

  .calendar_wrapper {
    margin-top: 1rem;
  }

  .section-referenties {
    background-color: #f7f7f7;
  }

  .stories-content-copy {
    height: auto;
  }

  .referenties_heading {
    font-size: 25px;
  }

  .section_demo {
    margin-top: 10px;
  }

  .demo_heading {
    font-size: 20px;
  }

  .demo_heading.bigh1 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .image-13 {
    width: 100%;
  }

  .students-testimonial-layout {
    flex-direction: column;
    margin-bottom: 0;
    display: none;
  }

  .blog-temp-col {
    width: 100%;
  }

  .cta-para {
    text-align: center;
    font-size: 17px;
  }

  .blog-heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .collection-list-wrapper {
    display: block;
  }

  .collection-item {
    margin-bottom: 1rem;
  }

  .blog_rich-text h2 {
    font-size: 28px;
  }

  .blog_rich-text figure {
    width: 100%;
    min-width: 1px;
    height: 100%;
  }

  .wrapper.students-testimonial-layout {
    display: block;
  }

  .bold-text-2 {
    color: #000;
    font-size: 16px;
  }

  .section-powerfull_img-wrapper-copy {
    margin-bottom: 90px;
  }

  .image-14 {
    width: auto;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .collection-list-wrapper-2 {
    column-count: 1;
    width: auto;
    margin-bottom: 32px;
  }

  .pagination-2 {
    bottom: -1%;
  }

  .image-16 {
    text-align: center;
    display: inline-block;
  }

  .grid-2.for-mobile {
    grid-template-columns: 1fr;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---pricing-content {
    padding-top: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---pricing-top-v1 {
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    width: 95%;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-19 {
    max-width: 100%;
  }

  .grid-3 {
    flex-direction: column-reverse;
  }

  .flex-block-2 {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-20 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .div-block-21 {
    margin-top: 20px;
  }

  .div-block-22 {
    margin-top: 10px;
    margin-right: 0;
  }

  .btn-2 {
    max-width: 100%;
  }

  .text-span-10 {
    color: #fff;
  }

  .logos-contact {
    width: 100%;
  }

  .contact-outer {
    margin-top: 20px;
  }

  .h1-lp {
    font-size: 32px;
  }

  .section-tips-horeca {
    background-position: 100% 150%;
    background-size: 41%;
  }

  .flex-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-box-lp {
    padding: 24px;
  }
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b299b-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b29a5-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b29af-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b29b9-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b29cd-57b1faa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8236a4f9-f414-9306-105e-907732db7138-57b1faa5 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b28dd-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b28ed-57b1faa5, #w-node-d661521c-3024-965a-09b9-bba2a63b28fd-57b1faa5, #w-node-dabcbefe-a8b7-feae-0de5-ea1b01165109-57b1faa5, #w-node-_38482777-9a68-fb9d-8be4-1269068c0897-57b1faa5, #w-node-a17612e5-3c8e-fd5f-63da-4d5f4621895b-57b1faa5, #w-node-_58eb3f32-00e9-1417-f105-79fbe52634e7-57b1faa5, #w-node-_1038d5c2-1c50-c75b-9001-032603427572-57b1faa5, #w-node-dc326fec-e463-7a7b-a23c-889cdb76aa0a-57b1faa5, #w-node-_16ee8c98-7916-e2cc-db43-b0ae252b3db7-57b1faa5, #w-node-e26b2526-4578-9bb1-cc26-5bb6ea00b1ce-57b1faa5, #w-node-_497b2d0f-0dd1-17fc-1034-eea669856082-57b1faa5, #w-node-adeab5b5-81f2-65fe-8a7e-511b04178ca8-57b1faa5, #w-node-_23c2f0b7-2ec2-3853-cd33-3040d41e2bac-57b1faa5, #w-node-_2558da79-9a20-a259-0f37-bf7f98bdbbf6-57b1faa5, #w-node-_1886459a-5237-807f-dc8d-5fea2ddbe406-57b1faa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1faa5, #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1faa5, #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1faa5, #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1faa5 {
  align-self: center;
}

#w-node-e817f0df-b49e-b86d-2679-dc4c51a17b1a-57b1faa5, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b28-57b1faa5, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b36-57b1faa5, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b44-57b1faa5, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b52-57b1faa5, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b60-57b1faa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e5aaac-ccb2-47b7-c3e0-e76b793b7bc5-57b1faa5 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-_82c5f120-3ec5-1d90-041b-0e9c75e95008-75e95004, #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e9501f-75e95004, #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e95030-75e95004, #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e9504d-75e95004, #w-node-c03b0b42-efcb-6187-1d7b-42d4e769958c-57b1fb42, #w-node-d661521c-3024-965a-09b9-bba2a63b289f-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b299b-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b29a5-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b29af-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b29b9-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b29cd-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b28dd-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b28ed-57b1fb72, #w-node-d661521c-3024-965a-09b9-bba2a63b28fd-57b1fb72, #w-node-dabcbefe-a8b7-feae-0de5-ea1b01165109-57b1fb72, #w-node-_38482777-9a68-fb9d-8be4-1269068c0897-57b1fb72, #w-node-a17612e5-3c8e-fd5f-63da-4d5f4621895b-57b1fb72, #w-node-_58eb3f32-00e9-1417-f105-79fbe52634e7-57b1fb72, #w-node-_1038d5c2-1c50-c75b-9001-032603427572-57b1fb72, #w-node-dc326fec-e463-7a7b-a23c-889cdb76aa0a-57b1fb72, #w-node-_16ee8c98-7916-e2cc-db43-b0ae252b3db7-57b1fb72, #w-node-e26b2526-4578-9bb1-cc26-5bb6ea00b1ce-57b1fb72, #w-node-_497b2d0f-0dd1-17fc-1034-eea669856082-57b1fb72, #w-node-adeab5b5-81f2-65fe-8a7e-511b04178ca8-57b1fb72, #w-node-_23c2f0b7-2ec2-3853-cd33-3040d41e2bac-57b1fb72, #w-node-_2558da79-9a20-a259-0f37-bf7f98bdbbf6-57b1fb72, #w-node-_1886459a-5237-807f-dc8d-5fea2ddbe406-57b1fb72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1fb72, #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1fb72, #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1fb72, #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1fb72 {
  align-self: center;
}

#w-node-e817f0df-b49e-b86d-2679-dc4c51a17b1a-57b1fb72, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b28-57b1fb72, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b36-57b1fb72, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b44-57b1fb72, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b52-57b1fb72, #w-node-e817f0df-b49e-b86d-2679-dc4c51a17b60-57b1fb72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-57b1fba7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-57b1fba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16f-57b1fba7, #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16a-57b1fba7 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-57b1fbbd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-57b1fbbd, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fbbd, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-57b1fbbd, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-57b1fbbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-57b1fbbd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-57b1fbbd {
  align-self: center;
}

#w-node-_840b3fc5-c5c9-3441-2cf3-4d6e353e802d-57b1fbd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-6377e08c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-6377e08c, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6377e08c, #w-node-c9379dca-5f52-7bb6-9f4c-cd3c7915bb1c-6377e08c, #w-node-c9379dca-5f52-7bb6-9f4c-cd3c7915bb1e-6377e08c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-3032ab1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-3032ab1c, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3032ab1c, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-3032ab1c, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-3032ab1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-3032ab1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-3032ab1c, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3032ab1c {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-a539e756 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-a539e756, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a539e756, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-a539e756, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-a539e756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-a539e756, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a539e756 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-92ca5269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-92ca5269, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-92ca5269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-c95d5ebb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-c95d5ebb, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-c95d5ebb, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-c95d5ebb, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-c95d5ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-c95d5ebb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-c95d5ebb {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-f4b7268a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-f4b7268a, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f4b7268a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-f4b7268a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f4b7268a {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-9fc4ddd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-9fc4ddd9, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-9fc4ddd9, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-9fc4ddd9, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-9fc4ddd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-6b5f4b00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-6b5f4b00, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6b5f4b00, #w-node-ce841c2b-3ee2-53c7-a978-345bc08cf898-6b5f4b00, #w-node-ce841c2b-3ee2-53c7-a978-345bc08cf89a-6b5f4b00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-7cfaf060 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-7cfaf060, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-7cfaf060, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-7cfaf060, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3ae3-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3aed-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3af7-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b01-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b0b-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b15-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b37-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b47-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b57-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b68-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b78-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b88-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b98-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3ba9-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3bba-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3bcb-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3bdc-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3bed-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3bfe-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3c0f-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3c20-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3c31-7cfaf060 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-ae6cf495 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-ae6cf495, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-ae6cf495 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-ae6cf495 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-cd8ac48a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-cd8ac48a, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-cd8ac48a, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-cd8ac48a, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-cd8ac48a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-853557a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-853557a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b28ad-853557a9, #w-node-_0a8fb1ee-2e36-e478-ad1d-2bad06f80062-853557a9, #w-node-_0a8fb1ee-2e36-e478-ad1d-2bad06f80064-853557a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-0be9a4e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-0be9a4e8, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-0be9a4e8, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-0be9a4e8, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-0be9a4e8, #w-node-_9b1dd3f7-ad02-ad61-26e1-1899b385d526-0be9a4e8, #w-node-_9b1dd3f7-ad02-ad61-26e1-1899b385d524-0be9a4e8, #w-node-ee205c4e-4abc-226c-d624-fdd7ce400079-0be9a4e8, #w-node-ee205c4e-4abc-226c-d624-fdd7ce40007b-0be9a4e8, #w-node-ae53a892-7f3e-7d0b-814a-1829893b2d4c-0be9a4e8, #w-node-ae53a892-7f3e-7d0b-814a-1829893b2d56-0be9a4e8, #w-node-_1ba81704-21ba-0b27-a4c0-bf748facd3a7-0be9a4e8, #w-node-_1ba81704-21ba-0b27-a4c0-bf748facd3a9-0be9a4e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-3150f2c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-3150f2c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3150f2c1, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-3150f2c1, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-3150f2c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-710d77b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-710d77b0, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-710d77b0, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-710d77b0, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-710d77b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-097c76cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-097c76cc, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-097c76cc, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-097c76cc, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-097c76cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-0396e49d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-0396e49d, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-0396e49d, #w-node-_3c93eec7-2096-091a-5d4b-1dc9b220587c-0396e49d, #w-node-_3c93eec7-2096-091a-5d4b-1dc9b220587e-0396e49d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-88a0384e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-88a0384e, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-88a0384e, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-88a0384e, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-88a0384e, #w-node-_639a4471-f7bf-b208-e4f0-30fd11f89e8e-7d45bc04, #w-node-ac63cfcf-cb69-656a-94c1-a01ffad75f68-7d45bc04, #w-node-_7a33285f-8013-41b5-a9f3-a85844a3bede-7d45bc04, #w-node-_821d1c67-6721-7093-d815-02e4c4fe2a41-7d45bc04, #w-node-_8d91eaf2-95ae-1e48-b19a-83ed26f570f2-7d45bc04, #w-node-fa67b6ed-c104-34ed-23be-5671cc2a5448-7d45bc04, #w-node-_661a022b-2b8e-cc7c-e39b-51cf11201dd5-7d45bc04, #w-node-_89d63623-b687-2f51-4cdd-2bcf0b841339-7d45bc04, #w-node-e850e348-cc75-b93e-4885-c1cb884c2323-7d45bc04, #w-node-_2d163eb9-2a94-38f0-9fb5-87230c0553be-7d45bc04, #w-node-cb89e7da-31f6-3bd0-6a4e-10ea59348cfc-985c5f73, #w-node-cb89e7da-31f6-3bd0-6a4e-10ea59348d06-985c5f73, #w-node-b930ac8a-173a-715e-82bd-79d11833da38-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b930ac8a-173a-715e-82bd-79d11833da3a-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b641917d-fb1d-edda-9512-30ab268f41e0-985c5f73, #w-node-b641917d-fb1d-edda-9512-30ab268f41e4-985c5f73, #w-node-_17c9c871-50d0-c36b-ccf3-b60ee72e3b85-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c9c871-50d0-c36b-ccf3-b60ee72e3b87-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adb219dd-5e5c-d46f-78d1-064093f846b6-985c5f73, #w-node-adb219dd-5e5c-d46f-78d1-064093f846ba-985c5f73, #w-node-d9dc3831-aeb7-38b8-ab74-222559354903-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9dc3831-aeb7-38b8-ab74-222559354905-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de9ca88-5e2c-95b4-2757-cfedf7f834e0-985c5f73, #w-node-_3de9ca88-5e2c-95b4-2757-cfedf7f834e4-985c5f73, #w-node-_59fa9b0b-0820-610f-8b76-7cecb696f4d6-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59fa9b0b-0820-610f-8b76-7cecb696f4d8-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b4f5edd-7d7c-8843-e50c-6b9927df983b-985c5f73, #w-node-_2b4f5edd-7d7c-8843-e50c-6b9927df983f-985c5f73, #w-node-ad03b895-93f4-a608-0e76-b6bd122a3077-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad03b895-93f4-a608-0e76-b6bd122a3079-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a38922d9-cb78-fb9f-5b9b-75420c02b6f0-985c5f73, #w-node-a38922d9-cb78-fb9f-5b9b-75420c02b6f4-985c5f73, #w-node-d42770ac-d610-690e-c4a4-f943295ce902-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d42770ac-d610-690e-c4a4-f943295ce904-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f7e0e3e-a7c0-9cdc-ee1c-20d630846631-985c5f73, #w-node-_1f7e0e3e-a7c0-9cdc-ee1c-20d630846635-985c5f73, #w-node-e2699653-c672-d1b9-03d0-4190e785fe1d-985c5f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2699653-c672-d1b9-03d0-4190e785fe1f-985c5f73 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b299b-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b29a5-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b29af-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b29b9-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b29cd-b76977f1, #w-node-_79aac20a-5ea3-cf27-db4d-28094624e7ee-b76977f1, #w-node-da01aec8-aad8-3fd8-e5df-10d2c9f18145-b76977f1, #w-node-db6e481d-1ed0-971c-6302-5222ffa0843a-b76977f1, #w-node-dd3d5db5-7b39-937c-57a1-490d86648047-b76977f1, #w-node-ec1e1955-4f85-05cb-a776-bf02c4edc0c3-b76977f1, #w-node-_3c640bd0-4c95-a105-341e-c63fa829e20e-b76977f1, #w-node-_10ba8357-4dc1-ca3b-68ec-dfb334e048c4-b76977f1, #w-node-e374ccac-0db4-efb4-f27d-b71486ecea3f-b76977f1, #w-node-_4255df8c-10e9-2eae-24c9-64f30c6a1c5f-b76977f1, #w-node-_2473793f-da2c-d23d-57bb-b7c0c71920fe-b76977f1, #w-node-ef52cadd-9d72-f206-74ac-bbb834cea664-b76977f1, #w-node-f541ed9a-082c-3188-e0f0-732560e04a76-b76977f1, #w-node-aa05c5e6-5560-ed23-7907-5e693fc91a91-b76977f1, #w-node-_03cef650-6f59-8939-2d01-d7bea07c813a-b76977f1, #w-node-_4bf2fb10-117a-7dac-ded2-591ffcd5241b-b76977f1, #w-node-_045f88c9-d56c-cad0-1570-766e6386caab-b76977f1, #w-node-c5fb35fb-109d-aaed-b0ff-d9080b28212c-b76977f1, #w-node-_701e7df3-8a28-d0c4-4b60-be2c50ea946a-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b28dd-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b28ed-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b28fd-b76977f1, #w-node-dabcbefe-a8b7-feae-0de5-ea1b01165109-b76977f1, #w-node-_38482777-9a68-fb9d-8be4-1269068c0897-b76977f1, #w-node-a17612e5-3c8e-fd5f-63da-4d5f4621895b-b76977f1, #w-node-_58eb3f32-00e9-1417-f105-79fbe52634e7-b76977f1, #w-node-_1038d5c2-1c50-c75b-9001-032603427572-b76977f1, #w-node-dc326fec-e463-7a7b-a23c-889cdb76aa0a-b76977f1, #w-node-_16ee8c98-7916-e2cc-db43-b0ae252b3db7-b76977f1, #w-node-e26b2526-4578-9bb1-cc26-5bb6ea00b1ce-b76977f1, #w-node-_497b2d0f-0dd1-17fc-1034-eea669856082-b76977f1, #w-node-adeab5b5-81f2-65fe-8a7e-511b04178ca8-b76977f1, #w-node-_23c2f0b7-2ec2-3853-cd33-3040d41e2bac-b76977f1, #w-node-_2558da79-9a20-a259-0f37-bf7f98bdbbf6-b76977f1, #w-node-_1886459a-5237-807f-dc8d-5fea2ddbe406-b76977f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-fc718680 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-fc718680, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fc718680, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-fc718680, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-fc718680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-fc718680, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc718680 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-ae4c9bd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-ae4c9bd8, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-ae4c9bd8, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-ae4c9bd8, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-ae4c9bd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-ae4c9bd8, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-ae4c9bd8 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-20e37ed2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-20e37ed2, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-20e37ed2, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-20e37ed2, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-20e37ed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-20e37ed2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-20e37ed2 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-b6199b7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-b6199b7f, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-b6199b7f, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-b6199b7f, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-b6199b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-b6199b7f, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-b6199b7f {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-d30734de {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-d30734de, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-d30734de, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-d30734de, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-d30734de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-d30734de, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-d30734de {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-a9eb4494 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-a9eb4494, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a9eb4494, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-a9eb4494, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-a9eb4494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-a9eb4494, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a9eb4494 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-f606273a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-f606273a, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f606273a, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-f606273a, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-f606273a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-f606273a, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f606273a {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-1de514e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-1de514e2, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-1de514e2, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-1de514e2, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-1de514e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-1de514e2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-1de514e2 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-604aa325 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-604aa325, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-604aa325, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-604aa325, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-604aa325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-604aa325, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-604aa325 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-a553e6f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-a553e6f6, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a553e6f6, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-a553e6f6, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-a553e6f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-a553e6f6, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a553e6f6 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-68524661 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-68524661, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-68524661, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-68524661, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-68524661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-68524661, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68524661 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-097e3ec7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-097e3ec7, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-097e3ec7, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-097e3ec7, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-097e3ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-097e3ec7, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-097e3ec7 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-fa6403eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-fa6403eb, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fa6403eb, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-fa6403eb, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-fa6403eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-fa6403eb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fa6403eb {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-68d174aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-68d174aa, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-68d174aa, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-68d174aa, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-68d174aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-68d174aa, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68d174aa {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-12104cfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-12104cfd, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-12104cfd, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-12104cfd, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-12104cfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-12104cfd, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-12104cfd {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-56a88567 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-56a88567, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-56a88567, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-56a88567, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-56a88567 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-56a88567, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-56a88567 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-3e1544ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-3e1544ca, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3e1544ca, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-3e1544ca, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-3e1544ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-3e1544ca, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3e1544ca {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-66f55da3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-66f55da3, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-66f55da3, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-66f55da3, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-66f55da3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-66f55da3, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-66f55da3 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-fc54c385 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-fc54c385, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fc54c385, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-fc54c385, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-fc54c385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-fc54c385, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc54c385 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-f6a5b8ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-f6a5b8ab, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f6a5b8ab, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-f6a5b8ab, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-f6a5b8ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-f6a5b8ab, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f6a5b8ab {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-9a6e6d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-9a6e6d0e, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-9a6e6d0e, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-9a6e6d0e, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-9a6e6d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-9a6e6d0e, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-9a6e6d0e {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-5df6d0ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-5df6d0ea, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-5df6d0ea, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-5df6d0ea, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-5df6d0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-5df6d0ea, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-5df6d0ea {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-cda4b185 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-cda4b185, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-cda4b185, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-cda4b185, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-cda4b185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-cda4b185, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-cda4b185 {
  align-self: center;
}

#w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-6048dfbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-6048dfbb, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6048dfbb, #w-node-d661521c-3024-965a-09b9-bba2a63b28be-6048dfbb, #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-6048dfbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-6048dfbb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-6048dfbb {
  align-self: center;
}

#w-node-d661521c-3024-965a-09b9-bba2a63b289f-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b299b-a6b3be8c, #w-node-_26ade868-1f58-f573-fd55-d6cc4720747c-a6b3be8c, #w-node-f0aff05a-7483-e890-3415-c24efe3a143e-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b29a5-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b29af-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b29b9-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b29cd-a6b3be8c, #w-node-_79aac20a-5ea3-cf27-db4d-28094624e7ee-a6b3be8c, #w-node-da01aec8-aad8-3fd8-e5df-10d2c9f18145-a6b3be8c, #w-node-db6e481d-1ed0-971c-6302-5222ffa0843a-a6b3be8c, #w-node-dd3d5db5-7b39-937c-57a1-490d86648047-a6b3be8c, #w-node-ec1e1955-4f85-05cb-a776-bf02c4edc0c3-a6b3be8c, #w-node-_3c640bd0-4c95-a105-341e-c63fa829e20e-a6b3be8c, #w-node-_10ba8357-4dc1-ca3b-68ec-dfb334e048c4-a6b3be8c, #w-node-e374ccac-0db4-efb4-f27d-b71486ecea3f-a6b3be8c, #w-node-_4255df8c-10e9-2eae-24c9-64f30c6a1c5f-a6b3be8c, #w-node-_2473793f-da2c-d23d-57bb-b7c0c71920fe-a6b3be8c, #w-node-_6d119355-a094-1133-5297-9ffbc3f9fc3b-a6b3be8c, #w-node-ef52cadd-9d72-f206-74ac-bbb834cea664-a6b3be8c, #w-node-f541ed9a-082c-3188-e0f0-732560e04a76-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b28dd-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b28ed-a6b3be8c, #w-node-d661521c-3024-965a-09b9-bba2a63b28fd-a6b3be8c, #w-node-dabcbefe-a8b7-feae-0de5-ea1b01165109-a6b3be8c, #w-node-_38482777-9a68-fb9d-8be4-1269068c0897-a6b3be8c, #w-node-a17612e5-3c8e-fd5f-63da-4d5f4621895b-a6b3be8c, #w-node-_58eb3f32-00e9-1417-f105-79fbe52634e7-a6b3be8c, #w-node-_1038d5c2-1c50-c75b-9001-032603427572-a6b3be8c, #w-node-dc326fec-e463-7a7b-a23c-889cdb76aa0a-a6b3be8c, #w-node-_16ee8c98-7916-e2cc-db43-b0ae252b3db7-a6b3be8c, #w-node-e26b2526-4578-9bb1-cc26-5bb6ea00b1ce-a6b3be8c, #w-node-_497b2d0f-0dd1-17fc-1034-eea669856082-a6b3be8c, #w-node-adeab5b5-81f2-65fe-8a7e-511b04178ca8-a6b3be8c, #w-node-_23c2f0b7-2ec2-3853-cd33-3040d41e2bac-a6b3be8c, #w-node-_2558da79-9a20-a259-0f37-bf7f98bdbbf6-a6b3be8c, #w-node-_1886459a-5237-807f-dc8d-5fea2ddbe406-a6b3be8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab6d5b7-7365-afba-dce8-16bfe1d271bf-162f7d0d {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1faa5 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-57b1faa5, #w-node-f1ce9376-95fb-8f67-1d7f-32973d8ef610-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f37-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380d3-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065492-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e9501f-75e95004, #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e95030-75e95004 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fb72 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-57b1fb72, #w-node-f1ce9376-95fb-8f67-1d7f-32973d8ef610-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f37-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380d3-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065492-57b1fb72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fba7 {
    justify-self: center;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16f-57b1fba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c171-57b1fba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c153-57b1fba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16a-57b1fba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c190-57b1fba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fbbd {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-57b1fbbd {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-57b1fbbd, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-57b1fbbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-57b1fbbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6377e08c {
    justify-self: center;
  }

  #w-node-c9379dca-5f52-7bb6-9f4c-cd3c7915bb1c-6377e08c {
    justify-self: auto;
  }

  #w-node-c9379dca-5f52-7bb6-9f4c-cd3c7915bb1e-6377e08c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3032ab1c {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-3032ab1c {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-3032ab1c, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-3032ab1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3032ab1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a539e756 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-a539e756 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-a539e756, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-a539e756 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a539e756 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-92ca5269, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-c95d5ebb {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-c95d5ebb {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-c95d5ebb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-c95d5ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-c95d5ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f4b7268a {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-f4b7268a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f4b7268a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-9fc4ddd9 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-9fc4ddd9 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-9fc4ddd9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6b5f4b00 {
    justify-self: center;
  }

  #w-node-ce841c2b-3ee2-53c7-a978-345bc08cf898-6b5f4b00 {
    justify-self: auto;
  }

  #w-node-ce841c2b-3ee2-53c7-a978-345bc08cf89a-6b5f4b00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-7cfaf060 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-7cfaf060 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-7cfaf060, #w-node-_7713841d-86c3-5f88-f596-9f05d36a3b0b-7cfaf060 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-ae6cf495 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-ae6cf495 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-cd8ac48a {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-cd8ac48a {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-cd8ac48a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-853557a9 {
    justify-self: center;
  }

  #w-node-_0a8fb1ee-2e36-e478-ad1d-2bad06f80062-853557a9 {
    justify-self: auto;
  }

  #w-node-_0a8fb1ee-2e36-e478-ad1d-2bad06f80064-853557a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-0be9a4e8 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-0be9a4e8 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-0be9a4e8, #w-node-_9b1dd3f7-ad02-ad61-26e1-1899b385d526-0be9a4e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b1dd3f7-ad02-ad61-26e1-1899b385d524-0be9a4e8, #w-node-ee205c4e-4abc-226c-d624-fdd7ce400079-0be9a4e8 {
    justify-self: auto;
  }

  #w-node-ee205c4e-4abc-226c-d624-fdd7ce40007b-0be9a4e8, #w-node-ae53a892-7f3e-7d0b-814a-1829893b2d4c-0be9a4e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae53a892-7f3e-7d0b-814a-1829893b2d56-0be9a4e8, #w-node-_1ba81704-21ba-0b27-a4c0-bf748facd3a7-0be9a4e8 {
    justify-self: auto;
  }

  #w-node-_1ba81704-21ba-0b27-a4c0-bf748facd3a9-0be9a4e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3150f2c1 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-3150f2c1 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-3150f2c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-710d77b0 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-710d77b0 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-710d77b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-097c76cc {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-097c76cc {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-097c76cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-0396e49d {
    justify-self: center;
  }

  #w-node-_3c93eec7-2096-091a-5d4b-1dc9b220587c-0396e49d {
    justify-self: auto;
  }

  #w-node-_3c93eec7-2096-091a-5d4b-1dc9b220587e-0396e49d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-88a0384e {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-88a0384e {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-88a0384e, #w-node-_639a4471-f7bf-b208-e4f0-30fd11f89e8e-7d45bc04, #w-node-ac63cfcf-cb69-656a-94c1-a01ffad75f68-7d45bc04, #w-node-_7a33285f-8013-41b5-a9f3-a85844a3bede-7d45bc04, #w-node-_821d1c67-6721-7093-d815-02e4c4fe2a41-7d45bc04, #w-node-_8d91eaf2-95ae-1e48-b19a-83ed26f570f2-7d45bc04, #w-node-fa67b6ed-c104-34ed-23be-5671cc2a5448-7d45bc04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49f75e43-ecd5-7adc-c2de-030b6b5bff34-7d45bc04 {
    justify-self: auto;
  }

  #w-node-_661a022b-2b8e-cc7c-e39b-51cf11201dd5-7d45bc04, #w-node-_89d63623-b687-2f51-4cdd-2bcf0b841339-7d45bc04, #w-node-e850e348-cc75-b93e-4885-c1cb884c2323-7d45bc04, #w-node-_2d163eb9-2a94-38f0-9fb5-87230c0553be-7d45bc04, #w-node-cb89e7da-31f6-3bd0-6a4e-10ea59348cfc-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb89e7da-31f6-3bd0-6a4e-10ea59348d06-985c5f73, #w-node-b930ac8a-173a-715e-82bd-79d11833da38-985c5f73 {
    justify-self: auto;
  }

  #w-node-b930ac8a-173a-715e-82bd-79d11833da3a-985c5f73, #w-node-b641917d-fb1d-edda-9512-30ab268f41e0-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b641917d-fb1d-edda-9512-30ab268f41e4-985c5f73, #w-node-_17c9c871-50d0-c36b-ccf3-b60ee72e3b85-985c5f73 {
    justify-self: auto;
  }

  #w-node-_17c9c871-50d0-c36b-ccf3-b60ee72e3b87-985c5f73, #w-node-adb219dd-5e5c-d46f-78d1-064093f846b6-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-adb219dd-5e5c-d46f-78d1-064093f846ba-985c5f73, #w-node-d9dc3831-aeb7-38b8-ab74-222559354903-985c5f73 {
    justify-self: auto;
  }

  #w-node-d9dc3831-aeb7-38b8-ab74-222559354905-985c5f73, #w-node-_3de9ca88-5e2c-95b4-2757-cfedf7f834e0-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3de9ca88-5e2c-95b4-2757-cfedf7f834e4-985c5f73, #w-node-_59fa9b0b-0820-610f-8b76-7cecb696f4d6-985c5f73 {
    justify-self: auto;
  }

  #w-node-_59fa9b0b-0820-610f-8b76-7cecb696f4d8-985c5f73, #w-node-_2b4f5edd-7d7c-8843-e50c-6b9927df983b-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b4f5edd-7d7c-8843-e50c-6b9927df983f-985c5f73, #w-node-ad03b895-93f4-a608-0e76-b6bd122a3077-985c5f73 {
    justify-self: auto;
  }

  #w-node-ad03b895-93f4-a608-0e76-b6bd122a3079-985c5f73, #w-node-a38922d9-cb78-fb9f-5b9b-75420c02b6f0-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a38922d9-cb78-fb9f-5b9b-75420c02b6f4-985c5f73, #w-node-d42770ac-d610-690e-c4a4-f943295ce902-985c5f73 {
    justify-self: auto;
  }

  #w-node-d42770ac-d610-690e-c4a4-f943295ce904-985c5f73, #w-node-_1f7e0e3e-a7c0-9cdc-ee1c-20d630846631-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f7e0e3e-a7c0-9cdc-ee1c-20d630846635-985c5f73, #w-node-e2699653-c672-d1b9-03d0-4190e785fe1d-985c5f73 {
    justify-self: auto;
  }

  #w-node-e2699653-c672-d1b9-03d0-4190e785fe1f-985c5f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-b76977f1 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-b76977f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fc718680 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-fc718680 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-fc718680, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-fc718680 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc718680 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-ae4c9bd8 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-ae4c9bd8 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-ae4c9bd8, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-ae4c9bd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-ae4c9bd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-20e37ed2 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-20e37ed2 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-20e37ed2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-20e37ed2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-20e37ed2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-b6199b7f {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-b6199b7f {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-b6199b7f, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-b6199b7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-b6199b7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-d30734de {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-d30734de {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-d30734de, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-d30734de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-d30734de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a9eb4494 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-a9eb4494 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-a9eb4494, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-a9eb4494 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a9eb4494 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f606273a {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-f606273a {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-f606273a, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-f606273a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f606273a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-1de514e2 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-1de514e2 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-1de514e2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-1de514e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-1de514e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-604aa325 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-604aa325 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-604aa325, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-604aa325 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-604aa325 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a553e6f6 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-a553e6f6 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-a553e6f6, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-a553e6f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a553e6f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-68524661 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-68524661 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-68524661, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-68524661 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68524661 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-097e3ec7 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-097e3ec7 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-097e3ec7, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-097e3ec7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-097e3ec7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fa6403eb {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-fa6403eb {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-fa6403eb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-fa6403eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fa6403eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-68d174aa {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-68d174aa {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-68d174aa, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-68d174aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68d174aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-12104cfd {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-12104cfd {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-12104cfd, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-12104cfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-12104cfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-56a88567 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-56a88567 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-56a88567, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-56a88567 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-56a88567 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3e1544ca {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-3e1544ca {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-3e1544ca, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-3e1544ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3e1544ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-66f55da3 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-66f55da3 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-66f55da3, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-66f55da3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-66f55da3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fc54c385 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-fc54c385 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-fc54c385, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-fc54c385 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc54c385 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f6a5b8ab {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-f6a5b8ab {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-f6a5b8ab, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-f6a5b8ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f6a5b8ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-9a6e6d0e {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-9a6e6d0e {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-9a6e6d0e, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-9a6e6d0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-9a6e6d0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-5df6d0ea {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-5df6d0ea {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-5df6d0ea, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-5df6d0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-5df6d0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-cda4b185 {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-cda4b185 {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-cda4b185, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-cda4b185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-cda4b185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6048dfbb {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28be-6048dfbb {
    justify-self: auto;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28c0-6048dfbb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd7a-6048dfbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-6048dfbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a6b3be8c {
    justify-self: center;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b29c3-a6b3be8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1faa5 {
    justify-self: center;
  }

  #w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1faa5 {
    place-self: center end;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1faa5 {
    align-self: center;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f37-57b1faa5 {
    justify-self: end;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1faa5 {
    place-self: center end;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1faa5 {
    align-self: center;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065492-57b1faa5 {
    justify-self: end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fb72 {
    justify-self: center;
  }

  #w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1fb72 {
    place-self: center end;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1fb72 {
    align-self: center;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f37-57b1fb72 {
    justify-self: end;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1fb72 {
    place-self: center end;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1fb72 {
    align-self: center;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065492-57b1fb72 {
    justify-self: end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fba7 {
    justify-self: center;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16f-57b1fba7 {
    align-self: center;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c171-57b1fba7 {
    justify-self: end;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16a-57b1fba7 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-57b1fbbd {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-57b1fbbd {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6377e08c, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3032ab1c {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3032ab1c {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a539e756 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a539e756 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-92ca5269, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-c95d5ebb {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-c95d5ebb {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f4b7268a {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f4b7268a {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-9fc4ddd9, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6b5f4b00, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-7cfaf060, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-ae6cf495, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-cd8ac48a, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-853557a9, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-0be9a4e8, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3150f2c1, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-710d77b0, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-097c76cc, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-0396e49d, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-88a0384e {
    justify-self: center;
  }

  #w-node-_639a4471-f7bf-b208-e4f0-30fd11f89e8e-7d45bc04, #w-node-ac63cfcf-cb69-656a-94c1-a01ffad75f68-7d45bc04, #w-node-_7a33285f-8013-41b5-a9f3-a85844a3bede-7d45bc04, #w-node-_821d1c67-6721-7093-d815-02e4c4fe2a41-7d45bc04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-b76977f1, #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fc718680 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc718680 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-ae4c9bd8 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-ae4c9bd8 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-20e37ed2 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-20e37ed2 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-b6199b7f {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-b6199b7f {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-d30734de {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-d30734de {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a9eb4494 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a9eb4494 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f606273a {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f606273a {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-1de514e2 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-1de514e2 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-604aa325 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-604aa325 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a553e6f6 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a553e6f6 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-68524661 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68524661 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-097e3ec7 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-097e3ec7 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fa6403eb {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fa6403eb {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-68d174aa {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68d174aa {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-12104cfd {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-12104cfd {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-56a88567 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-56a88567 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-3e1544ca {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3e1544ca {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-66f55da3 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-66f55da3 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-fc54c385 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc54c385 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-f6a5b8ab {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f6a5b8ab {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-9a6e6d0e {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-9a6e6d0e {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-5df6d0ea {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-5df6d0ea {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-cda4b185 {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-cda4b185 {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-6048dfbb {
    justify-self: center;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-6048dfbb {
    place-self: center end;
  }

  #w-node-d661521c-3024-965a-09b9-bba2a63b28ad-a6b3be8c {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1faa5 {
    place-self: center end;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1faa5 {
    align-self: center;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f37-57b1faa5 {
    justify-self: end;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1faa5 {
    place-self: center end;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1faa5 {
    align-self: center;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065492-57b1faa5 {
    justify-self: end;
  }

  #w-node-d023c50a-4659-254b-df82-d0b31f2a5661-57b1fb72 {
    place-self: center end;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f15-57b1fb72 {
    align-self: center;
  }

  #w-node-_0d58c9e9-ca6a-f2f9-a742-a78a66351f37-57b1fb72 {
    justify-self: end;
  }

  #w-node-fe24791e-1cb3-1951-b503-b63b1ae380f7-57b1fb72 {
    place-self: center end;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065490-57b1fb72 {
    align-self: center;
  }

  #w-node-_48f56867-1d39-d1e8-48ac-c45640065492-57b1fb72 {
    justify-self: end;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16f-57b1fba7 {
    align-self: center;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c171-57b1fba7 {
    justify-self: end;
  }

  #w-node-c73d545a-df90-ea4d-b50f-8c1dfb64c16a-57b1fba7, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-57b1fbbd, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3032ab1c, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a539e756, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-c95d5ebb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f4b7268a, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc718680, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-ae4c9bd8, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-20e37ed2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-b6199b7f, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-d30734de, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a9eb4494, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f606273a, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-1de514e2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-604aa325, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a553e6f6, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68524661, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-097e3ec7, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fa6403eb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68d174aa, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-12104cfd, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-56a88567, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3e1544ca, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-66f55da3, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc54c385, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f6a5b8ab, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-9a6e6d0e, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-5df6d0ea, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-cda4b185, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-6048dfbb {
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8236a4f9-f414-9306-105e-907732db7138-57b1faa5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_86e5aaac-ccb2-47b7-c3e0-e76b793b7bc5-57b1faa5 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-f0e5ca27-6851-bfc9-764a-0593b5828d62-57b1fba7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_285a5571-da83-25fb-e79e-079ca994c887-162f7d0d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8236a4f9-f414-9306-105e-907732db7138-57b1faa5, #w-node-_86e5aaac-ccb2-47b7-c3e0-e76b793b7bc5-57b1faa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e9501f-75e95004 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_82c5f120-3ec5-1d90-041b-0e9c75e95030-75e95004 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-57b1fbbd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-57b1fbbd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-3032ab1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3032ab1c, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a539e756 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-c95d5ebb {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-c95d5ebb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-f4b7268a {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f4b7268a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e80bfd2-a251-6c90-0962-e880016e3c65-ae6cf495 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc718680, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-ae4c9bd8, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-20e37ed2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-b6199b7f, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-d30734de, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a9eb4494, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f606273a, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-1de514e2, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-604aa325, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-a553e6f6, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68524661, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-097e3ec7, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fa6403eb, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-68d174aa, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-12104cfd, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-56a88567, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-3e1544ca, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-66f55da3, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-fc54c385, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-f6a5b8ab, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-9a6e6d0e, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-5df6d0ea, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-cda4b185, #w-node-_5d2ec0b3-6b3b-94f8-6cc0-4157a9ebdd9e-6048dfbb {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-u';
  src: url('../fonts/Lato-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}