:root {
  --light: #fdfffa;
  --paragraphs: #152422bf;
  --heading: #152419;
  --border: #cfe0c2;
  --white: white;
  --yellow: #6a8f1e;
  --green: #95ad4f;
  --bluue: #0c4f6f;
  --color: #a9d0e2;
  --light-additional: #e0f0c1;
  --blue: var(--paragraphs);
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--light);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.125em;
}

h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1.18em;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25em;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25em;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em;
}

li {
  padding: .3em;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--heading);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: .9em;
  padding: .2em 0 .2em 1.1em;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.6em;
}

figure {
  border-radius: 1.2em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: hidden;
}

figcaption {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 2.2em;
  font-size: .9em;
  line-height: 1.4em;
}

.rich-text-block p {
  margin-bottom: 1.3em;
}

.rich-text-block h1 {
  margin-bottom: .5em;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: .9em;
  margin-bottom: .5em;
}

.rich-text-block a {
  box-shadow: inset 0 -2px 0 0 var(--yellow);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  box-shadow: inset 0 -16px 0 0 var(--yellow);
}

.link {
  box-shadow: inset 0 -2px 0 0 var(--yellow);
  color: var(--heading);
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: inset 0 -16px 0 0 var(--yellow);
}

.section-hero {
  background-color: var(--green);
  background-image: linear-gradient(22deg, #6a8f1ebf, #95ad4f), url('../images/DSC_0703.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9em 2em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.deneigement {
  background-color: var(--bluue);
  background-image: linear-gradient(22deg, #0b4f6fa3, #95ad4f), url('../images/462706486_463501960063364_2858333202305352762_n.jpg');
}

.navbar {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-block {
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 77.5em;
  display: flex;
}

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

.brand {
  justify-content: center;
  align-items: center;
  padding: .3em;
  display: flex;
}

.logo {
  height: 100%;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light);
  padding: .8em 1.3em .7em;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: var(--yellow);
}

.nav-link.w--current {
  color: var(--light);
}

.nav-link.w--current:hover {
  color: var(--yellow);
}

.nav-button {
  background-color: var(--light);
  color: var(--yellow);
  border-radius: 50em;
  margin-left: .7em;
  padding: .8em 1.7em .7em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.nav-button.bluebutton {
  color: var(--bluue);
}

.nav-button.bluebutton:hover {
  background-color: var(--color);
}

.wave-down {
  z-index: 100;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% -1px;
}

.wave-down.white {
  filter: brightness(200%);
}

.content {
  z-index: 150;
  width: 100%;
  max-width: 77.5em;
  position: relative;
}

.content.position-z-index {
  z-index: 20;
}

.grid-hero {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.block-hero {
  z-index: 50;
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.heading-hero {
  color: var(--light);
  margin-bottom: -.2em;
}

.paragraph-hero {
  opacity: .75;
  color: var(--light);
  max-width: 18em;
  font-size: 1.25em;
  line-height: 1.5em;
}

.button-dark {
  background-color: var(--heading);
  color: var(--light);
  border-radius: 50em;
  padding: 1.1em 2.2em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.button-dark.small {
  padding: .8em 1.7em .7em;
  font-size: 1em;
  line-height: 1.2em;
}

.button-dark.blueee:hover {
  background-color: var(--bluue);
}

.block-hero-img {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.abstract-hero-yellow {
  z-index: 2;
  width: 160%;
  max-width: none;
  margin-bottom: -5%;
  position: absolute;
}

.abstract-hero-green {
  z-index: 1;
  width: 140%;
  max-width: none;
  margin-bottom: 60%;
  margin-left: -50%;
  position: absolute;
}

.abstract-hero-green.hidden {
  display: none;
}

.preloader {
  z-index: 800;
  background-color: var(--heading);
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.wave-preloader {
  width: 100%;
  max-width: none;
  margin-bottom: -1px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.block-preloader {
  z-index: 10;
  background-color: var(--green);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-preloader {
  z-index: 20;
  width: 200px;
  position: relative;
}

.image-hero {
  z-index: 10;
  width: 100%;
  max-width: none;
  margin-bottom: -30%;
  position: relative;
}

.image-hero.hidden {
  display: block;
}

.image-hero.hidden.rounded {
  border-radius: 20px;
  margin-bottom: 0%;
}

.image-hero.hidden.rounded.hiod {
  display: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 2em 10em;
  display: flex;
  position: relative;
}

.section.padding-6-6em {
  padding-bottom: 6em;
}

.section.padding-6-6em.hidden {
  display: none;
}

.section.padding-10-6em {
  padding-top: 10em;
  padding-bottom: 6em;
}

.section.padding-10-6em.hidden {
  display: none;
}

.section.de {
  padding-bottom: 3em;
}

.subtitle {
  color: var(--green);
  letter-spacing: .045em;
  text-transform: uppercase;
  margin-bottom: .3em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
}

.subtitle.yellow {
  color: var(--yellow);
}

.subtitle.blue {
  color: var(--white);
}

.subtitle.fe {
  color: var(--bluue);
}

.heading.light {
  color: var(--light);
}

.block-heading-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.5em;
  margin-bottom: 2.8em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-heading-center.max-w {
  max-width: 40em;
}

.grid-programs {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.link-programs {
  background-color: var(--white);
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .9em;
  text-decoration: none;
  display: flex;
}

.icon-arrow {
  width: 1em;
  height: 1em;
}

.bg-arrow-light {
  background-color: var(--light);
  border-radius: 50em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4.25em;
  height: 4.25em;
  margin-top: auto;
  margin-bottom: -2.9em;
  padding: .63em;
  display: flex;
}

.bg-arrow-white {
  background-color: var(--white);
  border-radius: 50em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 10px 15px -5px #1524221a;
}

.block-image-programs {
  perspective: 1000px;
  border-radius: 1em;
  width: 100%;
  height: 14em;
  overflow: hidden;
}

.block-image-programs.large {
  height: 20em;
}

.image-programs {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-programs {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.2em;
  margin-bottom: 2em;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.paragraph-programs {
  color: var(--paragraphs);
  margin-top: 1.1em;
}

.info-programs {
  color: var(--green);
  margin-top: .4em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2em;
}

.section-bg {
  background-color: var(--light-additional);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 2em;
  display: flex;
  position: relative;
}

.section-bg.padding-6-10em {
  padding-bottom: 10em;
}

.section-bg.padding-6-10em.background-blue {
  background-color: var(--white);
}

.section-bg.padding-6-10em.background-blue.fefe {
  background-color: var(--color);
  overflow: hidden;
}

.section-bg.hidden {
  display: none;
}

.grid-2-columns {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.paragraph {
  max-width: 20em;
  font-size: 1.125em;
  line-height: 1.5em;
}

.paragraph.max-w {
  max-width: none;
}

.block {
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.button-green {
  background-color: var(--green);
  color: var(--light);
  border-radius: 50em;
  padding: 1.1em 2.2em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-green:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.button-green.small {
  padding: .8em 1.7em .7em;
  font-size: 1em;
  line-height: 1.2em;
}

.button-green.bluebutton {
  background-color: var(--bluue);
}

.button-green.bluebutton.up {
  margin-top: 13.6px;
}

.button-green.mini-button {
  font-size: .9em;
}

.line-a {
  background-image: url('../images/Long-herbe4x.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.line-b {
  background-image: url('../images/line_2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-lessons {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
}

.grid-lessons.hidden {
  display: none;
}

.link-lessons {
  grid-row-gap: .7em;
  border: 3px solid var(--white);
  text-align: center;
  background-color: #fff0;
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8em;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 0 -5px #15242200;
}

.link-lessons:hover {
  background-color: var(--white);
  transform: rotate(4deg)scale(1.17);
  box-shadow: 0 30px 30px -20px #15242212;
}

.icon-lessons {
  object-fit: contain;
  width: 3.2em;
  height: 3.2em;
}

.info-lessons {
  color: var(--green);
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35em;
}

.section-green {
  background-color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-green._345 {
  background-color: var(--green);
  padding-top: 8em;
  padding-bottom: 8em;
}

.wave-top {
  z-index: 100;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: -1px 0% auto;
}

.abstract-green-l {
  z-index: 1;
  width: 100%;
  max-width: 45em;
  position: absolute;
  inset: -1em auto auto -4em;
}

.abstract-green-r {
  z-index: 1;
  width: 100%;
  max-width: 45em;
  position: absolute;
  inset: auto -9em -2.5em auto;
}

.abstract-green-r.jhidden {
  display: none;
}

.lightbox-link {
  border-style: solid solid none;
  border-width: .9em;
  border-color: var(--white);
  background-color: var(--white);
  perspective: 1000px;
  border-radius: 1.8em 1.8em 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.lightbox-link.hidden {
  display: none;
}

.image-lightbox {
  object-fit: cover;
  width: 100%;
  height: 39em;
}

.lightbox-button {
  z-index: 50;
  grid-column-gap: .4em;
  background-color: var(--yellow);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1.3em 2.4em 1.2em;
  display: flex;
  position: absolute;
  box-shadow: 0 15px 20px -10px #1524221a;
}

.text-lightbox-button {
  color: var(--heading);
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
}

.text-lightbox-button.whoite {
  color: var(--white);
}

.icon-lightbox-button {
  width: .9em;
  height: .9em;
}

.icon-lightbox-button.hidden {
  display: none;
}

.grid-4-columns {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.achievement {
  grid-row-gap: .9em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-achievement {
  color: var(--green);
  font-family: DM Serif Display, sans-serif;
  font-size: 5.6em;
  font-style: italic;
  line-height: 1em;
}

.icon-achievement {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.block-icon-achievement {
  background-color: var(--white);
  border-radius: 50em;
  margin-top: -2.4em;
  padding: 1em;
}

.paragraph-achievement {
  max-width: 14em;
}

.grid-testimonials {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonials {
  background-color: var(--white);
  text-align: center;
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em;
  display: flex;
}

.testimonials.rounded {
  border: 1px solid var(--bluue);
}

.testimonials.rounded.mini-ask-for-submission {
  z-index: 99999;
  flex-flow: row;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  position: fixed;
  inset: auto 1% 1% auto;
}

.avatar-testimonials {
  object-fit: cover;
  border-radius: 100%;
  width: 4.75em;
  height: 4.75em;
}

.info-testimonials {
  color: var(--green);
  margin-top: .4em;
  margin-bottom: 1em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2em;
}

.info-testimonials.yellow {
  color: var(--yellow);
}

.info-testimonials.fe {
  margin-bottom: .4em;
}

.info-testimonials.max20 {
  max-width: 20em;
}

.info-testimonials.bluebold {
  margin-bottom: 20px;
}

.heading-testimonials {
  margin-top: .6em;
  font-weight: 500;
}

.heading-testimonials.light {
  color: var(--light);
  margin-top: 0;
}

.heading-testimonials._234 {
  margin-top: 0;
}

.paragraph-testimonials {
  margin-top: 1.4em;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.5em;
}

.paragraph-testimonials.light {
  color: #f6f4eebf;
}

.icon-testimonials {
  object-fit: contain;
  height: 1.5em;
  margin-top: 2em;
}

.block-button-center {
  grid-column-gap: .75em;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3.1em;
  display: flex;
}

.collection-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog {
  background-color: var(--white);
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .9em;
  text-decoration: none;
  display: flex;
}

.block-image-blog {
  perspective: 1000px;
  border-radius: 1em;
  width: 100%;
  height: 22em;
  overflow: hidden;
}

.image-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-blog {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.6em;
  margin-bottom: 2em;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.info-blog {
  color: var(--green);
  margin-bottom: .4em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-blog {
  color: var(--paragraphs);
  margin-top: 1.3em;
}

.empty-state {
  border: 3px dashed var(--border);
  background-color: #0000;
  border-radius: 1em;
  padding: 1em 1.5em;
}

.text-empty {
  color: var(--heading);
  font-weight: 500;
}

.section-newsletter {
  background-color: var(--green);
  background-image: linear-gradient(195deg, #007a67, #009c84);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2em 8.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abstract-newsletter-green {
  z-index: 1;
  width: 160%;
  max-width: 62em;
  position: absolute;
}

.form-block-newsletter {
  max-width: 30em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-field-newsletter {
  z-index: 50;
  border: 1px solid var(--white);
  color: var(--heading);
  border-radius: 50em;
  height: 3.7em;
  margin-bottom: 0;
  padding: 1.2em 1.7em 1.1em;
  font-size: 1em;
  line-height: 1.2em;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-newsletter:focus {
  border-color: var(--white);
  transform: scale(1.1);
  box-shadow: 0 30px 20px -10px #1524220d;
}

.text-field-newsletter::placeholder {
  color: #15242280;
}

.form-newsletter {
  grid-column-gap: .4em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff3;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: .3em;
  display: flex;
}

.success-message {
  background-color: var(--yellow);
  border-radius: 1em;
  padding: 1.2em 1.5em;
}

.text-success {
  color: var(--white);
  font-weight: 500;
}

.error-message {
  background-color: #eb4646;
  border-radius: 1em;
  margin-top: 1em;
  padding: 1em 1.5em;
}

.text-error {
  color: var(--white);
  text-align: center;
  font-weight: 500;
}

.section-footer {
  background-color: #25402f;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.wave-footer {
  z-index: 100;
  width: 100%;
  max-width: none;
  margin-bottom: -1px;
}

.footer-down {
  background-color: var(--heading);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5em 2em;
  display: flex;
}

.text-footer-down {
  color: #f6f4ee80;
  font-size: .94em;
  line-height: 1.3em;
}

.link-footer-down {
  color: #f6f4eeb3;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-down:hover {
  color: var(--light);
}

.grid-footer {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 81.5em;
  margin-top: 6.5em;
  margin-bottom: 4.5em;
  padding-left: 2em;
  padding-right: 2em;
}

.footer {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-footer {
  color: var(--light);
  max-width: 8em;
  font-style: italic;
}

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

.subtitle-footer {
  color: #f6f4ee4d;
  letter-spacing: .045em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
}

.link-footer {
  color: #f6f4eeb3;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.125em;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.section-top {
  background-color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12em 2em 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-top.large {
  background-image: linear-gradient(22deg, var(--green), var(--yellow));
  padding-bottom: 23em;
}

.section-top.blue {
  background-color: var(--bluue);
}

.section-top.blue.up-line-white {
  border-top: 3px solid #fff;
}

.block-top {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.block-top.max-w {
  max-width: 68em;
}

.abstract-top-green {
  z-index: 1;
  width: 140%;
  max-width: 52em;
  position: absolute;
  inset: auto -20em -16em auto;
  overflow: hidden;
}

.abstract-top-green.inner {
  box-sizing: border-box;
  vertical-align: baseline;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  bottom: 21.2em;
  overflow: hidden;
}

.abstract-top-green.droite {
  opacity: .29;
  left: -25.6em;
  right: auto;
}

.grid-programs-large {
  grid-column-gap: 1.25em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.grid-focus {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--yellow);
  background-image: linear-gradient(220deg, #fcca6c, #f6be56);
  border-radius: 1.8em;
  grid-template-rows: auto;
  padding: .9em;
  position: relative;
  overflow: hidden;
}

.abstract-focus {
  z-index: 1;
  width: 140%;
  max-width: 52em;
  position: absolute;
  inset: auto 5% -5.8em auto;
}

.image-focus {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
}

.block-text-focus {
  z-index: 10;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.2em 15%;
  display: flex;
  position: relative;
}

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

.paragraph-focus {
  max-width: 22em;
  font-size: 1.125em;
  line-height: 1.5em;
}

.button-light {
  background-color: var(--light);
  color: var(--heading);
  border-radius: 50em;
  padding: 1.1em 2.2em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  background-color: var(--heading);
  color: var(--light);
}

.button-light.small {
  padding: .8em 1.7em .7em;
  font-size: 1em;
  line-height: 1.2em;
}

.tag-focus {
  background-color: var(--heading);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  height: 5.5em;
  display: flex;
  position: absolute;
  inset: 1.5em -1em auto auto;
  transform: rotate(18deg);
}

.info-tag-focus {
  color: var(--light);
  font-size: .88em;
  font-weight: 500;
  line-height: 1.1em;
}

.text-tag-focus {
  color: var(--light);
  font-family: DM Serif Display, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
}

.grid-faq {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 52em;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 1.8em;
}

.accordion-header {
  grid-column-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .9em 1em .9em 2em;
  display: flex;
}

.icon-accordion {
  background-color: var(--light-additional);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.87em;
  height: 2.87em;
  display: flex;
}

.heading-accordion {
  margin-top: .5em;
  margin-bottom: .5em;
}

.accordion-content {
  overflow: hidden;
}

.paragraph-accordion {
  margin-bottom: 1.8em;
  padding-left: 2em;
  padding-right: 4em;
}

.paragraph-top {
  opacity: .75;
  color: var(--light);
  max-width: 30em;
  margin-top: 2.2em;
  font-size: 1.25em;
  line-height: 1.5em;
}

.image-main-post {
  z-index: 150;
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
  margin-top: -25.5em;
  margin-bottom: 3.6em;
}

.content-narrow {
  width: 100%;
  max-width: 48.75em;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-large {
  background-color: var(--heading);
  background-image: linear-gradient(90deg, var(--heading) 27%, #15242200), url('../images/462706486_463501960063364_2858333202305352762_n.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 1.8em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5em;
  display: flex;
}

.testimonials-large.image-b {
  background-image: linear-gradient(to right, var(--heading) 27%, #15242200), url('../images/testimonials_2.jpg');
}

.block-testimonials-large {
  max-width: 22em;
}

.map {
  background-color: var(--white);
  border-radius: 1.8em;
  margin-top: -25em;
  padding: .9em;
}

.grid-map {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: stretch;
}

.image-map {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
}

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

.subtitle-contact {
  color: var(--green);
  letter-spacing: .045em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
}

.link-contact {
  color: var(--paragraphs);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.125em;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.link-contact:hover {
  color: var(--heading);
}

.block-contact {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5em 18%;
  display: flex;
}

.paragraph-center {
  margin-top: 1.6em;
  font-size: 1.125em;
  line-height: 1.5em;
}

.form-block {
  width: 100%;
  max-width: 52em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.text-field {
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 1em;
  height: 3.7em;
  margin-bottom: 0;
  padding: 1.2em 1.4em 1.1em;
  font-size: 1em;
  line-height: 1.2em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--yellow);
}

.text-field::placeholder {
  color: #15242280;
}

.textarea {
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 1em;
  min-width: 100%;
  max-width: 100%;
  min-height: 11em;
  max-height: 22em;
  margin-bottom: .7em;
  padding: 1.2em 1.4em 1.1em;
  font-size: 1em;
  line-height: 1.2em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--yellow);
}

.textarea::placeholder {
  color: #15242280;
}

.grid-about {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  align-items: stretch;
}

.image-about {
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
  max-height: 600px;
}

.block-about {
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 12%;
  display: flex;
}

.block-image-about {
  justify-content: center;
  align-items: center;
  height: 28em;
  display: flex;
  position: relative;
}

.image-about-a1 {
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 34%;
  position: absolute;
  inset: -5% auto auto -5%;
  transform: rotate(-14deg);
  box-shadow: 0 30px 30px -10px #15242226;
}

.image-about-a2 {
  z-index: 5;
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 40%;
  position: absolute;
  inset: auto auto 0%;
  transform: rotate(11deg);
  box-shadow: 0 30px 30px -10px #15242226;
}

.image-about-a3 {
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 30%;
  position: absolute;
  inset: auto 0% auto auto;
  transform: rotate(-14deg);
  box-shadow: 0 30px 30px -10px #15242226;
}

.image-about-b1 {
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 40%;
  position: absolute;
  inset: auto auto 0%;
  transform: rotate(-14deg);
  box-shadow: 0 30px 30px -10px #15242226;
}

.image-about-b2 {
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  width: 34%;
  position: absolute;
  inset: 0% 4% auto auto;
  transform: rotate(14deg);
  box-shadow: 0 30px 30px -10px #15242226;
}

.heading-template-info {
  margin-bottom: .7em;
}

.paragraph-template-info {
  margin-bottom: 2.2em;
}

.grid-licensing {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  grid-template-rows: auto;
}

.image-licensing {
  border-radius: 1em;
  width: 100%;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 4.4em;
  margin-bottom: 4.4em;
}

.template-info {
  grid-column-gap: .75em;
  background-color: var(--light-additional);
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6em;
  display: flex;
}

.template-info.yellow {
  background-color: var(--yellow);
}

.block-template-info {
  grid-row-gap: .7em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.josefin-sans {
  font-family: Josefin Sans, sans-serif;
}

.grid-icon-licensing {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: start;
}

.icon-licensing {
  background-color: var(--white);
  border-radius: 1.8em;
  padding: 1.2em;
}

.grid-colors {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  grid-row-gap: .2em;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 8em;
  padding: 1.4em;
  display: flex;
}

.block-color.light {
  background-color: var(--light);
}

.block-color.light-additional {
  background-color: var(--light-additional);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.heading {
  background-color: var(--heading);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.green {
  background-color: var(--green);
}

.block-color.yellow {
  background-color: var(--yellow);
}

.text-color {
  color: var(--heading);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

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

.hex-color {
  color: #15242280;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.hex-color.light {
  color: #f6f4ee80;
}

.utility-page-wrap {
  background-color: var(--green);
  background-image: linear-gradient(22deg, #007a67, #009c84);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 8em 1.5em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  grid-row-gap: 1.75em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20em;
  display: flex;
}

.utility-page-form {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: #f6f4ee80;
  margin-top: 1.8em;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.body-2 {
  font-size: 15px;
}

.div-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.check {
  width: 25px;
  height: 100%;
}

.list {
  text-transform: uppercase;
  font-size: 1.1em;
}

.line-list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span, .linkwhite {
  color: #fff;
}

.div-block {
  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-2 {
  text-align: center;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.green {
  color: var(--yellow);
}

.center {
  text-align: center;
}

.white-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.white-section.padding-6-10em {
  padding-bottom: 10em;
}

.white-section.hidden {
  display: none;
}

.text-span-2, .bluebold {
  color: var(--bluue);
}

.grid {
  display: flex;
}

.grid.line {
  border-top: 1px solid var(--bluue);
}

.text-span-3 {
  color: var(--bluue);
}

.bodyndeig {
  background-color: var(--white);
}

.own {
  margin-bottom: .5em;
  font-size: 3.125rem;
}

.diown {
  margin-top: 2em;
}

.meta-hide {
  opacity: 0;
  width: 0;
  min-width: 0;
  max-width: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  font-size: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.9em;
  }

  h2 {
    font-size: 2.9em;
  }

  h3 {
    font-size: 2.3em;
  }

  h4 {
    font-size: 1.8em;
  }

  h5 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1.2em;
  }

  .nav-menu {
    background-color: var(--heading);
    border-radius: 1.8em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1.3em .5em 2em;
  }

  .nav-link {
    text-align: center;
  }

  .nav-button {
    margin-top: .7em;
    margin-left: 0;
  }

  .menu-button {
    background-color: var(--light);
    color: var(--heading);
    border-radius: 50em;
    padding: .5em;
    font-size: 1.4em;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button.w--open {
    background-color: var(--yellow);
    color: var(--heading);
  }

  .block-hero {
    padding-top: 3em;
    padding-bottom: 9em;
  }

  .section {
    padding-bottom: 8em;
  }

  .section.padding-10-6em {
    padding-top: 8em;
  }

  .grid-programs {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .block-image-programs.large {
    height: 36vw;
  }

  .section-bg.padding-6-10em {
    padding-bottom: 8em;
  }

  .grid-2-columns {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .paragraph {
    max-width: 35em;
  }

  .block-heading {
    max-width: 50em;
  }

  .block {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-green {
    padding-top: 8em;
  }

  .image-lightbox {
    height: 28em;
  }

  .text-achievement {
    font-size: 4.8em;
  }

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

  .collection-list {
    grid-row-gap: 3em;
  }

  .block-image-blog {
    height: 28vw;
  }

  .section-newsletter {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-down {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-footer {
    grid-column-gap: 2em;
    margin-top: 6em;
    margin-bottom: 4em;
  }

  .section-top {
    padding-top: 10em;
    padding-bottom: 9em;
  }

  .section-top.large {
    padding-bottom: 17em;
  }

  .block-top {
    max-width: 50em;
  }

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

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

  .block-text-focus {
    padding: 2.5em 10%;
  }

  .tag-focus {
    top: .6em;
    right: -.5em;
  }

  .image-main-post {
    margin-top: -20.5em;
    margin-bottom: 2.5em;
  }

  .map {
    margin-top: -19.5em;
  }

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

  .image-about-a1 {
    width: 40%;
  }

  .image-about-a2 {
    width: 50%;
  }

  .image-about-a3 {
    width: 40%;
  }

  .image-about-b1 {
    width: 50%;
  }

  .image-about-b2 {
    width: 40%;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .white-section.padding-6-10em {
    padding-bottom: 8em;
  }
}

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

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.6em;
  }

  h3 {
    font-size: 2.1em;
  }

  h4 {
    font-size: 1.7em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.1em;
  }

  .menu-button {
    background-color: var(--yellow);
    color: var(--white);
  }

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

  .block-hero {
    grid-row-gap: 1.9em;
    text-align: center;
    align-items: center;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 7em;
  }

  .section.padding-6-6em {
    padding-bottom: 5em;
  }

  .block-heading-center {
    margin-bottom: 2.2em;
  }

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

  .block-image-programs, .block-image-programs.large {
    height: 50vw;
  }

  .section-bg {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-bg.padding-6-10em {
    padding-bottom: 7em;
  }

  .block {
    grid-row-gap: 1.9em;
  }

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

  .section-green {
    padding-top: 7em;
  }

  .image-lightbox {
    height: 24em;
  }

  .grid-4-columns {
    grid-column-gap: 0em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonials {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .block-button-center {
    margin-top: 2.4em;
  }

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

  .block-image-blog {
    height: 50vw;
  }

  .section-newsletter {
    padding-top: 7em;
    padding-bottom: 7em;
  }

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

  .grid-footer {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
    margin-top: 5em;
    margin-bottom: 3em;
  }

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

  .section-top {
    padding-top: 9em;
    padding-bottom: 8em;
  }

  .grid-programs-large {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .image-main-post {
    margin-top: -19.5em;
  }

  .testimonials-large {
    background-image: linear-gradient(to right, var(--heading) 27%, #152422b3), url('../images/testimonials_1.jpg');
    text-align: center;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .testimonials-large.image-b {
    background-image: linear-gradient(to right, var(--heading) 27%, #152422b3), url('../images/testimonials_2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .map {
    margin-top: -18.5em;
  }

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

  .block-contact {
    text-align: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .form {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .image-about {
    height: 340px;
  }

  .block-image-about {
    height: 100vw;
  }

  .image-about-a1 {
    border-width: .7em;
    width: 70%;
  }

  .image-about-a2, .image-about-a3 {
    border-width: .7em;
    width: 60%;
  }

  .image-about-b1 {
    border-width: .7em;
    width: 70%;
  }

  .image-about-b2 {
    border-width: .7em;
    width: 80%;
  }

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .white-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .white-section.padding-6-10em {
    padding-bottom: 7em;
  }

  .grid {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.2em;
  }

  .section-hero, .navbar {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-button {
    background-color: var(--yellow);
    color: var(--white);
  }

  .block-hero {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-hero {
    font-size: 2.7em;
  }

  .section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-programs {
    grid-row-gap: 0em;
  }

  .section-bg {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-green.bluebutton {
    font-size: 1em;
  }

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

  .section-green {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-lightbox {
    height: 16em;
  }

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

  .testimonials.rounded {
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonials.rounded.mini-ask-for-submission {
    padding-left: 1em;
    padding-right: 1em;
    right: auto;
  }

  .section-newsletter {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-newsletter {
    grid-row-gap: .8em;
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
  }

  .grid-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-top {
    padding-bottom: 7em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .abstract-top-green {
    bottom: -10em;
    right: -13.5em;
  }

  .tag-focus {
    display: none;
  }

  .image-main-post {
    min-height: 24em;
  }

  .image-about {
    height: 300px;
  }

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

  .template-info {
    grid-row-gap: .75em;
    flex-direction: column;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto auto;
  }

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

  .utility-page-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-list {
    align-items: center;
  }

  .check {
    height: 24px;
  }

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

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .white-section {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#w-node-_3780e366-349e-2f14-f86d-00fc3afd34ef-8f9bfe00, #w-node-_2e2249ff-8ca8-3e6e-fbfa-b3a80541b48d-8f9bfe00, #w-node-fc3018dd-4de2-a11d-c598-410a389eabbe-8f9bfe00, #w-node-d5448c97-cc6a-12d3-2076-196119b3cd5d-8f9bfe00, #w-node-_4d6b5ba1-758d-9cc8-b7cc-f16bb70d1537-8f9bfe00, #w-node-fe76658e-6aad-d662-b7fb-8532ec051bef-8f9bfe00, #w-node-_4cb7d8d8-03f2-5b13-5b0b-e25085f17df7-8f9bfe00, #w-node-b992473c-06d5-db8b-4902-1344562d1a47-8f9bfe00, #w-node-b80e740c-af11-4967-f062-5f1f17057233-8f9bfe00, #w-node-b023a664-cdef-813a-2c51-cd64f89d50d8-8f9bfe00, #w-node-cc25cbb7-a46c-54fa-d4f6-f6bf12c2ced4-8f9bfe00, #w-node-da5cdf7d-a754-2775-1251-0019c4c078d3-8f9bfe00, #w-node-_78401aa4-9adf-391d-27c4-5a92607612a6-8f9bfe00, #w-node-_3c343418-f4c5-2db9-aa3c-806c181a9ab3-8f9bfe00, #w-node-_6143b99a-63fd-5c64-2384-67755d06fdd6-8f9bfe00, #w-node-c8dd5ec5-baf9-5553-b53e-96657e857da0-8f9bfe00, #w-node-_9dbf7689-b00c-73e9-3d64-93f5a01a8af4-8f9bfe00, #w-node-_8474403e-c713-ed6b-56fc-de817de68b75-8f9bfe00, #w-node-_9127b7e3-914e-ae38-9c0e-20aa020be558-8f9bfe00, #w-node-_74d2ed5d-f84d-dcc7-cd17-bd79e589acdd-8f9bfe00, #w-node-_09c5417e-fc72-1838-fd7c-ff6900a9cece-8f9bfe00, #w-node-ef797d06-0911-4bae-5775-cf8198bea515-8f9bfe00, #w-node-_9ba5b6f2-2e2f-9bbb-27b6-f63a0d07aa64-8f9bfe00, #w-node-_3a69414b-2fb5-b7d5-a110-c3185a969074-8f9bfe00, #w-node-_3a69414b-2fb5-b7d5-a110-c3185a969075-8f9bfe00, #Haies.w-node-_726126e6-8e94-9f98-1ca0-0e1751cfa465-8f9bfe00, #w-node-_1f6d26d2-1423-04b0-0821-5a092ca778c8-8f9bfe00, #w-node-_1f6d26d2-1423-04b0-0821-5a092ca778cd-8f9bfe00, #w-node-_1f6d26d2-1423-04b0-0821-5a092ca778d2-8f9bfe00, #w-node-_1f6d26d2-1423-04b0-0821-5a092ca778d7-8f9bfe00, #Ouverture-Fermeture.w-node-_8d96ad9e-5a0e-761f-8c7a-e17f67ea1c9c-8f9bfe00, #w-node-ebd23a49-9c8e-c7ce-e80e-a02ed48612fc-8f9bfe00, #w-node-ebd23a49-9c8e-c7ce-e80e-a02ed4861301-8f9bfe00, #w-node-ebd23a49-9c8e-c7ce-e80e-a02ed4861306-8f9bfe00, #w-node-ebd23a49-9c8e-c7ce-e80e-a02ed486130b-8f9bfe00, #Revitalisation.w-node-a416ad51-3efa-a79a-82d6-ffde03596ed9-8f9bfe00, #w-node-a416ad51-3efa-a79a-82d6-ffde03596ee0-8f9bfe00, #w-node-a416ad51-3efa-a79a-82d6-ffde03596ee5-8f9bfe00, #w-node-a416ad51-3efa-a79a-82d6-ffde03596eef-8f9bfe00, #Entretien.w-node-ead7a0c6-a2ca-cca2-9cd5-9050129ddb42-8f9bfe00, #w-node-_01160a6c-4cb8-983e-c067-b59195aa1bb6-8f9bfe00, #w-node-_01160a6c-4cb8-983e-c067-b59195aa1bbb-8f9bfe00, #w-node-_01160a6c-4cb8-983e-c067-b59195aa1bc0-8f9bfe00, #w-node-_9ef27fe9-0d4b-c96a-6488-5087d04c5253-8f9bfe00, #Abattage.w-node-ead5d9b1-2d6e-a658-2508-98b7daf07ccf-8f9bfe00, #w-node-caa4f060-586c-77f8-9706-1481e4daae26-8f9bfe00, #w-node-caa4f060-586c-77f8-9706-1481e4daae2b-8f9bfe00, #Elagage.w-node-_2472380b-10d2-3174-fa0c-65515f82a796-8f9bfe00, #w-node-_2472380b-10d2-3174-fa0c-65515f82a79d-8f9bfe00, #w-node-_2472380b-10d2-3174-fa0c-65515f82a7a2-8f9bfe00, #w-node-_2472380b-10d2-3174-fa0c-65515f82a7a7-8f9bfe00, #w-node-_3c2b94d1-7e76-048d-f538-7e9da92764c2-8f9bfe00, #w-node-_3c2b94d1-7e76-048d-f538-7e9da92764c9-8f9bfe00, #w-node-_3c2b94d1-7e76-048d-f538-7e9da92764d0-8f9bfe00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830f4246-de9f-91c9-6022-64e24e662036-8f9bfe00 {
  align-self: center;
}

#w-node-_89629e86-3bab-03e2-5b98-6bbf68616a82-8f9bfe00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_40e73753-af7e-28e2-850f-0137038503e3-8f9bfe00, #Message.w-node-_02fc865c-e350-cd08-00d4-b49782d6714a-8f9bfe00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fea32522-821a-4388-f574-bc23810d116d-8f9bfe00 {
  align-self: center;
}

#w-node-_02fc865c-e350-cd08-00d4-b49782d6714b-8f9bfe00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c83456c-6f95-6358-a57f-7f8b175ff06f-8f9bfe00, #w-node-_9221e4f5-332c-7ce5-aaab-34ea97a2bdc3-97a2bdc1, #w-node-_9221e4f5-332c-7ce5-aaab-34ea97a2bdc6-97a2bdc1, #w-node-_9221e4f5-332c-7ce5-aaab-34ea97a2bdd8-97a2bdc1, #w-node-_9221e4f5-332c-7ce5-aaab-34ea97a2bde4-97a2bdc1, #w-node-a666c1b6-aca5-6f88-6b15-79206c7357a2-8f9bfe03, #w-node-da30facc-6413-7f36-6467-d594ad61d328-8f9bfe03, #w-node-be192dc0-410b-5797-d57b-3950fc2158a8-8f9bfe03, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef55-8f9bfe03, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef5e-8f9bfe03, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef67-8f9bfe03, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef70-8f9bfe03, #w-node-_32593809-a866-55d0-8917-a86a36a1e9ae-8f9bfe06, #w-node-fd9d74c4-d0fa-b0e9-9497-3d7970aea3f2-8f9bfe06, #w-node-_9cca6431-985a-886e-d9b4-53cba33b37f4-8f9bfe06, #w-node-_9cca6431-985a-886e-d9b4-53cba33b37fb-8f9bfe06, #w-node-_9cca6431-985a-886e-d9b4-53cba33b3802-8f9bfe06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95a86-8f9bfe06 {
  align-self: center;
}

#w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95a8a-8f9bfe06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95a8b-8f9bfe06, #Message-2.w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95aad-8f9bfe06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95aae-8f9bfe06 {
  align-self: center;
}

#w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95ab4-8f9bfe06, #Message.w-node-ce427098-345a-cf6b-5231-e514c0efd25e-8f9bfe06, #w-node-ac6ea48a-dbc0-e61e-2ae2-b4e6b0227d13-8f9bfe06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c84924c2-d1b9-7c16-97b6-10ddede4cdba-8f9bfe06, #w-node-c84924c2-d1b9-7c16-97b6-10ddede4cdc3-8f9bfe06, #w-node-c84924c2-d1b9-7c16-97b6-10ddede4cdcc-8f9bfe06, #w-node-c84924c2-d1b9-7c16-97b6-10ddede4cdd5-8f9bfe06, #w-node-c84924c2-d1b9-7c16-97b6-10ddede4cdde-8f9bfe06, #w-node-c84924c2-d1b9-7c16-97b6-10ddede4cde7-8f9bfe06, #w-node-_4b9f24a3-6507-3f1b-3aa8-87e9b6067b81-8f9bfe08, #w-node-d693dfee-4044-1e38-bdaa-830a3357a00b-8f9bfe08, #w-node-_16b80b57-d284-9a23-ec6e-168748070d7b-8f9bfe08, #w-node-_3592438d-0cc4-3821-15ba-96d95b04c66b-8f9bfe08, #w-node-_79f04e21-a5d4-3117-affc-62abe905d882-8f9bfe08, #w-node-_005ecb59-e270-d1b1-7142-1e331b6475ad-8f9bfe08, #w-node-_8bdfee89-29ea-2107-556b-eadcfd391fd0-8f9bfe08, #w-node-db8c84b0-7685-f327-1a4a-d6b2408914ee-8f9bfe08, #w-node-_3552eec5-5dad-f256-4a00-f920dd4369fa-8f9bfe08, #w-node-f0f89b2a-4b8e-d1b2-d514-80157230a5e4-8f9bfe08, #w-node-fa73db1a-37f7-fa52-4568-74ab6837c6eb-8f9bfe08, #w-node-_84fdab9e-063f-9c0b-40b1-5111b16913ec-8f9bfe08, #w-node-d68ed7f4-c7fe-1fff-bc05-1812e0fee23e-8f9bfe08, #w-node-_753dea04-5e7b-fc68-d446-7b425305cf6d-8f9bfe08, #w-node-b32149e1-1884-a411-e8e0-2f18013fc280-8f9bfe08, #w-node-_4d6b5ba1-758d-9cc8-b7cc-f16bb70d1537-8f9bfe09, #w-node-fe76658e-6aad-d662-b7fb-8532ec051bef-8f9bfe09, #w-node-_4cb7d8d8-03f2-5b13-5b0b-e25085f17df7-8f9bfe09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_454d3e27-2300-061a-a5ca-216bf9794380-8f9bfe09 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ee07d40f-04a6-af1f-2d67-862d3455c790-8f9bfe09, #w-node-ac6ec276-3f3b-ae9f-4560-d2a5489d74cb-8f9bfe09, #w-node-adcbff8f-d1a8-7e3c-5434-3a428f18e1e7-8f9bfe09, #w-node-_9ba5b6f2-2e2f-9bbb-27b6-f63a0d07aa64-8f9bfe09, #w-node-_78401aa4-9adf-391d-27c4-5a92607612a6-8f9bfe09, #w-node-_3c343418-f4c5-2db9-aa3c-806c181a9ab3-8f9bfe09, #w-node-_6143b99a-63fd-5c64-2384-67755d06fdd6-8f9bfe09, #w-node-c8dd5ec5-baf9-5553-b53e-96657e857da0-8f9bfe09, #w-node-_9dbf7689-b00c-73e9-3d64-93f5a01a8af4-8f9bfe09, #w-node-_8474403e-c713-ed6b-56fc-de817de68b75-8f9bfe09, #w-node-_9127b7e3-914e-ae38-9c0e-20aa020be558-8f9bfe09, #w-node-_74d2ed5d-f84d-dcc7-cd17-bd79e589acdd-8f9bfe09, #w-node-_09c5417e-fc72-1838-fd7c-ff6900a9cece-8f9bfe09, #w-node-ef797d06-0911-4bae-5775-cf8198bea515-8f9bfe09, #w-node-c9399591-7bf8-daaf-818c-f51c37f94bb7-8f9bfe09, #w-node-_2e8915e3-7a9c-7603-df96-15f1b2548544-8f9bfe09, #w-node-bee8a01c-70bc-dcc8-36b0-20c077c00df1-8f9bfe09, #w-node-d887e333-9c4d-2ea6-23f9-e6fab89aec9e-8f9bfe09, #w-node-_28bd9a7a-d1cb-3a30-f69b-09158c209064-8f9bfe09, #w-node-_4186a3d4-c1e2-a882-a261-7dc6cad52c8e-8f9bfe09, #w-node-_0b10c123-3bfa-5323-569d-b48bb3e9a2b9-8f9bfe0a, #w-node-bd591a69-c066-6bd2-ac9c-3133c5dcfa6e-8f9bfe0a, #w-node-b0121f55-8b67-6e04-9cbe-09bfb0c4fb99-8f9bfe0a, #w-node-cb8b13cf-562a-1dff-6540-bf38d618b8c8-8f9bfe0a, #w-node-_69ab8f1e-1a98-79cd-53d6-2285a1237958-8f9bfe0a, #w-node-_0acf337e-ccc5-61c8-7731-e6c228c31bb5-8f9bfe0a, #w-node-_653df08d-cdd5-5ea6-95c6-c5a97474488d-8f9bfe0a, #w-node-_0314f422-b0c6-1dfb-4e65-5bde12ca8bb5-8f9bfe0a, #w-node-af378789-3dc7-46bf-ba3a-e1a9156b2428-8f9bfe0d, #w-node-af378789-3dc7-46bf-ba3a-e1a9156b2431-8f9bfe0d, #w-node-af378789-3dc7-46bf-ba3a-e1a9156b243a-8f9bfe0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48af81a9-adc6-4ebe-75b4-3e6d26a927bf-8f9bfe0d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cbd8cfcd-0151-a3b8-de4e-dcfb43d7061c-8f9bfe0d, #w-node-_17fc4d01-dcc3-d6e1-8b8b-c5aff1c31c76-8f9bfe0d, #w-node-d1c6da1d-30e5-a3fa-9eb6-f56d523694bc-8f9bfe0d, #w-node-f6a4016c-21d5-9d83-1b71-3c6769c0ba79-8f9bfe0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7edb214b-7193-4450-0e69-93f8ec8f7609-8f9bfe0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee0e1a45-f9b7-7a18-51f2-35a56839491d-8f9bfe0d, #w-node-_2316f3e8-049d-495d-11d8-0f21a76cfd76-8f9bfe0d, #w-node-_0a35447c-28f7-70ff-0647-58521fc2697b-8f9bfe0d, #w-node-_829c1d75-c4ee-3d6f-dd0e-5047da62803a-2965344c, #w-node-_829c1d75-c4ee-3d6f-dd0e-5047da62803b-2965344c, #w-node-_829c1d75-c4ee-3d6f-dd0e-5047da628041-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a514-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a515-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a51b-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a521-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a527-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a52d-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a533-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a539-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a53f-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a545-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a54b-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a558-2965344c, #w-node-_4c67abc7-aee8-690f-47a3-656070f0a559-2965344c, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae986985-2965344c, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae98698e-2965344c, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae986997-2965344c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dee4d2ec-b5f6-1a4c-13f0-65abae9869a0-2965344c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c27ae65f-ac12-45cd-3b3b-323797306529-2965344c, #w-node-c27ae65f-ac12-45cd-3b3b-323797306530-2965344c, #w-node-c27ae65f-ac12-45cd-3b3b-323797306537-2965344c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ec37e04-6112-cb7f-0f87-cf2e1e1bffbf-2965344c {
  align-self: center;
}

#Message-2.w-node-_3ec37e04-6112-cb7f-0f87-cf2e1e1bffe6-2965344c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ec37e04-6112-cb7f-0f87-cf2e1e1bffe7-2965344c {
  align-self: center;
}

#w-node-_3ec37e04-6112-cb7f-0f87-cf2e1e1bffed-2965344c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3c2b94d1-7e76-048d-f538-7e9da92764d0-8f9bfe00, #w-node-_9cca6431-985a-886e-d9b4-53cba33b3802-8f9bfe06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_454d3e27-2300-061a-a5ca-216bf9794380-8f9bfe09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af378789-3dc7-46bf-ba3a-e1a9156b243a-8f9bfe0d, #w-node-_48af81a9-adc6-4ebe-75b4-3e6d26a927bf-8f9bfe0d, #w-node-_0a35447c-28f7-70ff-0647-58521fc2697b-8f9bfe0d, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae986997-2965344c, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae9869a0-2965344c, #w-node-c27ae65f-ac12-45cd-3b3b-323797306537-2965344c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d96ad9e-5a0e-761f-8c7a-e17f67ea1c9b-8f9bfe00, #w-node-ead7a0c6-a2ca-cca2-9cd5-9050129ddb41-8f9bfe00, #w-node-_2472380b-10d2-3174-fa0c-65515f82a795-8f9bfe00 {
    order: -9999;
  }

  #w-node-_3c2b94d1-7e76-048d-f538-7e9da92764d0-8f9bfe00, #Message.w-node-_02fc865c-e350-cd08-00d4-b49782d6714a-8f9bfe00, #w-node-_02fc865c-e350-cd08-00d4-b49782d6714b-8f9bfe00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da30facc-6413-7f36-6467-d594ad61d327-8f9bfe03 {
    order: -9999;
  }

  #w-node-_9cca6431-985a-886e-d9b4-53cba33b3802-8f9bfe06, #Message-2.w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95aad-8f9bfe06, #w-node-_7dcbaf26-291b-5bdf-78a7-a05e69b95ab4-8f9bfe06, #Message.w-node-ce427098-345a-cf6b-5231-e514c0efd25e-8f9bfe06, #w-node-ac6ea48a-dbc0-e61e-2ae2-b4e6b0227d13-8f9bfe06, #w-node-af378789-3dc7-46bf-ba3a-e1a9156b243a-8f9bfe0d, #w-node-_48af81a9-adc6-4ebe-75b4-3e6d26a927bf-8f9bfe0d, #w-node-_7edb214b-7193-4450-0e69-93f8ec8f7609-8f9bfe0d, #w-node-_0a35447c-28f7-70ff-0647-58521fc2697b-8f9bfe0d, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae986997-2965344c, #w-node-dee4d2ec-b5f6-1a4c-13f0-65abae9869a0-2965344c, #w-node-c27ae65f-ac12-45cd-3b3b-323797306537-2965344c, #Message-2.w-node-_3ec37e04-6112-cb7f-0f87-cf2e1e1bffe6-2965344c, #w-node-_3ec37e04-6112-cb7f-0f87-cf2e1e1bffed-2965344c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d96ad9e-5a0e-761f-8c7a-e17f67ea1c9b-8f9bfe00, #w-node-ead7a0c6-a2ca-cca2-9cd5-9050129ddb41-8f9bfe00, #w-node-_2472380b-10d2-3174-fa0c-65515f82a795-8f9bfe00 {
    order: -9999;
  }
}


