:root {
  --pink\<deleted\|variable-76649f22\>: #e9c6dd;
  --waves-library-black\<deleted\|variable-d656d06e\>: #131313;
  --background-skembet: #fdf0d5;
  --purple\<deleted\|variable-8b9854de\>: #0d0628;
  --black-skembet: #1c1a1a;
  --red-skembet: #c1121f;
  --light-pink\<deleted\|variable-37bd478f\>: #eed9e7;
  --waves-library-white\<deleted\|variable-bb55bcc6\>: white;
  --waves-library-dark-elevation\<deleted\|variable-a95067b3\>: #ede0d8;
  --lynx-black: #1f2022;
  --lynx-white: white;
  --lynx-medium-purple\<deleted\|variable-ae7e36d2\>: #8979ec;
  --lynx-grey: #797c83;
}

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

body {
  color: #fff0;
  background-color: #fff0;
  font-family: Fahkwang, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.11em;
  font-weight: 700;
  line-height: .96;
}

h2 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.nav__menu-container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.nav__menu-container.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.nav__menu-container.nav--menu {
  z-index: 2;
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1.65em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__menu-container.is--slider {
  background-color: #fdf0d5;
  padding-top: 0;
  padding-bottom: 0;
}

.nav__menu-container.nav__menu-wrapper {
  z-index: 2;
  color: var(--pink\<deleted\|variable-76649f22\>);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav__menu-container.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cursor__custom-html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section--hero.slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section--hero.hero {
  z-index: 3;
  position: relative;
}

.section--hero.nav__container {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.hero__wrap {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.hero__p {
  color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  margin-top: 1em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: none;
}

.overflow {
  z-index: 10;
  background-color: var(--background-skembet);
  width: 100%;
  position: relative;
  overflow: visible;
}

.overflow.overflow--hidden {
  overflow: hidden;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.control {
  border: 2px solid var(--purple\<deleted\|variable-8b9854de\>);
  color: var(--purple\<deleted\|variable-8b9854de\>);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  -webkit-text-stroke-color: var(--black-skembet);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.nav__logo {
  width: 275px;
}

.nav__svg {
  width: 100%;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.trigger__line {
  background-color: var(--purple\<deleted\|variable-8b9854de\>);
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.trigger__line.is--1, .trigger__line.is--2 {
  background-color: var(--red-skembet);
}

.trigger__circle {
  border: .2em solid var(--red-skembet);
  object-fit: contain;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  margin-right: 0;
  position: absolute;
  right: auto;
  overflow: visible;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

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

.control__fill {
  z-index: 1;
  background-color: var(--black-skembet);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor.hide-cursor {
  display: none;
}

.cursor__dot1 {
  background-color: var(--purple\<deleted\|variable-8b9854de\>);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.cursor__dot1.is--larger {
  background-color: var(--light-pink\<deleted\|variable-37bd478f\>);
  width: 8.23em;
  height: 8.23em;
}

.cursor__dot1.opacity-0 {
  opacity: 0;
}

.cursor__dot1.is--scale-down {
  transform: scale(.8);
}

.cursor__dot2 {
  border: 2px solid var(--purple\<deleted\|variable-8b9854de\>);
  color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor__dot2.is--larger {
  background-color: var(--purple\<deleted\|variable-8b9854de\>);
  color: var(--pink\<deleted\|variable-76649f22\>);
  width: 8.23em;
  height: 8.23em;
}

.cursor__dot2.light-ring {
  border-color: var(--light-pink\<deleted\|variable-37bd478f\>);
  width: 6em;
  height: 6em;
}

.cursor__dot2.is--scale-down {
  transform: scale(.8);
}

.nav__menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.menu__bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu__lottie {
  margin-top: -1%;
}

.menu__bg-color {
  background-color: var(--purple\<deleted\|variable-8b9854de\>);
  width: 100%;
  height: 100%;
}

.nav__menu-left {
  color: var(--background-skembet);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 8em;
  display: flex;
  position: relative;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--1 {
  margin-left: 0;
  font-family: Lato, sans-serif;
}

.nav-link.is--1.link-homepage.w--current {
  color: var(--black-skembet);
  font-size: 5px;
  display: none;
}

.nav-link.is--3 {
  margin-left: 0;
}

.nav-link.is--4 {
  margin-left: 9.4em;
}

.nav-link.is--4.w--current {
  margin-left: 0;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 5.5em;
  line-height: 1.2;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

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

.nav-link__contain.ctatext {
  color: var(--black-skembet);
}

.nav-link__contain.ctatext:hover {
  font-style: normal;
}

.nav-link__line {
  background-color: var(--background-skembet);
  width: 0;
  height: .2em;
}

.nav-link__line.line-homepage {
  background-color: var(--black-skembet);
}

.nav__menu-contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav__menu-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu__icon {
  opacity: 0;
  filter: contrast(0%);
  color: var(--black-skembet);
  width: 3.02em;
}

.sublinks {
  color: var(--background-skembet);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sublinks.homepagelink {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.sublink.homepagelink {
  color: var(--black-skembet);
  cursor: pointer;
  margin-top: 0;
  font-size: 20px;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.sublink__text.homepagelink {
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.sublink__line {
  background-color: var(--background-skembet);
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.sublink__line.sublinklinkhomepage {
  background-color: var(--black-skembet);
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav__menu-background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
  display: none;
}

.nav__background-fill {
  background-color: var(--black-skembet);
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.body--main {
  background-color: #fdf0d5;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-small {
  color: var(--black-skembet);
  font-size: .875rem;
}

.social-icon-wrap {
  color: #fffbf0;
  max-width: 25px;
}

.trigger__line-2 {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.paragraph {
  color: #2c2a31;
  flex: none;
}

.navbar1_logo-link {
  padding-left: 0;
}

.social-wrap-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.header__component {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.testimonial-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.text-color-black {
  color: #1c1a1a;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .2s;
}

.button.is-button-small {
  padding: .75rem 1.5rem;
  font-size: .75rem;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.mail-link {
  color: #1c1a1a;
  font-size: 1.5rem;
  text-decoration: none;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin--vertical {
  margin-left: 0;
  margin-right: 0;
}

.page__wrapper {
  z-index: 10;
  position: relative;
}

.page__wrapper.bg--beige {
  background-color: var(--background-skembet);
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hamburger-line-bottom {
  background-color: #1c1a1a;
  width: 3rem;
  height: .75rem;
}

.navbar1_component {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.nav-button-hamburger {
  overflow: hidden;
}

.nav-logo-link {
  align-items: stretch;
  display: flex;
}

.heading-style-h6 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.section--about-me.background-color-black {
  position: relative;
}

.text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.padding--top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding--top.padding--xxhuge {
  padding-top: 2rem;
}

.hero__p-2 {
  margin-top: 1em;
  font-weight: 400;
}

.work-component-2 {
  background-image: url('../images/anatomy-london_1anatomy-london.webp');
  background-position: 0 0;
  background-size: 624px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.section-introduction {
  display: none;
}

.branding-block {
  text-decoration: none;
}

.work-component-1 {
  background-image: url('../images/bosgroep-limburg_1bosgroep-limburg.webp');
  background-position: 0 0;
  background-size: 624px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.work-component-1:hover {
  background-image: url('../images/bosgroep-limburg_1bosgroep-limburg.webp');
  background-position: 0 0;
  background-size: 624px;
}

.section-work {
  display: none;
}

.megamenu-left {
  flex-direction: column;
  display: flex;
}

.waves-master-logos-2 {
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 950px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.name-wrapper {
  flex-direction: column;
  display: flex;
}

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

.margin--bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.global__styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar1_menu {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.navbar1_link {
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: .9rem 0 .5rem;
  font-size: .75rem;
  font-weight: 700;
}

.navbar1_link.w--current {
  color: #000;
}

.megamenu-innerwrapper {
  background-color: #fdf0d5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hamburger-line-middle {
  background-color: #1c1a1a;
  width: 3rem;
  height: .75rem;
  margin-top: .375rem;
  margin-bottom: .375rem;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.text-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cursor__dot1-2 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.work-component-4 {
  background-image: url('../images/tenten-group_1tenten-group.webp');
  background-position: 0 0;
  background-size: 624px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.social-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fffbf0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
  text-decoration: none;
}

.text-weight-semibold.text-size-medium {
  color: var(--purple\<deleted\|variable-8b9854de\>);
}

.sublink__line-2 {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.button--fill {
  background-color: var(--background-skembet);
  border: .25rem #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: none;
  position: absolute;
}

.button--fill:hover {
  background-color: var(--background-skembet);
}

.container--large {
  width: 100%;
  max-width: 80rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.padding--vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding--vertical.padding--xhuge {
  background-color: #0000;
}

.testimonial-flex {
  flex-direction: column;
  display: flex;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section--clientele {
  padding-top: 100px;
  padding-bottom: 100px;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.navbar {
  z-index: 999;
  background-color: #fffbf0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.trivia-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.work-component-3 {
  background-image: url('../images/antiagency_group_1antiagency_group.webp');
  background-position: 0 0;
  background-size: 624px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-bold {
  color: var(--black-skembet);
  font-weight: 700;
}

.main__wrapper {
  z-index: 10;
}

.work-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.navmenu {
  z-index: 998;
  background-color: #fdf0d5;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.section-logo {
  display: none;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.background__fill-2 {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.button--down {
  border: .25rem solid #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button--down.w--current {
  width: 11rem;
  height: 11rem;
}

.padding--global {
  padding-left: 0;
  padding-right: 0;
}

.trigger__circle-2 {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.twitter-icon {
  align-items: center;
  display: flex;
}

.grid--text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 50px;
  display: grid;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.cursor__dot2-2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.navbar1_menu-button {
  padding: 0;
}

.hamburger-line-top {
  background-color: #1c1a1a;
  width: 3rem;
  height: .75rem;
}

.linkedin-icon {
  color: #1c1a1a;
  align-items: center;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  flex: 1;
  width: 100%;
  max-width: 32rem;
}

.max-width--large {
  flex: none;
  width: 100%;
  max-width: 47rem;
}

.pascal-testimonial {
  width: 8rem;
}

.control__fill-2 {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-testimonial {
  display: none;
}

.profile-pic {
  object-fit: cover;
  display: none;
}

.max-width--small {
  width: 100%;
  max-width: 25rem;
}

.tag-component {
  color: #fffbf0;
  text-transform: uppercase;
  background-color: #1c1a1a;
  border: 1px solid #fffbf0;
  border-radius: 50rem;
  padding: .5rem .75rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  display: inline-block;
}

.text-color-white {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
}

.testimonial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-link__line-2 {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.control-2 {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control-2:active {
  transform: scale(.9);
}

.navlink {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.instagram-icon {
  color: #1c1a1a;
  align-items: center;
  display: flex;
}

.tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.downloadcp {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.hero__person-cont {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dot {
  font-family: Varela, sans-serif;
}

.section-2 {
  padding: 64px 80px;
}

.section-2.section--hero {
  padding-top: 125px;
  overflow: hidden;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: none;
  overflow: hidden;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.downloadcptext {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 25px;
  text-decoration: none;
  display: block;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--4 {
  display: block;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  color: #1e1e2f;
  background-color: #0000;
  text-decoration: none;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.btn-submit {
  z-index: 1;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px #feba88;
}

.btn-submit.mod--hero.stroke--btn-1 {
  text-align: center;
  cursor: pointer;
  background-color: #e4cfa9;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.footer-logo-wrapper {
  justify-content: flex-end;
  display: none;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.footer-logo {
  position: static;
  inset: 0% 0 auto;
}

.hero__h1 {
  margin-bottom: 3.5rem;
  font-size: 58px;
}

.hero__h1.hero_mobile {
  display: none;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 75px;
  display: flex;
}

.footer-spacer-element {
  z-index: 1;
  opacity: 0;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.footer__wrapper {
  background-color: var(--red-skembet);
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-square {
  z-index: -1;
  background-color: #1e1e2f;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.footer {
  z-index: 1;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.body-2 {
  color: #fff0;
  background-color: #fff0;
}

.heading--impact {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.about-page__heading--2 {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
}

.heading-3, .heading-4 {
  font-family: Lato, sans-serif;
}

.hero__heading {
  color: var(--black-skembet);
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 1.2;
}

.footer-2 {
  z-index: 1;
  position: fixed;
  inset: auto 0% 0%;
}

.text-color-white-2 {
  color: #fffbf0;
}

.heading--subheading {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.heading--services {
  color: #151516;
  height: auto;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.waves-success-mesaage {
  background-color: var(--waves-library-white\<deleted\|variable-bb55bcc6\>);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: var(--black-skembet);
  color: var(--background-skembet);
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  border: 1px solid var(--waves-library-black\<deleted\|variable-d656d06e\>);
  background-color: var(--waves-library-white\<deleted\|variable-bb55bcc6\>);
  color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library-black\<deleted\|variable-d656d06e\>);
  background-color: var(--background-skembet);
  color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  font-family: Lato, sans-serif;
  display: flex;
}

.form-block-contact__2 {
  width: 100%;
  margin-bottom: 0;
}

.content-contact__2 {
  z-index: 1;
  border: 1px solid var(--red-skembet);
  background-color: var(--background-skembet);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.image-contact__2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.image-wrap-contact__2 {
  background-color: var(--red-skembet);
  border-radius: 24px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.master-contact__2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.main-container__2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.section__medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__medium-2.contact-page__main {
  margin-top: 70px;
  padding-bottom: 0;
}

.paragraph__regular {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--black-skembet);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins.emailheading {
  display: none;
}

.icon__64 {
  width: 64px;
  height: 64px;
}

.mg__bottom-16 {
  margin-bottom: 16px;
}

.tile__contact-3 {
  grid-row-gap: 16px;
  border: 1px solid var(--red-skembet);
  background-color: #fffefe00;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.grid__contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  display: none;
}

.grid__contact-3.grid__contact {
  width: 40%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph__big-2 {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6%;
}

.heading__2--no-margins-2 {
  color: var(--black-skembet);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.heading__center-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library-dark-elevation\<deleted\|variable-a95067b3\>);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library-dark-elevation\<deleted\|variable-a95067b3\>);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  background-color: var(--waves-library-dark-elevation\<deleted\|variable-a95067b3\>);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

.lynx-button {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx-medium-purple\<deleted\|variable-ae7e36d2\>);
}

.lynx-paragraph {
  color: var(--lynx-grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-page__heading-3--no-margins {
  color: var(--black-skembet);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-65 {
  width: 32px;
  height: 32px;
}

.about-page__tile-icon {
  margin-bottom: 16px;
}

.about-page__tile-features {
  grid-row-gap: 16px;
  border: 1px solid var(--red-skembet);
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.about-page__tiles-features {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.aboutpagecta {
  display: none;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.about-page__paragraph--big {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.about-page__heading--2-no-margins--3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.about-page__content-sticky-features--2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.about-page__sticky-halves-right {
  position: sticky;
  top: 88px;
}

.about-page__sticky-halves-left {
  position: relative;
}

.about-page__grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.about-page__main-container--3 {
  max-width: 1352px;
  margin-top: 85px;
  padding-left: 24px;
  padding-right: 24px;
}

.about__section {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.paragraph-2 {
  color: var(--lynx-black);
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-block, .text-block-2 {
  color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
}

.about-page__box-text {
  color: var(--black-skembet);
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3, .text-block-4 {
  color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
}

.waves-icon-24 {
  filter: invert();
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  color: var(--lynx-white);
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.paragraph--small {
  color: var(--lynx-white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

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

.footer__divider {
  background-color: var(--lynx-white);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.footer__link {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer__top-right {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__brand-link {
  height: 100%;
}

.brand-link-footer--1 {
  height: 56px;
}

.footer__top {
  color: var(--lynx-white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer__section--1 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 64px;
}

.about-page__heading-3--no-margins-3 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-66 {
  width: 32px;
  height: 32px;
  display: none;
}

.waves---mg-bottom-18 {
  margin-bottom: 16px;
}

.about-page__tile-small-feature-8 {
  grid-row-gap: 16px;
  border: 1px solid var(--red-skembet);
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 36px 32px;
  font-family: Lato, sans-serif;
  display: flex;
}

.image-vertical-feature-8 {
  width: 100%;
}

.waves-inside-tile-vertical-features-8 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-8 {
  grid-row-gap: 24px;
  border: 1px solid var(--red-skembet);
  text-align: center;
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.about-page__image-wide-feature-8 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 35%;
  max-height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-page__inside-wide-feature-8 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: auto;
}

.about-page__wide-tile-features-8 {
  border: 1px solid var(--red-skembet);
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 410px;
  padding: 36px 35px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-page__grid-features-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library-black\<deleted\|variable-d656d06e\>);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-page__main-container-5 {
  background-color: var(--background-skembet);
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.about-page__section-medium-4 {
  color: var(--black-skembet);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.services-page__text-check {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.services-page__icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.services-page__check-description {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-2 {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.services-page__subtitle {
  color: var(--black-skembet);
  letter-spacing: 1.3px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.services-page__block-right {
  padding-left: 10%;
}

.services-page__block-right.blockleft {
  padding-left: 0%;
  padding-right: 10%;
}

.services-page__image-2 {
  border: 1px solid var(--red-skembet);
  object-fit: cover;
  border-radius: 30px;
  width: 450px;
  height: 600px;
  min-height: 500px;
  margin-bottom: 20px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.services-page__icon-heading {
  color: var(--black-skembet);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.services-page__icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.services-page__block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.services-page__block-absolute {
  z-index: 50;
  border: 1px solid var(--red-skembet);
  background-color: var(--background-skembet);
  border-radius: 30px;
  margin-top: 35px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% 0%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.services-page__block-absolute.blockleft {
  left: -10%;
}

.services-page__block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.services-page__grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.services-page__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.services-page__content.services-page__first-service {
  margin-top: 180px;
}

.services-page__content.services-page__first-service.servicemobile, .services-page__content.servicemobile {
  display: none;
}

.services-page__content.imageleft {
  padding-left: 5%;
}

.services-page__heading {
  color: var(--black-skembet);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
}

.container-2 {
  z-index: 10;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.services-sub-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.section-3 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.bold-text {
  font-size: 32px;
}

.text--services-paragraph, .paragraph-4 {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-5:hover {
  text-decoration: none;
}

.logo--customer-image {
  max-height: 80px;
}

.card--customer {
  border: 1px solid var(--red-skembet);
  background-color: #fff0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.grid--customers-mobile {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
  display: none;
}

.grid--customers-desktop {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.heading--clientele {
  color: var(--black-skembet);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: var(--black-skembet);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.content--clientele-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.contact-title-div {
  margin-top: 25px;
  position: relative;
}

.contact-page-title {
  color: var(--background-skembet);
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contact-page-subheading {
  color: var(--background-skembet);
  text-align: center;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.bold-text-2, .bold-text-3 {
  color: var(--black-skembet);
}

.bold-text-4 {
  letter-spacing: normal;
  text-transform: none;
  font-size: 38px;
  line-height: 1.4;
}

.text__bold-5 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4%;
}

.italic-text {
  letter-spacing: normal;
  height: auto;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1.6;
}

.services__sub {
  color: var(--black-skembet);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.image {
  filter: invert();
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 0;
}

.text--know-more {
  display: flex;
}

.image--know-more-link {
  filter: invert();
  padding-top: 3px;
  padding-left: 7px;
}

.text--know-more-link {
  color: var(--black-skembet);
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.sublinkhome {
  overflow: hidden;
}

.column {
  align-self: stretch;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.grid.about-page__grid {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.div-block-2 {
  display: none;
}

.preloader--default {
  z-index: 100;
  background-color: #fdf0d5;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader__logo {
  width: 500px;
  max-width: none;
}

.hero__container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.hero__container.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.hero__container.nav--menu {
  z-index: 2;
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1.65em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__container.is--slider {
  background-color: #fdf0d5;
  padding-top: 0;
  padding-bottom: 0;
}

.hero__container.nav__menu-wrapper {
  z-index: 2;
  color: var(--pink\<deleted\|variable-76649f22\>);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero__container.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.slider__menu-container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.slider__menu-container.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.slider__menu-container.nav--menu {
  z-index: 2;
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1.65em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider__menu-container.slider {
  background-color: #fdf0d5;
  padding-top: 0;
  padding-bottom: 0;
}

.slider__menu-container.nav__menu-wrapper {
  z-index: 2;
  color: var(--pink\<deleted\|variable-76649f22\>);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.slider__menu-container.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-link__line-3 {
  background-color: #fdf0d5;
  width: 0;
  height: .2em;
}

.sublink__line-3 {
  background-color: #fdf0d5;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.sublinks-2 {
  color: #fdf0d5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu__left {
  color: #fdf0d5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 8em;
  display: flex;
  position: relative;
}

.menu__icon-2 {
  opacity: 0;
  filter: contrast(0%);
  color: #1c1a1a;
  width: 3.02em;
}

.background__fill {
  background-color: #1c1a1a;
  width: 100%;
  height: 100%;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.skembet-in-the-spotlight {
  margin-top: 80px;
}

.heading--spotlight {
  color: var(--black-skembet);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  text-transform: none;
}

.body--spotlight {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

@media screen and (min-width: 1920px) {
  .nav__logo {
    width: 320px;
  }

  .page__wrapper.bg--beige {
    padding-top: 100px;
  }

  .content-contact__2 {
    margin-top: -95px;
  }
}

@media screen and (max-width: 991px) {
  .nav__menu-container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .nav__menu-container.nav--menu {
    padding-bottom: 8em;
  }

  .hero__p {
    font-size: 12px;
  }

  .overflow {
    min-height: 100vh;
  }

  .cursor {
    display: none;
  }

  .nav__menu {
    height: 100vh;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .nav__background-fill {
    z-index: 1;
    position: relative;
  }

  .header__component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin--vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding--top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__p-2 {
    font-size: 12px;
  }

  .work-component-2, .work-component-1 {
    background-position: 50%;
    background-size: cover;
  }

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

  .megamenu-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .margin--bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fffbf0;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .work-component-4 {
    background-position: 50%;
    background-size: cover;
  }

  .button--fill {
    flex: none;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section--clientele {
    padding-top: 50px;
  }

  .work-component-3 {
    background-position: 50%;
    background-size: cover;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .main__wrapper {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navmenu {
    display: none;
  }

  .background__fill-2 {
    z-index: 1;
    position: relative;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button--down {
    flex: none;
    display: none;
  }

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

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .profile-pic {
    width: 12rem;
    margin-top: 3rem;
    display: block;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .downloadcp {
    width: 405px;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2.section--hero {
    padding-bottom: 0;
  }

  .swiper-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--1 {
    padding-left: 0;
  }

  .link-block {
    align-self: center;
    margin-top: 50px;
  }

  .swiper-slide.slide--persons {
    width: auto;
    margin-right: 15px;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .hero__h1 {
    margin-bottom: 30px;
    font-size: 48px;
    display: none;
  }

  .hero__h1.hero_mobile {
    align-self: center;
    font-size: 46px;
    display: block;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__col.col--1 {
    padding-bottom: 30px;
  }

  .footer-spacer-element {
    display: none;
    position: static;
  }

  .hero__persons {
    padding-left: 0;
  }

  .hero__columns {
    display: block;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .footer, .footer-2 {
    position: static;
  }

  .content-contact__2 {
    padding: 48px 40px;
  }

  .grid__contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid__contact-3.grid__contact {
    width: 50%;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-page__tiles-features {
    margin-left: auto;
    margin-right: auto;
  }

  .about-page__content-sticky-features--2 {
    text-align: center;
    align-items: center;
  }

  .about-page__sticky-halves-right {
    flex-direction: column;
    align-items: center;
  }

  .about-page__sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-page__grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer__bottom {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer__divider {
    margin-top: 40px;
  }

  .footer__top {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-page__image-wide-feature-8 {
    display: none;
  }

  .about-page__image-wide-feature-8.about-page__image-tab {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .about-page__inside-wide-feature-8 {
    width: auto;
    max-width: none;
    padding: 15px;
    position: static;
  }

  .about-page__wide-tile-features-8 {
    min-height: 410px;
  }

  .about-page__grid-features-8 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .services-page__block-right {
    margin-top: 50px;
  }

  .services-page__icon-heading {
    font-size: 19px;
  }

  .services-page__grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .services-page__content, .services-page__content.services-page__first-service {
    display: none;
  }

  .services-page__content.services-page__first-service.servicemobile {
    flex-direction: column;
    display: block;
  }

  .services-page__content.servicemobile {
    display: block;
  }

  .card--customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid--customers-mobile {
    margin-top: 10px;
  }

  .grid--customers-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading--clientele {
    font-size: 38px;
  }

  .columns-2 {
    border: 1px solid var(--red-skembet);
    border-radius: 12px;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .about-page__columns-2 {
    object-fit: contain;
    border-radius: 0;
    height: 550px;
  }

  .hero__container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__container.nav--menu {
    padding-bottom: 8em;
  }

  .slider__menu-container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .slider__menu-container.nav--menu {
    padding-bottom: 8em;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .menu {
    height: 100vh;
  }

  .heading--spotlight {
    font-size: 38px;
  }
}

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

  .nav__menu-container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .nav__menu-container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .nav__menu-container.nav--menu {
    padding-top: 22px;
    padding-bottom: 48px;
  }

  .section--hero.slider {
    margin-bottom: 9.9em;
  }

  .hero__wrap {
    width: 90%;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .nav__logo {
    font-size: 10px;
  }

  .nav__svg {
    font-size: 1em;
  }

  .trigger {
    font-size: 8px;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .sublink__line {
    display: none;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .button {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin--vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding--top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .margin--bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sublink__line-2 {
    display: none;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section--clientele {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .main__wrapper {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main__wrapper.wrapper--about-page {
    padding-left: 0;
    padding-right: 0;
  }

  .button--down {
    width: 8rem;
    height: 8rem;
  }

  .padding--global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .downloadcp {
    width: 300px;
  }

  .section-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section-2.section--hero {
    padding-top: 100px;
  }

  .swiper-slide {
    width: 100%;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .hero__columns {
    display: block;
  }

  .footer {
    margin-bottom: 0;
  }

  .content-contact__2 {
    width: 92%;
    padding: 40px 32px;
  }

  .image-wrap-contact__2 {
    height: 340px;
  }

  .main-container__2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section__medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid__contact-3.grid__contact {
    width: 60%;
  }

  .heading__2--no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .about-page__heading--2-no-margins--3 {
    font-size: 44px;
    line-height: 125%;
  }

  .about-page__main-container--3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about__section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer__top-right {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .footer__main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-page__image-wide-feature-8 {
    width: auto;
    height: 320px;
    position: static;
  }

  .about-page__inside-wide-feature-8 {
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .about-page__wide-tile-features-8 {
    grid-row-gap: 30px;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
  }

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

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .about-page__main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-page__section-medium-4 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .services-page__block-right {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-page__block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .services-page__grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid--customers-mobile, .grid--customers-desktop {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading--clientele {
    max-width: 540px;
    font-size: 34px;
  }

  .grid.about-page__grid {
    flex-direction: column;
  }

  .columns-2 {
    flex-direction: column-reverse;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page__columns-2 {
    padding-top: 10px;
  }

  .hero__container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .hero__container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .hero__container.nav--menu {
    padding-top: 22px;
    padding-bottom: 48px;
  }

  .slider__menu-container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .slider__menu-container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .slider__menu-container.nav--menu {
    padding-top: 22px;
    padding-bottom: 48px;
  }

  .sublink__line-3 {
    display: none;
  }

  .menu__icon-2 {
    font-size: 10px;
  }

  .container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .heading--spotlight {
    max-width: 540px;
    font-size: 34px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }
}

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

  .hero__wrap {
    width: 100%;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .nav__logo.w--current {
    width: 180px;
  }

  .nav__menu-left {
    padding-left: 0;
    font-size: 2em;
  }

  .nav__menu-contain {
    display: block;
  }

  .nav__menu-right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .menu__icon {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .sublink {
    font-size: 2em;
  }

  .header__component {
    flex-direction: column-reverse;
  }

  .icon--arrow-down {
    height: 3rem;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .testimonial-component {
    grid-template-columns: 1fr;
  }

  .nav-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: center;
  }

  .mail-link {
    font-size: 1.3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin--vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .hamburger-line-bottom {
    width: 2.5rem;
    height: .5rem;
  }

  .nav-logo-link {
    display: block;
  }

  .padding--top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding--top.padding--xxhuge {
    margin-top: 50px;
  }

  .work-component-2 {
    background-position: 0 100%;
    background-size: cover;
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .work-component-1 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .work-component-1:hover {
    background-position: 50%;
    background-size: cover;
  }

  .margin--bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hamburger-line-middle {
    width: 2.5rem;
    height: .5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .work-component-4 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .social-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-left {
    flex-wrap: nowrap;
  }

  .testimonial-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .section--clientele {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-component-3 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .button--down {
    width: 5rem;
    height: 5rem;
  }

  .grid--text {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .hamburger-line-top {
    width: 2.5rem;
    height: .5rem;
  }

  .profile-pic {
    width: 8.5rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .downloadcp {
    width: 250px;
  }

  .swiper.swiper--persons {
    margin-bottom: 20px;
    display: block;
  }

  .section-2.section--hero {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-wrapper {
    margin-bottom: 25px;
    padding-bottom: 0;
    display: block;
    overflow: auto;
  }

  .hero__person {
    border-radius: 14px;
  }

  .hero__person.mod--1 {
    padding-left: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--persons {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
    left: 10px;
    right: auto;
    overflow: hidden;
  }

  .hero__h1.hero_mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-spacer-element {
    position: static;
  }

  .footer__wrapper {
    overflow: visible;
  }

  .footer {
    margin-bottom: -10px;
    position: static;
  }

  .hero__heading {
    font-size: 24px;
  }

  .footer-2 {
    position: static;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .content-contact__2 {
    padding: 24px 16px;
  }

  .image-wrap-contact__2 {
    height: 275px;
  }

  .main-container__2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section__medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section__medium-2.contact-section-2 {
    padding-top: 44px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .grid__contact-3.grid__contact {
    width: 100%;
  }

  .paragraph__big-2 {
    font-size: 16px;
  }

  .heading__2--no-margins-2 {
    font-size: 34px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .about-page__heading-3--no-margins {
    font-size: 22px;
  }

  .about-page__heading--2-no-margins--3 {
    font-size: 34px;
  }

  .about__section {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .footer__top-right {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer__section--1 {
    padding-bottom: 55px;
  }

  .about-page__heading-3--no-margins-3 {
    font-size: 22px;
  }

  .about-page__tile-small-feature-8 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-page__image-wide-feature-8 {
    width: 100%;
    height: auto;
  }

  .about-page__inside-wide-feature-8 {
    max-width: 100%;
  }

  .about-page__wide-tile-features-8 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .about-page__section-medium-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .services-page__icon-heading {
    font-size: 18px;
  }

  .grid--customers-mobile {
    grid-template-columns: 1fr;
  }

  .grid--customers-desktop {
    grid-template-columns: 1fr 1fr;
  }

  .heading--clientele {
    font-size: 29px;
  }

  .contact-page-subheading {
    font-size: 16px;
  }

  .bold-text-4 {
    font-size: 26px;
  }

  .text__bold-5, .italic-text {
    font-size: 24px;
  }

  .sublinks-2 {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .menu__icon-2 {
    font-size: 2em;
  }

  .menu__contain {
    display: block;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .nav__logo-image {
    width: 180px;
  }

  .heading--spotlight {
    font-size: 29px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_7fb313bc-ffcb-a494-bf59-3ca2742d96f6-4a69cbb1, #w-node-_7fb313bc-ffcb-a494-bf59-3ca2742d96f7-4a69cbb1, #w-node-_7fb313bc-ffcb-a494-bf59-3ca2742d96ff-4a69cbb1, #w-node-_7fb313bc-ffcb-a494-bf59-3ca2742d9700-4a69cbb1, #w-node-_7fb313bc-ffcb-a494-bf59-3ca2742d970e-4a69cbb1, #w-node-_7fb313bc-ffcb-a494-bf59-3ca2742d9728-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84b7-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84b9-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84bb-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84bd-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84bf-4a69cbb1, #w-node-_0bf62ee5-f516-89ce-2bee-638c6dd436e5-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84c2-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84c4-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84c6-4a69cbb1, #w-node-_1d6543e7-8472-bb21-93e1-46d7648a84c8-4a69cbb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1587513-b096-8bc0-0af4-6af91d291afb-4a69cbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f1587513-b096-8bc0-0af4-6af91d291b05-4a69cbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38143774-0033-1886-0b96-722fbbd8bafb-4a69cbb2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto stretch;
}

#w-node-e37a0f0a-0f8b-493e-7711-24abac36e812-4a69cbb2, #w-node-e37a0f0a-0f8b-493e-7711-24abac36e817-4a69cbb2, #w-node-_7e0d57b7-5780-cdc8-45d9-a480a4899dcf-4a69cbb3, #w-node-_0770b50f-f970-1e17-9840-d99a6cd6c907-4a69cbb5, #w-node-_0770b50f-f970-1e17-9840-d99a6cd6c8fe-4a69cbb5, #w-node-e17b9014-7b20-57dd-c598-28c802571e95-4a69cbb5, #w-node-e17b9014-7b20-57dd-c598-28c802571e9e-4a69cbb5, #w-node-_5e355ba3-2d11-f38c-a179-99abb19cbcbb-4a69cbb5, #w-node-_5e355ba3-2d11-f38c-a179-99abb19cbcd1-4a69cbb5, #w-node-_8af9cfab-78f6-7741-af80-9f06f3fad26e-4a69cbb5, #w-node-_8af9cfab-78f6-7741-af80-9f06f3fad254-4a69cbb5, #w-node-_0644710c-0ca8-21d9-39bd-967b23bbb61c-4a69cbb5, #w-node-_0644710c-0ca8-21d9-39bd-967b23bbb623-4a69cbb5, #w-node-ef6c4089-b9fc-cf5c-5985-d7afddf69ff0-4a69cbb5, #w-node-ef6c4089-b9fc-cf5c-5985-d7afddf69fda-4a69cbb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_38143774-0033-1886-0b96-722fbbd8bafb-4a69cbb2 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}