@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,700&display=swap");
/* STATIC FONTS */
@import url(fonts/Static/Agrandir/Agrandir-Static.css);
@import url(fonts/Static/AgrandirGrotesk/AgrandirGrotesk-Static.css);
/* VARIABLE FONTS */
@import url(fonts/Other/fontawesome-webfont.css);
@font-face {
  font-family: 'Agrandir Variable';
  src: url("fonts/Variable/Agrandir-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir Grotesk Variable';
  src: url("fonts/Variable/AgrandirGrotesk-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

@font-face {
  font-family: 'With Agrandir Variable';
  src: url("fonts/Variable/WithAgrandir-Master") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-display: swap;
}

/* MIXINS */
/* AGRANDIR VARIABLE */
/* AGRANDIR GROTESK VARIABLE */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  border: 0;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
}

a {
  color: #2c2c2c;
  text-decoration: none;
}

h1 {
  color: #2c2c2c;
  font-size: 38px;
  line-height: 1.5;
  font-family: 'Agrandir Variable Medium Wide', 'Helvetica', sans-serif;
  font-weight: 500;
}

@media (max-width: 1115px) {
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  h1 {
    margin: 10px 0;
    line-height: 1.6;
    /* iPhone 6 */
    /* iPhone 6 Plus */
  }
}

@media only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) and (min-device-width: 400px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  h1 {
    font-size: 26px;
  }
}

@supports (font-stretch: normal) {
  h1 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  h1 {
    font-family: 'Agrandir Variable', sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

h2 {
  font-family: 'Agrandir Variable Medium Wide', 'Helvetica', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 25px;
}

@supports (font-stretch: normal) {
  h2 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  h2 {
    font-family: 'Agrandir Variable', sans-serif;
    font-variation-settings: 'wght' 500, 'wdth' 150;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 23px;
    margin: 0;
  }
}

h2 span.number {
  font-family: 'Agrandir Variable Light Wide', 'Helvetica', sans-serif;
  font-weight: 300;
  letter-spacing: 1.2px;
  color: #7c868e;
  font-size: 40px;
}

@supports (font-stretch: normal) {
  h2 span.number {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  h2 span.number {
    font-family: 'Agrandir Variable', sans-serif;
    font-variation-settings: 'wght' 300, 'wdth' 150;
  }
}

@media (max-width: 767px) {
  h2 span.number {
    font-size: 35px;
  }
}

h3 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
  color: #2c2c2c;
}

p {
  font-size: 16px;
  color: #7c868e;
  line-height: 1.5;
}

.main_wrapper {
  width: 100%;
  position: relative;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#header .container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media (max-width: 767px) {
  #header .container {
    padding: 30px 16px 20px;
  }
}

#header .logo {
  transition: transform 0.3s ease-out;
}

#header .logo img {
  width: 220px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  #header .logo img {
    width: 70%;
    max-width: 200px;
    min-width: 180px;
  }
}

#header .sustainable-title {
  opacity: 0;
}

#header .sustainable-title h2 {
  margin: 0;
}

#header.nav_fixed .sustainable-title {
  opacity: 1;
}

#header.nav_fixed .logo {
  display: none;
}

.content_wrapper .section {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .content_wrapper .section {
    padding: 20px 16px;
  }
}

.content_wrapper #section-one .col {
  margin-bottom: 200px;
}

.content_wrapper .fp-tableCell {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .content_wrapper .fp-tableCell {
    padding-top: 50px;
    flex-direction: column;
  }
}

.content_wrapper .fp-tableCell .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .content_wrapper .fp-tableCell .col {
    width: 100%;
  }
}

.content_wrapper .accordion {
  list-style: none;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .content_wrapper .accordion {
    padding-left: 0;
    width: 100%;
    min-width: 300px;
  }
}

.content_wrapper .accordion h3 {
  display: inline-block;
}

.content_wrapper .accordion .acc-item.active .acc-body {
  opacity: 1;
  height: 130px;
}

.content_wrapper .accordion .acc-item.active .acc-toggle {
  transform: rotate(0);
}

.content_wrapper .accordion .acc-title {
  width: 100%;
  position: relative;
  padding: 5px 10px 5px 0;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 767px) {
  .content_wrapper .accordion .acc-title {
    padding: 5px 10px;
    border-bottom: 2px solid #eff2f2;
  }
}

.content_wrapper .accordion .acc-title h3 {
  margin: 7px 0;
}

.content_wrapper .accordion .acc-title .acc-toggle {
  position: absolute;
  right: 7px;
  top: 40%;
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center 25%;
}

@media (min-width: 768px) {
  .content_wrapper .accordion .acc-title .acc-toggle {
    display: none;
  }
}

.content_wrapper .accordion .acc-body {
  transition: all 0.2s ease-out;
}

.content_wrapper .accordion .acc-body p {
  padding: 10px;
  margin: 0;
}

@media (max-width: 767px) {
  .content_wrapper .accordion .acc-body {
    height: 0;
    opacity: 0;
  }
}

#fixed_image {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#fixed_image .container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

#fixed_image img {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(80%);
  width: 350px;
  height: 350px;
  object-fit: contain;
}

@media (max-width: 767px) {
  #fixed_image img {
    width: 80vw;
    height: 80vw;
    right: unset;
    left: 50%;
    top: 0;
    bottom: 30px;
    transform: translateX(-50%) translateY(0);
  }
}

#fixed_image .image0,
#fixed_image .image1,
#fixed_image .image2,
#fixed_image .image3 {
  opacity: 0;
}

#fixed_image.step0 .image0 {
  opacity: 1;
}

#fixed_image.step1 .image1 {
  opacity: 1;
}

#fixed_image.step2 .image2 {
  opacity: 1;
}

#fixed_image.step3 .image3 {
  opacity: 1;
  transform: translateY(80%);
  transition: transform 0.7s ease-out;
}

#fixed_image.step3move .image3 {
  transform: translateY(calc(80% - 110px));
}

@media (max-width: 991px) and (min-width: 768px) {
  #fixed_image.step3move .image3 {
    transform: translateY(calc(80% - 150px));
  }
}

@media (max-width: 767px) {
  #fixed_image.step3move .image3 {
    transform: translateY(calc(80% - 300px));
  }
}

#movesectiondown {
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: -27px;
  padding: 15px 20px;
  z-index: 100;
  font-size: 12px;
}

@media (max-width: 767px) {
  #movesectiondown {
    bottom: 10px;
    font-size: 11px;
  }
}

/*
*footer
*/
#footer {
  background: #eff2f2;
  max-height: 110px;
  background-color: #e2e2e2;
  max-width: none;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  #footer {
    text-align: center;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #footer {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  #footer {
    max-height: 300px;
  }
}

#footer > div {
  height: 100% !important;
}

#footer.approach-footer {
  padding: 30px 0 66px;
}

@media (max-width: 767px) {
  #footer .fp-tableCell {
    padding: 30px 0;
    flex-direction: column;
  }
}

#footer .container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 991px) {
  #footer .container {
    flex-direction: column;
  }
}

#footer .links {
  display: flex;
  max-width: 45%;
  align-items: center;
}

@media (max-width: 991px) {
  #footer .links {
    max-width: none;
    width: 50%;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  #footer .links {
    flex-direction: column;
    width: 100%;
  }
}

#footer .links .sociables {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #footer .links .sociables {
    display: block;
    border-bottom: 1px solid #d4dce2;
    padding-bottom: 20px;
    margin: 0 -15px;
    width: 100%;
  }
}

#footer .links .sociables li {
  display: inline-block;
  margin-right: 30px;
  font-size: 24px;
}

#footer .links .sociables li a {
  color: #a4b0b6;
}

#footer .links .footer-links {
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

@media (max-width: 767px) {
  #footer .links .footer-links {
    display: block;
    margin: 0 -15px 14px;
    width: 100%;
  }
}

#footer .links .footer-links li {
  display: inline-block;
  margin-right: 30px;
  color: #a4b0b6;
}

@media (max-width: 767px) {
  #footer .links .footer-links li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #d4dce2;
  }
}

#footer .links .footer-links li:last-child {
  margin-right: 0;
}

#footer .links .footer-links li a {
  font-size: 15px;
  font-weight: 400;
  color: inherit;
}

@media (max-width: 767px) {
  #footer .links .footer-links li a {
    display: block;
    padding: 22px 15px;
  }
}

#footer .links .footer-links li a:hover {
  opacity: 0.7;
}

#footer .copyright {
  max-width: 55%;
  text-align: right;
  color: #a4b0b6;
  font-size: 11px;
}

@media (max-width: 991px) {
  #footer .copyright {
    text-align: center;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #footer .copyright {
    font-size: 14px;
  }
}

#footer .copyright br {
  display: none;
}

@media (max-width: 767px) {
  #footer .copyright br {
    display: block;
  }
  #footer .copyright br span {
    display: none;
  }
}

body {
  background-color: #2c2c2c;
}

.desktop_break {
  display: inherit;
}

@media (max-width: 767px) {
  .desktop_break {
    display: none;
  }
}

@media (max-width: 767px) {
  #header {
    position: static;
  }
}

@media (min-width: 768px) {
  .main_wrapper {
    height: 100vh;
  }
}

.main_wrapper .content_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main_wrapper section {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

@media (max-width: 767px) {
  .main_wrapper section {
    padding: 16px;
    flex-direction: column;
  }
}

.main_wrapper section .col {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main_wrapper section .col img {
  width: 90%;
  margin: 50px auto 80px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .main_wrapper section .col.col1 {
    width: 55%;
  }
  .main_wrapper section .col.col2 {
    width: 40%;
  }
  .main_wrapper section .col.col2 h2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .main_wrapper section .col.col1 h2 {
    display: none;
  }
  .main_wrapper section .col.col2 {
    margin: 0 auto 140px;
  }
  .main_wrapper section .col.col2 h2 {
    text-align: center;
    display: inherit;
    line-height: 1.5;
  }
}

.main_wrapper section h1 {
  font-family: 'Agrandir Variable Bold Wide', 'Helvetica', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
}

@supports (font-stretch: normal) {
  .main_wrapper section h1 {
    font-stretch: 150%;
  }
}

@supports (font-variation-settings: normal) {
  .main_wrapper section h1 {
    font-family: 'Agrandir Variable', sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 150;
  }
}

@media (max-width: 767px) {
  .main_wrapper section h1 {
    font-size: 30px;
  }
}

.main_wrapper section h2 {
  font-family: 'Agrandir Grotesk Variable Light', 'Helvetica', sans-serif;
  font-weight: 300;
  letter-spacing: 1.2px;
  font-size: 30px;
  color: white;
  letter-spacing: 1px;
}

@supports (font-stretch: normal) {
  .main_wrapper section h2 {
    font-stretch: 100%;
  }
}

@supports (font-variation-settings: normal) {
  .main_wrapper section h2 {
    font-family: 'Agrandir Grotesk Variable', sans-serif;
    font-variation-settings: 'wght' 300, 'wdth' 100;
  }
}

@media (max-width: 767px) {
  .main_wrapper section h2 {
    font-size: 25px;
  }
}

.main_wrapper section p {
  color: #7c868e;
  width: 80%;
  margin-top: 0;
}

@media (max-width: 767px) {
  .main_wrapper section p {
    width: 98%;
  }
}

#footer {
  background: #3F4A51;
  padding: 10px 0;
  max-height: 100px;
}

@media (max-width: 991px) and (min-width: 768px) {
  #footer {
    max-height: 130px;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  #footer {
    max-height: 250px;
    padding: 30px 0;
  }
}

#footer .copyright {
  width: 80%;
}
