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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 60px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-4 {
  min-height: auto;
  min-width: 25%;
}

.container-3 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.icon-2 {
  color: #4d4d4d;
}

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

.nav-menu {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  padding: 5px 5px 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 0px solid #dbdbdb;
  border-bottom: 0px solid #dbdbdb;
  background-color: #fff;
  opacity: 1;
  text-align: center;
}

.image-12 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid transparent;
}

.image-12.mobile {
  width: auto;
  max-width: none;
  min-width: 360px;
}

.sticky-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -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-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin: 3px;
  padding: 0px 70px 0px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  color: #8fb720;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.nav-link.goal1 {
  min-height: 65px;
  margin: 0px;
  padding-right: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-image: url('../images/SDG1_hover.svg');
  background-position: 100% 0%;
  background-size: 65px 65px;
  background-repeat: no-repeat;
}

.nav-link.navgoals {
  min-height: auto;
  margin: 0px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Oswald, sans-serif;
  color: #000;
  line-height: 16px;
  font-weight: 400;
}

.nav-link.navgoals:hover {
  opacity: 0.65;
}

.nav-link.navgoals.goal2 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/SDG2_hover.svg');
}

.link-block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -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-block-3 {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-div.small {
  width: 100%;
  margin-right: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.top-text-2 {
  margin-bottom: 0px;
  color: #d77474;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-text-2.hero {
  margin-bottom: 0px;
  color: #fff;
}

.top-text-2.cta {
  color: #8fb720;
  text-align: left;
}

.page-title-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
}

.page-title-2.big {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.page-title-2.big.textmobile {
  color: #2e5d3c;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 85.9%, 0.05);
  background-image: none, none, none;
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: transparent;
}

.hero-section.heromobile {
  background-image: url('../images/banner170actions4-green.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.container.about-section {
  padding-right: 0px;
  padding-left: 0px;
}

.container.about-section.telephone.small {
  height: 250px;
  padding-top: 0px;
}

.button-3 {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.button-3.dark {
  margin-top: 20px;
  margin-right: 0px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: #2e5d3c;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 22px;
}

.button-3.dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #000;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.button-3.dark {
  margin-right: 0px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: #8fb720;
  color: #fff;
  line-height: 22px;
}

.button-3.dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #000;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.button-3.cta {
  background-color: #2e5d3c;
  color: #fff;
}

.button-3.cta:hover {
  background-color: #000;
}

.left-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.left-block.hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #ebebeb;
  font-weight: 500;
}

.section.collections {
  position: relative;
  padding: 0px 20px;
  border-style: none solid solid;
  border-width: 0px 1px 1px;
  border-color: transparent;
  background-color: #fff;
}

.section.sale-section {
  position: relative;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 40px;
  border-top-width: 0px;
  background-color: #f7f4e2;
  color: transparent;
}

.section.cta {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, hsla(0, 0%, 100%, 0.89)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/download_booklet.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.89) 13%, hsla(0, 0%, 100%, 0) 57%), url('../images/download_booklet.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta.mobile {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, hsla(0, 0%, 100%, 0.89)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/download_booklet_FR.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.89) 13%, hsla(0, 0%, 100%, 0) 57%), url('../images/download_booklet_FR.jpg');
}

.section.footer-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  color: transparent;
  line-height: 24px;
}

.section.gray {
  background-color: #f8f8f8;
}

.section.gray.testimonials {
  position: relative;
  padding-top: 0px;
  border-top-width: 0px;
  background-color: #fff;
  color: #2e5d3c;
}

.paragraph-light {
  max-width: none;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 15%;
  text-transform: none;
  list-style-type: square;
}

.paragraph-light.svg-icon {
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/bullet-point-green.svg');
  background-position: 0px 6px;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 1;
  list-style-type: none;
}

.main-heading-wrap {
  margin-bottom: 20px;
}

.main-paragraph-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.heading-2 {
  margin-top: 120px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  font-weight: 700;
}

.heading-2.mobile {
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 52px;
  text-transform: uppercase;
}

.list-2 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.list {
  padding-bottom: 0px;
  padding-left: 0px;
}

.div-block-8 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-8:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.small {
  background-image: url('../images/SDG3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.small:hover {
  background-image: url('../images/SDG3_hover.svg'), url('../images/SDG3.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-8.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-8.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.small.nav_fr:hover {
  background-image: url('../images/SDG3_hover.svg'), url('../images/SDG3.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.text-block-12 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.text-block-12.mobile {
  color: #000;
  text-decoration: none;
}

.text-block-12.mobile.link {
  text-decoration: none;
}

.text-block-12.mobile.nav {
  color: #fff;
}

.div-block-14 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-14:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-14.small {
  background-image: url('../images/SDG9.svg');
}

.div-block-14.small:hover {
  background-image: url('../images/SDG9_hover.svg'), url('../images/SDG9.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-14.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-14.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG9.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-14.small.nav_fr:hover {
  background-image: url('../images/SDG9_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-15:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15.small {
  background-image: url('../images/SDG10.svg');
}

.div-block-15.small:hover {
  background-image: url('../images/SDG10_hover.svg'), url('../images/SDG10.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-15.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-15.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG10.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15.small.nav_fr:hover {
  background-image: url('../images/SDG10_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  text-decoration: none;
}

.project-info.mobile {
  background-color: transparent;
}

.project-info.mobile:hover {
  font-weight: 500;
}

.project-info.mobile.nav {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.project-info.nav {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 10px;
  opacity: 0.6;
}

.products-heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-19 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-19:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-19.small {
  background-image: url('../images/SDG14.svg');
}

.div-block-19.small:hover {
  background-image: url('../images/SDG14_hover.svg'), url('../images/SDG14.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-19.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-19.small.nav_en:hover {
  background-image: url('../images/SDG14_hover.svg'), url('../images/SDG14.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-19.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG14.svg');
}

.div-block-19.small.nav_fr:hover {
  background-image: url('../images/SDG14_hover.svg'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-10 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-10:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10.small {
  background-image: url('../images/SDG5.svg');
}

.div-block-10.small:hover {
  background-image: url('../images/SDG5_hover.svg'), url('../images/SDG5.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-10.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-10.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG5.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10.small.nav_fr:hover {
  background-image: url('../images/SDG5_hover.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: contain, contain, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-20 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-20:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-20.small {
  background-image: url('../images/SDG15.svg');
}

.div-block-20.small:hover {
  background-image: url('../images/SDG15_hover.svg'), url('../images/SDG15.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-20.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-20.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG15.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-20.small.nav_fr:hover {
  background-image: url('../images/SDG15_hover.svg'), url('../images/SDG15.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-17 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-17:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-17.small {
  background-image: url('../images/SDG12.svg');
}

.div-block-17.small:hover {
  background-image: url('../images/SDG12_hover.svg'), url('../images/SDG12.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-17.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-17.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG12.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-17.small.nav_fr:hover {
  background-image: url('../images/SDG12_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-13 {
  max-height: none;
  max-width: none;
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-13:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-13.small {
  background-image: url('../images/SDG8.svg');
}

.div-block-13.small:hover {
  background-image: url('../images/SDG8_hover.svg'), url('../images/SDG8.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-13.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-13.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG8.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-13.small.nav_fr:hover {
  background-image: url('../images/SDG8_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-21 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-21:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-21.small {
  background-image: url('../images/SDG16.svg');
}

.div-block-21.small:hover {
  background-image: url('../images/SDG16_hover.svg'), url('../images/SDG16.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-21.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-21.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG16.svg');
}

.div-block-21.small.nav_fr:hover {
  background-image: url('../images/SDG16_hover.svg'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
  font-weight: 500;
}

.project-wrapper.nav {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.div-block-11 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-11:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-11.small {
  background-image: url('../images/SDG6.svg');
}

.div-block-11.small:hover {
  background-image: url('../images/SDG6_hover.svg'), url('../images/SDG6.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-11.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-11.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG6.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-11.small.nav_fr:hover {
  background-image: url('../images/SDG6_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-18 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-18:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-18.small {
  background-image: url('../images/SDG13.svg');
}

.div-block-18.small:hover {
  background-image: url('../images/SDG13_hover.svg'), url('../images/SDG13.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-18.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-18.small.nav_en:hover {
  background-image: url('../images/SDG13_hover.svg'), url('../images/SDG13.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-18.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG13.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-18.small.nav_fr:hover {
  background-image: url('../images/SDG13_hover.svg'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-6 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-6:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-6.goals.small {
  background-image: url('../images/SDG1_1.svg'), url('../images/SDG1_hover.svg');
}

.div-block-6.goals.small:hover {
  background-image: url('../images/SDG1_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-6.goals.small.nav_en {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG1_1.svg'), url('../images/SDG1_1.svg'), url('../images/SDG1_hover.svg');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: contain, contain, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-6.goals.small.nav_en:hover {
  background-image: url('../images/SDG1_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-6.goals.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG1_1.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-6.goals.small.nav_fr:hover {
  background-image: url('../images/SDG1_hover.svg'), none, url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: contain, contain, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-7 {
  min-height: 150px;
  min-width: 150px;
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-7:hover {
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-7.small {
  background-image: url('../images/SDG2.svg'), url('../images/SDG2_hover.svg');
}

.div-block-7.small:hover {
  background-image: url('../images/SDG2_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-7.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-7.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
}

.div-block-7.small.nav_fr:hover {
  background-image: url('../images/SDG2_hover.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-16 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-16:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-16.small {
  background-image: url('../images/SDG11.svg');
}

.div-block-16.small:hover {
  background-image: url('../images/SDG11_hover.svg'), url('../images/SDG11.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-16.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-16.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG11.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-16.small.nav_fr:hover {
  background-image: url('../images/SDG11_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-22 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-22:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-22.small {
  background-image: url('../images/SDG17.svg');
}

.div-block-22.small:hover {
  background-image: url('../images/SDG17_hover.svg'), url('../images/SDG17.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-22.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-22.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG17.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-22.small.nav_fr:hover {
  background-image: url('../images/SDG17_hover.svg'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-9 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-9:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.small {
  background-image: url('../images/SDG4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.small:hover {
  background-image: url('../images/SDG4_hover.svg'), url('../images/SDG4.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-9.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-9.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG4.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.small.nav_fr:hover {
  background-image: url('../images/SDG4_hover.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: contain, contain, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-12 {
  min-height: 150px;
  min-width: 150px;
  background-image: none, none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-12:hover {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-12.small {
  background-image: url('../images/SDG7.svg');
}

.div-block-12.small:hover {
  background-image: url('../images/SDG7_hover.svg'), url('../images/SDG7.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-12.small.nav_en {
  min-height: 80px;
  min-width: 80px;
}

.div-block-12.small.nav_fr {
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/SDG7.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-12.small.nav_fr:hover {
  background-image: url('../images/SDG7_hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-text-2 {
  width: 80%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.image-13 {
  margin-top: 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.cta-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-block-2 {
  height: 560px;
  padding: 10px 30px 10px 0px;
  background-color: transparent;
  color: transparent;
}

.social-icon-div {
  padding-top: 20px;
  text-align: center;
}

.left-form {
  text-align: left;
}

.div-block-5 {
  max-height: 50px;
}

.contact-form.message.gray {
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: none;
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.contact-form.message.gray {
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.success-message {
  border-radius: 0px;
  background-color: #34cf2c;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.error-message-2 {
  padding: 20px;
  border-radius: 0px;
  background-color: red;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.image-14 {
  display: block;
  max-width: 50px;
  min-height: auto;
  min-width: 50px;
}

.text-field-3 {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: none;
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
  font-weight: 400;
}

.text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  line-height: 23px;
  font-weight: 400;
}

.right-footertext {
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  color: #8e8d8d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.container-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.center-button-block {
  text-align: left;
}

.social-wrapper-div {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/connect-twitter_green.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-wrapper-div:hover {
  border-color: #2e5d3c;
  background-color: transparent;
  opacity: 1;
}

.social-wrapper-div.google {
  background-image: url('../images/connect-facebook_green.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
  opacity: 0.52;
}

.social-wrapper-div.google:hover {
  border-color: #2e5d3c;
  opacity: 1;
}

.social-wrapper-div.twitter {
  background-image: url('../images/connect-instagram_green.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
}

.social-wrapper-div.twitter:hover {
  border-color: #2e5d3c;
}

.footer-subscribe {
  display: inline-block;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  float: left;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: none;
  background-position: 9px 57%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 23px;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.field-label-2.contact-us-field {
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  font-family: Montserrat, sans-serif;
  color: #3f3f3f;
  font-weight: 700;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.sub-footer {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
}

.sale-tittle {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
}

.sale-tittle.contact {
  margin-top: 0px;
}

.sale-tittle.contact.text-block-4 {
  margin-top: 20px;
  padding-top: 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #171616;
  font-weight: 400;
  text-transform: uppercase;
}

.sale-tittle.contact {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin: 3px;
  padding: 0px 70px 0px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/SDG1.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  opacity: 1;
  color: #000;
}

.nav-link-2.w--current {
  color: #8fb720;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.nav-link-2.goal1 {
  margin: 0px;
  padding-right: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-hero-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 0%;
  margin-left: 20px;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.about-hero-block.mobile.small {
  width: 50%;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Oswald, sans-serif;
  color: #e5243b;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-title.mobile.goal2 {
  color: #dda63a;
}

.page-title.mobile.goal3 {
  color: #4c9f38;
}

.page-title.mobile.goal4 {
  color: #c5192d;
}

.page-title.mobile.goal5 {
  color: #ff3a21;
}

.page-title.mobile.goal6 {
  color: #26bde2;
}

.page-title.mobile.goal7 {
  color: #fcc30b;
}

.page-title.mobile.goal8 {
  color: #a21942;
}

.page-title.mobile.goal9 {
  color: #fd6925;
}

.page-title.mobile.goal10 {
  color: #dd1367;
}

.page-title.mobile.goal11 {
  color: #fd9d24;
}

.page-title.mobile.goal12 {
  color: #bf8b2e;
}

.page-title.mobile.goal13 {
  color: #3f7e44;
}

.page-title.mobile.goal14 {
  color: #0a97d9;
}

.page-title.mobile.goal15 {
  color: #56c02b;
}

.page-title.mobile.goal16 {
  color: #00689d;
}

.page-title.mobile.goal17 {
  color: #19486a;
}

.hero-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 85.9%, 0.05);
  background-image: url('../images/banner170actions4-green.jpg'), none, none;
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: transparent;
}

.hero-section-2.about-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcfcfb), to(transparent)), none, none;
  background-image: linear-gradient(90deg, #fcfcfb, transparent), none, none;
  background-position: 0px 0px, 0px 0px, 50% 67%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.hero-section-2.about-us.telephone.small {
  height: 500px;
  background-color: transparent;
  background-image: url('../images/background_goals.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content-tittle {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #000;
}

.section-tittle {
  font-family: Oswald, sans-serif;
  color: #e5243b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-tittle.goal2 {
  color: #dda63a;
}

.section-tittle.goal3 {
  color: #4c9f38;
}

.section-tittle.goal4 {
  color: #c5192d;
}

.section-tittle.goal5 {
  color: #ff3a21;
}

.section-tittle.goal6 {
  color: #26bde2;
}

.section-tittle.goal7 {
  color: #fcc30b;
}

.section-tittle.goal8 {
  color: #a21942;
}

.section-tittle.goal9 {
  color: #fd6925;
}

.section-tittle.goal10 {
  color: #dd1367;
}

.section-tittle.goal11 {
  color: #fd9d24;
}

.section-tittle.goal12 {
  color: #bf8b2e;
}

.section-tittle.goal13 {
  color: #3f7e44;
}

.section-tittle.goal14 {
  color: #0a97d9;
}

.section-tittle.goal15 {
  color: #56c02b;
}

.section-tittle.goal16 {
  color: #00689d;
}

.section-tittle.goal17 {
  color: #19486a;
}

.text-block-8 {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase;
}

.grid {
  margin-bottom: 30px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-areas: "Area-3 Area-6" "Area-4 Area-7" "Area-5 Area-8" "Area Area-9" "Area-2 Area-10";
  -ms-grid-columns: 0.25fr 16px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto 36px auto 36px auto 36px auto 36px auto;
  grid-template-rows: auto auto auto auto auto;
}

.image-11 {
  margin-right: 10px;
  opacity: 1;
  color: transparent;
}

.columns-7 {
  margin-top: 40px;
}

.column-3 {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: center;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81px;
  min-height: auto;
  min-width: auto;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-11.allgoals {
  width: 60px;
}

.text-block-11.allgoals.mobile.fr {
  width: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.text-block-11.mobile.fr {
  width: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-11.mobile.fr.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  padding-right: 20px;
  border-right: 1px solid #e5243b;
  font-family: Oswald, sans-serif;
  color: #e5243b;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}

.text-block-10.goal2 {
  border-right-color: #dda63a;
  color: #dda63a;
}

.text-block-10.goal3 {
  border-right-color: #4c9f38;
  color: #4c9f38;
}

.text-block-10.goal4 {
  border-right-color: #c5192d;
  color: #c5192d;
}

.text-block-10.goal5 {
  border-right-color: #ff3a21;
  color: #ff3a21;
}

.text-block-10.goal6 {
  border-right-color: #26bde2;
  color: #26bde2;
}

.text-block-10.goal7 {
  border-right-color: #fcc30b;
  color: #fcc30b;
}

.text-block-10.goal8 {
  border-right-color: #a21942;
  color: #a21942;
}

.text-block-10.goal9 {
  border-right-color: #fd6925;
  color: #fd6925;
}

.text-block-10.goal10 {
  border-right-color: #dd1367;
  color: #dd1367;
}

.text-block-10.goal11 {
  border-right-color: #fd9d24;
  color: #fd9d24;
}

.text-block-10.goal12 {
  border-right-color: #bf8b2e;
  color: #bf8b2e;
}

.text-block-10.goal13 {
  border-right-color: #3f7e44;
  color: #3f7e44;
}

.text-block-10.goal14 {
  border-right-color: #0a97d9;
  color: #0a97d9;
}

.text-block-10.goal15 {
  border-right-color: #56c02b;
  color: #56c02b;
}

.text-block-10.goal16 {
  border-right-color: #00689d;
  color: #00689d;
}

.text-block-10.goal17 {
  border-right-color: #19486a;
  color: #19486a;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.linkgoafr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  text-decoration: none;
}

.linkgoafr:hover {
  opacity: 1;
}

.navgoals {
  font-family: Oswald, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.link-block-6 {
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.div-block-23 {
  width: 70px;
  height: 70px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

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

.div-block-24 {
  width: 340px;
  height: 80px;
  max-width: none;
  min-width: auto;
  background-image: url('../images/logo-UN-170actionsEN.svg');
  background-position: 0% 50%;
  background-size: 340px;
  background-repeat: no-repeat;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #272832;
}

.nav-link-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.nav-link-3:hover {
  border-bottom: 1px solid #8fb720;
  color: #8fb720;
}

.nav-link-3.w--current {
  color: #ff177f;
}

.nav-link-3.w--current:hover {
  color: #ff177f;
}

.menu-button-2 {
  height: 80px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #272832;
}

.menu-button-2:hover {
  background-color: #f2f2f2;
  color: #272832;
}

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

.menu-button-2.w--open:hover {
  background-color: #1e1f26;
  color: hsla(0, 0%, 100%, 0.83);
}

.hamburger-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 31px;
}

.text-block-13 {
  font-family: Oswald, sans-serif;
  font-size: 11px;
  text-align: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-9 {
  width: 1200px;
}

.columns-10 {
  width: 1200px;
}

.columns-11 {
  width: 1200px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-5 {
  position: static;
  display: block;
  max-width: 1170px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-14 {
  font-family: Oswald, sans-serif;
  font-size: 10px;
  text-align: center;
}

.div-block-26 {
  width: 340px;
  height: 80px;
  max-width: none;
  min-width: auto;
  background-image: url('../images/logo-UN-170actionsFR.svg');
  background-position: 0% 50%;
  background-size: 340px;
  background-repeat: no-repeat;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-27 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -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;
}

.dropdown-toggle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
}

.dropdown {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.social-wrapper-div-2 {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/connect-twitter_green.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-wrapper-div-2:hover {
  border-color: #2e5d3c;
  background-color: transparent;
  opacity: 1;
}

.social-wrapper-div-2.google {
  background-image: url('../images/connect-facebook_green.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
  opacity: 0.52;
}

.social-wrapper-div-2.google:hover {
  border-color: #2e5d3c;
  opacity: 1;
}

.social-wrapper-div-2.twitter {
  background-image: url('../images/connect-instagram_green.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
}

.social-wrapper-div-2.twitter:hover {
  border-color: #2e5d3c;
}

.dropdown-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-toggle-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-28 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  -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;
}

.language_fr {
  opacity: 0.5;
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  text-align: center;
  text-decoration: none;
}

.language_fr:hover {
  opacity: 1;
}

.language_fr.w--current {
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  text-decoration: none;
}

.language_fr.selected {
  opacity: 1;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language_en {
  font-family: Oswald, sans-serif;
  color: #2e5d3c;
  text-align: center;
  text-decoration: none;
}

.columns {
  margin: 0px;
  padding-left: 10px;
}

.form-block-3 {
  height: 560px;
  padding: 0px;
  background-color: transparent;
}

.column-8 {
  padding-left: 0px;
}

.div-block-29 {
  max-height: 50px;
  margin-bottom: 10px;
}

.footer-subscribe-2 {
  display: inline-block;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  float: left;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 23px;
}

.footer-subscribe-2.email {
  width: 94%;
  font-weight: 400;
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -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: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.button-2:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-2.contact {
  display: block;
  width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-color: transparent;
  background-color: #8fb720;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2.contact:hover {
  background-color: #000;
}

.email {
  color: #8e8d8d;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container-3 {
    position: relative;
  }
  .icon-2 {
    max-height: none;
    color: #4d4d4d;
  }
  .menu-button {
    max-height: 80px;
    background-color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu {
    top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding: 0px;
    -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;
    background-color: #fff;
  }
  .image-12 {
    margin-left: 20px;
  }
  .sticky-navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px;
  }
  .nav-link {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px none #dcdcdc;
  }
  .link-block-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-div.small {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .top-text-2.hero {
    margin-bottom: -10px;
    text-align: left;
  }
  .page-title-2 {
    margin-top: 0px;
    color: #000;
  }
  .page-title-2.big {
    width: 70%;
    color: #2e5d3c;
    text-align: center;
  }
  .page-title-2.big.tablet {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-section {
    display: block;
    height: auto;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none, none;
    background-position: 0px 0px, 100% 50%;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .left-block {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-block.hero.tablet {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.collections {
    border-top-width: 0px;
  }
  .section.cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.cta.mobile {
    background-image: url('../images/download_booklet.jpg');
    background-position: 50% 33%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main-paragraph-wrap {
    margin-bottom: 40px;
  }
  .heading-2.mobile {
    margin-top: 0px;
  }
  .heading-2.mobile.tablet {
    font-size: 40px;
    line-height: 46px;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .cta-button-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .right-footertext {
    text-align: right;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sub-footer {
    margin-top: 0px;
  }
  .nav-link-2 {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px none #dcdcdc;
  }
  .about-hero-block {
    display: block;
    width: 66.66%;
    margin-right: 33.33%;
    margin-bottom: 0px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-hero-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-title {
    margin-top: 0px;
    margin-right: 20px;
    color: #e5243b;
  }
  .image-15 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .hero-section-2 {
    display: block;
    height: auto;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/banner170actions4-green.jpg'), none;
    background-position: 0px 0px, 100% 50%;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
  }
  .hero-section-2.about-us {
    height: auto;
    padding: 110px 8px;
    background-color: rgba(12, 21, 47, 0.6);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #fcfcfb), to(transparent)), none, none;
    background-image: linear-gradient(90deg, #fcfcfb 34%, transparent), none, none;
    background-position: 0px 0px, 0px 0px, 0px 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .brand-link.mobile {
    display: none;
  }
  .nav-menu-2 {
    height: 100vh;
  }
  .button-2:hover {
    background-color: #fc6f00;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    font-size: 30px;
  }
  .image-12.mobile {
    max-width: 80%;
  }
  .hero-div.small {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .hero-div.small.mobile {
    margin-top: 30px;
  }
  .page-title-2.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }
  .hero-section {
    height: auto;
    padding-top: 6%;
    background-image: none, none;
    background-position: 0px 0px, 0px 0px;
    background-size: cover, 2080px;
    background-repeat: repeat, repeat;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-3 {
    text-align: center;
  }
  .left-block {
    margin-bottom: 60px;
  }
  .left-block.hero {
    margin-top: 20px;
  }
  .left-block.hero.mobile {
    margin-top: 30px;
  }
  .section.sale-section {
    padding-top: 0px;
    padding-bottom: 20%;
  }
  .section.cta {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #dbdbdb), to(hsla(0, 0%, 100%, 0))), url('../images/download_booklet.jpg');
    background-image: linear-gradient(90deg, #dbdbdb 24%, hsla(0, 0%, 100%, 0)), url('../images/download_booklet.jpg');
    background-position: 0px 0px, 50% 33%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.cta.mobile {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, hsla(0, 0%, 100%, 0.89)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/download_booklet.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.89) 13%, hsla(0, 0%, 100%, 0) 57%), url('../images/download_booklet.jpg');
    background-position: 0px 0px, 50% 33%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.footer-section {
    padding-top: 0px;
  }
  .paragraph-light {
    margin-bottom: 10px;
  }
  .paragraph-light.mobile {
    margin-bottom: 0px;
  }
  .main-paragraph-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }
  .container-4 {
    text-align: center;
  }
  .heading-2.mobile {
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .cta-row {
    display: block;
  }
  .cta-button-block {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-block-2 {
    height: auto;
    padding-top: 0px;
  }
  .right-footertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .container-2 {
    height: auto;
  }
  .sub-footer {
    margin-top: 0px;
  }
  .about-hero-block {
    width: 75%;
    margin-right: 25%;
    margin-bottom: 0px;
  }
  .about-hero-block.mobile {
    margin-left: 60px;
    padding-left: 0px;
  }
  .page-title.mobile {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-section-2 {
    height: auto;
    padding-top: 6%;
    background-image: url('../images/banner170actions4-green.jpg'), none;
    background-position: 0px 0px, 0px 0px;
    background-size: cover, 2080px;
    background-repeat: repeat, repeat;
  }
  .hero-section-2.about-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: linear-gradient(272deg, rgba(252, 252, 251, 0.34) 37%, #fff), none;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .image-11.mobile {
    margin-right: 0px;
    padding-left: 5px;
  }
  .column-3.mobile {
    padding-right: 5px;
  }
  .text-block-11.mobile {
    display: none;
  }
  .column-6.mobile {
    padding-right: 0px;
  }
  .navbar {
    padding-left: 10px;
  }
  .brand-link {
    padding-left: 0px;
    text-align: left;
  }
  .brand-link.large {
    display: none;
  }
  .brand-link.mobile {
    display: block;
  }
  .div-block-24.mobile {
    width: 200px;
    background-image: url('../images/logo-en-blue-170ans_mobile.svg');
    background-size: 200px;
  }
  .nav-menu-2 {
    height: 100vh;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-link-3 {
    padding: 13px 10px;
    font-size: 22px;
  }
  .menu-button-2 {
    padding: 10px;
  }
  .div-block-26.mobile {
    width: 200px;
    background-image: url('../images/logo-en-blue-170ans_mobile_FR.svg');
    background-size: 200px;
  }
  .form-block-3 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    max-height: none;
    max-width: 80%;
    min-height: auto;
    min-width: auto;
    background-image: none;
  }
  .link-block-4 {
    max-width: 80%;
    min-width: auto;
  }
  .icon-2 {
    font-family: Oswald, sans-serif;
    color: #4d4d4d;
  }
  .image-12 {
    margin-left: 10px;
  }
  .image-12.mobile {
    max-width: 90%;
    min-width: 220px;
    padding-top: 0px;
  }
  .sticky-navbar.mobile {
    height: 1.42377444767488%;
    padding-top: 0px;
  }
  .nav-flex {
    height: 85px;
  }
  .hero-div.small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-image: none;
  }
  .top-text-2.hero.mobile {
    margin-top: 20px;
    font-size: 12px;
  }
  .page-title-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title-2.big {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-title-2.big.textmobile {
    width: 100vw;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .page-title-2.big.mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    background-image: none, none;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .hero-section.heromobile {
    padding-top: 0px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    -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;
  }
  .container.small {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.about-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container.about-section.telephone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
  .container.about-section.telephone.small {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-3 {
    margin-bottom: 10px;
  }
  .left-block.hero.mobile {
    margin-top: 100px;
  }
  .section {
    padding-top: 0px;
    border-top-style: none;
  }
  .section.collections {
    padding-top: 0px;
  }
  .section.sale-section {
    padding-top: 0%;
    padding-bottom: 40px;
  }
  .section.cta {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(26%, #dbdbdb), to(hsla(0, 0%, 100%, 0))), url('../images/download_booklet.jpg');
    background-image: linear-gradient(90deg, #dbdbdb 26%, hsla(0, 0%, 100%, 0)), url('../images/download_booklet.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.cta.mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.footer-section {
    padding-top: 20px;
  }
  .paragraph-light {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .main-heading-wrap {
    margin-bottom: 40px;
  }
  .main-paragraph-wrap {
    margin-bottom: auto;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .heading-2 {
    margin-top: 20px;
    margin-bottom: -60px;
    font-size: 28px;
  }
  .heading-2.mobile {
    margin-top: 20px;
    margin-bottom: -42px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
  .div-block-8.small {
    min-height: 100px;
    min-width: 100px;
  }
  .text-block-12.mobile {
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-14.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-15.small {
    min-height: 100px;
    min-width: 100px;
  }
  .project-info.mobile {
    margin-bottom: 0px;
  }
  .products-heading-2 {
    padding-top: 10px;
  }
  .div-block-19.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-10.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-20.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-17.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-13.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-21.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-11.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-18.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-6.goals.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-7.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-16.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-22.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-9.small {
    min-height: 100px;
    min-width: 100px;
  }
  .div-block-12.small {
    min-height: 100px;
    min-width: 100px;
  }
  .image-13 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-button-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-block-2 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .container-2 {
    height: auto;
  }
  .footer-subscribe {
    width: 100%;
    float: none;
  }
  .sub-footer {
    margin-top: 0px;
  }
  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }
  .about-hero-block.mobile {
    margin-left: 0px;
  }
  .about-hero-block.mobile.small {
    width: 80%;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title.mobile {
    margin-right: 0px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .page-title.mobile.goal6.small {
    font-size: 30px;
    line-height: 36px;
  }
  .page-title.mobile.small {
    font-size: 30px;
    line-height: 36px;
  }
  .image-15.mobile {
    display: block;
  }
  .image-15.mobile.small {
    max-width: 50%;
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .hero-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    background-image: url('../images/banner170actions4-green.jpg'), none;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .hero-section-2.about-us {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-section-2.about-us.telephone {
    display: block;
    padding-top: 80px;
  }
  .hero-section-2.about-us.telephone.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    max-height: 500px;
    margin-top: 80px;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }
  .image-11 {
    margin-right: 20px;
    padding-left: 0px;
  }
  .image-11.mobile {
    padding-left: 0px;
  }
  .column-3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-3.mobile {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-11 {
    display: none;
  }
  .column-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-4.mobile {
    padding-right: 0px;
  }
  .column-6.mobile {
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar {
    width: 100vw;
  }
  .brand-link.large {
    display: none;
  }
  .div-block-24 {
    width: 180px;
    background-image: url('../images/logo-en-blue-170ans_mobile.svg');
    background-size: 180px;
  }
  .nav-menu-2 {
    overflow: scroll;
    height: 100vh;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .div-block-26 {
    width: 180px;
    background-image: url('../images/logo-en-blue-170ans_mobile.svg');
    background-size: 180px;
  }
  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .language_fr {
    text-align: center;
  }
  .column-7 {
    text-align: center;
  }
  .language_en.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-subscribe-2 {
    width: 100%;
    float: none;
  }
  .button-2 {
    width: 100%;
  }
}

#w-node-2f19766e902d-9af9c4ba {
  -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-2f19766e9030-9af9c4ba {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2f19766e902d-3dc9605a {
  -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-2f19766e9030-3dc9605a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-2f19766e9030-9af9c4ba {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2f19766e9030-3dc9605a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2f19766e902d-9af9c4ba {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-2f19766e9030-9af9c4ba {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-2f19766e902d-3dc9605a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-2f19766e9030-3dc9605a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}