:root {
  --background: #f4f0ec;
  --texts: Lexend, sans-serif;
  --text-gris: #1f2933;
  --secondaire-ocre: #d1ae6c;
  --highlight-violet: #832161;
  --radius: 25px;
  --legend: "La Belle Aurore", sans-serif;
  --principale-vert: #4d7312;
  --titles: Gloock, sans-serif;
  --text-blanc: white;
}

.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 {
  background-color: var(--background);
  font-family: var(--texts);
  color: var(--text-gris);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin: 15px auto;
  padding: 0;
  position: static;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--secondaire-ocre);
  font-weight: 500;
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.primary-button {
  border: 2px solid var(--highlight-violet);
  background-color: var(--highlight-violet);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.primary-button:hover {
  background-color: var(--highlight-violet);
  color: #fff;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.beige {
  border-color: var(--secondaire-ocre);
  background-color: var(--secondaire-ocre);
  margin-top: 31px;
}

.page_wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.main_wrapper, .section_hero {
  flex-flow: column;
  flex: 1;
  align-self: auto;
  display: flex;
}

.section_hero.comming-soon {
  margin-top: auto;
}

.container_large {
  flex-flow: column;
  display: block;
}

.hero-texts {
  z-index: 4444;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-img {
  box-sizing: border-box;
  border-radius: var(--radius);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  flex: 0 auto;
  overflow: visible;
}

.note-hero {
  z-index: 99999;
  font-family: var(--legend);
  color: var(--principale-vert);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 5%;
  font-size: 20px;
  position: relative;
}

.secondary-button {
  border: 2px solid var(--highlight-violet);
  color: var(--highlight-violet);
  background-color: #0000;
  border-radius: 25px;
  font-size: 16px;
}

.heading-style-h1 {
  font-family: var(--titles);
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 60px;
  line-height: 65px;
}

.heading-style-h1._404 {
  margin-bottom: 20px;
  font-size: 120px;
  line-height: 120px;
}

.paragraph-hero {
  margin-bottom: 49px;
  font-size: 16px;
  display: block;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section_services {
  background-color: #f2e6d8;
}

.section_process {
  background-color: var(--principale-vert);
  padding-left: 5%;
  padding-right: 5%;
}

.section_a_propos {
  background-color: var(--secondaire-ocre);
}

.footer {
  background-color: var(--highlight-violet);
  flex-flow: column;
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.logo-blanc {
  align-self: center;
  max-width: 180px;
  overflow: visible;
}

.legend-footer {
  font-family: var(--legend);
  color: var(--text-blanc);
  align-self: center;
  padding-top: 15px;
  font-size: 16px;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-blanc);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  max-width: 80%;
  margin-top: 15px;
  display: grid;
}

.footer-link {
  color: var(--text-blanc);
  text-decoration: none;
}

.legal-mention-wrapper {
  border-top: 1px solid var(--text-blanc);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  min-width: 90%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legal-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.copyright-box {
  color: var(--text-blanc);
  flex: 0 auto;
  font-size: 12px;
  font-weight: 300;
}

.footer-link-small {
  color: var(--text-blanc);
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.separator-txt {
  color: var(--text-blanc);
}

.text-link-footer {
  font-weight: 300;
}

.text-link-footer:hover {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-weight: 400;
  text-decoration: underline;
}

.cta-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.heading-style-h2 {
  font-family: var(--titles);
  flex-flow: column;
  font-size: 32px;
  display: block;
}

.heading-style-h2.white {
  color: var(--text-blanc);
}

.annotation {
  font-family: var(--legend);
  color: var(--principale-vert);
  font-size: 18px;
  position: absolute;
  inset: 88% 0% auto auto;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.margin-bottom_none {
  margin-bottom: 0;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 1rem;
  position: relative;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rich-text.subheading {
  font-size: 16px;
}

.grid_5-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.card {
  color: #1e322d;
  background-color: #fdfcee;
  background-image: none;
  border: 0 solid #1e322d33;
  border-radius: 1rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #1e322d33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card.backdrop-filter_blur {
  background-color: var(--background);
  border-style: none;
}

.image-ratio_1x1 {
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: clip;
}

.image-ratio_1x1.height_100percent {
  aspect-ratio: 1;
}

.note-a-propos {
  font-family: var(--legend);
  color: var(--principale-vert);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 22px;
}

.portfolio-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 40px auto 60px;
  display: flex;
}

.grid-portfolio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  display: grid;
}

.process-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.titles-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-blanc {
  color: var(--text-blanc);
}

.legend {
  font-family: var(--legend);
  font-size: 18px;
}

.legend.beige {
  color: var(--secondaire-ocre);
  font-size: 28px;
}

.legend.small-beige {
  color: var(--secondaire-ocre);
  font-size: 20px;
}

.heading-style-h3 {
  font-family: var(--titles);
  font-size: 22px;
  line-height: 22px;
}

.heading-style-h3.blanc {
  color: var(--text-blanc);
  margin-top: 0;
}

.services_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.grid-services {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 40px 5% 80px;
}

.picto-card {
  max-width: 25px;
}

.card-service {
  border: 1px solid var(--text-gris);
  background-color: var(--secondaire-ocre);
  border-radius: 25px;
  padding: 20px;
}

.arg-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 40px auto 60px;
  display: flex;
}

.images-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  display: grid;
}

.text-wrapper-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.image, .image-2 {
  border-radius: var(--radius);
}

.img-rea-carre {
  object-fit: cover;
  border-radius: 0;
  flex: 1;
  align-self: stretch;
  max-width: 100%;
  overflow: hidden;
}

.img-rea-rectangle {
  box-sizing: border-box;
  aspect-ratio: auto;
  border-radius: var(--radius);
  vertical-align: baseline;
  object-fit: contain;
  flex: 1;
  align-self: stretch;
  width: 1120px;
  max-width: none;
  max-height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logo {
  max-height: 70px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 5%;
  margin-right: 5%;
}

.image-8 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  object-position: 100% 50%;
  max-height: 100%;
  overflow: clip;
}

.div-block-6 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.line-timeline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondaire-ocre);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  height: 70%;
  display: block;
  position: absolute;
  inset: 72% auto 0% 26%;
}

.timeline-visual {
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-9 {
  width: 30px;
  height: 30px;
}

.timeline-grid {
  grid-row-gap: 30px;
  grid-template-columns: 30px 1fr;
  margin-top: 20px;
}

.top-ancor {
  width: 0;
}

.link-projet-carre {
  border-radius: var(--radius);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-projet-rectangle {
  aspect-ratio: auto;
  border-radius: var(--radius);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.galery-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  overflow: clip;
}

.div-img-gallery {
  box-sizing: border-box;
  object-fit: fill;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.galerie_img {
  aspect-ratio: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 0;
  flex: 1;
  align-self: stretch;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  flex-flow: column;
  display: flex;
}

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

.text-size-large {
  color: #343d42;
  text-align: left;
  font-size: 14px;
}

.padding-global {
  justify-content: flex-start;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section_404 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button {
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.button.principal {
  background-color: #a8af96;
}

.button.principal:hover {
  background-color: #3e5e4f;
}

._404-component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1em;
  display: flex;
}

.heading-style-h2-2 {
  color: #3e5e4f;
  align-self: center;
  font-size: 75px;
  font-weight: 400;
}

.heading-style-h2-2.style-404 {
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .legend-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-links-wrapper {
    margin-bottom: 10px;
  }

  .legal-mention-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .legal-link-wrapper {
    flex: 0 auto;
    align-self: center;
  }

  .annotation {
    position: absolute;
    inset: 88% 0% auto auto;
  }

  .header {
    order: -1;
  }

  .card_body {
    order: 9999;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .grid_5-col.tablet-1-col-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.gap-small {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-flow: row dense;
  }

  .card.backdrop-filter_blur {
    flex-flow: column-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .grid-portfolio {
    flex: 0 auto;
  }

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

  .copyright {
    text-align: right;
  }

  .heading-wrapper {
    margin-bottom: 20px;
    position: relative;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_404 {
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .heading-style-h2-2 {
    font-size: 65px;
    line-height: 75px;
  }

  .heading-style-h2-2.style-404 {
    font-size: 30px;
  }
}

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .primary-button, .secondary-button {
    text-align: center;
  }

  .paragraph-hero {
    margin-bottom: 20px;
  }

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

  .footer {
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .legend-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-links-wrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .legal-link-wrapper {
    flex: 0 auto;
    margin-right: 20px;
  }

  .cta-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h2 {
    text-align: center;
    align-self: center;
  }

  .heading-style-h2.white, .heading-style-h2.left {
    text-align: left;
  }

  .annotation {
    top: 92%;
  }

  .annotation.short {
    right: 27%;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_5-col.tablet-1-col-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.gap-small {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-portfolio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .arg-wrapper {
    flex-flow: column;
  }

  .images-left {
    flex: 0 auto;
    max-width: none;
  }

  .text-wrapper-right {
    max-width: none;
  }

  .copyright {
    text-align: right;
  }

  .heading-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-8 {
    aspect-ratio: auto;
    object-fit: scale-down;
    flex: 0 auto;
    align-self: auto;
    max-width: 90%;
    max-height: none;
  }

  .div-block-6 {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: space-between;
    align-items: flex-end;
  }

  .line-timeline {
    top: 43%;
  }

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

  .galerie_img {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .container-large {
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .heading-style-h2-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .heading-style-h1 {
    font-size: 7vh;
    line-height: 16vw;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .legend-footer {
    text-align: center;
  }

  .footer-links-wrapper {
    grid-template-columns: 1fr;
  }

  .legal-mention-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
  }

  .legal-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: center;
    align-items: flex-start;
    margin-right: 0;
    display: grid;
  }

  .copyright-box {
    text-align: center;
    align-self: center;
  }

  .footer-link-small {
    text-align: center;
  }

  .text-link-footer:hover {
    text-underline-position: under;
    font-weight: 400;
    text-decoration: underline;
  }

  .annotation {
    top: 95%;
  }

  .annotation.short {
    right: 0%;
  }

  .grid_5-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_5-col.tablet-1-col-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.gap-small {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

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

  .process-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text-gris.middle {
    text-align: center;
  }

  .services_wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .copyright {
    text-align: center;
    padding-top: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .image-8 {
    order: 9999;
  }

  .line-timeline {
    top: 49%;
  }

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

  .padding-global {
    flex-flow: column;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .container-large {
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
  }

  ._404-component {
    margin-bottom: 20px;
  }

  .heading-style-h2-2 {
    text-align: center;
    font-size: 40px;
  }
}

#w-node-ff9d0048-a8e0-9633-808c-6f1d9a08e76b-a0d6ef6f {
  order: -9999;
  grid-area: 1 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-ff9d0048-a8e0-9633-808c-6f1d9a08e775-a0d6ef6f {
  order: 9999;
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7d19c01f-c409-c859-2f64-c9ea777e662c-a0d6ef6f {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_87368e16-eab6-24ca-b512-82eb37dcaa29-a0d6ef6f {
  order: 9999;
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_5fd0fe3d-e500-c929-8349-b4e078d2cfc1-a0d6ef6f, #w-node-dcbef8cf-9da9-74d3-81b9-ce79cbf17af6-a0d6ef6f, #w-node-_00360d10-8f6d-a609-5638-e3a4ab637542-a0d6ef6f, #w-node-_63beea32-c0d9-a9e4-aaee-d0d13d774286-a0d6ef6f {
  justify-self: center;
}

#w-node-a10737eb-0436-1e69-5e59-a606a812b760-a0d6ef6f {
  grid-area: 1 / 1 / 4 / 3;
  place-self: auto;
}

#w-node-de98c514-99ec-7700-4725-273fb626a3d7-a0d6ef6f {
  grid-area: 1 / 3 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_4d61d348-7f02-20c4-aa24-b011f38e5b9a-a0d6ef6f {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-_376cae5e-9807-f796-a9c0-c2f1ded5a688-a0d6ef6f {
  grid-area: 3 / 3 / 6 / 5;
}

#w-node-d759d797-4e2c-2be2-fab5-cf80528c5ffa-a0d6ef6f {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-d759d797-4e2c-2be2-fab5-cf80528c5ffc-a0d6ef6f {
  grid-area: 1 / 3 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-d759d797-4e2c-2be2-fab5-cf80528c5ffe-a0d6ef6f {
  grid-area: 3 / 3 / 6 / 5;
  place-self: stretch stretch;
}

#w-node-d759d797-4e2c-2be2-fab5-cf80528c6000-a0d6ef6f {
  grid-area: 4 / 1 / 6 / 3;
  place-self: stretch stretch;
}

#w-node-df13dd14-b2cd-cf15-05c7-f8a6b4146ee8-e6474d2c.w-node-_472dbc87-5b8f-408a-8df0-af1ccac0b239-a0d6ef6f {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_00c82eb4-6174-250f-6043-4efaa3f47bb5-e6474d2c.w-node-_472dbc87-5b8f-408a-8df0-af1ccac0b23c-a0d6ef6f {
  grid-area: 2 / 3 / 4 / 6;
}

#w-node-_7f607423-11a4-5993-ffa6-518ea0776fe3-c0a5a59b {
  order: -9999;
  grid-area: 1 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_7f607423-11a4-5993-ffa6-518ea0776fed-c0a5a59b {
  order: 9999;
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-df13dd14-b2cd-cf15-05c7-f8a6b4146ee8-e6474d2c.w-node-_472dbc87-5b8f-408a-8df0-af1ccac0b239-a0d6ef6f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00c82eb4-6174-250f-6043-4efaa3f47bb5-e6474d2c.w-node-_472dbc87-5b8f-408a-8df0-af1ccac0b23c-a0d6ef6f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8fafdad9-0c9f-8510-89d0-8b01e6474d31-e6474d2c.w-node-_472dbc87-5b8f-408a-8df0-af1ccac0b23d-a0d6ef6f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ff9d0048-a8e0-9633-808c-6f1d9a08e775-a0d6ef6f {
    place-self: center;
  }

  #w-node-d759d797-4e2c-2be2-fab5-cf80528c5ffa-a0d6ef6f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7f607423-11a4-5993-ffa6-518ea0776fed-c0a5a59b {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff9d0048-a8e0-9633-808c-6f1d9a08e76b-a0d6ef6f {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-ff9d0048-a8e0-9633-808c-6f1d9a08e775-a0d6ef6f {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-d759d797-4e2c-2be2-fab5-cf80528c5ffe-a0d6ef6f {
    grid-column: span 1 / span 1;
  }

  #w-node-_1b1109a7-a61c-49e2-42d6-3803f3bda4ec-f3bda4d1, #w-node-_1b1109a7-a61c-49e2-42d6-3803f3bda4f0-f3bda4d1 {
    justify-self: center;
  }

  #w-node-_7f607423-11a4-5993-ffa6-518ea0776fe3-c0a5a59b {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_7f607423-11a4-5993-ffa6-518ea0776fed-c0a5a59b {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }
}


