.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

body {
  background-color: #f5f4f4;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #1eaf34;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

a {
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #313f33;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

a:hover {
  color: #1eaf34;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 4px;
}

figcaption {
  margin-top: 5px;
  color: #aaa;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.hero-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.53))), url('../images/sigene-hero-image.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.53)), url('../images/sigene-hero-image.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.h1-display {
  font-family: Lato, sans-serif;
  color: #313f33;
  font-size: 33px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 9px;
}

.h1-display.small {
  font-size: 40px;
}

.hero-banner-divider {
  width: 70%;
  height: 1px;
  margin: 20px auto;
  background-color: #313f33;
}

.h2-display {
  font-family: Lato, sans-serif;
  color: #313f33;
  font-size: 19px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
}

.h2-display.inline {
  display: inline;
}

.card {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -4px rgba(0, 0, 0, 0.05);
}

.card.dropdown.w--open {
  left: 0%;
  top: 75px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 290px;
  margin-bottom: 0px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.05);
}

.card.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-bottom: 30px;
}

.card.he {
  padding-top: 15px;
  padding-bottom: 45px;
}

.column-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding: 0px 20px;
  background-color: transparent;
}

.nav-logo-link {
  display: block;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.navbar-link {
  margin-bottom: 0px;
  padding: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #313f33;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-link:hover {
  color: #1eaf34;
}

.navbar-link.w--current {
  color: #1eaf34;
}

.navbar-link.dropdown {
  height: 100%;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
}

.navbar-link.dropdown:hover {
  color: #313f33;
}

.navbar-link.sidebar {
  display: block;
}

.navbar-link.sidebar:hover {
  -webkit-transform: translate(7px, 0px);
  -ms-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
}

.navbar-link.sidebar.w--current {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #1eaf34;
}

.navbar-link.sidebar.w--current:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.button {
  border-style: none;
  border-radius: 4px;
  background-color: #1eaf34;
  box-shadow: 1px 1px 20px -4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 1px 1px 20px -4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.section {
  padding-top: 50px;
  padding-bottom: 39px;
}

.section.footer {
  background-color: #303030;
  color: #fff;
}

.section.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #292828;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 59px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  width: 170px;
  margin-bottom: 20px;
}

.footer-logo.w--current {
  -webkit-filter: none;
  filter: none;
}

.link-light {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e6e6e6;
  text-decoration: none;
}

.link-light:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.copyright-text {
  font-family: 'Open Sans', sans-serif;
  color: #e6d8d8;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}

.inline {
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inline.label-large {
  margin-right: 5px;
}

.sidebar-menu-item {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-menu-item.lastitem {
  border-bottom-style: none;
  color: #303030;
}

.block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.block:hover {
  color: #9279d6;
}

.sidebar-column {
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-color-white.footer {
  margin-bottom: 5px;
}

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

.form-label {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.form-input {
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 4px;
}

.form-inscription-wrapper {
  margin-top: 60px;
}

.form-success {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: #1eaf34;
  color: #fff;
  font-weight: 700;
}

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

.event-item-icon {
  margin-right: 10px;
}

.event-quickaction-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-quickaction-link.hidden-desktop {
  display: none;
}

.event-gallery-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.event-item-description {
  margin-top: 35px;
  padding-top: 30px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e6e6e6 #000 #000;
}

.event-item-h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.lightbox-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lightbox-link:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
}

.mobile-menu-wrapper {
  display: none;
}

.mobile-menu-button {
  display: none;
}

.sidebar-item-image {
  width: 100%;
  max-height: 100px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.richtext-scrolable {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
}

.richtext-scrolable.first {
  padding-top: 0px;
}

.dropdown-link {
  margin-bottom: 15px;
}

.dropdown-link.w--current {
  color: #1eaf34;
}

.dropdown-link.last {
  margin-bottom: 0px;
}

.mobile-logo-link {
  display: none;
}

.blog-collection-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #313f33;
}

.blog-item-image {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.blog-item-image.single-item {
  margin-top: 10px;
  margin-bottom: 35px;
}

.blog-item-link {
  display: block;
  margin-top: 25px;
}

.blog-item-label {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  color: #303030;
  text-transform: none;
}

.blog-item-image-link {
  width: 100%;
}

.col-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.footer-link {
  color: #37db86;
  font-style: normal;
}

.footer-nav-item {
  display: block;
}

.footer-nav-item:hover {
  color: #1eaf34;
}

@media screen and (max-width: 991px) {
  .hero-banner {
    padding-top: 115px;
    padding-bottom: 55px;
    background-position: 0px 0px, 50% 100%;
  }
  .h1-display {
    line-height: 58px;
  }
  .column-sidebar {
    top: 95px;
  }
  .navbar {
    display: block;
  }
  .nav-logo-link {
    height: 37px;
  }
  .navbar-link {
    padding-right: 8px;
    padding-left: 8px;
  }
  .navbar-link.dropdown {
    margin-right: -10px;
    padding-right: 35px;
    padding-left: 0px;
  }
  .column-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form-inscription-wrapper {
    margin-top: 40px;
  }
  .mobile-menu-wrapper {
    display: none;
  }
  .mobile-menu-button {
    display: none;
  }
  .text-block {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner {
    padding: 90px 20px 75px;
  }
  .h1-display {
    font-size: 30px;
    line-height: 43px;
  }
  .hero-banner-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h2-display {
    font-size: 17px;
  }
  .card {
    padding: 20px 20px 10px;
  }
  .navbar {
    position: relative;
    display: none;
  }
  .section {
    margin-top: -30px;
    padding: 0px 10px 50px;
  }
  .section.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sidebar-column {
    display: none;
  }
  .event-quickaction-link.hidden-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-top: 115px;
    padding-bottom: 20px;
    padding-left: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #313f33;
    opacity: 0;
  }
  .modal-menu-headline-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-menu-sublink {
    margin-bottom: 15px;
    margin-left: 10px;
    color: #fff;
  }
  .modal-menu-h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
  }
  .mobile-menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.15);
    color: #313f33;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .mobile-logo-link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 23px;
    line-height: 30px;
  }
  p {
    font-size: 13px;
  }
  a {
    font-size: 13px;
  }
  .hero-banner-container {
    margin-top: 30px;
  }
  .h1-display {
    font-size: 24px;
    letter-spacing: 6px;
  }
  .h1-display.small {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .hero-banner-divider {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .h2-display {
    font-size: 15px;
    letter-spacing: 3px;
  }
  .card {
    padding: 20px;
  }
  .navbar {
    padding: 0px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.footer {
    padding: 45px 25px;
  }
  .footer-grid {
    grid-template-areas: "Area Area Area";
  }
  .event-item-icon {
    display: block;
  }
  .event-quickaction-link.hidden-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    padding-top: 125px;
    padding-bottom: 20px;
    padding-left: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #313f33;
    opacity: 0;
  }
  .modal-menu-headline-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #303030;
  }
  .modal-menu-sublink {
    margin-bottom: 10px;
    margin-left: 10px;
    color: #fff;
  }
  .modal-menu-h5 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
  }
  .mobile-menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .mobile-logo-link {
    z-index: 9999;
    margin-top: 15px;
    margin-left: 20px;
  }
  .blog-item-image {
    height: 150px;
  }
}

#w-node-56be739222a0-7392228b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b3265060f776-746aae6d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b3265060f78f-746aae6d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-4f1a5702e74c-746aae6d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-56be739222a0-7392228b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-56be739222ae-7392228b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

