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

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

body, html {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #787D85;
}

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

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

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: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #787D85;
}

p.lg {
  font-size: 1.7rem;
  line-height: 1.17em;
  color: #787D85;
}

h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 4rem;
  line-height: 1em;
  color: #787D85;
}

h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2.7rem;
  line-height: 1.18em;
  color: #787D85;
}

h3 span {
  background: linear-gradient(104deg, #C48E51 6.6%, #FFD9A1 101.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.container-inner {
  width: calc(100% - 4rem);
  max-width: 1720px;
  margin: 0 auto;
}

.secPadding {
  padding: 8.5rem 0;
}

.wh {
  color: #fff;
}

.inner .s1 {
  height: 100vh;
  max-height: 800px;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.inner .s1 .container-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.inner .s1 h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.3rem;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  display: inline-block;
}

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

.inner .s1 .wrap > div:first-child {
  width: 60%;
}

.inner .s1 .wrap > div:last-child {
  width: 50%;
  max-width: 708px;
}

.inner .s1 .wrap h2, .inner .s1 .wrap p {
  color: #fff;
}

.inner .s1 .wrap p {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.inner .s1 svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
  pointer-events: none;
  object-fit: cover;
}

.inner .s2 {
  position: relative;
}

.inner .s2 .container-inner {
  position: relative;
  z-index: 10;
}

.inner .s2 svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
  pointer-events: none;
  object-fit: cover;
}

.inner .s2 svg path {
  fill: #F8F8F9;
}

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

#strategies .s1 {
  background-image: url(/i/strategies-hero.jpg);
}

#clients .s1 {
  background-image: url(/i/clients-hero.jpg);
}

#about .s1 {
  background-image: url(/i/about-hero.jpg);
}

#team .s1 {
  background-image: url(/i/team-hero.jpg);
  background-position: right;
}

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

#responsibility .s1 {
  background-image: url(/i/responsibility-hero.jpg);
}

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

.global-btn {
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.04px;
  color: #fff;
  padding: 16px 54px;
  transition: color .3s ease;
}

.global-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  background: url("/i/svg/left-corner.svg") no-repeat center/cover;
  left: 0;
  top: 0;
}

.global-btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  background: url("/i/svg/right-corner.svg") no-repeat center/cover;
  right: 0;
  bottom: 0;
}

.global-btn:hover {
  color: #C48E51;
}

.center-sec {
  max-width: 994px;
  margin: 0 auto;
}

.center-sec h3 {
  color: #fff;
  max-width: 854px;
  margin-bottom: 2rem;
}

.center-sec > div {
  max-width: 634px;
  margin-left: auto;
}

.center-sec p {
  color: #fff;
}

.bg-parallax-parent {
  position: relative;
  overflow: hidden;
}

.bg-parallax {
  position: absolute;
  top: -45%;
  left: 0;
  height: 130%;
  width: 100%;
}

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

header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: background-color .3s ease;
  z-index: 102;
  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: 226px;
  height: 70px;
  background: url(/i/svg/logo.svg) no-repeat center/contain;
  position: relative;
  z-index: 10;
}

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: 50px;
}

header nav ul li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 2.4px;
  color: #fff;
  padding-bottom: 3px;
  transition: color 0.3s ease;
}

header nav ul li a::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

header nav ul .linkedin a {
  font-size: 0;
  line-height: 2rem;
  width: 27px;
  height: 27px;
  background: url(/i/svg/linkedin-white.svg) no-repeat center/contain;
  transition: all .3s ease;
}

header nav ul .linkedin a:hover {
  background-image: url(/i/svg/linkedin-color.svg);
}

header nav ul a:hover {
  color: #C48E51;
}

header nav ul .selNav > a {
  background: linear-gradient(104deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header nav ul .selNav > a::after {
  opacity: 1;
}

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: #fff;
  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), .dark-header header:not(.active) {
  background: #fff;
}

header.scroll:not(.active) .logo, .dark-header header:not(.active) .logo {
  background-image: url(/i/svg/logo-color.svg);
}

header.scroll:not(.active) nav ul .linkedin a, .dark-header header:not(.active) nav ul .linkedin a {
  background-image: url(/i/svg/linkedin-grey.svg);
}

header.scroll:not(.active) nav ul .linkedin a:hover, .dark-header header:not(.active) nav ul .linkedin a:hover {
  background-image: url(/i/svg/linkedin-color.svg);
}

header.scroll:not(.active) nav ul li a, .dark-header header:not(.active) nav ul li a {
  color: #787D85;
}

header.scroll:not(.active) nav ul li a:hover, .dark-header header:not(.active) nav ul li a:hover {
  color: #C48E51;
}

header.scroll:not(.active) nav ul .reporting::before, header.scroll:not(.active) nav ul .reporting::after, .dark-header header:not(.active) nav ul .reporting::before, .dark-header header:not(.active) nav ul .reporting::after {
  background-color: #787D85;
}

header.scroll:not(.active) .menu_container #menu_btn i, .dark-header header:not(.active) .menu_container #menu_btn i {
  background-color: #787D85;
}

/****** HEADER ACTIVE ******/
header.active .logo, .dark-header header.active .logo {
  background-image: url(/i/svg/logo-color.svg);
}

header.active nav, .dark-header 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, .dark-header 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, .dark-header 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, .dark-header header.active nav ul li a {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  color: #787D85;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
  transition: all .3s ease;
}

header.active nav ul li a.fade, .dark-header header.active nav ul li a.fade {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

header.active nav ul .linkedin a, .dark-header header.active nav ul .linkedin a {
  font-size: 0;
  background-image: url(/i/svg/linkedin-grey.svg);
}

header.active nav ul .linkedin a:hover, .dark-header header.active nav ul .linkedin a:hover {
  background-image: url(/i/svg/linkedin-color.svg);
}

header.active nav ul .reporting::before, header.active nav ul .reporting::after, .dark-header header.active nav ul .reporting::before, .dark-header header.active nav ul .reporting::after {
  display: none;
}

header.active #menu_btn i, .dark-header header.active #menu_btn i {
  top: 5px;
  background: #787D85;
}

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

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

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

footer {
  background: #fff;
  border-top: 1px solid rgba(120, 125, 133, 0.5);
  position: relative;
  z-index: 101;
}

footer .top {
  padding: 3.5rem 0;
  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: 2rem;
}

footer .top .logo {
  display: block;
  width: 226px;
  height: 70px;
  background: url(/i/svg/logo-color.svg) no-repeat center/contain;
}

footer .top nav .wrapper {
  text-align: right;
}

footer .top 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: 50px;
}

footer .top nav ul li a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #787D85;
  transition: color 0.3s ease;
}

footer .top nav ul li a:hover {
  color: #C48E51;
}

footer .top nav ul .linkedin a {
  font-size: 0;
  line-height: 2rem;
  width: 27px;
  height: 27px;
  background: url(/i/svg/linkedin-grey.svg) no-repeat center/contain;
  transition: all .3s ease;
}

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

footer .bottom {
  padding: 1.35rem 0;
  text-align: center;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top: solid 1px rgba(120, 125, 133, 0.2);
}

footer .bottom p, footer .bottom a {
  font-size: 16px;
  line-height: 22px;
  color: #787D85;
  opacity: 0.4;
}

footer .bottom a {
  transition: all .3s ease;
}

footer .bottom a:hover {
  color: #C48E51;
  opacity: 1;
}

footer .bottom span {
  color: #787D85;
  opacity: 0.4;
  position: relative;
  bottom: 2px;
}

footer .bottom button {
  font-size: 16px;
  line-height: 22px;
  color: #787D85;
  opacity: 0.4;
  transition: all .3s ease;
}

footer .bottom button:hover {
  color: #C48E51;
  opacity: 1;
}

/***** 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: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  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: #787D85;
  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: "Manrope", 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: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}

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

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

body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #C48E51;
  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: #787D85;
  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/x-close.svg);
}

@media screen and (max-width: 1500px) {
  .inner .s1 .wrap h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1399px) {
  .container, .container-inner {
    width: calc(100% - 2rem);
  }
}

@media screen and (max-width: 1200px), screen and (max-height: 899px) {
  .inner .s1 svg {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
  .inner .s2 svg {
    transform: scale(0.5);
    transform-origin: top right;
  }
}

@media screen and (max-width: 1600px) {
  header nav ul {
    gap: 20px;
  }
  header nav ul .reporting::before {
    left: -10px;
  }
  header nav ul .reporting::after {
    right: -10px;
  }
}

@media screen and (max-width: 1399px) {
  .inner .s1 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner .s1 .wrap > div:first-child {
    width: auto;
  }
  .inner .s1 .wrap > div:last-child {
    width: auto;
    max-width: none;
  }
  .inner .s1 .wrap h2 br {
    display: none;
  }
  header .menu_container {
    display: block;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  footer .top {
    justify-content: center;
    padding: 2.5rem 0;
  }
  footer .top nav {
    display: none;
  }
}

@media screen and (max-width: 1350px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  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: 1100px) {
  .bg-parallax {
    top: 0;
    height: 100%;
  }
}

@media screen and (max-width: 980px) {
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  .inner .s1 .wrap p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.1rem;
  }
  p.lg {
    font-size: 1.3rem;
    line-height: 1.25em;
  }
  .global-btn {
    font-size: 14px;
    padding: 14px 40px;
  }
  .global-btn::before {
    width: 32px;
    height: 32px;
  }
  .global-btn::after {
    width: 32px;
    height: 32px;
  }
  .inner .s1 .wrap p {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .inner .s1 svg {
    height: 360px;
  }
  .inner .s2 svg {
    height: 400px;
  }
  #team .s1 {
    background-position: 83%;
  }
  header .logo {
    width: 170px;
    height: 60px;
  }
  header .menu_container #menu_btn {
    width: 35px;
  }
  header .menu_container #menu_btn i {
    width: 35px;
  }
  header.active #menu_btn i:nth-child(1), header.active #menu_btn i:nth-child(3) {
    width: 35px;
    top: 8px;
  }
  header.active nav ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  body .cookie-disclaimer .btn-close {
    width: 13px;
    height: 13px;
  }
  footer .top {
    padding: 2rem 0;
  }
  footer .top .logo {
    width: 170px;
    height: 60px;
  }
  footer .bottom {
    flex-direction: column-reverse;
    gap: 5px;
  }
  footer .bottom p, footer .bottom a, footer .bottom button {
    font-size: 14px;
  }
  footer .bottom span {
    display: none;
  }
  #news .s1 {
    background-position: 71%;
  }
}
