@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  overscroll-behavior: none;
  color: #23221F;
}

@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}

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

#shade {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

#lpopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #E7E6E2;
  padding: 140px 80px 80px 80px;
  z-index: 101;
  width: 660px;
  box-sizing: border-box;
}

#lpopup button {
  unset: all;
  border: none;
  background: transparent url(/i/svg/close2.svg) no-repeat center/cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  outline: none;
}

#lpopup button:hover {
  background-image: url(/i/svg/close2-hov.svg);
}

#lpopup h4 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-weight: 100;
  font-size: 34px;
  line-height: 42px;
  color: #224E42;
}

#lpopup p {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 36px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
  color: #23221F;
  font-weight: 300;
}

#lpopup .global-btn {
  border-color: #224e42;
  color: #224E42;
}

@media all and (max-width: 767px) {
  #lpopup {
    max-width: 90%;
    padding: 100px 40px 40px 40px;
  }
  #lpopup p {
    margin-bottom: 36px;
  }
}

a {
  text-decoration: none;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none !important;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

p {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.67rem;
  color: #23221F;
}

p.md {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 6.67rem;
  line-height: 8rem;
  color: #fff;
}

h2 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 4.67rem;
  line-height: 5.16rem;
  color: #224E42;
}

h3 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 3rem;
  line-height: 3.65rem;
  color: #224E42;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1220px;
  margin: 0 auto;
}

.secPadding {
  padding: 8.34rem 0;
}

.global-btn {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  align-items: center;
  border: solid 1px #fff;
  border-radius: 30px;
  padding: 19px 50px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.global-btn .circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #6CAB69;
  position: relative;
  right: 0;
  transition: all .4s ease;
}

.global-btn .text {
  padding-left: 15px;
  transition: all .4s ease;
}

.global-btn:hover .circle {
  right: -100%;
}

.global-btn:hover .text {
  padding-left: 0;
  padding-right: 15px;
}

/***** HERO *****/
.inner .s1 {
  height: 100vh;
  max-height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inner .s1 .container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner header .logo {
  width: 130px;
  height: 130px;
}

#who-we-are .s1 {
  background-image: url(/i/who-we-are.png);
}

#who-we-serve .s1 {
  background-image: url(/i/who-we-serve.png);
}

#team .s1 {
  background-image: url(/i/team.png);
}

#difference .s1 {
  background-image: url("/i/how-we're-different.png");
}

#what-we-offer .s1 {
  background-image: url(/i/what-we-offer.png);
}

#news .s1 {
  background-image: url(/i/insights.png);
}

#contact .s1 {
  background-image: url(/i/contact.png);
}

/***** HEADER *****/
header {
  /* Mobile */
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: background-color .3s ease;
  z-index: 101;
  padding: 1rem 0;
}

header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 2rem;
}

header .logo {
  display: block;
  width: 200px;
  height: 200px;
  background: url(/i/svg/logo.svg) no-repeat center/contain;
  position: relative;
  z-index: 10;
  transition: width .3s ease, height .3s ease;
}

header nav .wrapper {
  text-align: right;
}

header nav ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.67rem;
}

header nav ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #224E42;
  padding: 15px 0;
  transition: color .3s ease, font-weight .3s ease;
  cursor: pointer;
  position: relative;
}

header nav ul li a:hover, header nav ul .selNav > a {
  color: #6CAB69;
}

header nav ul li.no-desktop {
  display: none;
}

header nav .dropdown {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #224E42;
  position: relative;
}

header nav .dropdown > a:first-child {
  padding-right: 30px;
  background: url(/i/svg/dropdown_color.svg) no-repeat 100% 50%;
  background-size: 20px;
  cursor: pointer;
}

header nav .dropdown > ul {
  display: block;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: solid 3px #224E42;
  padding: 20px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  height: 0;
  z-index: 1;
  transition: opacity .5s ease;
}

header nav .dropdown > ul li a {
  display: block;
  margin-bottom: 10px;
  color: #5B784D;
  padding: 0;
  transition: color .3s ease, font-weight .3s ease;
}

header nav .dropdown > ul .selNav > a {
  color: #224E42;
}

header nav .dropdown > ul li:last-of-type a {
  margin-bottom: 0;
}

header nav .dropdown > ul li a:hover {
  color: #224E42;
}

header nav .dropdown.about > ul {
  left: auto;
  right: 0;
}

header nav .dropdown.active > a:first-child {
  background-image: url(/i/svg/dropdown_color_hover.svg);
  color: #6CAB69;
}

header nav .dropdown.active > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

header .menu_container {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}

header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 44px;
  height: 20px;
}

header .menu_container #menu_btn i {
  transition-delay: .6s;
  transition: all 0.2s ease-out;
  height: 1px;
  width: 44px;
  background-color: #23221F;
  position: absolute;
  border-radius: 2px;
  left: 0;
}

header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}

header .menu_container #menu_btn i:nth-child(2) {
  top: 10px;
}

header .menu_container #menu_btn i:nth-child(3) {
  top: 20px;
}

header.scroll:not(.active) {
  background: #fff;
}

header.scroll:not(.active) .logo {
  width: 130px;
  height: 130px;
}

/****** HEADER ACTIVE ******/
header.active .logo {
  width: 130px;
  height: 130px;
}

header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

header.active nav .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}

header.active nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}

header.active nav ul li a {
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0;
  margin-bottom: 1rem;
}

header.active nav .dropdown {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  background-image: url(/i/svg/dropdown_white_hover.svg);
}

header.active nav .dropdown ul {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  position: relative;
  padding: 0;
  top: auto;
  text-align: center;
  border: none;
  transition: none;
}

header.active nav .dropdown > a:first-of-type {
  display: none;
}

header.active nav .dropdown li a {
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0;
  margin-bottom: 1rem;
  color: #224E42;
}

header.active nav .dropdown li a:hover {
  color: #6CAB69;
}

header.active nav .dropdown .selNav a {
  color: #6CAB69;
}

header.active #menu_btn i {
  top: 5px;
  background: #224E42;
}

header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 5px;
}

header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 5px;
}

header.active #menu_btn i:nth-child(2) {
  display: none;
}

#who-we-serve header nav .about > a:first-child,
#team header nav .about > a:first-child {
  color: #6CAB69;
}

#what-we-offer header nav .difference > a:first-child {
  color: #6CAB69;
}

/****** INTRO *****/
.intro {
  background: #E7E6E2;
}

.intro .hline {
  width: 100%;
  height: 1px;
  background-color: #5B784D;
  margin: 1.67rem 0;
  transform-origin: left center;
}

.intro h3 {
  max-width: 1230px;
}

.intro span {
  font-weight: 400;
}

footer {
  padding: 8.34rem 0;
  background: #23221F;
}

footer p, footer a {
  color: #fff;
}

footer p {
  font-size: 0.9rem;
  line-height: 1.44rem;
}

footer a {
  transition: color .3s ease;
  cursor: pointer;
}

footer a:hover {
  color: #6CAB69;
}

footer .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

footer .top .location p, footer .top .location a {
  font-size: 0.9rem;
  line-height: 1.44rem;
}

footer .top .location span {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.67rem;
}

footer .top .nav-links-footer {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 1rem;
  max-width: 500px;
}

footer .top .nav-links-footer li {
  width: 48%;
}

footer .top .nav-links-footer li a {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
}

footer .top .nav-links-footer .linkedin a {
  width: 25px;
  height: 25px;
  background: url(/i/svg/linkedin.svg) no-repeat center/contain;
  font-size: 0;
  transition: background-image .3s ease;
}

footer .top .nav-links-footer .linkedin a:hover {
  background-image: url(/i/svg/linkedin-hov.svg);
}

footer .bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 5rem;
}

footer .bottom > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

footer .bottom a, footer .bottom button {
  font-size: 0.9rem;
  line-height: 1.44rem;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #23221F;
  transition: background-color 5000s ease-in-out 0s;
}

#disclaimer .s2 {
  padding: 16.8rem 0 8.34rem 0;
  background: #E7E6E2;
}

#disclaimer .s2 h1 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 4.67rem;
  line-height: 5.16rem;
  color: #224E42;
  margin-bottom: 3rem;
}

#disclaimer .s2 p {
  margin-bottom: 1rem;
}

#disclaimer .s2 p span {
  font-weight: 500;
  margin-top: 2rem;
}

#disclaimer .s2 h3 {
  margin: 3rem 0 2rem 0;
}

#disclaimer .s2 a {
  color: #224E42;
  text-decoration: underline;
  transition: color .3s ease;
}

#disclaimer .s2 a:hover {
  color: #6CAB69;
}

.btn-cookie-preferences {
  color: #fff !important;
}

body .cookie-disclaimer {
  background-color: #fff;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
  z-index: 1000;
}

body .cookie-disclaimer * {
  color: #224E42;
  text-transform: none !important;
}

body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}

body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
}

body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}

body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}

body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1.33em;
}

body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}

body .cookie-disclaimer ul {
  list-style-type: none;
}

body .cookie-disclaimer .c-content h2 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}

body .cookie-disclaimer h2 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
}

body .cookie-disclaimer h3 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
}

body .cookie-disclaimer h3.c-on {
  color: #6CAB69 !important;
}

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #6CAB69;
  color: #fff;
}

body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}

body .cookie-disclaimer .btn-preferences, body .cookie-disclaimer .c-nav .btn-close-pref a, body .cookie-disclaimer .c-nav .btn-close-pref button {
  background-color: #5B784D;
  color: #fff;
}

body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: .5rem 1rem;
  text-align: center;
}

body .cookie-disclaimer .btn-close {
  background-image: url(/i/svg/close.svg);
  width: 60px;
  height: 60px;
  top: 5px;
  right: 5px;
}

#thank-you .s2 {
  padding: 15rem 0 8.34rem 0;
  background: #E7E6E2;
}

#thank-you h3 {
  text-align: center;
}

/***** MEDIA *****/
@media screen and (max-width: 1300px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .btn-close {
    width: 40px;
    height: 40px;
  }
  body .cookie-disclaimer .c-preferences {
    padding-top: 50px;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: .5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: .75rem !important;
  }
}

@media screen and (max-width: 1200px) {
  footer {
    padding: 6rem 0;
  }
  footer .top {
    max-width: 700px;
    margin: 0 auto;
  }
  footer .top .nav-links-footer {
    display: none;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1100px) {
  header .logo {
    width: 130px;
    height: 130px;
  }
  header .menu_container {
    display: block;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  header nav .no-mobile {
    display: none;
  }
  header nav ul li.no-desktop {
    display: initial;
  }
  #disclaimer .s2 {
    padding-top: 14rem;
  }
  #disclaimer .s2 h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  #disclaimer .s2 h3 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin: 3rem 0 2rem 0;
  }
  footer .bottom a, footer p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .inner .s1 h1 {
    font-size: 5rem;
    line-height: 6.5rem;
  }
  h2 {
    font-size: 3.7rem;
    line-height: 4.5rem;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  .inner .s1 {
    max-height: 500px;
  }
  .inner .s1 h1 {
    font-size: 3.5rem;
    line-height: 4.3rem;
  }
  .secPadding {
    padding: 5rem 0;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .global-btn {
    font-size: 16px;
    padding: 16px 43px;
  }
  .inner header .logo {
    width: 100px;
    height: 100px;
  }
  header {
    padding: 0.5rem 0;
  }
  header .logo {
    width: 100px;
    height: 100px;
  }
  header.scroll:not(.active) .logo {
    width: 100px;
    height: 100px;
  }
  header.active .logo {
    width: 100px;
    height: 100px;
  }
  header.active nav ul li a, header.active nav .dropdown li a {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  footer {
    padding: 5rem 0;
  }
  footer .top {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  footer .bottom {
    text-align: center;
    margin-top: 0;
  }
  footer .bottom > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1rem;
    column-gap: 2rem;
  }
  footer .bottom p, footer .bottom a {
    font-size: 0.9rem;
    line-height: 1.44rem;
  }
  #disclaimer .s2 {
    padding: 12rem 0 5rem 0;
  }
  #disclaimer .s2 h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  #disclaimer .s2 h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin: 2rem 0 1rem 0;
  }
  #thank-you .s2 {
    padding: 10rem 0 5rem 0;
  }
}
