:root {
  --lynx--black: #1f2022;
  --lynx--medium-purple: #8979ec;
  --lynx--white: white;
  --lynx--grey: #797c83;
  --lynx--deep-pink: #fd4b8b;
  --lynx--medium-sea-green: #32b77a;
}

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

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

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

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx--medium-purple);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-hero {
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero {
  background-color: var(--lynx--medium-purple);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 110px;
  padding: 60px;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-heading-white-small {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-features {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-features-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-purple {
  background-color: #8979ec1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-grid-features-4-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-block-features-yellow {
  background-color: #acb7321a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-heading-features-small {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-grid-productivity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.lynx-block-productivity {
  text-align: center;
  border-right: 1px solid #dfdad2;
  padding: 10px 40px;
}

.lynx-text-productivity {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.lynx-number-satisfaction {
  color: var(--lynx--deep-pink);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-number-customers {
  color: var(--lynx--medium-purple);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-number-support {
  color: var(--lynx--medium-sea-green);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity-border {
  text-align: center;
  border-right: 1px #dfdad2;
  padding: 10px 40px;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-reviews-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-paragraph-reviews {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-grid-plans {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-plans {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-paragraph-plans {
  color: #797c83bf;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-pink {
  color: var(--lynx--deep-pink);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-check-plans {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-block-plans {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-plans-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-icon-plans {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-text-plans-pink {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-price-green {
  color: var(--lynx--medium-sea-green);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-green {
  color: var(--lynx--medium-sea-green);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-plans-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-price-white {
  color: var(--lynx--white);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-plans-purple {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-text-plans-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-plans-white {
  background-color: #ffffff1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-paragraph-plans-white {
  color: #ffffff80;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-text-check-white {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

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

.lynx-grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #dfdad2;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  padding: 80px 20px;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-logo-footer {
  width: 76px;
  margin-bottom: 16px;
}

.lynx-heading-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-large {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large:hover {
  color: var(--lynx--medium-purple);
}

.section {
  width: 100%;
  padding: 20px;
}

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

.rich-text-block, .rich-text-block-2, .rich-text-block-3 {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-heading-white-small, .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-features-4-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-image-right, .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-block-productivity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-number-satisfaction, .lynx-number-customers, .lynx-number-support {
    font-size: 55px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-plans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-plans, .lynx-plans-purple {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .lynx-block-hero {
    width: 100%;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-features-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-grid-productivity {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .lynx-block-productivity {
    border-right-style: none;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-plans {
    grid-template-columns: 1fr;
  }

  .lynx-plans, .lynx-plans-purple {
    padding: 40px;
  }

  .lynx-grid-footer {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-buttons {
    display: none;
  }

  .lynx-heading-white-small, .lynx-heading {
    font-size: 29px;
  }

  .lynx-grid-features-4-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-number-satisfaction, .lynx-number-customers, .lynx-number-support {
    font-size: 45px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }
}

#w-node-_920efe35-bc0e-c16b-126a-fa0d625ffeb2-24e5b8d1, #w-node-_920efe35-bc0e-c16b-126a-fa0d625ffeb9-24e5b8d1, #w-node-_920efe35-bc0e-c16b-126a-fa0d625ffec0-24e5b8d1, #w-node-_920efe35-bc0e-c16b-126a-fa0d625ffec7-24e5b8d1, #w-node-e35584b3-dbf0-5f43-985b-a2d76f03d034-24e5b8d1, #w-node-fc7e937f-2a8a-25d9-7a0e-d7d455b9dfc9-24e5b8d1, #w-node-_7c70a552-e141-f7f4-e29c-22f54a190dad-24e5b8d1, #w-node-_7c70a552-e141-f7f4-e29c-22f54a190db6-24e5b8d1, #w-node-_12cdf841-9f17-caeb-b641-712de26c3019-24e5b8d1, #w-node-_12cdf841-9f17-caeb-b641-712de26c302e-24e5b8d1, #w-node-_12cdf841-9f17-caeb-b641-712de26c3043-24e5b8d1, #w-node-_2ba67157-e71f-ee0e-4993-c4780db003e1-24e5b8d1, #w-node-_2ba67157-e71f-ee0e-4993-c4780db003f6-24e5b8d1, #w-node-_2ba67157-e71f-ee0e-4993-c4780db00413-24e5b8d1, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f5-24e5b8d1, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f9-24e5b8d1, #w-node-_5097ab76-c9d1-238f-abb4-e4427e881902-24e5b8d1, #w-node-_5097ab76-c9d1-238f-abb4-e4427e88190b-24e5b8d1, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f5-77ac00da, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f9-77ac00da, #w-node-_5097ab76-c9d1-238f-abb4-e4427e881902-77ac00da, #w-node-_5097ab76-c9d1-238f-abb4-e4427e88190b-77ac00da, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f5-2b510abd, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f9-2b510abd, #w-node-_5097ab76-c9d1-238f-abb4-e4427e881902-2b510abd, #w-node-_5097ab76-c9d1-238f-abb4-e4427e88190b-2b510abd, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f5-37e67055, #w-node-_5097ab76-c9d1-238f-abb4-e4427e8818f9-37e67055, #w-node-_5097ab76-c9d1-238f-abb4-e4427e881902-37e67055, #w-node-_5097ab76-c9d1-238f-abb4-e4427e88190b-37e67055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


