.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
}

.grid-14.align-star {
  grid-column-gap: 40px;
  align-items: start;
}

.grid-14.no-gap-col {
  grid-column-gap: 0px;
}

.header {
  overflow: hidden;
}

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

.heading {
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 1.5;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.grid-12 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: end;
}

.grid-12.align-start {
  grid-column-gap: 40px;
  align-items: start;
}

.grid-12.align-center {
  align-items: center;
}

.grid-12.no-gap-row {
  grid-row-gap: 0px;
  align-items: stretch;
}

.grid-12._4-col, .grid-12._4-col.padding-global {
  grid-column-gap: 40px;
}

.grid-12.max-h {
  max-height: 852px;
}

.grid-12.max-h-2 {
  max-height: 748px;
}

.celu {
  background-color: red;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 64px;
  display: none;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 1.5;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-2.color-80 {
  color: #495057;
}

.card-header {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: #343a40;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.grid-header {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 160px;
  margin-bottom: 80px;
}

.text-block-2 {
  font-size: 16px;
}

.text-04 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.text-04.color-80 {
  color: #343a40;
}

.divider {
  width: 1px;
  height: 100%;
  background-color: #ced4da;
}

.button {
  text-transform: uppercase;
  background-color: #05f;
  border-radius: 8px;
  padding: 22px 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.cover-image.max-h {
  max-height: 748px;
}

.cover-image.header-parceiros {
  max-height: 748px;
  background-image: url('../images/IMG-homem-sorrindo-apertando-mãos_1IMG-homem-sorrindo-apertando-mãos.webp');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 64px;
}

.cover-image.header-home {
  height: 852px;
  background-image: url('../images/IMG-mulher-negra-séria-no-notebook_1IMG-mulher-negra-séria-no-notebook.webp');
  background-position: 100%;
  background-size: cover;
  border-top-left-radius: 64px;
}

.inovation-wrp {
  grid-column-gap: 48px;
  background-color: #f2f6ff;
  border-bottom: 1px solid #ced4da;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.inovation-feature {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: rgba(0, 85, 255, .5);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bullet-icon {
  max-height: 20px;
  color: #05f;
  flex: none;
}

.section-resources {
  background-color: #f2f6ff;
  padding-top: 160px;
  padding-bottom: 120px;
}

.content-left.flexbox {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-right.padding-top-120 {
  padding-top: 120px;
}

.content-right.margin-top-160 {
  margin-top: 160px;
  margin-bottom: 230px;
}

.content-right.custom-padding-bottom {
  padding-bottom: 233px;
}

.heading-h1 {
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-h1.heading-mobile {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-h1.color-90 {
  color: #343a40;
}

.heading-h2.heading-mobile {
  font-weight: 700;
  line-height: 1.5;
}

.heading-h3 {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.text-04 {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.text-04.text-color-gray {
  color: #868e96;
  text-decoration: none;
}

.text-04.color-80 {
  color: #495057;
}

.text-01 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.text-02 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.text-03 {
  flex: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.text-03.text-color-white {
  color: #fff;
}

.text-03.color-90 {
  color: #343a40;
}

.brand-06 {
  height: 20px;
  background-color: #011224;
}

.brand-05 {
  height: 20px;
  background-color: #000588;
}

.brand-04 {
  height: 20px;
  background-color: #00359e;
}

.brand-03 {
  height: 20px;
  background-color: #05f;
}

.brand-02 {
  height: 20px;
  background-color: #79a5ff;
}

.brand-01 {
  height: 20px;
  background-color: #f2f6ff;
}

.color-secondary {
  height: 20px;
  background-color: #28d4d4;
}

.gray-100 {
  height: 20px;
  background-color: #212529;
}

.gray-90 {
  height: 20px;
  background-color: #343a40;
}

.gray-80 {
  height: 20px;
  background-color: #495057;
}

.gray-70 {
  height: 20px;
  background-color: #868e96;
}

.gray-60 {
  height: 20px;
  background-color: #adb5bd;
}

.gray-50 {
  height: 20px;
  background-color: #ced4da;
}

.gray-40 {
  height: 20px;
  background-color: #dee2e6;
}

.gray-30 {
  height: 20px;
  background-color: #e9ecef;
}

.gray-20 {
  height: 20px;
  background-color: #f1f3f5;
}

.gray-10 {
  height: 20px;
  background-color: #f8f9fa;
}

.white {
  height: 20px;
  background-color: #fff;
}

.tags {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.tag-medium.hide {
  display: none;
}

.buttons {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.main-button {
  text-transform: uppercase;
  background-color: #05f;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .2s;
}

.main-button:hover {
  box-shadow: 3px 3px #000588;
}

.main-button.icon {
  max-width: 326px;
  grid-column-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-button.icon.no-max-w {
  max-width: none;
}

.main-button.secondary {
  border: 1px solid #fff;
  transition-property: background-color;
  transition-duration: .4s;
}

.main-button.secondary:hover {
  color: #05f;
  background-color: #fff;
  box-shadow: 0 0 0 -20px #000588;
}

.main-button.hide-desktop {
  display: none;
}

.main-button.bg-white {
  color: #05f;
  background-color: #fff;
}

.html-embed-2 {
  width: 32px;
  height: 32px;
}

.title-section {
  grid-column-gap: 16px;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.title-section.color-brand-90 {
  color: #343a40;
  align-items: stretch;
}

.title-section.color-brand-90.max-w {
  max-width: 372px;
}

.title-section.color-brand-90.no-margin {
  margin-bottom: 0;
}

.title-section.color-brand-90.hide-desk {
  display: none;
}

.title-section.color-brand-90.margin-100 {
  margin-bottom: 100px;
}

.title-section.color-brand-90.hide {
  display: none;
}

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

.content-paragraph {
  color: #495057;
  margin-bottom: 48px;
}

.content-paragraph.color-brand-80 {
  color: #495057;
}

.content-paragraph.margin-120 {
  margin-bottom: 120px;
}

.content-paragraph.margin-120.no-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-paragraph.margin-bottom-64 {
  margin-bottom: 64px;
}

.content-paragraph.margin-top-24 {
  margin-top: 24px;
  margin-bottom: 0;
}

.content-paragraph.color-white {
  color: #fff;
}

.grid-card {
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.layout-card.margin {
  justify-content: flex-end;
  padding: 120px 58px 60px;
}

.layout-card.margin.bg-blue-left {
  background-color: #05f;
  border-top-left-radius: 64px;
}

.layout-card.margin.bg-blue-right {
  background-color: #05f;
  border-bottom-right-radius: 64px;
}

.icon-card {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.icon-card.margin-bottom-32 {
  margin-bottom: 32px;
}

.title-card.brand-color-90 {
  color: #343a40;
}

.title-card.color-brand-90 {
  color: #343a40;
  margin-bottom: 8px;
}

.section-support {
  padding-top: 0;
  padding-bottom: 160px;
}

.cover-left {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG-mulher-negra-no-telefone_1IMG-mulher-negra-no-telefone.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 64px;
}

.cover-left.image-2 {
  min-height: 814px;
  background-image: url('../images/IMG-homem-branco-no-telefone_1IMG-homem-branco-no-telefone.webp');
  background-position: 50%;
}

.cover-left.image-c {
  min-height: 800px;
  background-image: url('../images/IMG-prédios_1IMG-prédios.webp');
}

.cover-left.image-d {
  background-image: url('../images/Frame-178.png');
}

.cover-left.image-e {
  background-image: url('../images/Group-256.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
}

.cover-left.custom {
  height: 95%;
}

.grid-15 {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-15.hide-desktop {
  display: none;
}

.list-wrapper {
  grid-row-gap: 24px;
  color: #495057;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.list-wrapper.max-w {
  max-width: 300px;
  flex: 1;
}

.list-content {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.list-content.text-white {
  color: #fff;
}

.html-embed-3 {
  width: 16px;
  height: 16px;
  flex: 0 auto;
}

.button-wrp.margin-top-48 {
  margin-top: 48px;
}

.button-wrp.margin-top-48.hide-desktop, .button-wrp.hide-desktop {
  display: none;
}

.grid-super-app {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.read-more-wrp {
  grid-column-gap: 8px;
  color: #343a40;
  text-decoration: none;
  display: flex;
}

.read-more-wrp.color-white {
  color: #fff;
}

.text-block-4 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block-4.text-color-white {
  color: #fff;
}

.text-block-4.text-color-blue {
  color: #05f;
}

.icon-read-more {
  width: 16px;
}

.icon-read-more.color-white {
  color: #fff;
}

.icon-read-more.text-color-blue {
  color: #05f;
}

.title-layout-card {
  color: #343a40;
  margin-bottom: 32px;
}

.title-layout-card.color-white {
  color: #fff;
}

.animation-bullet {
  background-color: #05f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-bullet.dark-blue {
  background-color: #000588;
}

.section-receive-payments {
  padding-bottom: 160px;
}

.page-wrrapper {
  position: relative;
}

.description-header {
  color: #495057;
  margin-top: 24px;
}

.list-column {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.list-column.margin-bottom-24 {
  color: #495057;
  margin-bottom: 24px;
}

.laytou-card-2 {
  color: #05f;
  justify-content: center;
  align-items: center;
  padding: 150px 32px;
  display: flex;
}

.laytou-card-2.color-blue {
  color: #fff;
  text-align: left;
  background-color: #05f;
}

.laytou-card-2.color-blue.radius {
  border-top-right-radius: 64px;
}

.laytou-card-2.color-blue.custom {
  padding-left: 70px;
  padding-right: 70px;
}

.laytou-card-2.color-green {
  color: #f2f6ff;
  background-color: #28d4d4;
}

.html-embed-4 {
  width: 64px;
  height: 64px;
}

.grid-17 {
  width: 100%;
  max-width: 718px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-safe {
  padding-top: 120px;
  padding-bottom: 120px;
}

.safe-wrapper {
  background-color: #f2f6ff;
  border-radius: 0 64px;
  padding-top: 144px;
  padding-bottom: 144px;
}

.qualys-wrp {
  margin-bottom: 72px;
}

.image-3 {
  width: 100%;
  max-width: 232px;
}

.image-4 {
  width: 100%;
  max-width: 186px;
}

.footer {
  background-color: #011224;
  position: relative;
}

.banner-1 {
  background-color: #05f;
  background-image: url('../images/lajotas_1.svg');
  background-position: 102%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.cover-footer {
  height: 458px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 8%;
}

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

.logo-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 100%;
  max-width: 232px;
}

.list-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-footer {
  margin-top: 120px;
  margin-bottom: 32px;
}

.social-media-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-media-wrp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-social-media {
  width: 48px;
  height: 48px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  margin-top: 41px;
  padding-top: 16px;
  display: flex;
}

.caps-media {
  grid-column-gap: 28px;
  align-items: center;
  display: flex;
}

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

.bg-white-footer {
  height: 25%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-white-footer.color-brand-1 {
  background-color: #f2f6ff;
}

.navbar {
  z-index: 20;
  background-color: #fff;
  padding-top: 33px;
  padding-bottom: 33px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-8 {
  width: 100%;
  height: auto;
  max-width: 191px;
}

.nav-links {
  grid-column-gap: 62px;
  color: #868e96;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #868e96;
  flex: none;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #05f;
}

.nav-link.w--current {
  color: #343a40;
}

.button-header {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #05f;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button-2:hover {
  background-color: #000588;
}

.section-banner-1 {
  padding-bottom: 200px;
  position: relative;
}

.section-banner-1.padding-160 {
  padding-bottom: 160px;
}

.banner-1-wrp {
  background-color: #05f;
}

.layout-banner {
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.divider-banner {
  width: 1px;
  height: 80%;
  background-color: #28d4d4;
}

.div-block {
  padding-top: 40px;
}

.div-block-2 {
  height: 452px;
}

.read-more-banner {
  background-color: #000588;
  border-bottom-left-radius: 64px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.bg-banner-1 {
  background-color: #05f;
  border-top-right-radius: 64px;
  border-bottom-left-radius: 64px;
}

.bg-banner-1.border {
  border-top-right-radius: 64px;
  border-bottom-left-radius: 64px;
}

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

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.tag-title {
  width: 8px;
  height: auto;
  background-color: #05f;
  border-radius: 2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tag-title.blue {
  mix-blend-mode: normal;
  background-color: #00359e;
}

.marker {
  width: 4px;
  height: 16px;
  color: #fff;
  flex: 0 auto;
}

.marker.blue {
  color: #05f;
}

.section-testimoney {
  background-color: #f2f6ff;
  padding-top: 160px;
  padding-bottom: 144px;
  overflow: hidden;
}

.mask {
  width: 640px;
  height: auto;
  overflow: visible;
}

.slide-wrapper {
  height: 100%;
  max-width: 640px;
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  margin-right: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 20px 1px rgba(0, 85, 255, .1);
}

.image-11 {
  width: 32px;
  margin-bottom: 32px;
}

.slide {
  height: 320px;
  margin-right: 40px;
}

.content-slide {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  display: flex;
}

.image-12 {
  width: 80px;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-nav {
  top: -16%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 40px;
  height: 40px;
  background-color: #05f;
  font-size: 14px;
  top: -34%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.right-arrow {
  width: 40px;
  height: 40px;
  background-color: #05f;
  font-size: 14px;
  top: -34%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-size-04 {
  color: #343a40;
  flex: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.slider_mobile.hide-desktop {
  display: none;
}

.layout3_icon {
  max-width: 140px;
}

.layout3_card {
  grid-row-gap: 1.4rem;
  flex-direction: column;
  display: flex;
}

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

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #05f;
  border-radius: 5.33px;
  padding: 9.7px 14.55px;
  font-family: Open Sans, sans-serif;
  font-size: 9.7px;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .2s;
}

.primary-button:hover {
  box-shadow: 4px 4px #000588;
}

.primary-button.home-button {
  border-radius: 4.85px;
  padding: 6.23px 9.7px;
}

.primary-button.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 4.85px;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

.primary-button.is-secondary:hover {
  color: #05f;
  background-color: #fff;
  font-weight: 700;
  box-shadow: 0 0 #000588;
}

.primary-button.is-icon {
  grid-column-gap: 9.7px;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  display: flex;
}

.navbar-2 {
  z-index: 10;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button_navbar {
  grid-column-gap: 24.25px;
  align-items: center;
  display: flex;
}

.brand {
  width: 100%;
  height: auto;
  max-width: 115px;
}

.navbar-desktop {
  justify-content: space-between;
  display: flex;
}

.arrow-bend-right-down {
  width: 19px;
  height: 19px;
}

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

.link {
  font-size: 9.7px;
}

.links_navbar {
  grid-column-gap: 37px;
  align-items: center;
  display: flex;
}

.navbar-mobile {
  display: none;
}

.header-about-us {
  background-color: #f2f6ff;
  padding-top: 120px;
  padding-bottom: 32px;
}

.content-header-about-us {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-13 {
  width: 100%;
  max-width: 144px;
}

.icon_about-5 {
  width: 87px;
  position: absolute;
  bottom: 169px;
  right: 134px;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-regular {
  font-size: 12.13px;
}

.about-us_title {
  max-width: 48%;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  display: flex;
}

.icon_about-4 {
  width: 48px;
  position: absolute;
  bottom: 110px;
  right: 336px;
}

.icon_about-1 {
  width: 87px;
  height: auto;
  position: absolute;
  top: 75px;
  bottom: auto;
  left: 170px;
  right: auto;
}

.icon_about-6 {
  width: 39px;
  position: absolute;
  top: 89px;
  right: 200px;
}

.section_about-us {
  height: 100vh;
  background-color: #f2f6ff;
  position: relative;
}

.icon_about-3 {
  width: 87px;
  height: auto;
  position: absolute;
  bottom: 12px;
  left: 404px;
}

.icon_about-2 {
  width: 48px;
  position: absolute;
  bottom: 124px;
  left: 210px;
}

.image-14, .image-15 {
  width: 100%;
  max-width: 80px;
}

.section-benefits-about-us {
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner-2 {
  color: #fff;
  background-color: #05f;
  border-top-right-radius: 64px;
  border-bottom-left-radius: 64px;
  padding-top: 32px;
  padding-bottom: 40px;
}

.section-s-o-paulo {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section-integrations {
  justify-content: center;
  padding-bottom: 120px;
  overflow: hidden;
}

.integratiosn-wrp {
  grid-column-gap: 80px;
  display: flex;
}

.integrations-image {
  width: auto;
  height: 40px;
  max-width: 180px;
}

.integrations-title {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.section-br-condo {
  background-color: #f2f6ff;
  padding-top: 140px;
  padding-bottom: 80px;
}

.card-br-condo {
  color: #fff;
  background-color: #05f;
  border-top-right-radius: 64px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.card-br-condo.flexbox {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.card-br-condo.card-2 {
  grid-row-gap: 126px;
  background-color: #00359e;
  border-radius: 0 0 0 64px;
}

.heading-mobile {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.image-16 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 64px;
}

.html-embed-5 {
  width: 48px;
  height: 48px;
}

.section-about-us {
  display: none;
}

.inovation-animation {
  grid-column-gap: 48px;
  display: flex;
}

.bullet-wrraper {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: visible;
}

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

.position-1, .position-2 {
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lojota-slider {
  width: 80px;
  background-image: url('../images/testimonial-strip-2.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  flex: none;
}

.lojota-slider.lajota-2 {
  background-image: url('../images/testimonial-strip-3.svg');
}

.lojota-slider.lajota-3 {
  background-image: url('../images/testimonial-strip-2.svg');
}

.integrations-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.content-header-parceiros {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 120px;
  margin-bottom: 207px;
}

.title-header-parceiros {
  color: #343a40;
  margin-bottom: 32px;
}

.paragraph-header-parceiros {
  color: #495057;
  margin-bottom: 48px;
}

.section-partner-cashback {
  background-color: #f2f6ff;
  padding-top: 160px;
  padding-bottom: 100px;
}

.card-parceiros {
  grid-row-gap: 84px;
  color: #fff;
  background-color: #05f;
  border-bottom-right-radius: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 85px 32px 56px;
  display: flex;
}

.card-parceiros.left-up {
  border-top-left-radius: 64px;
  border-bottom-right-radius: 0;
}

.card-parceiros.left-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 64px;
}

.card-parceiros.left-up-blue {
  background-color: #000588;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 0;
  position: relative;
}

.image-18 {
  width: 72px;
  height: 72px;
}

.text-block-5 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.image-card-parceiros {
  width: 100%;
  justify-content: center;
  display: flex;
}

.image-19 {
  width: 144px;
  height: 144px;
}

.div-block-8 {
  width: 100%;
  height: 40px;
  background-color: #05f;
  align-items: center;
  padding-left: 32px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  color: #fff;
  margin-top: 90px;
  margin-bottom: 90px;
}

.div-block-10 {
  color: #fff;
}

.div-block-11 {
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #f2f6ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.table_grid {
  margin-top: 97px;
}

.table_row-wrp {
  color: #343a40;
  border-radius: 8px;
  padding: 40px 32px;
}

.table_row-wrp.color-brand-1 {
  color: #343a40;
  background-color: #f2f6ff;
}

.table_row-wrp.flex-center {
  justify-content: center;
  display: flex;
}

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

.heading-style-h4 {
  font-family: Open Sans, sans-serif;
  font-size: 12.13px;
  font-weight: 700;
  line-height: 1.5;
}

.icon_check {
  width: 32px;
  height: 32px;
}

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

.header-planos {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section-confian-a {
  padding-bottom: 160px;
}

.text-animation {
  color: #05f;
  line-height: 1.2;
  overflow: hidden;
}

.card-confian-a {
  grid-row-gap: 56px;
  background-color: #f2f6ff;
  border-bottom-right-radius: 64px;
  flex-direction: column;
  align-items: center;
  padding: 64px 32px 48px;
  display: flex;
}

.card-confian-a.left-up {
  border-top-left-radius: 64px;
  border-bottom-right-radius: 0;
}

.card-confian-a.right-up {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 0;
}

.image-confianca {
  width: auto;
  height: 188px;
}

.content_card-1-grid-confidence {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-style-h3 {
  font-family: Open Sans, sans-serif;
  font-size: 14.55px;
  font-weight: 700;
  line-height: 1.5;
}

.image-21 {
  width: 137px;
  height: 113px;
}

.list1_content {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}

.list1_icon {
  width: 9.7px;
  height: 9.7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-6 {
  width: auto;
  height: auto;
  color: #000588;
  flex: 1;
}

.section-tab {
  padding-bottom: 160px;
}

.tab-content {
  grid-column-gap: 106px;
  background-color: #f2f6ff;
  justify-content: space-between;
  padding: 10px 82px 10px 10px;
  display: flex;
}

.tab-content.padding-text {
  padding-left: 136px;
  padding-right: 136px;
}

.text-size-04-2 {
  color: #495057;
  flex: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 9.7px;
  line-height: 1.7;
  text-decoration: none;
}

.text-size-04-2.custom-margin {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
}

.icon-caret-right {
  width: 9.7px;
  height: auto;
  color: #05f;
}

.layout_title {
  grid-column-gap: 9.7px;
  align-items: center;
  display: flex;
}

.tab-text {
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.tab-cover {
  border-radius: 8px;
  flex: 1;
  overflow: hidden;
}

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

.border_title {
  width: 4.8px;
  height: auto;
  flex: none;
  position: relative;
}

.tab-row {
  grid-row-gap: 8px;
  color: #343a40;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.tab-link {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: #00359e;
  justify-content: center;
  padding: 24px 40px;
  font-size: 9.7px;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  color: #fff;
  background-color: #05f;
}

.tab-link.w--current:active {
  color: #fff;
}

.tab-link.custom {
  border-top-right-radius: 8px;
}

.tab-link.custom-2 {
  border-top-left-radius: 8px;
}

.button-link {
  grid-column-gap: .2rem;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tabs-menu {
  border-bottom: 16px solid #05f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  display: flex;
}

.read-more-text {
  color: #495057;
  letter-spacing: 1px;
  font-size: 8.49px;
}

.read-more-text.text-color-brand-3 {
  color: #05f;
}

.section-faq {
  background-color: #f2f6ff;
  padding-top: 160px;
  padding-bottom: 200px;
}

.accordion-trigger---brix {
  color: #212529;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.faq_wrapper {
  grid-column-gap: 106px;
  justify-content: space-between;
  display: flex;
}

.faq-content {
  flex: 1;
}

.accordion-item---brix {
  cursor: pointer;
  border-bottom: 1px solid #05f;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 41px 32px;
  display: flex;
}

.faq_title {
  max-width: 230px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 20px;
  height: 20px;
  color: #49536e;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: relative;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-13 {
  max-width: 90%;
  color: #495057;
  margin-top: 24px;
}

.div-block-14, .image-24 {
  display: none;
}

.section-beneficios {
  padding-bottom: 185px;
}

.div-block-18, .planos-mobile {
  display: none;
}

.image-25 {
  width: 100%;
}

.confianca-mobile {
  display: none;
}

.section-benef-cios {
  background-color: #f2f6ff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.div-block-22 {
  color: #fff;
  margin-top: 113px;
  margin-bottom: 113px;
}

.forms-wrapper {
  background-color: #f2f6ff;
  border-top: 16px solid #05f;
  position: relative;
}

.contact-wrp {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 40px 53px 40px 40px;
  display: flex;
}

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

.form-cel {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}

.form-cel.hide-desktop {
  display: none;
}

.input-field {
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.input-field.custom {
  height: 120px;
}

.radio-button-field {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.radio-button {
  width: 100%;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #868e96;
  flex: none;
  margin-top: 0;
  margin-left: -7px;
}

.radio-button.w--redirected-checked {
  background-image: url('../images/Ellipse-37.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-width: 2px;
  border-color: #05f;
  box-shadow: 0 0 0 -20px #000;
}

.section-br-condom-nio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-2 {
  grid-row-gap: 41px;
  background-color: #f2f6ff;
  border-radius: 8px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
}

.card-2.grid {
  grid-column-gap: 16px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.icon-card-2 {
  width: 56px;
}

.content-card-2 {
  color: #343a40;
}

.link-block {
  width: 100%;
  max-width: 232px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-24 {
  flex-direction: column;
  display: flex;
}

.internal-card-2 {
  grid-row-gap: 41px;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.read-more-card-2 {
  background-color: #05f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-banner-2 {
  position: relative;
}

.section-pix {
  padding-bottom: 200px;
}

.cover-banner-2 {
  height: 543px;
  background-image: url('../images/image-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bullet {
  width: 16px;
  height: 16px;
}

.bullet.color-brand-04 {
  color: #011131;
}

.div-block-25 {
  justify-content: space-between;
  display: flex;
}

.div-block-26 {
  margin-bottom: 32px;
}

.div-block-27 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-28.max-h {
  width: 100%;
  height: 100%;
  max-height: 606px;
  overflow: hidden;
}

.cover-forms {
  background-image: url('../images/IMG-homem-branco-sorrindo-com-prancheta_1IMG-homem-branco-sorrindo-com-prancheta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-put {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.div-block-30 {
  z-index: -1;
  width: 100%;
  height: 40%;
  background-color: #f2f6ff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #343a40;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-32 {
  background-color: #961f1f;
  border-bottom-left-radius: 64px;
}

.bg-detail {
  background-color: #000588;
}

.banner-1-wrapper {
  border-bottom-left-radius: 64px;
  overflow: hidden;
}

.image-banner-1 {
  width: 100%;
  height: 452px;
  background-image: url('../images/IMG-homem-branco-sorrindo-com-notebook_2IMG-homem-branco-sorrindo-com-notebook.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

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

.div-block-33 {
  margin-bottom: 40px;
}

.lajotas-bg {
  height: 75px;
  background-image: url('../images/Frame-191.svg');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: contain;
}

.image-26 {
  width: 48px;
  height: 48px;
}

.ver-mais {
  z-index: 10;
  grid-column-gap: 16px;
  color: #05f;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ver-menos {
  grid-column-gap: 16px;
  color: #05f;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.text-animation-wrp {
  height: 38px;
  position: relative;
  overflow: hidden;
}

.div-block-34 {
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #f2f6ff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-scroll-mobile {
  display: none;
}

.div-block-35 {
  color: #fff;
}

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

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

.paragraph-3, .paragraph-4 {
  font-size: 18px;
}

.div-block-36 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
}

.image-27 {
  width: 215px;
  margin-bottom: 32px;
}

.div-block-37 {
  padding-top: 120px;
  padding-bottom: 327px;
}

.div-block-38 {
  color: #495057;
}

.image-28 {
  display: none;
}

.cookies-wrapper {
  z-index: 50;
  max-width: 465px;
  color: #fff;
  text-align: left;
  background-color: #05f;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-end;
  padding: 32px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.buttons-cookies {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.content-cookies {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-politica-de-privacidade {
  padding-top: 40px;
  padding-bottom: 120px;
}

.rich-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-39 {
  margin-top: 80px;
}

.row-privacy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #05f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: grid;
}

.heading-3 {
  flex: 1;
}

.div-block-40 {
  margin-top: 80px;
}

.dark-button {
  z-index: 100;
  width: 30px;
  height: 30px;
  background-color: #00ff2f;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sun {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.dark-mode-toggle {
  z-index: 200;
  width: 20px;
  height: 22px;
  background-color: #551b1b;
  flex: none;
  position: static;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 3%;
  overflow: hidden;
}

.dark-mode-toggle.hide {
  background-color: #9c1d1d;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.dark-mode-toggle.teste {
  z-index: 900;
  background-color: #8a1a1a;
  top: 52%;
  right: 48%;
}

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

.div-block-41 {
  z-index: 999999;
  width: 30px;
  height: 30px;
  background-color: #9e0000;
  flex: none;
  position: relative;
}

.div-block-42 {
  z-index: 500;
  width: 30px;
  height: 30px;
  background-color: #471515;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-43 {
  width: 30px;
  height: 30px;
  background-color: #3a0000;
  flex: none;
}

.dark {
  width: 22px;
  height: 22px;
  flex: none;
  position: relative;
}

.dark.hide {
  display: none;
}

.section-beneficios-2 {
  background-color: #f2f6ff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.link-2 {
  color: #fff;
}

.title-footer {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.nav-footer {
  color: #868e96;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
}

.marker-2 {
  width: 4px;
  height: 16px;
  color: #fff;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.heading-4 {
  color: #05f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.title {
  border-bottom: 2px solid #05f;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1920px) {
  .link:focus-visible {
    color: #343a40;
  }

  .link[data-wf-focus-visible], .link:visited {
    color: #343a40;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
  }

  h2 {
    font-size: 24px;
  }

  .grid-14 {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-14.align-star.bottom-mobile {
    align-items: end;
  }

  .grid-14._4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .header {
    margin-top: 75px;
  }

  .container.padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-header {
    margin-top: 40px;
    margin-bottom: 33px;
  }

  .grid-12, .grid-12.align-start, .grid-12.align-center, .grid-12.no-gap-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-12._4-col {
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: scroll;
  }

  .grid-12.max-h-2 {
    max-height: 100%;
  }

  .grid-12.padding-mobile-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image {
    border-top-left-radius: 32px;
  }

  .text-block {
    font-size: 20px;
    line-height: 1;
  }

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

  .cover-image.header-parceiros {
    max-height: 100%;
    margin-top: 80px;
  }

  .cover-image.header-home {
    height: 480px;
    background-position: 100%;
  }

  .section-resources {
    padding-top: 64px;
  }

  .content-left {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .content-left.flexbox {
    height: 100%;
    justify-content: space-between;
  }

  .content-left.flexbox.custom {
    justify-content: flex-start;
    align-items: stretch;
  }

  .content-left.margin-bottom-40 {
    margin-bottom: 40px;
  }

  .content-right.padding-top-120 {
    flex-direction: column;
    padding-top: 64px;
    display: flex;
  }

  .content-right.flexbox {
    grid-column-gap: 72px;
    display: flex;
  }

  .content-right.margin-top-160 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-h1, .heading-h1.heading-mobile {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
  }

  .heading-h2.size-32-mobile {
    font-size: 32px;
  }

  .heading-h2.size-40-mobile {
    font-size: 40px;
  }

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

  .main-button.icon {
    max-width: none;
    justify-content: center;
  }

  .main-button.secondary {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-button.secondary.blue {
    color: #05f;
    border-color: #05f;
  }

  .main-button.hide-mobile {
    width: 100%;
  }

  .title-section.color-brand-90.margin-100 {
    margin-bottom: 40px;
  }

  .title-section.color-brand-90.hide {
    display: none;
  }

  .content-paragraph.color-brand-80 {
    margin-bottom: 0;
  }

  .content-paragraph.margin-120.no-margin {
    margin-bottom: 90px;
  }

  .grid-card {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .layout-card.margin {
    grid-column-gap: 32px;
    flex-direction: row;
    justify-content: space-between;
    padding: 32px;
  }

  .layout-card.margin.bg-blue-left {
    border-top-left-radius: 32px;
  }

  .layout-card.margin.bg-blue-right {
    border-bottom-right-radius: 32px;
  }

  .icon-card.margin-bottom-32 {
    margin-bottom: 0;
  }

  .section-support {
    padding-bottom: 80px;
  }

  .cover-left.image-2, .cover-left.image-c {
    min-height: auto;
  }

  .grid-15.hide-tablet {
    display: none;
  }

  .grid-15.hide-desktop {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    padding-left: 32px;
    display: grid;
  }

  .html-embed-3 {
    flex: none;
  }

  .button-wrp.margin-top-48 {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .button-wrp.margin-top-48.hide-tablet {
    display: none;
  }

  .button-wrp.margin-top-48.hide-desktop {
    margin-top: 0;
    display: block;
  }

  .grid-super-app {
    grid-template-columns: 1fr;
  }

  .title-layout-card {
    margin-bottom: 16px;
  }

  .animation-bullet {
    display: none;
  }

  .section-receive-payments {
    padding-bottom: 120px;
  }

  .page-wrrapper {
    overflow: hidden;
  }

  .description-header {
    display: none;
  }

  .list-column.margin-bottom-24 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .laytou-card-2 {
    padding: 70px 30px;
  }

  .laytou-card-2.color-blue.radius {
    border-top-right-radius: 32px;
  }

  .laytou-card-2.color-blue.custom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-safe {
    padding-top: 64px;
  }

  .safe-wrapper {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 80px 40px;
  }

  .qualys-wrp {
    margin-bottom: 40px;
  }

  .banner-1 {
    background-image: url('../images/Group-255-1.svg');
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .cover-footer {
    height: 357px;
    right: 48px;
  }

  .logo-footer {
    text-align: center;
    margin-bottom: 90px;
  }

  .content-footer {
    margin-top: 40px;
  }

  .bg-white-footer.brand-1 {
    background-color: #f2f6ff;
  }

  .navbar {
    display: none;
  }

  .section-banner-1.custom, .section-banner-1.padding-160 {
    padding-bottom: 90px;
  }

  .section-banner-1.padding-160.custom-tablet {
    padding-bottom: 0;
  }

  .section-banner-1.custom-contratar.custom-tablet {
    padding-bottom: 120px;
  }

  .layout-banner {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 32px;
  }

  .divider-banner {
    width: 90%;
    height: 1px;
  }

  .read-more-banner {
    border-bottom-left-radius: 32px;
    align-items: center;
  }

  .bg-banner-1 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .padding-global {
    padding-left: 32px;
    padding-right: 32px;
  }

  .padding-global.no-padding-right {
    padding-right: 0;
  }

  .padding-global.no-padding-left {
    padding-left: 0;
  }

  .padding-global.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section-testimoney {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .left-arrow {
    right: 6%;
  }

  .text-size-04 {
    font-size: 12px;
  }

  .layout3_icon {
    max-width: 173px;
  }

  .click-open {
    width: 32px;
    height: 100%;
    cursor: pointer;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .primary-button {
    border-radius: 6px;
    padding: 12px 51px;
    font-size: 12px;
  }

  .primary-button.is-secondary {
    padding-left: 12px;
    padding-right: 12px;
  }

  .primary-button.is-secondary.color-blue {
    color: #05f;
    border-color: #05f;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-mob-button {
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    margin-top: 64px;
    display: flex;
  }

  .hamburger_wrp {
    width: auto;
    height: auto;
    grid-row-gap: 4.5px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .brand {
    max-width: 174px;
  }

  .navbar-desktop {
    display: none;
  }

  .click-close {
    width: 32px;
    height: 100%;
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
  }

  .hamburger_line {
    width: 100%;
    height: 4px;
    background-color: #05f;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-mobile-toggle {
    z-index: 50;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    display: flex;
    position: relative;
  }

  .nav-mobile-content {
    z-index: 20;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-mob-list-wrp {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .link {
    color: #495057;
    font-size: 24px;
  }

  .link:focus {
    color: #343a40;
  }

  .nav-list {
    color: #495057;
    border-bottom: .75px solid #dee2e6;
    padding-top: 32px;
    padding-bottom: 32px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-list:focus {
    color: #212529;
  }

  .nav-list.w--current {
    color: #343a40;
  }

  .nav-list.custom {
    padding-top: 80px;
  }

  .nav-list.custom.w--current {
    color: #343a40;
  }

  .nav-list.no-border {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav-list.no-border.flex {
    grid-column-gap: 16px;
    align-items: center;
    display: flex;
  }

  .brand_mobile {
    width: 40px;
    height: 40px;
  }

  .navbar-mobile {
    z-index: 10;
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header-about-us {
    margin-top: 50px;
    padding-top: 80px;
  }

  .icon_about-5 {
    width: 108px;
    bottom: 124px;
    right: 36px;
  }

  .padding-global-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon_about-4 {
    width: 60px;
    bottom: 114px;
    right: 214px;
  }

  .icon_about-1 {
    width: 108px;
    top: 134px;
    left: 18px;
  }

  .icon_about-6 {
    width: 60px;
    top: 144px;
    right: 74px;
  }

  .section_about-us {
    height: 592px;
  }

  .icon_about-3 {
    width: 108px;
    bottom: 60px;
    left: 197px;
  }

  .icon_about-2 {
    width: 60px;
    bottom: 131px;
    left: 47px;
  }

  .section-benefits-about-us {
    flex: 1;
    padding-top: 0;
    display: none;
  }

  .section-our-history-in-numbers {
    flex: 1;
    display: none;
  }

  .banner-2 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-left: 32px;
  }

  .section-s-o-paulo {
    padding-top: 0;
    padding-bottom: 129px;
  }

  .section-br-condo {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .card-br-condo {
    border-top-right-radius: 32px;
  }

  .card-br-condo.flexbox {
    display: none;
  }

  .heading-mobile {
    font-size: 24px;
    line-height: 1.5;
  }

  .image-16 {
    border-bottom-left-radius: 32px;
  }

  .section-about-us {
    justify-content: space-between;
    padding: 120px 32px 80px;
    display: flex;
  }

  .content-header-parceiros {
    margin-top: 80px;
    margin-bottom: 130px;
    padding-left: 32px;
  }

  .content-header-parceiros.pading-rigth-tablet {
    padding-right: 32px;
  }

  .paragraph-header-parceiros {
    margin-bottom: 64px;
  }

  .section-partner-cashback {
    padding-top: 80px;
    padding-bottom: 42px;
    overflow: hidden;
  }

  .card-parceiros {
    width: 368px;
  }

  .div-block-9 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 32px;
    display: flex;
  }

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

  .table_row-wrp {
    padding-top: 43px;
    padding-bottom: 34px;
  }

  .table-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-style-h4 {
    font-size: 15px;
  }

  .icon_check {
    width: 32px;
    height: 32px;
  }

  .header-planos {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .text-animation {
    line-height: 1.6;
  }

  .card-confian-a {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 48px;
    padding-right: 48px;
  }

  .image-confianca {
    width: 120px;
    height: auto;
  }

  .content_card-1-grid-confidence {
    max-width: 440px;
  }

  .heading-style-h3 {
    font-size: 15px;
  }

  .list1_icon {
    width: 12px;
    height: 12px;
  }

  .section-tab {
    padding-bottom: 75px;
    overflow: hidden;
  }

  .tab-content {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-size-04-2 {
    font-size: 12px;
  }

  .layout_title {
    grid-column-gap: 12px;
  }

  .tab-cover {
    max-height: 236px;
  }

  .border_title.line-1 {
    width: 6px;
  }

  .tab-link {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link.custom, .tab-link.custom-2.w--current {
    flex: 0 auto;
  }

  .tabs-menu {
    display: flex;
  }

  .read-more-text {
    font-size: 10.5px;
  }

  .section-faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .div-block-16 {
    margin-top: 64px;
  }

  .section-beneficios {
    padding-top: 200px;
    padding-bottom: 130px;
  }

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

  .div-block-19, .div-block-20 {
    display: none;
  }

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

  .div-block-22 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 32px;
  }

  .header-contratar {
    margin-top: 75px;
  }

  .contact-wrp {
    padding-left: 0;
    padding-right: 0;
  }

  .input-field {
    width: 100%;
  }

  .section-pix {
    padding-bottom: 120px;
  }

  .cover-banner-2 {
    height: 100%;
    background-position: 50% 100%;
    background-size: contain;
  }

  .cover-banner-2.custom-mobile {
    background-image: url('../images/IMG-homem-negro-com-notebook_1IMG-homem-negro-com-notebook.webp');
    background-position: 30% 100%;
    background-size: cover;
  }

  .div-block-27 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
  }

  .cover-forms {
    height: 400px;
    background-position: 50% 10%;
    background-size: cover;
    position: relative;
  }

  .cover-forms.custom {
    height: 100%;
  }

  .banner-1-wrapper {
    border-bottom-left-radius: 32px;
  }

  .lajotas-bg {
    height: 58px;
    background-position: 100%;
    background-size: auto 58px;
  }

  .text-animation-wrp {
    height: 38px;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-35 {
    padding-right: 32px;
  }

  .div-block-36 {
    text-align: left;
    align-items: flex-start;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-28 {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 40px;
    right: auto;
  }

  .cookies-wrapper {
    display: none;
  }

  .header-politica-de-privacidade {
    margin-top: 75px;
  }

  .margin-top-64 {
    width: 100%;
    margin-top: 64px;
  }

  .dark-mode-toggle {
    z-index: 900;
    top: 3.5%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .dark-mode-toggle.hide {
    display: none;
  }

  .dark {
    width: 20px;
    height: 20px;
  }

  .div-block-44 {
    grid-column-gap: 21px;
    display: flex;
  }

  .div-block-45 {
    overflow: hidden;
  }

  .div-block-46 {
    overflow: auto;
  }

  .div-block-47 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .div-block-48 {
    position: relative;
    overflow: visible;
  }
}

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

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

  .header {
    position: relative;
  }

  .container.padding-global, .container.padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-header {
    flex-direction: column;
    margin-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

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

  .grid-12.align-start {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-12.no-gap-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-12._4-col.padding-global, .grid-12._4-col.padding-mobile, .grid-12.padding-mobile, .grid-12.padding-mobile-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 1.7;
  }

  .card-header {
    flex-direction: row;
    justify-content: space-between;
  }

  .grid-header {
    grid-template-columns: auto;
  }

  .text-04 {
    flex: none;
  }

  .divider {
    width: 100%;
    height: 1px;
    margin-bottom: 8px;
  }

  .cover-image {
    max-height: 617px;
    position: relative;
  }

  .cover-image.header-parceiros {
    height: 617px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-top: 0;
    overflow: hidden;
  }

  .cover-image.header-home {
    height: 546px;
  }

  .inovation-wrp {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .content-left {
    align-items: stretch;
  }

  .content-left.margin-bottom-40.padding-mobile, .content-left.padding-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-right.padding-top-120 {
    padding-top: 0;
  }

  .content-right.flexbox {
    overflow: visible;
  }

  .content-right.padding-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-right.custom-padding-bottom {
    padding-bottom: 0;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .heading-h1.text-bold {
    font-weight: 700;
  }

  .heading-h2.heading-mobile {
    font-size: 32px;
    line-height: 1.4;
  }

  .text-04.text-mobile {
    font-size: 18px;
  }

  .main-button.icon {
    max-width: none;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-button.hide-mobile {
    display: none;
  }

  .main-button.hide-desktop {
    display: block;
  }

  .title-section.color-brand-90.hide-mobile {
    display: none;
  }

  .title-section.color-brand-90.hide-desk, .title-section.color-brand-90.hide {
    display: flex;
  }

  .content-paragraph.margin-120.no-margin {
    margin-bottom: 0;
  }

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

  .grid-card.teste {
    grid-template-columns: auto auto;
  }

  .layout-card {
    flex: none;
  }

  .layout-card.custom {
    width: 100%;
  }

  .layout-card.hide-mobile {
    display: none;
  }

  .layout-card.test {
    width: 100%;
  }

  .section-support {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-support.custom {
    padding-top: 0;
  }

  .cover-left {
    height: 520px;
    border-bottom-right-radius: 32px;
  }

  .cover-left.image-2 {
    margin-top: 40px;
  }

  .cover-left.image-c {
    height: 364px;
  }

  .cover-left.custom {
    height: 520px;
  }

  .grid-15.hide-desktop {
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: scroll;
  }

  .button-wrp.hide-desktop {
    flex-direction: column;
    margin-top: 64px;
    display: flex;
  }

  .grid-super-app {
    display: none;
  }

  .section-receive-payments {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .page-wrrapper {
    overflow: visible;
  }

  .grid-17 {
    display: none;
  }

  .section-safe {
    padding-bottom: 0;
  }

  .safe-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .qualys-wrp {
    width: 100%;
    flex: none;
    margin-bottom: 0;
    display: none;
  }

  .ssl-wrp {
    width: 380px;
    flex: none;
    display: none;
  }

  .banner-1 {
    display: none;
  }

  .logo-footer {
    align-items: center;
    margin-bottom: 48px;
  }

  .content-footer {
    margin-top: 44px;
    margin-bottom: 40px;
  }

  .social-media-footer {
    margin-top: 48px;
  }

  .copyright {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
  }

  .bg-white-footer {
    display: none;
  }

  .section-banner-1.custom {
    padding-bottom: 120px;
  }

  .section-banner-1.padding-160 {
    padding-bottom: 0;
  }

  .section-banner-1.custom-contratar {
    padding-bottom: 126px;
  }

  .layout-banner {
    grid-row-gap: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .divider-banner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .read-more-banner {
    max-height: 50px;
    border-bottom-left-radius: 32px;
    padding-right: 16px;
  }

  .bg-banner-1 {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .padding-global {
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.no-padding-right {
    padding-left: 0;
  }

  .padding-global.no-padding-left {
    padding-right: 0;
  }

  .padding-global.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.hide {
    display: none;
  }

  .padding-global.custom-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .section-testimoney {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .mask {
    width: 100%;
  }

  .slide-wrapper {
    max-width: 100%;
    min-height: 400px;
  }

  .image-11 {
    margin-bottom: 0;
  }

  .slide {
    width: 100%;
    height: auto;
    min-height: 400px;
  }

  .content-slide {
    grid-row-gap: 32px;
  }

  .slide-nav {
    top: auto;
    bottom: -18%;
    left: 0%;
    right: 0%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .text-size-04 {
    font-size: 16px;
  }

  .text-size-04.custom-mobile {
    font-size: 18px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slider_mobile {
    background-color: rgba(221, 221, 221, 0);
    position: relative;
  }

  .slider_mobile.hide-desktop {
    height: auto;
    flex: 1;
    display: block;
  }

  .layout3_card {
    width: 100%;
    flex: 1;
  }

  .mask-2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .slide-nav-2 {
    position: absolute;
    top: auto;
    bottom: -18%;
    left: 0%;
    right: 0%;
  }

  .click-open {
    width: 32px;
  }

  .primary-button {
    width: 100%;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .primary-button.is-icon {
    width: 100%;
    grid-column-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hamburger_wrp {
    grid-row-gap: 6px;
  }

  .brand {
    max-width: 232px;
  }

  .click-close {
    width: 32px;
    grid-row-gap: 6px;
  }

  .arrow-bend-right-down {
    width: 32px;
    height: 32px;
  }

  .hamburger_line {
    height: 4px;
  }

  .nav-mobile-content {
    height: 100vh;
    padding-bottom: 60px;
    display: none;
  }

  .nav-list {
    color: #343a40;
    padding-top: 32px;
    padding-bottom: 32px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .brand_mobile {
    width: 40px;
    height: 40px;
  }

  .navbar-mobile {
    z-index: 20;
    overflow: visible;
  }

  .header-about-us {
    height: 100%;
  }

  .image-13.hide {
    display: none;
  }

  .icon_about-5 {
    width: 89px;
    bottom: 183px;
    right: 26px;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-regular.custom-mobile {
    font-size: 18px;
  }

  .about-us_title {
    max-width: 100%;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .icon_about-4, .icon_about-1, .icon_about-6 {
    display: none;
  }

  .section_about-us {
    height: 818px;
  }

  .icon_about-3 {
    width: 89px;
    bottom: 179px;
    left: 26px;
  }

  .icon_about-2 {
    width: 67px;
    bottom: 40px;
    left: 165px;
  }

  .image-15.hide {
    display: none;
  }

  .banner-2 {
    margin-top: 64px;
    padding-right: 32px;
  }

  .section-s-o-paulo {
    padding-bottom: 120px;
  }

  .integratiosn-wrp {
    grid-column-gap: 40px;
  }

  .integrations-image {
    height: 32px;
  }

  .section-br-condo {
    padding-top: 64px;
  }

  .card-br-condo {
    grid-row-gap: 120px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-br-condo.flexbox {
    display: flex;
  }

  .card-br-condo.card-2 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 32px;
  }

  .image-16 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .html-embed-5 {
    width: 32px;
    height: 32px;
  }

  .section-about-us {
    padding-top: 80px;
    padding-bottom: 128px;
  }

  .div-block-4 {
    min-height: 200px;
  }

  .content-header-parceiros {
    margin-top: 40px;
    margin-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-header-parceiros {
    margin-bottom: 40px;
  }

  .section-partner-cashback {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .card-parceiros {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 48px;
  }

  .card-parceiros.left-bottom {
    align-items: center;
  }

  .card-parceiros.left-up-blue {
    padding-bottom: 72px;
  }

  .image-18 {
    width: 48px;
    height: 48px;
  }

  .content-card-parceiros {
    flex: 1;
  }

  .image-card-parceiros {
    flex: 1;
    justify-content: flex-start;
  }

  .image-19 {
    width: 96px;
    height: 96px;
  }

  .div-block-9 {
    grid-row-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .table_grid {
    margin-top: 0;
  }

  .table_grid.hide {
    display: none;
  }

  .table_row-wrp {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .table_row-wrp.color-brand-1 {
    border-radius: 0;
  }

  .table_row-wrp.color-brand-1.custom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .table-row {
    grid-template-columns: 1fr auto;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .icon_check {
    width: 24px;
    height: 24px;
  }

  .div-block-12 {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .card-confian-a {
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding-bottom: 78px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-confian-a.hide {
    display: none;
  }

  .image-confianca {
    width: 96px;
  }

  .content_card-1-grid-confidence {
    text-align: center;
    align-items: center;
  }

  .heading-style-h3 {
    font-size: 20px;
  }

  .list1_content {
    grid-column-gap: 16px;
    align-items: center;
  }

  .list1_icon {
    width: 16px;
    height: 16px;
    flex: none;
  }

  .html-embed-6 {
    height: 16px;
    flex: 0 auto;
  }

  .tab-content {
    padding: 16px;
  }

  .tab-content.padding-text {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-size-04-2 {
    font-size: 16px;
  }

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

  .tabs-menu {
    overflow: scroll;
  }

  .section-faq {
    padding-top: 56px;
  }

  .accordion-trigger---brix {
    grid-column-gap: 16px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-arrow-wrapper---brix {
    flex: none;
  }

  .image-23 {
    display: none;
  }

  .image-24 {
    width: 100%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-16 {
    margin-top: 40px;
  }

  .section-beneficios {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-21 {
    text-align: left;
    align-items: flex-start;
  }

  .planos-mobile {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .planos-desktop {
    display: block;
  }

  .title-plan-card {
    color: #fff;
    background-color: #05f;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 32px;
  }

  .text-plan-card {
    color: #343a40;
    background-color: #f2f6ff;
    border-bottom: 1px solid #79a5ff;
    padding: 32px;
  }

  .toggle-plan-card {
    background-color: #f2f6ff;
    padding: 16px 32px;
  }

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

  .image-25 {
    width: 20px;
  }

  .content-toggle-plan-card {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content-plan-card {
    overflow: hidden;
  }

  .confianca-mobile {
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .section-benef-cios {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .div-block-22, .contact-wrp {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .form-cel.hide-desktop {
    display: block;
  }

  .form-cel.custom {
    position: relative;
    top: -20px;
  }

  .section-br-condom-nio {
    padding-top: 120px;
  }

  .card-2.grid {
    padding-left: 0;
  }

  .internal-card-2 {
    padding-bottom: 0;
    padding-left: 32px;
  }

  .read-more-card-2 {
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
  }

  .section-banner-2 {
    position: relative;
  }

  .cover-banner-2 {
    height: 345px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .cover-banner-2.custom-mobile {
    background-position: 50% 20%;
    background-size: 60%;
  }

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

  .div-block-27 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-28.max-h {
    max-height: 320px;
  }

  .cover-forms, .cover-forms.custom {
    height: 320px;
  }

  .image-banner-1 {
    height: 403px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .lajotas-bg {
    height: 71px;
    background-image: url('../images/Group-267.svg');
    background-repeat: repeat-x;
    background-size: auto 71px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .card-scroll-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: scroll;
  }

  .div-block-35 {
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-36 {
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-27 {
    width: 161px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28 {
    display: none;
  }

  .cookies-wrapper {
    max-width: 100%;
    bottom: 0%;
    right: 0%;
  }

  .dark-mode-toggle {
    z-index: 2147483647;
    right: 15%;
  }

  .section-beneficios-2 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .content-plan-card-1 {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .text-04 {
    flex: 1;
  }

  .html-embed-3 {
    flex: 0 auto;
  }

  .primary-button.is-icon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    max-width: 185px;
  }

  .navbar-mobile {
    top: 0%;
  }

  .list1_icon {
    flex: none;
  }

  .html-embed-6 {
    flex: 1;
  }

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

  .cover-banner-2.custom-mobile {
    background-image: url('../images/image-4.png');
    background-position: 50%;
    background-size: contain;
  }
}

#w-node-ea04e319-3687-b3c2-97d4-d1c255a184fd-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-cb06ab74-585d-ee2a-9b5a-ea22380b9521-632f7bc0 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: start;
}

#w-node-_93d73ea1-8185-2dc6-201e-709dc8a5ac6b-632f7bc0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6aeafbc2-baa5-200d-85c0-3325cf4580eb-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ea13bb9-e382-e49a-3e79-dbf5a4e2a04a-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a6fbb418-f20e-ec8d-a8f9-20efb784f2ed-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b8926a4-336c-e438-7f61-605c07dd5241-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1725dda6-cf52-b218-a504-58c7dd6fc7db-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb0facee-083b-6f00-056e-eebf1a8882ee-632f7bc0 {
  grid-area: 1 / 8 / 2 / 15;
  align-self: end;
}

#w-node-_2e7febc3-4a95-ebff-31ae-3154545a2b7a-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_98088373-0529-f631-c8d2-ed172328edac-632f7bc0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1bdfc77b-193c-62d4-a65e-33028bf4e189-632f7bc0 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d3655c1b-de48-ecd7-e4ec-b160e20fe83f-632f7bc0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ef50c4a2-9977-2896-fa94-16c39d118918-632f7bc0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_97109cd0-5109-de6d-1076-098878bf9da9-632f7bc0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-caa8d425-60c6-6dce-b7cd-59fd15c30a8b-632f7bc0 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_30615907-0151-3036-2b2b-91d996a9c443-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-cf1016ad-21e5-bc78-15bd-64d3a094de02-632f7bc0 {
  order: 9999;
  grid-area: 1 / 1 / 4 / 4;
  align-self: stretch;
}

#w-node-b330fe87-65d9-7e42-9520-e6316939f8ea-632f7bc0 {
  order: 1;
  grid-area: 2 / 1 / 3 / 13;
  align-self: stretch;
}

#w-node-d6459db0-f628-7539-16bf-0ecfd9c76e14-632f7bc0 {
  order: 2;
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-de8ff48d-d67e-cc99-653e-785e906bd83a-632f7bc0 {
  order: 2;
  grid-area: 2 / 6 / 3 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_3ed82f3e-6e00-9f10-3970-9981b272bda2-632f7bc0 {
  order: 2;
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-ed8b90e4-057c-7d70-cd04-eb58f90d9e33-632f7bc0 {
  order: 2;
  grid-area: 2 / 9 / 3 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-f1eba695-e6a9-37ca-ff46-88dadd573392-632f7bc0 {
  order: 2;
  grid-area: 2 / 10 / 3 / 12;
}

#w-node-_28a861e3-cafc-6e46-9069-1bc35990ac7b-632f7bc0 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-e7505b09-2faa-f8ce-07dd-a1623463383b-632f7bc0 {
  grid-area: 2 / 11 / 3 / 13;
}

#w-node-_76e01e2f-85cb-eb87-2bdc-13f2465f5b46-632f7bc0 {
  order: -9999;
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_2caf6e17-e47e-2f5b-aa13-a8386834c623-632f7bc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4269-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4278-632f7bc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_73dc230d-8984-345d-dd19-3ccc54383b75-632f7bc0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-b7e70699-e0e6-a04a-05d0-fd0266aa427a-632f7bc0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4282-632f7bc0 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b7e70699-e0e6-a04a-05d0-fd0266aa428a-632f7bc0 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4292-632f7bc0 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3e8-632f7bc0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3f0-632f7bc0 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3f8-632f7bc0 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_689ab589-76e2-1530-7a2a-f19c78d0e400-632f7bc0 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-f6fe1bee-e9e5-cb95-9930-081388213e3f-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-f6fe1bee-e9e5-cb95-9930-081388213e41-632f7bc0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0ec6f387-6063-27fa-1bd3-3da8022b9cde-632f7bc0 {
  grid-area: 1 / 8 / 2 / 16;
}

#w-node-e8954c8b-52d8-6bba-7741-72151140caeb-632f7bc0, #w-node-a9e33d92-4143-4c6c-02ff-6dcfc3de3375-632f7bc0, #w-node-_0af98d68-1560-281f-01b1-4c209a6586b7-632f7bc0, #w-node-_560b4120-ac08-d023-ab2e-195da03b02eb-632f7bc0, #w-node-_3b8de908-1f7e-d721-4334-804532c31bff-632f7bc0, #w-node-_2898886d-b281-e7ae-3b8b-95afa6015d45-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6481fa99-c746-410a-3766-b1349196ee76-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-ed7403a4-db0e-17ba-832a-37ca76eb8554-632f7bc0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_22c26dad-d989-0b83-d916-5da8be898b6a-632f7bc0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-c5504a38-c113-9457-9409-a4b436a03214-632f7bc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-c5504a38-c113-9457-9409-a4b436a03215-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-c5504a38-c113-9457-9409-a4b436a03217-632f7bc0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_457b8112-4d13-bbe6-a9e5-2274b9318c1d-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_7db70daa-8b62-1ebe-64ff-70b9052d457d-632f7bc0 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-ccf13c8d-15bf-e740-5e4e-3f6ed047d211-632f7bc0 {
  grid-area: 1 / 10 / 2 / 16;
  align-self: stretch;
  justify-self: end;
}

#w-node-_21f42678-d142-f9ae-30d0-ab361196fabf-632f7bc0, #w-node-_673be57c-dcc0-6d52-be47-1c887333a1c6-632f7bc0, #w-node-_0c824909-867e-ea79-60c4-5c9910ead319-632f7bc0, #w-node-_4554b342-c716-c776-08f3-d89c19d3c479-632f7bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4cc9189-25f4-edc9-2181-464e2d63a280-632f7bc0 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-ac67a2ba-e518-4cd9-cea7-8e3939377993-632f7bc0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_35d14f65-0b36-2b34-c9fd-bd21eccad430-632f7bc0 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_33c410e3-1cc4-e300-acf7-e7affe58443d-632f7bc0 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: stretch;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521f9f1-5521f9ed {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521f9f2-5521f9ed {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521f9f4-5521f9ed {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa01-5521f9ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa05-5521f9ed {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa09-5521f9ed {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa16-5521f9ed {
  grid-area: 1 / 6 / 2 / 8;
  align-self: start;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa1f-5521f9ed {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa23-5521f9ed, #w-node-_740eff90-6458-0d60-5f84-f1b75521fa25-5521f9ed, #w-node-_740eff90-6458-0d60-5f84-f1b75521fa27-5521f9ed, #w-node-_740eff90-6458-0d60-5f84-f1b75521fa29-5521f9ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_740eff90-6458-0d60-5f84-f1b75521fa2b-5521f9ed {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_694ae0db-f15d-156e-4838-c1060dd9d9a5-0dd9d9a3 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_694ae0db-f15d-156e-4838-c1060dd9d9a7-0dd9d9a3 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_694ae0db-f15d-156e-4838-c1060dd9d9a9-0dd9d9a3 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_694ae0db-f15d-156e-4838-c1060dd9d9b2-0dd9d9a3 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-_788f4af8-e60a-940c-6fc3-de984035c93b-612f7bc1 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_788f4af8-e60a-940c-6fc3-de984035c93d-612f7bc1 {
  grid-area: 2 / 1 / 4 / 13;
  align-self: stretch;
}

#w-node-_788f4af8-e60a-940c-6fc3-de984035c93e-612f7bc1 {
  grid-area: 1 / 2 / 4 / 6;
  align-self: end;
}

#w-node-_788f4af8-e60a-940c-6fc3-de984035c940-612f7bc1 {
  grid-area: 2 / 6 / 4 / 11;
}

#w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-7e2f7bc2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-fb74275d-979b-5911-7fad-ede8de80ed5e-7e2f7bc2 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_58571888-ad29-51cd-de7f-ae22926bae07-7e2f7bc2 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-_58571888-ad29-51cd-de7f-ae22926bae0c-7e2f7bc2, #w-node-_58571888-ad29-51cd-de7f-ae22926bae10-7e2f7bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58571888-ad29-51cd-de7f-ae22926bae14-7e2f7bc2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_58571888-ad29-51cd-de7f-ae22926bae18-7e2f7bc2, #w-node-_77000424-d429-2681-b904-9d23a4eb5cd5-7e2f7bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_58571888-ad29-51cd-de7f-ae22926bae3a-7e2f7bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58571888-ad29-51cd-de7f-ae22926bae3e-7e2f7bc2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2a-7e2f7bc2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2c-7e2f7bc2 {
  grid-area: 1 / 1 / 3 / 6;
  align-self: stretch;
}

#w-node-cc5efccf-af85-3808-753d-6ac34180ed59-7e2f7bc2 {
  grid-area: 1 / 7 / 2 / 10;
  align-self: stretch;
}

#w-node-e09b51c7-3b7d-e79e-b980-cba67753bf44-7e2f7bc2 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_6e6b4663-1e99-3908-4e3a-02007884da15-7e2f7bc2 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_23f2adf5-6b04-9209-7221-b8f5e5bc3e30-7e2f7bc2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8d686686-e998-ab42-e290-0cd38391645a-7e2f7bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d1407-7e2f7bc2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d1409-7e2f7bc2 {
  grid-area: 2 / 1 / 4 / 13;
  align-self: stretch;
}

#w-node-be42ff4b-d142-f8fa-808b-dddcab38e050-7e2f7bc2 {
  grid-area: 1 / 2 / 4 / 6;
  align-self: end;
}

#w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d140a-7e2f7bc2 {
  grid-area: 2 / 6 / 4 / 11;
}

#w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-7e2f7bc2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_5b567700-65a4-6be5-a64f-61d2d4bcd695-7e2f7bc2 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d1883fb3-e141-3cbc-4b5e-afbff1d32569-7e2f7bc2 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-_68c9831a-e0fb-e0cb-8ac9-b683741767e9-7e2f7bc2 {
  grid-area: 2 / 4 / 3 / 7;
  align-self: start;
}

#w-node-c43acd31-88e1-4555-9e05-e05cc842369e-7e2f7bc2 {
  grid-area: 2 / 7 / 3 / 10;
  align-self: start;
}

#w-node-_66241713-c018-373f-6c10-0e0b702b1996-7e2f7bc2 {
  grid-area: 2 / 10 / 3 / 13;
  align-self: start;
}

#w-node-f1986dab-6657-784d-b49a-9c2ae0557398-7e2f7bc2 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: start;
}

#w-node-b2ba2fc3-5cf2-6501-2491-7d3d9eca20b5-7e2f7bc2 {
  grid-area: 3 / 4 / 4 / 7;
  align-self: start;
}

#w-node-d65af406-317c-5b86-39e1-c3e8be35afeb-7e2f7bc2 {
  grid-area: 3 / 7 / 4 / 10;
  align-self: start;
}

#w-node-c18c9a9d-7375-1824-e626-0967d083d230-7e2f7bc2 {
  grid-area: 3 / 10 / 4 / 13;
  align-self: start;
}

#w-node-_9fc7bd5d-fac3-02c8-f0b7-2fd002beffae-7e2f7bc2 {
  grid-area: 4 / 1 / 5 / 4;
  align-self: start;
}

#w-node-_7f92a754-0948-f9f9-3c6b-a367b7da9dfb-7e2f7bc2 {
  grid-area: 4 / 4 / 5 / 7;
  align-self: start;
}

#w-node-a653375e-7452-9ab1-c300-0e71e08032aa-7e2f7bc2 {
  grid-area: 4 / 7 / 5 / 10;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220c5-7e2f7bc2 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220cd-7e2f7bc2 {
  grid-area: 2 / 4 / 3 / 7;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220d5-7e2f7bc2 {
  grid-area: 2 / 7 / 3 / 10;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220dd-7e2f7bc2 {
  grid-area: 2 / 10 / 3 / 13;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220e5-7e2f7bc2 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220ed-7e2f7bc2 {
  grid-area: 3 / 4 / 4 / 7;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220f5-7e2f7bc2 {
  grid-area: 3 / 7 / 4 / 10;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220fd-7e2f7bc2 {
  grid-area: 3 / 10 / 4 / 13;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c322105-7e2f7bc2 {
  grid-area: 4 / 1 / 5 / 4;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c32210d-7e2f7bc2 {
  grid-area: 4 / 4 / 5 / 7;
  align-self: start;
}

#w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c322115-7e2f7bc2 {
  grid-area: 4 / 7 / 5 / 10;
  align-self: start;
}

#w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c3-7e2f7bc2 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c4-7e2f7bc2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c6-7e2f7bc2 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de5d-7e2f7bc2 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de61-7e2f7bc2 {
  grid-area: 1 / 1 / 3 / 13;
  align-self: stretch;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de62-7e2f7bc2 {
  grid-area: 1 / 2 / 3 / 7;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de68-7e2f7bc2 {
  grid-area: 1 / 8 / 3 / 12;
  align-self: center;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de6b-7e2f7bc2 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de6c-7e2f7bc2 {
  grid-area: 2 / 11 / 3 / 13;
}

#w-node-fb134410-089c-35f4-f00a-b6737ced013c-7e2f7bc2 {
  order: -9999;
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fada-13e1fad7 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fadd-13e1fad7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fade-13e1fad7 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fae3-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fae7-13e1fad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1faeb-13e1fad7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1faef-13e1fad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fafa-13e1fad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb03-13e1fad7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb04-13e1fad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb10-13e1fad7 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb14-13e1fad7 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb21-13e1fad7 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: start;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb2a-13e1fad7 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb2e-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb30-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb32-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb34-13e1fad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb36-13e1fad7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_92963d6f-ce42-78e9-2c66-67d92beaedd4-6f2f7bc3 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_92963d6f-ce42-78e9-2c66-67d92beaedd6-6f2f7bc3 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: start;
}

#w-node-_92963d6f-ce42-78e9-2c66-67d92beaedf0-6f2f7bc3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_92963d6f-ce42-78e9-2c66-67d92beaedf4-6f2f7bc3 {
  grid-area: 1 / 8 / 2 / 15;
  align-self: stretch;
}

#w-node-ca2c6a32-baf6-302f-2c5d-ca01b5a824fe-6f2f7bc3 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: end;
}

#w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-6f2f7bc3 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_0c7fb0a8-198d-357b-2ebc-4488e1b3a8c5-6f2f7bc3 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-e84a11d0-97fd-2301-d0bf-e7b9de0869ea-6f2f7bc3 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: stretch;
}

#w-node-_3023c8ef-0639-06a9-faa3-c09ddb6f32fa-6f2f7bc3 {
  grid-area: 2 / 5 / 3 / 9;
  align-self: stretch;
}

#w-node-f1070f14-fb4d-84f2-4ebd-04e8e06e61b4-6f2f7bc3 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_28409690-028c-def5-de04-4548905babe0-6f2f7bc3 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_0fd413f5-2c99-dbe9-96d2-c79b12a5a862-6f2f7bc3 {
  order: 9999;
  grid-area: 1 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_28409690-028c-def5-de04-4548905babe3-6f2f7bc3 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: stretch;
}

#w-node-_28409690-028c-def5-de04-4548905babe4-6f2f7bc3 {
  grid-area: 2 / 4 / 3 / 8;
}

#w-node-_4941f3b0-f53c-5bc7-8b1c-33368d6b182c-6f2f7bc3 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: center;
}

#w-node-_28409690-028c-def5-de04-4548905babf5-6f2f7bc3 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_28409690-028c-def5-de04-4548905babf6-6f2f7bc3 {
  grid-area: 2 / 11 / 3 / 13;
}

#w-node-c127733c-0581-38d0-78d1-9f6984322148-6f2f7bc3 {
  order: -9999;
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d20-6f2f7bc3 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d22-6f2f7bc3 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d31-6f2f7bc3 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d33-6f2f7bc3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d3b-6f2f7bc3 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d43-6f2f7bc3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d4b-6f2f7bc3 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637d815-f02f7bc4 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-bae05c16-9d79-bb2b-f2cd-dcea7347ebe0-f02f7bc4 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842f94-f02f7bc4 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842f97-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_28ba8d10-20f4-b51c-d502-15ed31a6b6a4-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  justify-self: center;
}

#w-node-eaf53dfa-928b-76d7-13c7-b0ee0bb12b32-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: center;
}

#w-node-eaf53dfa-928b-76d7-13c7-b0ee0bb12b36-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  justify-self: center;
}

#w-node-_29f564ed-11ab-a0e7-38a7-eee2958b6270-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: center;
}

#w-node-_29f564ed-11ab-a0e7-38a7-eee2958b6274-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa1-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa3-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa4-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa5-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa8-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842faa-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fab-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fac-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842faf-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb1-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb2-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb3-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb6-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb8-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb9-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fba-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fbd-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fbf-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc0-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc1-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc4-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc6-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc7-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc8-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fcb-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fcd-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fce-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fcf-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d5c-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d5e-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d5f-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d60-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78a6-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78a8-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78a9-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78aa-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898dc-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898de-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898df-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898e0-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e654-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e656-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e657-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e658-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_493f4112-0096-17e2-d2fe-5f77709a82fc-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_493f4112-0096-17e2-d2fe-5f77709a82fe-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_493f4112-0096-17e2-d2fe-5f77709a82ff-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_493f4112-0096-17e2-d2fe-5f77709a8300-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_3b2c12b2-1817-90b6-0289-65324cdb5dfc-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3b2c12b2-1817-90b6-0289-65324cdb5dfe-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_3b2c12b2-1817-90b6-0289-65324cdb5dff-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_3b2c12b2-1817-90b6-0289-65324cdb5e00-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-dd211c5e-ecb7-e48c-d976-433712f583f3-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-dd211c5e-ecb7-e48c-d976-433712f583f5-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-dd211c5e-ecb7-e48c-d976-433712f583f6-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-dd211c5e-ecb7-e48c-d976-433712f583f7-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_7e446896-8010-125d-f0fd-00048a678961-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7e446896-8010-125d-f0fd-00048a678963-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_7e446896-8010-125d-f0fd-00048a678964-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_7e446896-8010-125d-f0fd-00048a678965-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-b146e2df-6744-eb80-9798-771388018003-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b146e2df-6744-eb80-9798-771388018005-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-b146e2df-6744-eb80-9798-771388018006-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-b146e2df-6744-eb80-9798-771388018007-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e1adaff8-6401-523f-6602-0753cd00392c-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e1adaff8-6401-523f-6602-0753cd00392e-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-e1adaff8-6401-523f-6602-0753cd00392f-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-e1adaff8-6401-523f-6602-0753cd003930-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_27a2165b-2d59-e942-156b-ec6b9997f906-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_27a2165b-2d59-e942-156b-ec6b9997f908-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_27a2165b-2d59-e942-156b-ec6b9997f909-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_27a2165b-2d59-e942-156b-ec6b9997f90a-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb11-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb13-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb14-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb15-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_14fcb1e5-6e28-a24f-6224-b183becda07c-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_14fcb1e5-6e28-a24f-6224-b183becda07e-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_14fcb1e5-6e28-a24f-6224-b183becda07f-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_14fcb1e5-6e28-a24f-6224-b183becda080-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_1ed1c700-889c-f682-f465-2fb967f049f0-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1ed1c700-889c-f682-f465-2fb967f049f2-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_1ed1c700-889c-f682-f465-2fb967f049f3-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_1ed1c700-889c-f682-f465-2fb967f049f4-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76a-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76c-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76d-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76e-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc27-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc29-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc2a-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc2b-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5b-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5d-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5e-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5f-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-ee43f8f2-d43c-0763-cb19-09f380853a91-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ee43f8f2-d43c-0763-cb19-09f380853a93-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-ee43f8f2-d43c-0763-cb19-09f380853a94-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-ee43f8f2-d43c-0763-cb19-09f380853a95-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_30434437-834b-244a-abd3-eee4ee48305f-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_30434437-834b-244a-abd3-eee4ee483061-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_30434437-834b-244a-abd3-eee4ee483062-f02f7bc4 {
  grid-area: 1 / 9 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-_30434437-834b-244a-abd3-eee4ee483063-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_91eae979-028c-f743-c2dd-98fd15b88a0f-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_91eae979-028c-f743-c2dd-98fd15b88a13-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_91eae979-028c-f743-c2dd-98fd15b88a16-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_91eae979-028c-f743-c2dd-98fd15b88a18-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-fdee724c-7afc-e9ca-dfcb-1d2f1c0699a9-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fdee724c-7afc-e9ca-dfcb-1d2f1c0699ab-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_8f379fa0-7a99-e61a-c19b-2c102d06d19f-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8f379fa0-7a99-e61a-c19b-2c102d06d1a1-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-f2c32195-3730-2340-53c8-62abb3c8b81a-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f2c32195-3730-2340-53c8-62abb3c8b81c-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_26011aad-ee67-c98e-f7bb-7a471834bf2b-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_26011aad-ee67-c98e-f7bb-7a471834bf2d-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-ab96ecab-ba8d-c9dd-b0e3-dc87e52c109f-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ab96ecab-ba8d-c9dd-b0e3-dc87e52c10a1-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_981ef5c8-69d6-4c8e-eb1d-4e93047d8459-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_981ef5c8-69d6-4c8e-eb1d-4e93047d845b-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_9e334947-0d46-5842-ba90-de89c4742b51-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9e334947-0d46-5842-ba90-de89c4742b53-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_52765dc6-18d8-65df-c663-6b981d56c1fd-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_52765dc6-18d8-65df-c663-6b981d56c1ff-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_9580bef1-1240-f4b2-3fd2-c4df6e6ec05a-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9580bef1-1240-f4b2-3fd2-c4df6e6ec05c-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_8cdf6270-2e40-41a9-1da6-e4770f1583c7-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8cdf6270-2e40-41a9-1da6-e4770f1583c9-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-bab01117-f3f1-4692-7fb3-2bfd9711d2e0-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bab01117-f3f1-4692-7fb3-2bfd9711d2e2-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_5bfcae90-9cd6-3eb9-ef92-6347af3fae00-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5bfcae90-9cd6-3eb9-ef92-6347af3fae02-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-f52a1df6-5baf-25bd-b31e-da822e0cc7fd-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f52a1df6-5baf-25bd-b31e-da822e0cc7ff-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-ea75b3eb-5c19-649f-979e-082b35679166-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea75b3eb-5c19-649f-979e-082b35679168-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-ea75b3eb-5c19-649f-979e-082b3567916b-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea75b3eb-5c19-649f-979e-082b3567916d-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-ea75b3eb-5c19-649f-979e-082b35679170-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea75b3eb-5c19-649f-979e-082b35679172-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-ea75b3eb-5c19-649f-979e-082b35679175-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea75b3eb-5c19-649f-979e-082b35679177-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8a-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8c-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8f-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d91-f02f7bc4 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
  justify-self: center;
}

#w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d94-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d96-f02f7bc4 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-f02f7bc4 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_6a3b642f-6151-fe13-9dca-735e2e45b019-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_43105449-13f1-94d4-0eee-0a8dc874a3d1-f02f7bc4 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: stretch;
}

#w-node-fec10798-8b4f-4b23-cf0d-dbd1e0ed7ed9-f02f7bc4 {
  grid-area: 2 / 5 / 3 / 9;
  align-self: stretch;
}

#w-node-_324bbd73-e6a6-27a7-28ec-65b76b258787-f02f7bc4 {
  grid-area: 2 / 9 / 3 / 13;
  align-self: stretch;
}

#w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e2-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: stretch;
}

#w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e3-f02f7bc4 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e5-f02f7bc4 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-f02f7bc4 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-b518a3d9-9b46-e836-ffb0-851464730c63-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5bea02a0-ef3e-005c-1844-79c6513554f3-f02f7bc4 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_385e3368-826a-096f-fa51-c487f61465e2-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_87d4fb64-892d-c72a-f785-6c3c5b8eb859-f02f7bc4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ec6dd02a-2f57-cff7-d0b5-1b1e4312ac90-f02f7bc4 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc16368709d-63687099 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc16368709e-63687099 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870a0-63687099 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870ad-63687099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870b1-63687099 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870b5-63687099 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870c2-63687099 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: start;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870cb-63687099 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870cf-63687099, #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d1-63687099, #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d3-63687099, #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d5-63687099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d7-63687099 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_423f42d5-9e18-46ed-5b18-c2b689310e3f-732f7bc5 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_423f42d5-9e18-46ed-5b18-c2b689310e41-732f7bc5 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_423f42d5-9e18-46ed-5b18-c2b689310e43-732f7bc5 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_423f42d5-9e18-46ed-5b18-c2b689310e4c-732f7bc5 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de5d-732f7bc5 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-d1084b2b-eeea-b8d2-17ee-77582059db18-732f7bc5 {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_0e7c9533-ca77-13ec-9882-d022aadd661c-732f7bc5 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_821b8d43-d725-6430-a6d9-703557ba5535-732f7bc5 {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-a4c4690d-5449-129e-2f9d-cb0a57a42936-732f7bc5, #w-node-_07287b77-259c-3fdf-e947-04e458b81a8d-732f7bc5 {
  grid-area: 3 / 3 / 4 / 8;
}

#w-node-_4d39a9bc-4f98-2a69-4959-c3e78d5b7a1e-732f7bc5 {
  grid-area: 4 / 3 / 5 / 12;
}

#w-node-e14573c4-e0bc-fe49-4cba-3dbd1bcf0a04-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a6853462-1fa1-ec57-ed5b-ac6976337e3a-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_0a1b6c18-f802-10e3-d79f-7d48ca5fba40-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0a1b6c18-f802-10e3-d79f-7d48ca5fba42-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_7b1ab9fe-bc29-1dff-39a8-d7217c057ce9-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b1ab9fe-bc29-1dff-39a8-d7217c057ceb-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-ad939bef-fd36-c6f5-c5e2-b2cd93fb4d4b-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ad939bef-fd36-c6f5-c5e2-b2cd93fb4d4d-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_49e65421-9297-7e66-1caf-e210b99c353a-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_49e65421-9297-7e66-1caf-e210b99c353c-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_80577c9e-d8f9-04b5-7443-8273264f105c-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_80577c9e-d8f9-04b5-7443-8273264f105e-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-e6f70b1d-6a2f-d803-5303-a17a278897f8-732f7bc5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e6f70b1d-6a2f-d803-5303-a17a278897fa-732f7bc5 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_72839f1f-f344-28ad-9c55-8f544304a732-732f7bc5 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-de72b943-db33-fa58-006f-db2998277cde-732f7bc5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da45-732f7bc5 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da59-732f7bc5 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da5d-732f7bc5 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da6a-732f7bc5 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: start;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da73-732f7bc5 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da77-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da79-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7b-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7d-732f7bc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7f-732f7bc5 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ce518d91-cc2a-fbe8-f26d-539fd637d815-502f7bc6 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_5b02651f-ce50-cf86-236a-656147e36ce0-502f7bc6 {
  grid-area: 1 / 4 / 5 / 10;
}

#w-node-_3a12a60e-27c3-f4f1-ded9-626912b440a4-502f7bc6 {
  grid-area: 1 / 2 / 4 / 4;
  align-self: start;
}

#w-node-f55b0291-c32d-d9ef-ea2e-c6ec8ffce141-502f7bc6 {
  grid-area: 4 / 11 / 6 / 13;
  align-self: start;
}

#w-node-_66c44661-f0ec-7cd9-b464-463b040f308d-502f7bc6 {
  grid-area: 6 / 4 / 8 / 7;
  align-self: start;
}

#w-node-f9b0459f-43ae-f096-71d6-86de08163eec-502f7bc6 {
  grid-area: 1 / 11 / 3 / 12;
  align-self: start;
}

#w-node-_79f37d6b-cd86-bffd-38d8-d770a36d8cdb-502f7bc6 {
  grid-area: 6 / 8 / 7 / 10;
  align-self: start;
}

#w-node-_2daa24b5-fcdd-ddbc-5f73-c855a04dd057-502f7bc6 {
  grid-area: 5 / 2 / 6 / 4;
  align-self: start;
}

#w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-502f7bc6 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-f22a069c-124d-4dfa-56de-41e0607edebc-502f7bc6 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_5b4bf6f9-6426-cc24-1ca9-d1acb65f94db-502f7bc6 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: start;
}

#w-node-_945ed110-177c-17af-0228-fc189fc3f5ef-502f7bc6 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_1f0a4135-d9a7-04f0-c036-25094442a154-502f7bc6 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-f464934c-ba43-4af4-0d39-aad2e5ba9659-502f7bc6, #w-node-_2ec48bef-726f-adbb-2adf-ea298b100f06-502f7bc6 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f4d767e1-4ae0-3287-5347-04cdb6735821-502f7bc6 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_50cac575-3b64-b528-6577-9a5fcfd4aa92-502f7bc6 {
  grid-area: 2 / 4 / 3 / 7;
  justify-self: center;
}

#w-node-_2b849823-2498-912e-2cb0-0286b3e245fa-502f7bc6 {
  grid-area: 2 / 6 / 3 / 10;
  justify-self: center;
}

#w-node-bd7c46ed-7ecb-91ef-7981-fdd0acd4c76d-502f7bc6 {
  grid-area: 2 / 9 / 3 / 12;
  justify-self: center;
}

#w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f6-502f7bc6 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f8-502f7bc6 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0fd-502f7bc6 {
  grid-area: 2 / 5 / 3 / 7;
  justify-self: start;
}

#w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf102-502f7bc6 {
  grid-area: 2 / 7 / 3 / 9;
  justify-self: center;
}

#w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf107-502f7bc6 {
  grid-area: 2 / 10 / 3 / 12;
  justify-self: center;
}

#w-node-_88662d45-d050-2817-aabd-d55f80d1b1d0-502f7bc6, #w-node-_6073f7ae-0ca1-f945-8f9d-97239d8f6554-502f7bc6, #w-node-_296fef19-bd2e-6de6-7128-cab0331dc98d-502f7bc6 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f29-502f7bc6 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: stretch;
}

#w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2a-502f7bc6 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2c-502f7bc6 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-502f7bc6 {
  grid-area: 1 / 2 / 2 / 14;
}

#w-node-_0bbb56cd-5ea6-78d9-85d9-0698a81edebd-502f7bc6 {
  grid-area: 1 / 1 / 3 / 5;
  align-self: stretch;
}

#w-node-_4487225c-4392-994a-6bec-b84c5d6db94f-502f7bc6 {
  grid-area: 2 / 5 / 3 / 8;
  align-self: stretch;
}

#w-node-b7401f63-33d0-3194-70cc-6852c37ae8d2-502f7bc6 {
  grid-area: 2 / 8 / 3 / 13;
  align-self: stretch;
}

#w-node-ede30745-1787-e84a-115d-726cfdfb4e29-502f7bc6 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_136c09f8-b749-705d-25cf-b1b9cba70b4b-502f7bc6 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-ea04e319-3687-b3c2-97d4-d1c255a184fd-632f7bc0 {
    grid-column: 1 / 5;
  }

  #w-node-cb06ab74-585d-ee2a-9b5a-ea22380b9521-632f7bc0 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_93d73ea1-8185-2dc6-201e-709dc8a5ac6b-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-cb0facee-083b-6f00-056e-eebf1a8882ee-632f7bc0 {
    grid-column: 5 / 9;
  }

  #w-node-_2e7febc3-4a95-ebff-31ae-3154545a2b7a-632f7bc0 {
    grid-column: 1 / 9;
  }

  #w-node-_98088373-0529-f631-c8d2-ed172328edac-632f7bc0 {
    grid-column-end: 5;
  }

  #w-node-_1bdfc77b-193c-62d4-a65e-33028bf4e189-632f7bc0 {
    grid-column: 5 / 9;
  }

  #w-node-ef50c4a2-9977-2896-fa94-16c39d118918-632f7bc0, #w-node-caa8d425-60c6-6dce-b7cd-59fd15c30a8b-632f7bc0 {
    grid-column: 3 / 5;
  }

  #w-node-_30615907-0151-3036-2b2b-91d996a9c443-632f7bc0 {
    grid-column: 1 / 9;
  }

  #w-node-cf1016ad-21e5-bc78-15bd-64d3a094de02-632f7bc0 {
    grid-row-end: 7;
    grid-column-end: 5;
    align-self: end;
  }

  #w-node-b330fe87-65d9-7e42-9520-e6316939f8ea-632f7bc0 {
    grid-row: 1 / 6;
    grid-column-end: 9;
  }

  #w-node-d6459db0-f628-7539-16bf-0ecfd9c76e14-632f7bc0 {
    grid-area: 1 / 5 / 2 / 9;
    align-self: center;
  }

  #w-node-de8ff48d-d67e-cc99-653e-785e906bd83a-632f7bc0 {
    grid-column: 5 / 9;
    justify-self: start;
  }

  #w-node-_3ed82f3e-6e00-9f10-3970-9981b272bda2-632f7bc0 {
    grid-row: 3 / 4;
    grid-column-start: 5;
    align-self: center;
  }

  #w-node-ed8b90e4-057c-7d70-cd04-eb58f90d9e33-632f7bc0 {
    grid-area: 4 / 5 / 5 / 9;
    justify-self: start;
  }

  #w-node-f1eba695-e6a9-37ca-ff46-88dadd573392-632f7bc0 {
    grid-area: 5 / 5 / 6 / 9;
    align-self: center;
  }

  #w-node-_28a861e3-cafc-6e46-9069-1bc35990ac7b-632f7bc0 {
    grid-row: 6 / 7;
    grid-column-end: 9;
  }

  #w-node-_76e01e2f-85cb-eb87-2bdc-13f2465f5b46-632f7bc0 {
    grid-row-end: 6;
  }

  #w-node-_2caf6e17-e47e-2f5b-aa13-a8386834c623-632f7bc0 {
    grid-column-end: 5;
  }

  #w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4269-632f7bc0 {
    grid-column: 5 / 9;
  }

  #w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4278-632f7bc0 {
    grid-column-start: 1;
  }

  #w-node-_73dc230d-8984-345d-dd19-3ccc54383b75-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3e7-632f7bc0 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3e8-632f7bc0 {
    grid-column-end: 3;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3f0-632f7bc0 {
    grid-column: 3 / 5;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3f8-632f7bc0 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e400-632f7bc0 {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-f6fe1bee-e9e5-cb95-9930-081388213e3f-632f7bc0 {
    grid-column: 1 / 5;
  }

  #w-node-f6fe1bee-e9e5-cb95-9930-081388213e41-632f7bc0 {
    grid-column-end: 9;
  }

  #w-node-_0ec6f387-6063-27fa-1bd3-3da8022b9cde-632f7bc0 {
    grid-column: 5 / 9;
  }

  #w-node-e8954c8b-52d8-6bba-7741-72151140caeb-632f7bc0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a9e33d92-4143-4c6c-02ff-6dcfc3de3375-632f7bc0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0af98d68-1560-281f-01b1-4c209a6586b7-632f7bc0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_560b4120-ac08-d023-ab2e-195da03b02eb-632f7bc0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3b8de908-1f7e-d721-4334-804532c31bff-632f7bc0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2898886d-b281-e7ae-3b8b-95afa6015d45-632f7bc0 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6481fa99-c746-410a-3766-b1349196ee76-632f7bc0 {
    grid-column: 1 / 9;
  }

  #w-node-ed7403a4-db0e-17ba-832a-37ca76eb8554-632f7bc0 {
    grid-column-end: 6;
  }

  #w-node-c5504a38-c113-9457-9409-a4b436a03214-632f7bc0 {
    grid-column-end: 5;
  }

  #w-node-c5504a38-c113-9457-9409-a4b436a03215-632f7bc0 {
    grid-column: 5 / 9;
  }

  #w-node-c5504a38-c113-9457-9409-a4b436a03217-632f7bc0 {
    grid-column-start: 1;
  }

  #w-node-_457b8112-4d13-bbe6-a9e5-2274b9318c1d-632f7bc0 {
    grid-column: 1 / 5;
  }

  #w-node-_7db70daa-8b62-1ebe-64ff-70b9052d457d-632f7bc0 {
    grid-column-end: 9;
  }

  #w-node-ccf13c8d-15bf-e740-5e4e-3f6ed047d211-632f7bc0 {
    grid-column: 5 / 9;
    align-self: start;
  }

  #w-node-b4cc9189-25f4-edc9-2181-464e2d63a280-632f7bc0, #w-node-_35d14f65-0b36-2b34-c9fd-bd21eccad430-632f7bc0 {
    grid-column: 1 / 9;
  }

  #w-node-_33c410e3-1cc4-e300-acf7-e7affe58443d-632f7bc0 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_5a05bf32-baf7-cd3b-a297-b06af0a75a86-632f7bc0 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521f9f1-5521f9ed {
    grid-column: 1 / 9;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521f9f4-5521f9ed {
    grid-column: 1 / 5;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa01-5521f9ed {
    grid-area: 1 / 6 / 2 / 9;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa05-5521f9ed {
    grid-column: 4 / 6;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa09-5521f9ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa16-5521f9ed {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa1f-5521f9ed {
    grid-area: 2 / 6 / 3 / 9;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa2b-5521f9ed {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c93b-612f7bc1 {
    grid-column: 1 / 9;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c93d-612f7bc1 {
    grid-row: 1 / 3;
    grid-column-end: 9;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c93e-612f7bc1 {
    grid-column: 1 / 5;
    grid-row-end: 3;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c940-612f7bc1 {
    grid-area: 1 / 5 / 3 / 8;
    align-self: center;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-7e2f7bc2 {
    grid-column: 1 / 5;
  }

  #w-node-fb74275d-979b-5911-7fad-ede8de80ed5e-7e2f7bc2 {
    grid-column-end: 9;
  }

  #w-node-_58571888-ad29-51cd-de7f-ae22926bae07-7e2f7bc2 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_58571888-ad29-51cd-de7f-ae22926bae3e-7e2f7bc2 {
    grid-column-start: 1;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2a-7e2f7bc2 {
    grid-column: 1 / 9;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2c-7e2f7bc2 {
    grid-column: 1 / 9;
    grid-row-end: 2;
  }

  #w-node-cc5efccf-af85-3808-753d-6ac34180ed59-7e2f7bc2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e09b51c7-3b7d-e79e-b980-cba67753bf44-7e2f7bc2 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_6e6b4663-1e99-3908-4e3a-02007884da15-7e2f7bc2 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d1407-7e2f7bc2 {
    grid-column: 1 / 9;
  }

  #w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d1409-7e2f7bc2 {
    grid-row: 1 / 3;
    grid-column-end: 9;
  }

  #w-node-be42ff4b-d142-f8fa-808b-dddcab38e050-7e2f7bc2 {
    grid-column: 1 / 5;
    grid-row-end: 3;
    align-self: end;
  }

  #w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d140a-7e2f7bc2 {
    grid-area: 1 / 5 / 3 / 9;
    align-self: center;
  }

  #w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-7e2f7bc2, #w-node-_5b567700-65a4-6be5-a64f-61d2d4bcd695-7e2f7bc2 {
    grid-column: 1 / 9;
  }

  #w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c3-7e2f7bc2 {
    grid-column-end: 5;
  }

  #w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c4-7e2f7bc2 {
    grid-column: 5 / 9;
  }

  #w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c6-7e2f7bc2, #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de5d-7e2f7bc2 {
    grid-column: 1 / 9;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de61-7e2f7bc2 {
    grid-row: 1 / 3;
    grid-column-end: 9;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de62-7e2f7bc2 {
    grid-area: 1 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de68-7e2f7bc2 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de6b-7e2f7bc2 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-fb134410-089c-35f4-f00a-b6737ced013c-7e2f7bc2 {
    grid-row-end: 3;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fada-13e1fad7 {
    grid-column: 1 / 9;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb10-13e1fad7 {
    grid-column: 4 / 6;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb14-13e1fad7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb21-13e1fad7 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb2a-13e1fad7 {
    grid-area: 2 / 6 / 3 / 9;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb36-13e1fad7 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedd4-6f2f7bc3 {
    grid-column: 1 / 5;
  }

  #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedd6-6f2f7bc3 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedf4-6f2f7bc3 {
    grid-column: 5 / 9;
  }

  #w-node-ca2c6a32-baf6-302f-2c5d-ca01b5a824fe-6f2f7bc3 {
    grid-column-end: 5;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-6f2f7bc3 {
    grid-column: 1 / 5;
  }

  #w-node-_0c7fb0a8-198d-357b-2ebc-4488e1b3a8c5-6f2f7bc3 {
    grid-column-end: 5;
  }

  #w-node-_28409690-028c-def5-de04-4548905babe0-6f2f7bc3 {
    grid-column: 1 / 9;
  }

  #w-node-_0fd413f5-2c99-dbe9-96d2-c79b12a5a862-6f2f7bc3 {
    order: 9999;
    grid-row: 1 / 7;
    grid-column-end: 5;
    align-self: end;
  }

  #w-node-_28409690-028c-def5-de04-4548905babe3-6f2f7bc3 {
    grid-row: 2 / 6;
    grid-column-end: 9;
  }

  #w-node-_28409690-028c-def5-de04-4548905babe4-6f2f7bc3 {
    grid-area: 2 / 5 / 6 / 9;
    align-self: center;
  }

  #w-node-_4941f3b0-f53c-5bc7-8b1c-33368d6b182c-6f2f7bc3 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_28409690-028c-def5-de04-4548905babf5-6f2f7bc3 {
    grid-row: 6 / 7;
    grid-column-end: 9;
  }

  #w-node-c127733c-0581-38d0-78d1-9f6984322148-6f2f7bc3 {
    grid-row-end: 6;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d20-6f2f7bc3 {
    grid-column: 1 / 9;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d22-6f2f7bc3 {
    grid-column-end: 5;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d31-6f2f7bc3 {
    grid-column: 5 / 9;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d3b-6f2f7bc3, #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d4b-6f2f7bc3 {
    grid-column: 3 / 5;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637d815-f02f7bc4 {
    grid-column: 1 / 9;
  }

  #w-node-bae05c16-9d79-bb2b-f2cd-dcea7347ebe0-f02f7bc4 {
    grid-column: 2 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842f94-f02f7bc4 {
    grid-column-end: 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842f97-f02f7bc4 {
    align-self: center;
  }

  #w-node-_28ba8d10-20f4-b51c-d502-15ed31a6b6a4-f02f7bc4 {
    grid-column: 6 / 7;
    align-self: center;
  }

  #w-node-eaf53dfa-928b-76d7-13c7-b0ee0bb12b32-f02f7bc4 {
    grid-column: 7 / 8;
    align-self: center;
  }

  #w-node-eaf53dfa-928b-76d7-13c7-b0ee0bb12b36-f02f7bc4 {
    grid-column: 6 / 7;
    align-self: center;
  }

  #w-node-_29f564ed-11ab-a0e7-38a7-eee2958b6270-f02f7bc4 {
    grid-column: 8 / 9;
    align-self: center;
  }

  #w-node-_29f564ed-11ab-a0e7-38a7-eee2958b6274-f02f7bc4 {
    grid-column: 6 / 7;
    align-self: center;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa3-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa4-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fa5-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842faa-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fab-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fac-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb1-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb2-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb3-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb8-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fb9-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fba-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fbf-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc0-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc1-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc6-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc7-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fc8-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fcd-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fce-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e80dd1d1-a0c1-4ce9-0d98-3228df842fcf-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d5e-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d5f-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_08a0b27e-1dad-508b-4373-0e69a9c44d60-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78a8-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78a9-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_8cd9ad0c-324d-4d36-6f21-8d0dbe7f78aa-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898de-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898df-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-a7aca92f-57c0-c0cb-7ef7-81efc5b898e0-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e656-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e657-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_8928c8dd-36fb-ba1e-8191-5af3bdb9e658-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_493f4112-0096-17e2-d2fe-5f77709a82fe-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_493f4112-0096-17e2-d2fe-5f77709a82ff-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_493f4112-0096-17e2-d2fe-5f77709a8300-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_3b2c12b2-1817-90b6-0289-65324cdb5dfe-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_3b2c12b2-1817-90b6-0289-65324cdb5dff-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_3b2c12b2-1817-90b6-0289-65324cdb5e00-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-dd211c5e-ecb7-e48c-d976-433712f583f5-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-dd211c5e-ecb7-e48c-d976-433712f583f6-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-dd211c5e-ecb7-e48c-d976-433712f583f7-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_7e446896-8010-125d-f0fd-00048a678963-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_7e446896-8010-125d-f0fd-00048a678964-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_7e446896-8010-125d-f0fd-00048a678965-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-b146e2df-6744-eb80-9798-771388018005-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-b146e2df-6744-eb80-9798-771388018006-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-b146e2df-6744-eb80-9798-771388018007-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-e1adaff8-6401-523f-6602-0753cd00392e-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-e1adaff8-6401-523f-6602-0753cd00392f-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-e1adaff8-6401-523f-6602-0753cd003930-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_27a2165b-2d59-e942-156b-ec6b9997f908-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_27a2165b-2d59-e942-156b-ec6b9997f909-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_27a2165b-2d59-e942-156b-ec6b9997f90a-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb13-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb14-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_82ff273d-8bf7-9fbd-bdea-66c1bc07eb15-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_14fcb1e5-6e28-a24f-6224-b183becda07e-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_14fcb1e5-6e28-a24f-6224-b183becda07f-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_14fcb1e5-6e28-a24f-6224-b183becda080-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_1ed1c700-889c-f682-f465-2fb967f049f2-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_1ed1c700-889c-f682-f465-2fb967f049f3-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_1ed1c700-889c-f682-f465-2fb967f049f4-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76c-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76d-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_1445ecd0-2ae1-b81e-2ab5-cffba079d76e-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc29-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc2a-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_8857eb8b-5e10-fc5c-9b05-f160232dcc2b-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5d-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5e-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_7a80c85b-0422-0116-c055-7be4d9ec0a5f-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-ee43f8f2-d43c-0763-cb19-09f380853a93-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-ee43f8f2-d43c-0763-cb19-09f380853a94-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-ee43f8f2-d43c-0763-cb19-09f380853a95-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_30434437-834b-244a-abd3-eee4ee483061-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_30434437-834b-244a-abd3-eee4ee483062-f02f7bc4 {
    grid-column: 7 / 8;
  }

  #w-node-_30434437-834b-244a-abd3-eee4ee483063-f02f7bc4, #w-node-_91eae979-028c-f743-c2dd-98fd15b88a13-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_91eae979-028c-f743-c2dd-98fd15b88a18-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-fdee724c-7afc-e9ca-dfcb-1d2f1c0699ab-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_8f379fa0-7a99-e61a-c19b-2c102d06d1a1-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-f2c32195-3730-2340-53c8-62abb3c8b81c-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_26011aad-ee67-c98e-f7bb-7a471834bf2d-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-ab96ecab-ba8d-c9dd-b0e3-dc87e52c10a1-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_981ef5c8-69d6-4c8e-eb1d-4e93047d845b-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_9e334947-0d46-5842-ba90-de89c4742b53-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_52765dc6-18d8-65df-c663-6b981d56c1ff-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_9580bef1-1240-f4b2-3fd2-c4df6e6ec05c-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_8cdf6270-2e40-41a9-1da6-e4770f1583c9-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-bab01117-f3f1-4692-7fb3-2bfd9711d2e2-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_5bfcae90-9cd6-3eb9-ef92-6347af3fae02-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-f52a1df6-5baf-25bd-b31e-da822e0cc7ff-f02f7bc4, #w-node-ea75b3eb-5c19-649f-979e-082b35679168-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b3567916d-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679172-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679177-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8c-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d91-f02f7bc4 {
    grid-column: 6 / 7;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d96-f02f7bc4 {
    grid-column: 8 / 9;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-f02f7bc4 {
    grid-column: 1 / 5;
  }

  #w-node-_6a3b642f-6151-fe13-9dca-735e2e45b019-f02f7bc4 {
    grid-column-end: 5;
  }

  #w-node-_43105449-13f1-94d4-0eee-0a8dc874a3d1-f02f7bc4 {
    grid-column-end: 9;
  }

  #w-node-fec10798-8b4f-4b23-cf0d-dbd1e0ed7ed9-f02f7bc4 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_324bbd73-e6a6-27a7-28ec-65b76b258787-f02f7bc4 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e2-f02f7bc4 {
    grid-column-end: 5;
  }

  #w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e3-f02f7bc4 {
    grid-column: 5 / 9;
  }

  #w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e5-f02f7bc4 {
    grid-column-start: 1;
  }

  #w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-f02f7bc4, #w-node-_5bea02a0-ef3e-005c-1844-79c6513554f3-f02f7bc4 {
    grid-column: 1 / 9;
  }

  #w-node-_385e3368-826a-096f-fa51-c487f61465e2-f02f7bc4 {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-ec6dd02a-2f57-cff7-d0b5-1b1e4312ac90-f02f7bc4 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc16368709d-63687099 {
    grid-column: 1 / 9;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870a0-63687099 {
    grid-column: 1 / 5;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870ad-63687099 {
    grid-area: 1 / 6 / 2 / 9;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870b1-63687099 {
    grid-column: 4 / 6;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870b5-63687099 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870c2-63687099 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870cb-63687099 {
    grid-area: 2 / 6 / 3 / 9;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d7-63687099 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de5d-732f7bc5, #w-node-d1084b2b-eeea-b8d2-17ee-77582059db18-732f7bc5 {
    grid-column: 1 / 9;
  }

  #w-node-_0e7c9533-ca77-13ec-9882-d022aadd661c-732f7bc5 {
    grid-column: 1 / 2;
  }

  #w-node-_821b8d43-d725-6430-a6d9-703557ba5535-732f7bc5 {
    grid-column: 2 / 9;
  }

  #w-node-a4c4690d-5449-129e-2f9d-cb0a57a42936-732f7bc5, #w-node-_4d39a9bc-4f98-2a69-4959-c3e78d5b7a1e-732f7bc5, #w-node-_72839f1f-f344-28ad-9c55-8f544304a732-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da45-732f7bc5 {
    grid-column: 1 / 9;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da59-732f7bc5 {
    grid-column: 4 / 6;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da5d-732f7bc5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da6a-732f7bc5 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da73-732f7bc5 {
    grid-area: 2 / 6 / 3 / 9;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7f-732f7bc5 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637d815-502f7bc6 {
    grid-column: 1 / 9;
  }

  #w-node-_5b02651f-ce50-cf86-236a-656147e36ce0-502f7bc6 {
    grid-column: 3 / 7;
    grid-row-start: 2;
  }

  #w-node-_3a12a60e-27c3-f4f1-ded9-626912b440a4-502f7bc6 {
    grid-column: 1 / 3;
    grid-row-start: 2;
    align-self: center;
  }

  #w-node-f55b0291-c32d-d9ef-ea2e-c6ec8ffce141-502f7bc6 {
    grid-column: 7 / 9;
    grid-row-end: 7;
    justify-self: center;
  }

  #w-node-_66c44661-f0ec-7cd9-b464-463b040f308d-502f7bc6 {
    grid-area: 5 / 3 / 7 / 5;
    justify-self: center;
  }

  #w-node-f9b0459f-43ae-f096-71d6-86de08163eec-502f7bc6 {
    grid-area: 3 / 7 / 5 / 9;
    justify-self: center;
  }

  #w-node-_79f37d6b-cd86-bffd-38d8-d770a36d8cdb-502f7bc6 {
    grid-column: 6 / 7;
    grid-row-start: 5;
  }

  #w-node-_2daa24b5-fcdd-ddbc-5f73-c855a04dd057-502f7bc6 {
    grid-column: 1 / 3;
    grid-row-end: 7;
    justify-self: center;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-502f7bc6 {
    grid-column: 1 / 5;
  }

  #w-node-_5b4bf6f9-6426-cc24-1ca9-d1acb65f94db-502f7bc6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_945ed110-177c-17af-0228-fc189fc3f5ef-502f7bc6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_1f0a4135-d9a7-04f0-c036-25094442a154-502f7bc6 {
    grid-column: 1 / 5;
    justify-self: stretch;
  }

  #w-node-_2ec48bef-726f-adbb-2adf-ea298b100f06-502f7bc6 {
    grid-column: 1 / 5;
  }

  #w-node-f4d767e1-4ae0-3287-5347-04cdb6735821-502f7bc6 {
    grid-column: 1 / 3;
  }

  #w-node-_50cac575-3b64-b528-6577-9a5fcfd4aa92-502f7bc6 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_2b849823-2498-912e-2cb0-0286b3e245fa-502f7bc6 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: start;
  }

  #w-node-bd7c46ed-7ecb-91ef-7981-fdd0acd4c76d-502f7bc6 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: start;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f4-502f7bc6 {
    grid-area: 1 / 5 / 4 / 9;
    align-self: stretch;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f6-502f7bc6 {
    grid-column: 1 / 5;
    align-self: center;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f8-502f7bc6 {
    grid-column: 1 / 3;
    align-self: center;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0fd-502f7bc6 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf102-502f7bc6 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf107-502f7bc6 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_88662d45-d050-2817-aabd-d55f80d1b1d0-502f7bc6 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6073f7ae-0ca1-f945-8f9d-97239d8f6554-502f7bc6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_296fef19-bd2e-6de6-7128-cab0331dc98d-502f7bc6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f29-502f7bc6 {
    grid-column-end: 5;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2a-502f7bc6 {
    grid-column: 5 / 9;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2c-502f7bc6, #w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-502f7bc6 {
    grid-column: 1 / 9;
  }

  #w-node-_0bbb56cd-5ea6-78d9-85d9-0698a81edebd-502f7bc6 {
    grid-column-end: 4;
  }

  #w-node-b7401f63-33d0-3194-70cc-6852c37ae8d2-502f7bc6 {
    grid-column: 4 / 9;
  }

  #w-node-ede30745-1787-e84a-115d-726cfdfb4e29-502f7bc6 {
    grid-column: 4 / 9;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_136c09f8-b749-705d-25cf-b1b9cba70b4b-502f7bc6 {
    grid-column: 4 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea04e319-3687-b3c2-97d4-d1c255a184fd-632f7bc0, #w-node-cb06ab74-585d-ee2a-9b5a-ea22380b9521-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-_8ea13bb9-e382-e49a-3e79-dbf5a4e2a04a-632f7bc0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6fbb418-f20e-ec8d-a8f9-20efb784f2ed-632f7bc0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2b8926a4-336c-e438-7f61-605c07dd5241-632f7bc0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1725dda6-cf52-b218-a504-58c7dd6fc7db-632f7bc0 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-cb0facee-083b-6f00-056e-eebf1a8882ee-632f7bc0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_2e7febc3-4a95-ebff-31ae-3154545a2b7a-632f7bc0, #w-node-_98088373-0529-f631-c8d2-ed172328edac-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-_1bdfc77b-193c-62d4-a65e-33028bf4e189-632f7bc0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d3655c1b-de48-ecd7-e4ec-b160e20fe83f-632f7bc0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ef50c4a2-9977-2896-fa94-16c39d118918-632f7bc0 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_97109cd0-5109-de6d-1076-098878bf9da9-632f7bc0 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-caa8d425-60c6-6dce-b7cd-59fd15c30a8b-632f7bc0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e5b76f7d-817b-0ea2-7125-2e46867dfbe7-632f7bc0, #w-node-_0b656e62-ed7f-c38f-7baa-8db420ed2c6e-632f7bc0 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_30615907-0151-3036-2b2b-91d996a9c443-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-cf1016ad-21e5-bc78-15bd-64d3a094de02-632f7bc0 {
    order: 20;
    grid-row: 6 / 8;
    grid-column-end: 7;
    align-self: end;
  }

  #w-node-b330fe87-65d9-7e42-9520-e6316939f8ea-632f7bc0 {
    grid-area: 1 / 1 / 8 / 7;
    align-self: stretch;
  }

  #w-node-d6459db0-f628-7539-16bf-0ecfd9c76e14-632f7bc0, #w-node-de8ff48d-d67e-cc99-653e-785e906bd83a-632f7bc0, #w-node-_3ed82f3e-6e00-9f10-3970-9981b272bda2-632f7bc0, #w-node-ed8b90e4-057c-7d70-cd04-eb58f90d9e33-632f7bc0, #w-node-f1eba695-e6a9-37ca-ff46-88dadd573392-632f7bc0 {
    grid-column: 1 / 7;
  }

  #w-node-_28a861e3-cafc-6e46-9069-1bc35990ac7b-632f7bc0 {
    order: 10;
    grid-row: 7 / 8;
    grid-column-end: 7;
    align-self: end;
  }

  #w-node-_2caf6e17-e47e-2f5b-aa13-a8386834c623-632f7bc0 {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4269-632f7bc0 {
    grid-column: 1 / 7;
  }

  #w-node-b7e70699-e0e6-a04a-05d0-fd0266aa4278-632f7bc0, #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3e7-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e3f8-632f7bc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_689ab589-76e2-1530-7a2a-f19c78d0e400-632f7bc0 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-f6fe1bee-e9e5-cb95-9930-081388213e3f-632f7bc0, #w-node-_6481fa99-c746-410a-3766-b1349196ee76-632f7bc0, #w-node-ed7403a4-db0e-17ba-832a-37ca76eb8554-632f7bc0, #w-node-_22c26dad-d989-0b83-d916-5da8be898b6a-632f7bc0 {
    grid-column-end: 7;
  }

  #w-node-c5504a38-c113-9457-9409-a4b436a03214-632f7bc0 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-c5504a38-c113-9457-9409-a4b436a03215-632f7bc0 {
    grid-column: 1 / 7;
  }

  #w-node-c5504a38-c113-9457-9409-a4b436a03217-632f7bc0, #w-node-_457b8112-4d13-bbe6-a9e5-2274b9318c1d-632f7bc0, #w-node-b4cc9189-25f4-edc9-2181-464e2d63a280-632f7bc0, #w-node-_740eff90-6458-0d60-5f84-f1b75521f9f1-5521f9ed {
    grid-column-end: 7;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa05-5521f9ed {
    grid-column-start: 2;
    justify-self: center;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa09-5521f9ed {
    grid-column-end: 3;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa16-5521f9ed {
    grid-column: 4 / 7;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa1f-5521f9ed {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa25-5521f9ed, #w-node-_740eff90-6458-0d60-5f84-f1b75521fa27-5521f9ed, #w-node-_740eff90-6458-0d60-5f84-f1b75521fa29-5521f9ed {
    justify-self: center;
  }

  #w-node-_740eff90-6458-0d60-5f84-f1b75521fa2b-5521f9ed {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c93b-612f7bc1 {
    grid-column-end: 7;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c93d-612f7bc1 {
    grid-area: 1 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c93e-612f7bc1 {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-_788f4af8-e60a-940c-6fc3-de984035c940-612f7bc1 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-7e2f7bc2 {
    grid-column-end: 7;
  }

  #w-node-_58571888-ad29-51cd-de7f-ae22926bae07-7e2f7bc2 {
    grid-column: 1 / 9;
  }

  #w-node-_58571888-ad29-51cd-de7f-ae22926bae18-7e2f7bc2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_77000424-d429-2681-b904-9d23a4eb5cd5-7e2f7bc2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2a-7e2f7bc2 {
    grid-column: 1 / 7;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2c-7e2f7bc2, #w-node-cc5efccf-af85-3808-753d-6ac34180ed59-7e2f7bc2 {
    grid-column-end: 7;
  }

  #w-node-e09b51c7-3b7d-e79e-b980-cba67753bf44-7e2f7bc2 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_6e6b4663-1e99-3908-4e3a-02007884da15-7e2f7bc2 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_23f2adf5-6b04-9209-7221-b8f5e5bc3e30-7e2f7bc2 {
    grid-column-end: 7;
  }

  #w-node-_8d686686-e998-ab42-e290-0cd38391645a-7e2f7bc2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d1407-7e2f7bc2 {
    grid-column-end: 7;
  }

  #w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d1409-7e2f7bc2 {
    grid-area: 1 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-be42ff4b-d142-f8fa-808b-dddcab38e050-7e2f7bc2 {
    grid-row-start: 2;
    grid-column-end: 7;
  }

  #w-node-_84a1a8e4-9bfb-1105-06a6-fe7bf72d140a-7e2f7bc2 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-7e2f7bc2, #w-node-_5b567700-65a4-6be5-a64f-61d2d4bcd695-7e2f7bc2 {
    grid-column-end: 7;
  }

  #w-node-d1883fb3-e141-3cbc-4b5e-afbff1d32569-7e2f7bc2, #w-node-_68c9831a-e0fb-e0cb-8ac9-b683741767e9-7e2f7bc2, #w-node-c43acd31-88e1-4555-9e05-e05cc842369e-7e2f7bc2, #w-node-_66241713-c018-373f-6c10-0e0b702b1996-7e2f7bc2, #w-node-f1986dab-6657-784d-b49a-9c2ae0557398-7e2f7bc2, #w-node-b2ba2fc3-5cf2-6501-2491-7d3d9eca20b5-7e2f7bc2, #w-node-d65af406-317c-5b86-39e1-c3e8be35afeb-7e2f7bc2, #w-node-c18c9a9d-7375-1824-e626-0967d083d230-7e2f7bc2, #w-node-_9fc7bd5d-fac3-02c8-f0b7-2fd002beffae-7e2f7bc2, #w-node-_7f92a754-0948-f9f9-3c6b-a367b7da9dfb-7e2f7bc2, #w-node-a653375e-7452-9ab1-c300-0e71e08032aa-7e2f7bc2 {
    grid-column-end: 4;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220c5-7e2f7bc2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220cd-7e2f7bc2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220d5-7e2f7bc2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220dd-7e2f7bc2 {
    grid-column: 2 / 3;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220e5-7e2f7bc2 {
    grid-column-end: 2;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220ed-7e2f7bc2 {
    grid-column: 2 / 3;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220f5-7e2f7bc2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c3220fd-7e2f7bc2 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c322105-7e2f7bc2 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c32210d-7e2f7bc2 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_1c8ae01c-a69a-0f8f-a18b-9a777c322115-7e2f7bc2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c3-7e2f7bc2 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c4-7e2f7bc2 {
    grid-column: 1 / 7;
  }

  #w-node-d34f5e1f-a3d7-eca0-480d-111f9a6433c6-7e2f7bc2, #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de5d-7e2f7bc2 {
    grid-column-end: 7;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de61-7e2f7bc2 {
    grid-area: 1 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de62-7e2f7bc2 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de68-7e2f7bc2 {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de6b-7e2f7bc2 {
    grid-row: 3 / 4;
    grid-column-end: 7;
    align-self: end;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fada-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fadd-13e1fad7 {
    grid-column-end: 7;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fade-13e1fad7 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1faef-13e1fad7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fafa-13e1fad7 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb03-13e1fad7 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb04-13e1fad7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb10-13e1fad7 {
    grid-column-start: 2;
    justify-self: center;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb14-13e1fad7 {
    grid-column-end: 3;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb21-13e1fad7 {
    grid-column: 4 / 7;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb2a-13e1fad7 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb30-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb32-13e1fad7, #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb34-13e1fad7 {
    justify-self: center;
  }

  #w-node-_55f399f9-d2b1-c4e8-1e99-cacd13e1fb36-13e1fad7 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedd4-6f2f7bc3, #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedd6-6f2f7bc3 {
    grid-column-end: 7;
  }

  #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedf0-6f2f7bc3 {
    grid-column-end: 5;
  }

  #w-node-_92963d6f-ce42-78e9-2c66-67d92beaedf4-6f2f7bc3 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-6f2f7bc3, #w-node-_0c7fb0a8-198d-357b-2ebc-4488e1b3a8c5-6f2f7bc3 {
    grid-column-end: 7;
  }

  #w-node-e84a11d0-97fd-2301-d0bf-e7b9de0869ea-6f2f7bc3 {
    grid-column-end: 9;
  }

  #w-node-_3023c8ef-0639-06a9-faa3-c09ddb6f32fa-6f2f7bc3 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f1070f14-fb4d-84f2-4ebd-04e8e06e61b4-6f2f7bc3 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_28409690-028c-def5-de04-4548905babe0-6f2f7bc3 {
    grid-column-end: 7;
  }

  #w-node-_0fd413f5-2c99-dbe9-96d2-c79b12a5a862-6f2f7bc3 {
    grid-row: 2 / 4;
    grid-column-end: 7;
  }

  #w-node-_28409690-028c-def5-de04-4548905babe3-6f2f7bc3 {
    grid-area: 1 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-_28409690-028c-def5-de04-4548905babe4-6f2f7bc3 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_28409690-028c-def5-de04-4548905babf5-6f2f7bc3 {
    grid-row: 3 / 4;
    grid-column-end: 7;
    align-self: end;
  }

  #w-node-c127733c-0581-38d0-78d1-9f6984322148-6f2f7bc3 {
    grid-row-end: 4;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d20-6f2f7bc3, #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d22-6f2f7bc3 {
    grid-column-end: 7;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d31-6f2f7bc3 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d33-6f2f7bc3 {
    grid-column-end: 2;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d3b-6f2f7bc3 {
    grid-column: 2 / 3;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d43-6f2f7bc3 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_6749a6d1-fc18-6726-6959-a0dddb9e3d4b-6f2f7bc3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637d815-f02f7bc4 {
    grid-column-end: 7;
  }

  #w-node-bae05c16-9d79-bb2b-f2cd-dcea7347ebe0-f02f7bc4 {
    grid-column: 1 / 7;
  }

  #w-node-_91eae979-028c-f743-c2dd-98fd15b88a0f-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_91eae979-028c-f743-c2dd-98fd15b88a13-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_91eae979-028c-f743-c2dd-98fd15b88a16-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_91eae979-028c-f743-c2dd-98fd15b88a18-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-fdee724c-7afc-e9ca-dfcb-1d2f1c0699a9-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-fdee724c-7afc-e9ca-dfcb-1d2f1c0699ab-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_8f379fa0-7a99-e61a-c19b-2c102d06d19f-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_8f379fa0-7a99-e61a-c19b-2c102d06d1a1-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-f2c32195-3730-2340-53c8-62abb3c8b81a-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-f2c32195-3730-2340-53c8-62abb3c8b81c-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_26011aad-ee67-c98e-f7bb-7a471834bf2b-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_26011aad-ee67-c98e-f7bb-7a471834bf2d-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-ab96ecab-ba8d-c9dd-b0e3-dc87e52c109f-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-ab96ecab-ba8d-c9dd-b0e3-dc87e52c10a1-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_981ef5c8-69d6-4c8e-eb1d-4e93047d8459-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_981ef5c8-69d6-4c8e-eb1d-4e93047d845b-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_9e334947-0d46-5842-ba90-de89c4742b51-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_9e334947-0d46-5842-ba90-de89c4742b53-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_52765dc6-18d8-65df-c663-6b981d56c1fd-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_52765dc6-18d8-65df-c663-6b981d56c1ff-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_9580bef1-1240-f4b2-3fd2-c4df6e6ec05a-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_9580bef1-1240-f4b2-3fd2-c4df6e6ec05c-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_8cdf6270-2e40-41a9-1da6-e4770f1583c7-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_8cdf6270-2e40-41a9-1da6-e4770f1583c9-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-bab01117-f3f1-4692-7fb3-2bfd9711d2e0-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-bab01117-f3f1-4692-7fb3-2bfd9711d2e2-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_5bfcae90-9cd6-3eb9-ef92-6347af3fae00-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_5bfcae90-9cd6-3eb9-ef92-6347af3fae02-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-f52a1df6-5baf-25bd-b31e-da822e0cc7fd-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-f52a1df6-5baf-25bd-b31e-da822e0cc7ff-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679166-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679168-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b3567916b-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b3567916d-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679170-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679172-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679175-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-ea75b3eb-5c19-649f-979e-082b35679177-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8a-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8c-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d8f-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d91-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d94-f02f7bc4 {
    grid-column-end: 2;
  }

  #w-node-_572597e0-2abf-e936-7ff6-e8e4db3d1d96-f02f7bc4 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-f02f7bc4 {
    grid-column-end: 7;
  }

  #w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e2-f02f7bc4 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e3-f02f7bc4 {
    grid-column: 1 / 7;
  }

  #w-node-f8607bdc-6126-cc23-bde6-7ee3fdcdb9e5-f02f7bc4, #w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-f02f7bc4, #w-node-_5bea02a0-ef3e-005c-1844-79c6513554f3-f02f7bc4 {
    grid-column-end: 7;
  }

  #w-node-_385e3368-826a-096f-fa51-c487f61465e2-f02f7bc4 {
    grid-column-start: 1;
  }

  #w-node-ec6dd02a-2f57-cff7-d0b5-1b1e4312ac90-f02f7bc4 {
    grid-column: 1 / 7;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc16368709d-63687099 {
    grid-column-end: 7;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870b1-63687099 {
    grid-column-start: 2;
    justify-self: center;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870b5-63687099 {
    grid-column-end: 3;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870c2-63687099 {
    grid-column: 4 / 7;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870cb-63687099 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d1-63687099, #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d3-63687099, #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d5-63687099 {
    justify-self: center;
  }

  #w-node-_20e475b8-0785-41d9-bcb1-8bc1636870d7-63687099 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-c2783892-bb29-f5d3-aafb-5bf4cd43de5d-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da45-732f7bc5 {
    grid-column-end: 7;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da59-732f7bc5 {
    grid-column-start: 2;
    justify-self: center;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da5d-732f7bc5 {
    grid-column-end: 3;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da6a-732f7bc5 {
    grid-column: 4 / 7;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da73-732f7bc5 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da79-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7b-732f7bc5, #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7d-732f7bc5 {
    justify-self: center;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637da7f-732f7bc5 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-ce518d91-cc2a-fbe8-f26d-539fd637d815-502f7bc6 {
    grid-column-end: 7;
  }

  #w-node-_5b02651f-ce50-cf86-236a-656147e36ce0-502f7bc6 {
    grid-area: 1 / 1 / 9 / 7;
    align-self: stretch;
  }

  #w-node-f55b0291-c32d-d9ef-ea2e-c6ec8ffce141-502f7bc6 {
    grid-area: 9 / 5 / 11 / 7;
  }

  #w-node-_66c44661-f0ec-7cd9-b464-463b040f308d-502f7bc6 {
    grid-area: 9 / 1 / 11 / 3;
  }

  #w-node-_2daa24b5-fcdd-ddbc-5f73-c855a04dd057-502f7bc6 {
    grid-area: 10 / 3 / 12 / 5;
  }

  #w-node-c553cfdd-0f06-d2aa-8367-9a68cd9daee5-502f7bc6 {
    grid-column-end: 7;
  }

  #w-node-f22a069c-124d-4dfa-56de-41e0607edebc-502f7bc6, #w-node-_5b4bf6f9-6426-cc24-1ca9-d1acb65f94db-502f7bc6, #w-node-_945ed110-177c-17af-0228-fc189fc3f5ef-502f7bc6 {
    grid-column-end: 4;
  }

  #w-node-_1f0a4135-d9a7-04f0-c036-25094442a154-502f7bc6 {
    grid-column-end: 7;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f4-502f7bc6 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0f8-502f7bc6 {
    grid-column-end: 4;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf0fd-502f7bc6 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf102-502f7bc6 {
    grid-row: 3 / 4;
  }

  #w-node-_8089f48a-265c-53ea-4fcc-c5ff2b3cf107-502f7bc6 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_88662d45-d050-2817-aabd-d55f80d1b1d0-502f7bc6 {
    grid-column-end: 7;
    justify-self: stretch;
  }

  #w-node-_6073f7ae-0ca1-f945-8f9d-97239d8f6554-502f7bc6, #w-node-_296fef19-bd2e-6de6-7128-cab0331dc98d-502f7bc6 {
    grid-column-end: 7;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f29-502f7bc6 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2a-502f7bc6 {
    grid-column: 1 / 7;
  }

  #w-node-_163f7a19-4d28-d626-c04e-9d61b32f5f2c-502f7bc6, #w-node-_92acdd49-0f45-cd29-e790-8e8a3fc0bab4-502f7bc6 {
    grid-column-end: 7;
  }

  #w-node-_0bbb56cd-5ea6-78d9-85d9-0698a81edebd-502f7bc6 {
    grid-row-end: 2;
    grid-column-end: 7;
  }

  #w-node-_4487225c-4392-994a-6bec-b84c5d6db94f-502f7bc6 {
    grid-column: 1 / 3;
  }

  #w-node-b7401f63-33d0-3194-70cc-6852c37ae8d2-502f7bc6 {
    grid-column: 3 / 7;
  }

  #w-node-ede30745-1787-e84a-115d-726cfdfb4e29-502f7bc6, #w-node-_136c09f8-b749-705d-25cf-b1b9cba70b4b-502f7bc6 {
    grid-area: 3 / 1 / 4 / 7;
  }
}


