:root {
  --green: #70e073;
  --purp: #844ad8;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 43px;
  font-weight: 300;
  line-height: 115%;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

.dsk-nav {
  z-index: 420;
  border-bottom: 2px solid var(--green);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 75px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.dsk-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.hamburger {
  cursor: pointer;
}

.hamburger:hover {
  transform: rotate(90deg);
}

.dsk-hero {
  margin-top: 75px;
}

.container {
  padding-top: 21px;
}

.div-block {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  color: #000;
  font-weight: 300;
}

.dsk-team {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.team-intro {
  padding-top: 0;
  padding-left: 126px;
  padding-right: 126px;
}

.team-intro._2 {
  width: 70%;
  padding-left: 20px;
  padding-right: 0;
}

.bold-text {
  font-weight: 300;
}

.text-span {
  font-style: italic;
}

.heading-2 {
  color: var(--purp);
  text-align: left;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
}

.heading-2._30 {
  text-align: left;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.heading-2._30.bigger {
  text-align: center;
  margin-top: 10px;
  font-size: 2.5em;
}

.centered-para {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.centered-para.w {
  color: #000;
  font-size: 20px;
  line-height: 27px;
}

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

.brooke01 {
  padding-left: 20px;
  padding-right: 20px;
}

.brooke01.b {
  margin-top: 35px;
}

.darcy01 {
  padding-left: 20px;
  padding-right: 20px;
}

.dsk-valuesvision {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.dsk-approach, .dsk-services, .dsk-contact {
  margin-top: 0;
}

.dsk-footer {
  border-top: 2px solid var(--green);
  color: #3c3636;
  background-color: #70e0731a;
  height: 325px;
}

.names {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.text-field, .text-field-2 {
  height: 70px;
  margin-bottom: 0;
}

.email-phone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.text-field-3 {
  height: 70px;
}

.textarea {
  min-height: 200px;
  max-height: 200px;
}

.grid-2 {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  grid-template-rows: auto auto auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.service-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.div-block-2 {
  flex: 0 auto;
}

.service-para {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.hidden-menu {
  border-left: 2px solid var(--green);
  background-color: #fff;
  width: 50%;
  height: 100vh;
  margin-top: 75px;
  padding: 47px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right {
  text-align: right;
}

.columns, .columns._2nd {
  margin-top: 0;
}

.paragraph {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
}

.paragraph.notop {
  margin-top: 0;
}

.paragraph-2 {
  margin-top: 25px;
  font-family: PT Sans, sans-serif;
}

.paragraph-2.notop {
  margin-top: 0;
}

.image, .image-2 {
  margin-top: 100px;
}

.paragraph-3, .paragraph-4 {
  margin-top: 50px;
}

.div-block-3 {
  margin-top: 0;
  display: block;
}

.link {
  color: #844ad8;
  font-weight: 700;
}

.submit-button {
  float: right;
  background-color: var(--green);
  color: #fff;
  letter-spacing: 2px;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.bold-text-2 {
  font-size: 39px;
  font-weight: 300;
  line-height: 110%;
}

.text-span-2 {
  font-size: 16px;
  font-weight: 700;
}

.text-span-3 {
  font-size: 16px;
}

.div-block-5 {
  background-color: var(--green);
  width: 20%;
  margin-top: 40px;
  margin-bottom: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}

.div-block-5._2 {
  width: auto;
}

.div-block-5._40 {
  width: 40%;
}

.div-block-5._3 {
  width: 50%;
}

.bold-text-3 {
  font-size: 16px;
}

.w {
  color: #000;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.scrollmob {
  border-top: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 25px 18px 25px 0;
  display: none;
  position: static;
  inset: auto auto 26% 0%;
  overflow: hidden;
}

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

.bkg-element {
  z-index: -1;
  background-color: #6eff421a;
  height: 500px;
  display: none;
  position: absolute;
  inset: 92% 0% auto;
  transform: rotate(20deg);
}

.fixed-elipse {
  opacity: .16;
  background-image: url('../images/Ellipse-12.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.fixed-elipse._2 {
  z-index: -1;
  opacity: .1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 800px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: rotate(20deg);
}

.fixed-elipse._3 {
  z-index: -1;
  opacity: .1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 800px;
  display: none;
  position: fixed;
  inset: 76% 0% auto;
  transform: rotate(-20deg);
}

.container-3 {
  border-right: 2px solid var(--green);
  border-left: 2px solid #70e073;
  padding: 73px 0;
}

.container-4 {
  border-right: 2px solid var(--green);
  border-left: 2px solid var(--green);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  border-right: 1px solid var(--green);
  border-left: 1px solid var(--green);
  padding-top: 100px;
  padding-left: 12px;
  padding-right: 12px;
}

.container-6 {
  border-right: 2px solid var(--green);
  border-left: 2px solid var(--green);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-7 {
  border-right: 2px solid var(--green);
  border-left: 2px solid var(--green);
  padding: 100px 12px 62px;
}

.body {
  background-color: #fff;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
}

.div-block-7 {
  position: static;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

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

.cta {
  border-style: none solid;
  border-width: 2px;
  border-color: var(--green);
  background-color: #fff;
  padding-top: 77px;
  padding-bottom: 77px;
}

.cta._2 {
  background-color: var(--purp);
}

.service-wrapper-2 {
  flex-flow: column;
  display: flex;
}

.div-block-8 {
  margin-top: 20px;
}

.plus-20-top {
  margin-top: 21px;
}

.div-block-9 {
  background-image: url('../images/Ellipse-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.column {
  padding-left: 58px;
}

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

.rightlink {
  color: #000;
  text-align: right;
  text-decoration: none;
  display: block;
}

.rightlink:hover {
  color: var(--purp);
}

.mob-hero {
  margin-top: 75px;
  display: none;
}

.gfx {
  justify-content: center;
  align-items: center;
  padding-top: 41px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
}

.div-block-10 {
  width: 80%;
}

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

.cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 69px;
  padding-left: 54px;
  padding-right: 54px;
  display: grid;
}

.flipcard-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flipcard-front {
  background-color: var(--green);
  backface-visibility: hidden;
  color: #fff;
  background-image: none;
  background-position: 0 0;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  padding: 63px 51px 35px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-more {
  filter: invert();
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
}

.heading-6.card {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.heading-7 {
  color: #262626;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.image-4 {
  margin-left: -19px;
  padding-left: 0;
}

.image-5 {
  margin-top: 26px;
}

.slogan {
  flex: none;
  margin-right: 30px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.rbt {
  display: none;
}

.rbttext {
  text-align: center;
}

.heading-8 {
  text-align: center;
  margin-bottom: 19px;
}

.syndey-image {
  display: block;
}

.empty {
  height: 0;
}

.new-scroll {
  z-index: 69;
  border-top: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  padding: 25px 31px;
  position: relative;
  overflow: hidden;
}

.unviel {
  background-color: #fff;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.hide {
  display: none;
}

.columns-2 {
  margin-top: 33px;
}

.regularwrapper {
  background-color: #fff;
  margin-top: 45px;
  margin-bottom: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}

.regularwrapper._2 {
  width: auto;
}

.regularwrapper._40 {
  width: 40%;
}

.regularwrapper._3 {
  width: 50%;
}

.sydney {
  padding-left: 20px;
  padding-right: 20px;
}

.sydney.b {
  margin-top: 46px;
}

.blankone {
  display: none;
}

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

.heading-9 {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .heading-2._30 {
    font-size: 46px;
    line-height: 120%;
  }

  .heading-2._30.bigger {
    font-size: 3.2em;
  }

  .brooke01, .darcy01 {
    flex-flow: column;
    display: flex;
  }

  .paragraph.notop, .paragraph-2 {
    margin-top: 0;
  }

  .container-2, .footer-wrapper {
    max-width: 1200px;
  }

  .scrollmob {
    padding-left: 39px;
    bottom: 23%;
  }

  .container-3, .container-4, .container-6, .container-7, .cta {
    max-width: 1200px;
  }

  .image-3 {
    width: 1200px;
  }

  .syndey-image {
    display: block;
  }

  .sydney {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .heading-2._30 {
    font-size: 28px;
  }

  .heading-2._30.bigger {
    font-size: 1.8em;
  }

  .names, .email-phone {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-5._40 {
    width: 50%;
  }

  .div-block-5._3 {
    width: 60%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

@media screen and (max-width: 767px) {
  .team-intro {
    padding-left: 43px;
    padding-right: 43px;
  }

  .heading-2._30.bigger {
    font-size: 1.4em;
  }

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

  .join {
    padding-left: 58px;
    padding-right: 58px;
  }

  .names {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .email-phone {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

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

  .div-block-5 {
    width: 30%;
  }

  .div-block-5._2 {
    width: 50%;
  }

  .div-block-5._40 {
    width: 60%;
  }

  .div-block-5._3 {
    width: 79%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-7 {
    padding-top: 0;
  }

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

  .column {
    padding-left: 0;
  }

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

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

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

  .regularwrapper._2 {
    width: 50%;
  }

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

@media screen and (max-width: 479px) {
  .dsk-hero {
    display: none;
  }

  .team-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-intro._2 {
    width: 90%;
  }

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

  .heading-2._30 {
    font-size: 30px;
  }

  .heading-2._30.bigger {
    font-size: 2.5em;
    line-height: 105%;
  }

  .centered-para.w {
    font-size: 14px;
    line-height: 18px;
  }

  .darcy01 {
    margin-top: 59px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .names {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: -30px;
  }

  .email-phone {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: -10px;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .hidden-menu {
    width: 100%;
    display: none;
  }

  .right.mob {
    font-size: 30px;
  }

  .submit-button {
    float: right;
    border-radius: 30px;
    padding-left: 66px;
    padding-right: 66px;
  }

  .bold-text-2 {
    font-size: 27px;
    line-height: 50%;
  }

  .div-block-5 {
    width: 50%;
  }

  .div-block-5._2, .div-block-5._40, .div-block-5._3 {
    width: 90%;
  }

  .w {
    font-size: 26px;
  }

  .container-2 {
    max-width: none;
  }

  .scrollmob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
    display: none;
    position: static;
  }

  .flexhero {
    flex-flow: column wrap;
  }

  .container-3 {
    padding-top: 34px;
  }

  .container-4 {
    padding-left: 0;
  }

  .container-7 {
    padding-bottom: 49px;
  }

  .div-block-7 {
    position: static;
  }

  .heading-3.smaller {
    font-size: 17px;
  }

  .cta {
    padding-top: 0;
  }

  .column {
    padding-left: 0;
  }

  .heading-5 {
    font-size: 20px;
  }

  .mob-hero {
    display: block;
  }

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

  .cards {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan {
    margin-right: 0;
  }

  .background-video {
    height: 250px;
  }

  .sloganscroll {
    flex: none;
  }

  .new-scroll {
    border-right: 2px solid var(--green);
    border-left: 1px solid var(--green);
    background-color: #fff;
    width: 90%;
    margin-top: -46px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    overflow: hidden;
  }

  .unviel {
    display: none;
  }

  .regularwrapper._2 {
    width: 90%;
  }

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

#w-node-_1be00427-5528-5b7a-930b-ad74a6e46762-79e80146, #w-node-a2f42cf5-c57f-0fbd-86d9-cb4a30b405f1-79e80146, #w-node-_30f24012-1715-f35d-2e4d-2d2e5df52366-79e80146, #w-node-_41db90d4-c688-a307-3461-a16cce615400-79e80146, #w-node-_6b858c9b-d74c-0bbc-9e2d-dfb310b906f7-79e80146, #w-node-ca4892b3-2afd-8314-e43c-b265f8f90b05-79e80146 {
  align-self: auto;
}

#w-node-_331fb54c-2963-c116-0c55-c85a0569a830-79e80146, #w-node-_331fb54c-2963-c116-0c55-c85a0569a83b-79e80146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
