:root {
  --black: #333;
  --white: white;
  --light-green: #62cf7a;
  --dim-grey: #70707017;
  --silver: #b5b5b5;
}

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

body {
  color: #333;
  background-color: #fff;
  height: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  color: #000;
  margin-bottom: 5px;
}

a {
  display: block;
}

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

.img-logo {
  height: 100%;
  display: block;
}

.link-logo {
  float: right;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  margin-left: 5%;
  overflow: hidden;
  box-shadow: 0 0 6px #333;
}

.navbar {
  opacity: 1;
  background-color: #0000;
  height: 75px;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar:hover {
  opacity: 1;
  transform: translate(0);
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  transition: color .3s;
}

.navlink:hover, .navlink.w--current {
  color: #333;
}

.menu-btn {
  color: #7a4e85;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #7a4e85;
  margin-top: 5px;
  margin-right: 1%;
  padding: 5px;
}

.menu-btn:hover {
  color: #fff;
  background-color: #7a4e85;
  border-color: #f2f2f2;
}

.menu-btn.w--open {
  z-index: 2;
  background-color: #7a4e85;
  border-color: #f2f2f2;
}

.main-menu {
  background-color: #7a4e85;
  width: 205px;
  padding-top: 109px;
  right: 0;
}

.m-text {
  float: left;
  margin-left: 5px;
  font-size: 10px;
}

.m-icon {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
}

.body {
  color: #000;
  background-color: #fff;
  height: auto;
  font-family: Familjen Grotesk, sans-serif;
  font-size: .83vw;
  line-height: 100%;
}

.lb {
  z-index: 99;
  cursor: pointer;
  background-color: #ffffff80;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.box {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.p {
  color: #000;
  font-size: 14px;
}

.p.otst-niz {
  margin-bottom: 25px;
}

.privacy-section-yes {
  background-color: #f5f5f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.z-of-privacy {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.h2-privacy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

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

.l {
  color: #1b96c9;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px #2ca8db80;
}

.l:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px #2ca8db80;
}

.l.pri {
  font-size: 14px;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-size: 1.3em;
  line-height: 130%;
}

.nav-menu {
  align-items: center;
  width: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.naw-line {
  background-color: #ffffff40;
  width: .1em;
  height: 2.4em;
  margin-left: .7em;
  margin-right: .7em;
}

.navbar-2 {
  z-index: 100;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.cont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.cont.hiro {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.secshion-hiro {
  background-color: var(--light-green);
  height: 100vh;
  padding-top: 27vh;
  padding-bottom: 4.5em;
  position: relative;
}

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

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9em;
  font-weight: 400;
  line-height: 122%;
}

.line-hiro {
  background-color: #ffffff40;
  width: 100%;
  height: .2em;
  margin-top: 2.5vh;
  margin-bottom: 2.1vh;
}

.heading-2 {
  color: var(--white);
  font-size: 2em;
  font-weight: 400;
  line-height: 125%;
}

.image {
  width: 32.9em;
  position: absolute;
  inset: 6.4em auto auto 6.5em;
}

.sechion-portfolio {
  padding-top: 13.3em;
  padding-bottom: 5em;
}

.text-block-64 {
  font-size: 6.4em;
  line-height: 120%;
}

.text-block-40 {
  font-size: 4em;
  line-height: 80%;
}

.line {
  background-color: var(--dim-grey);
  width: 100%;
  height: .1em;
  margin-top: 4.6em;
}

.grid-exited-portfolio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--dim-grey);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3em;
  padding-bottom: 4.6em;
  display: grid;
}

.grid-exited-portfolio.no-line {
  border: 1px #000;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo-comain {
  width: 25em;
}

.logo-comain._160 {
  width: 16em;
}

.logo-comain._152 {
  width: 15em;
}

.logo-comain._131 {
  width: 13.1em;
}

.logo-comain._136 {
  width: 13.6em;
}

.logo-comain._153 {
  width: 15.3em;
}

.logo-comain._172 {
  width: 17.2em;
}

.logo-comain._123 {
  width: 12.3em;
}

.logo-comain._96 {
  width: 5em;
}

.logo-comain._194 {
  width: 19.4em;
}

.logo-comain._98 {
  width: 9.8em;
}

.logo-comain._134 {
  width: 13.4em;
}

.logo-comain._166 {
  width: 8em;
  max-width: 80%;
}

.text-block-15 {
  color: #000;
  border: 1px #000;
  font-size: 1.5em;
  line-height: 125%;
}

.text-block-15.margen-downe-6 {
  margin-bottom: .4em;
}

.text-block-15.grin {
  color: var(--silver);
}

.text-block-15.height105 {
  line-height: 105%;
}

.text-block-15.height105._1 {
  padding-top: 0;
}

.text-block-15.sithe {
  width: 18.95em;
}

.wrapper-socsety {
  color: #000;
  align-items: center;
  margin-top: 4.2em;
  display: flex;
}

.image-socset {
  width: 2.2em;
  margin-bottom: .5em;
  margin-right: 1.1em;
}

.wrapper-about {
  padding-left: 17.5em;
  padding-right: 33.8em;
}

.btn {
  background-color: #009064;
  border-radius: .5em;
  margin-top: 2.7em;
  padding: .6em 2em .7em;
  font-size: 1.2em;
}

.wrapper-scrol {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.lottie-animation {
  height: 12em;
}

.sechion-about {
  margin-top: 1.9em;
  padding-top: 3.4em;
  padding-bottom: 20em;
}

.sechion-exited {
  padding-top: 13.3em;
  padding-bottom: 3.4em;
}

.sechion-footer {
  padding-top: 3.4em;
  padding-bottom: 5.6em;
}

.text-block-12 {
  font-size: 1.2em;
  line-height: 120%;
}

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

.wrapper-footre {
  border-top: 1px solid #00000040;
  justify-content: space-between;
  margin-top: 1.8em;
  padding-top: 1.2em;
  display: flex;
  position: relative;
}

.text-block-19 {
  color: #000;
  border: 1px #000;
  font-size: 1.9em;
  line-height: 125%;
}

.text-block-19.margen-downe-6 {
  margin-bottom: .4em;
}

.text-block-15-copy {
  color: #000;
  border-top: 1px solid #70707040;
  padding-top: 1.2em;
  font-size: 1.5em;
  line-height: 125%;
}

.text-block-15-copy.margen-downe-6 {
  margin-bottom: .4em;
}

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

.image-2 {
  width: 14em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
  transition: all .4s;
}

.link-block-2:hover {
  color: #fffc;
}

.text-block-65 {
  font-size: 1.3em;
  line-height: 120%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .6fr 1fr;
  align-items: center;
  margin-top: 8.4em;
  margin-bottom: 1.7em;
}

.dropdown {
  z-index: 2;
  background-color: #eee;
  border-radius: 2em;
  width: 14.2em;
}

.dropdown-toggle {
  width: 100%;
  padding: .8em 3.5em .9em;
}

.text-block-66 {
  color: var(--silver);
  font-size: 1.5em;
  line-height: 100%;
}

.icon {
  color: var(--silver);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-right: 2em;
}

.dropdown-link {
  color: var(--silver);
  justify-content: flex-start;
  align-items: center;
  padding: .7em 0 .7em 2.3em;
  font-size: 1.5em;
  transition: opacity .4s;
  display: flex;
}

.dropdown-link:hover {
  color: #8c8c8c;
}

.dropdown-list {
  z-index: 15;
  background-color: #eee;
}

.dropdown-list.w--open {
  z-index: -1;
  background-color: #eee;
  border-radius: 2em;
  padding-top: 3.5em;
  padding-bottom: 1em;
  inset: 0% 0% auto;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #70707017;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .6fr 1fr;
  padding-top: 1.1em;
  padding-bottom: 6.7em;
}

.grid-3.no-line {
  border: 1px #000;
}

.box-compain {
  z-index: 1;
  width: 100%;
  height: 115em;
  position: relative;
}

.box-compain-absolut-full {
  width: 100%;
  position: static;
}

.box-compain-absolut-germany, .box-compain-absolut-portugal, .box-compain-absolut-switzerland, .box-compain-absolut-germany1, .box-compain-absolut-pornugal {
  width: 100%;
  display: none;
  position: absolute;
}

.modal-s {
  z-index: 111;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-cod {
  z-index: 1;
  background-color: #0000;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 58em;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.cont-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: relative;
}

.close_bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001f;
  position: absolute;
  inset: 0%;
}

.close-linck {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.linel {
  background-color: #000;
  width: 3em;
  height: .1em;
  position: absolute;
  transform: rotate(50deg);
}

.liner {
  background-color: #000;
  width: 3em;
  height: .1em;
  position: absolute;
  transform: rotate(-50deg);
}

.wrapper-close-linck {
  justify-content: flex-end;
  padding-top: .5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-3 {
  width: 5.5em;
  padding-top: .5em;
}

.link-block-3 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-4 {
  width: 14.5em;
  margin-top: 1em;
}

.link-block-4 {
  background-color: #402929;
  width: 5em;
  height: 5em;
}

.html-embed {
  margin-top: 4em;
}

.html-embed-2 {
  margin-bottom: 0;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-2-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .6fr 1fr;
  align-items: center;
  margin-top: 8.4em;
  margin-bottom: 1.7em;
  display: none;
}

.dropdown-mob {
  z-index: 2;
  background-color: #eee;
  border-radius: 2em;
  width: 14.2em;
  display: none;
}

.image-5 {
  display: none;
}

.modal-s-mob {
  z-index: 111;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-mob {
  background-color: #009064;
  border-radius: .5em;
  margin-top: 2.7em;
  padding: .6em 2em .7em;
  font-size: 1.2em;
  display: none;
}

.close-linck-mob {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.close_bg-mob {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001f;
  position: absolute;
  inset: 0%;
}

.link-block-5 {
  color: #000;
  text-decoration: none;
}

html.w-mod-js [data-ix="opacity-0-initial-appearance"] {
  opacity: 0;
}

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

  .link-logo {
    margin-right: 5%;
  }

  .body {
    font-size: 1vw;
  }

  .privacy-section-yes {
    padding-top: 0;
    padding-bottom: 0;
  }

  .z-of-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .cont {
    padding-left: 5em;
    padding-right: 5em;
  }

  .secshion-hiro {
    height: auto;
  }

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

  .heading {
    padding-left: 0;
    font-size: 2.7em;
  }

  .image {
    left: 4.5em;
  }

  .logo-comain {
    width: 23em;
  }

  .grid-3.cantry-1 {
    grid-template-columns: 1fr .55fr .6fr 1fr;
  }
}

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

  .link-logo {
    width: 4vw;
    height: 4vw;
    padding-left: 0;
  }

  .body {
    font-size: 1.1vw;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .wrapper-about {
    padding-right: 20em;
  }

  .btn, .btn-mob {
    padding: 1em 2.5em 1.1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    float: none;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .img-logo {
    max-width: 110%;
  }

  .link-logo {
    width: 5vw;
    height: 5vw;
  }

  .body {
    font-size: 2.56vw;
  }

  .box {
    opacity: 1;
  }

  .privacy-section-yes {
    overflow: hidden;
  }

  .z-of-privacy {
    padding-top: 20px;
  }

  .h2-privacy {
    font-size: 25px;
    line-height: 33px;
  }

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

  .nav-menu {
    width: auto;
  }

  .cont {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .cont.hiro {
    padding-left: 2em;
    padding-right: 2em;
  }

  .secshion-hiro {
    padding-top: 25vh;
    padding-bottom: 8em;
  }

  .grid {
    flex-direction: row;
    display: flex;
  }

  .sechion-portfolio {
    padding-top: 10em;
    padding-bottom: .7em;
  }

  .text-block-64 {
    font-size: 5em;
  }

  .text-block-40 {
    font-size: 3em;
  }

  .grid-exited-portfolio {
    flex-direction: column;
    display: flex;
  }

  .wrapper {
    display: none;
  }

  .logo-comain._166 {
    width: 10em;
  }

  .text-block-15.height105 {
    text-align: right;
  }

  .text-block-15.sithe {
    text-align: right;
    width: 17em;
  }

  .wrapper-socsety {
    margin-bottom: 2em;
  }

  .wrapper-about {
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    font-size: 1.5em;
    display: none;
  }

  .wrapper-scrol {
    display: none;
  }

  .sechion-about {
    margin-top: 0;
    padding-bottom: 10em;
  }

  .sechion-exited {
    padding-top: 4em;
  }

  .grid_footer {
    flex-direction: column;
    display: flex;
  }

  .wrapper-footre.no-line {
    border: 1px #000;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-19 {
    color: #000;
  }

  .grid-2, .dropdown {
    display: none;
  }

  .grid-3.no-line.cantry-5 {
    flex-direction: column;
    display: flex;
  }

  .grid-3.cantry-1 {
    flex-direction: column;
    margin-bottom: 4em;
    padding-top: 0;
    padding-bottom: 3em;
    display: flex;
  }

  .grid-3.cantry-2, .grid-3.cantry-3, .grid-3.cantry-4 {
    flex-direction: column;
    display: flex;
  }

  .link-compen {
    justify-content: space-between;
    margin-bottom: 3em;
    display: flex;
  }

  .box-compain-absolut-full {
    margin-top: 6em;
  }

  .wrapper-close-linck {
    padding-top: 2em;
    padding-right: 2em;
    inset: 0% 0% auto auto;
  }

  .grid-2-mob {
    display: block;
  }

  .wrap-punkt {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5em;
    display: flex;
  }

  .dropdown-mob {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-5 {
    width: 4em;
    display: block;
  }

  .modal-s-mob {
    display: none;
  }

  .btn-mob {
    font-size: 1.5em;
    display: inline-block;
  }
}

#w-node-_73f9b643-b315-c893-89ce-0cc7c62e2d93-faddeacd, #w-node-_918d42ee-96e3-87d9-ed76-e9040b48160b-faddeacd, #w-node-a422b4b9-5d68-5bc0-eb9d-5f19b46e9fd5-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe0a-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe0b-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe13-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe19-faddeacd, #w-node-a6b5aedd-c9f0-db6a-333b-dd62d28ec99e-faddeacd, #w-node-_3c50d015-e969-4873-60a3-8763ecbcd1d9-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe1e-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe24-faddeacd, #w-node-ee78b4f3-885c-f555-4feb-11305dd7f308-faddeacd, #w-node-_492da5a9-1c48-e30c-988c-80a6d6cb6741-faddeacd, #w-node-cef2bfe7-8457-ee84-7ec9-d24ddaac5055-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe31-faddeacd, #w-node-b961fdcc-3468-9e93-f517-37e66d8fa437-faddeacd, #w-node-_8c7c7342-d9a2-b854-c083-5e37f3aae087-faddeacd, #w-node-df55821c-bd66-fa62-229a-871d453b163f-faddeacd, #w-node-_256001f6-5210-ef4c-2a79-c64b7fe5fe3a-faddeacd, #w-node-fc03ddd7-5a48-5163-cda2-7fbf545c87c9-faddeacd, #w-node-c51175fd-859e-ead8-86aa-154d9d2b508d-faddeacd, #w-node-b312b6df-1f9b-c67d-8f13-394e53ab89c4-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b942391-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b942394-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b942398-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b942399-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b94239d-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423a0-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423a4-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423a7-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423ab-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423ae-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423b2-faddeacd, #w-node-_7f899416-2431-bf61-8f61-e8985b9423b3-faddeacd, #w-node-d87ff1c0-ca39-c425-0521-8b2da46b24f6-faddeacd, #w-node-fb011e1f-66fb-8be6-c0e8-0690e956549e-faddeacd, #w-node-_03abc2e0-ac63-f2db-2479-af6a97514fed-faddeacd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


