@charset "UTF-8";
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, 50% 50%);
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
svg,
svg use {
  box-sizing: content-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding: 0;
}
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0;
}
p {
  margin: 0;
}
label {
  font-size: inherit;
}
input::-ms-clear {
  display: none;
}
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
}
input:not([type=checkbox]):invalid,
label:invalid,
textarea:invalid {
  outline: 0;
  box-shadow: none;
}
figure {
  margin: 0;
}
[data-efl-type=svg] {
  display: inline-block;
  position: relative;
}
[data-efl-type=svg] > canvas {
  visibility: hidden;
  display: block;
  width: inherit;
  height: inherit;
}
[data-efl-type=svg] > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  img {
    background-image: none !important;
  }
}
@page {
  margin: 1.5cm;
}
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
:root {
  --pattern-background: url("/assets/img/pattern.png");
}
@font-face {
  font-family: "NB International";
  src: url("../fonts/nbinternationalslashproprptlbol-webfont.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "NB International";
  src: url("../fonts/nbinternationalslashproprptlreg-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
.efl-block--text {
  margin-top: 3.6vw;
  position: relative;
}
.efl-block--overflowhidden {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.efl-block__sideline {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #C8A99D;
  font-weight: normal;
  position: absolute;
  right: calc(100% + 3rem);
  text-align: right;
  width: 200px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
@media (min-width: 1000px) {
  .efl-block__sideline {
    font-size: 1.8vw;
  }
}
.efl-block__sideline.efl-js-sidelineOverlapping {
  opacity: 0;
  visibility: hidden;
}
.efl-button {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  border-color: #77987B;
  border-style: solid;
  border-width: 0;
  padding: 0.65rem;
  text-align: center;
}
.efl-button::before {
  content: " ";
  display: block;
  margin-left: -1px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  width: 1px;
  z-index: 1;
}
.efl-button__label, .efl-button__icon, .efl-button__icon svg {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.efl-button__label {
  flex-grow: 1;
}
.efl-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.efl-button__icon figure,
.efl-button__icon span[data-efl-type=svg] {
  width: inherit;
  height: inherit;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}
.efl-button__label + .efl-button__icon, .efl-button__icon + .efl-button__label {
  margin-left: 1em;
}
@media (min-width: 1000px) {
  .efl-button {
    font-size: 1vw;
  }
}
.efl-button:disabled, .efl-button.efl-js-disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.efl-button--link {
  color: #C8A99D;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  min-width: 0;
  text-align: left;
}
html:not(.mobile) .efl-button--link:hover, .efl-button--link:active {
  color: #87706B;
}
@media (min-width: 769px) {
  .efl-button--prominent {
    min-width: 34rem;
  }
}
.efl-button--seamless {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.efl-button--secondary {
  background-color: transparent;
}
.efl-button--trackersAcceptAll, .efl-button--trackersRejectAll {
  width: calc(50% + -1rem + 0px);
}
.efl-trackers.efl-js-confirmMode .efl-button--trackersAcceptAll, .efl-trackers.efl-js-confirmMode .efl-button--trackersRejectAll {
  display: none;
}
.efl-button--trackersOptions {
  text-align: center;
  width: 100%;
}
.efl-button--trackersSave {
  width: 100%;
}
.efl-button--trackersOk {
  width: 100%;
}
.efl-trackers:not(.efl-js-confirmMode) .efl-button--trackersOk {
  display: none;
}
.efl-form .efl-button {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-top: 2rem;
  min-width: 16rem;
  padding: 0.65rem;
}
.efl-form > .efl-button:first-child {
  margin-top: 0;
}
.efl-form__buttons > .efl-button {
  margin-left: 2rem;
  margin-top: 0;
}
.efl-field--search .efl-field__input--text + .efl-button {
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-top: 0;
  min-width: 0;
}
@media (min-width: 769px) {
  .efl-field--search .efl-field__input--text + .efl-button {
    min-width: 16rem;
  }
}
.efl-field__fields--grid .efl-button {
  width: auto;
}
@media (min-width: 769px) {
  .efl-field__fields--grid .efl-button {
    align-self: flex-end;
    min-width: none;
    width: calc(33.3333333333% - 2rem + 0px);
  }
}
.efl-button--icon {
  background-color: #FFFEFD;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.efl-button--icon svg {
  width: auto;
  height: 100%;
}
.efl-button--trackersDetails.efl-js-toggled .efl-button__label--show, .efl-button--trackersDetails:not(.efl-js-toggled) .efl-button__label--hide, .efl-trackers.efl-js-expanded .efl-button--trackersOptions .efl-button__label--show, .efl-trackers:not(.efl-js-expanded) .efl-button--trackersOptions .efl-button__label--hide {
  display: none;
}
.efl-body {
  font-family: "NB International", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #C8A99D;
  overflow-x: hidden;
  font-weight: normal;
  min-height: 100vh;
}
@media (min-width: 1000px) {
  .efl-body {
    font-size: 1vw;
  }
}
.efl-html.efl-js-mobileMenuOpen .efl-body {
  overflow: hidden;
}
.efl-html {
  background: transparent radial-gradient(farthest-corner at 0% 0%, #f4f7f6 0%, #eadfdb 80%) 0 0 no-repeat padding-box;
  background-attachment: fixed;
  font-size: 62.5%;
}
.efl-image {
  max-width: 100%;
}
.efl-image--bg {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.efl-block__figure--video .efl-image--bg {
  transition: opacity 0.2s  , visibility 0.2s  ;
}
.efl-block__figure--video.efl-js-started .efl-image--bg {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  .efl-block--colSpan12 .efl-preview .efl-image {
    width: calc(66.6666666667% + -0.6666666667rem + 0px);
  }
}
@supports (--var: 0) {
  .efl-block--teaser.efl-block--minHeightBg .efl-image, .efl-gallery .efl-image, .efl-block--image .efl-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .efl-block--teaser.efl-block--minHeightBg .efl-image::before, .efl-gallery .efl-image::before, .efl-block--image .efl-image::before {
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    padding-bottom: var(--heightRatioPerc);
    width: 0;
  }
  .efl-block--teaser.efl-block--minHeightBg .efl-image > :first-child, .efl-gallery .efl-image > :first-child, .efl-block--image .efl-image > :first-child {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
}
.efl-image__caption {
  margin-top: 1rem;
}
.efl-blocks:not(.efl-blocks--nested) > .efl-block--image.efl-block--hSizeFull .efl-image__caption {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 92rem;
  width: 100%;
}
.efl-block--teaser .efl-block__figure .efl-image__caption {
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  text-align: left;
  width: 100%;
}
.efl-image__img {
  max-width: 100%;
}
.efl-image--bg .efl-image__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
@supports (--var: 0) {
  .efl-image--bg .efl-image__img {
    -o-object-position: var(--focusX, 50%) var(--focusY, 50%);
       object-position: var(--focusX, 50%) var(--focusY, 50%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.no-js .efl-image--bg .efl-image__img {
    box-sizing: border-box;
    padding-left: 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.efl-block--image .efl-image__img, .efl-gallery .efl-image__img {
  display: block;
  width: 100%;
}
.efl-video .efl-image__img, .efl-gallery:not(.efl-gallery--layoutTypeJustified) .efl-image__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
@supports (--var: 0) {
  .efl-video .efl-image__img, .efl-gallery:not(.efl-gallery--layoutTypeJustified) .efl-image__img {
    -o-object-position: var(--focusX, 50%) var(--focusY, 50%);
       object-position: var(--focusX, 50%) var(--focusY, 50%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.no-js .efl-video .efl-image__img, html.no-js .efl-gallery:not(.efl-gallery--layoutTypeJustified) .efl-image__img {
    box-sizing: border-box;
    padding-left: 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.efl-preview .efl-image__img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports (--var: 0) {
  .efl-preview .efl-image__img {
    -o-object-position: var(--focusX, 50%) var(--focusY, 50%);
       object-position: var(--focusX, 50%) var(--focusY, 50%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.no-js .efl-preview .efl-image__img {
    box-sizing: border-box;
    padding-left: 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
}
.efl-image__imgWrapper {
  max-width: 100%;
}
.efl-preview .efl-image__imgWrapper, .efl-gallery:not(.efl-gallery--layoutTypeJustified) .efl-image__imgWrapper {
  display: block;
  padding-top: 66.6666666667%;
  position: relative;
}
.efl-logo {
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 1010;
  width: 3.6rem;
  height: 3.6rem;
  opacity: 1;
  transition: opacity 0.3s 0.5s;
}
.efl-logo span {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .efl-logo {
    position: fixed;
    top: 3.3rem;
    left: 3rem;
    width: 3.7vw;
    height: 3.7vw;
  }
  .efl-logo > span {
    width: 100%;
    height: auto;
  }
}
.efl-logo__logo {
  display: block;
}
.efl-body.efl-js-pageHome .efl-logo__logo {
  display: none;
}
.efl-logo__logoText {
  display: none;
}
.efl-body.efl-js-pageHome .efl-logo__logoText {
  display: block;
  width: auto;
  height: 3.6rem;
}
.efl-body.efl-js-pageHome .efl-logo__logoText span {
  width: auto;
  height: 100%;
}
@media (min-width: 1000px) {
  .efl-body.efl-js-pageHome .efl-logo__logoText {
    height: 3.7vw;
  }
}
.efl-link {
  color: #C8A99D;
  cursor: pointer;
  text-decoration: underline;
  text-decoration: none;
}
html:not(.mobile) .efl-link:hover, .efl-link:active {
  color: #87706B;
}
.efl-html.efl-js-mobileMenuOpen .efl-main {
  overflow: hidden;
}
.efl-js-pageHome .efl-main {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
@media (min-width: 1000px) {
  .efl-js-pageHome .efl-main {
    height: unset;
    flex-direction: row;
  }
}
.efl-js-pageHome .efl-main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5d4d4a;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) ;
}
.efl-js-mobileMenuOpen .efl-js-pageHome .efl-main::after {
  opacity: 1;
}
.efl-main__navigationContainer {
  padding-right: 2rem;
}
.efl-js-pageHome .efl-main__navigationContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 12;
}
@media (min-width: 1000px) {
  .efl-js-pageHome .efl-main__navigationContainer {
    align-items: flex-end;
    background-color: transparent;
    height: calc(100vh - 6rem);
    justify-content: flex-end;
    left: 0;
    margin-left: 3rem;
    margin-top: 3rem;
    opacity: 1;
    top: 0;
    visibility: visible;
    z-index: 120;
    width: calc((100vw - 100vh) * 0.5);
    min-width: calc(150px - 3rem);
  }
}
.efl-main__content {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: 0 3rem;
}
@media (min-width: 1000px) {
  .efl-main__content {
    padding: 0 0;
  }
}
.efl-js-mobileMenuOpen .efl-js-pageHome .efl-main__content {
  display: none;
}
@media (min-width: 1000px) {
  .efl-js-mobileMenuOpen .efl-js-pageHome .efl-main__content {
    display: block;
  }
}
@media (min-width: 1000px) {
  .efl-js-pageHome .efl-main__content {
    height: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 300px);
    overflow: unset;
    padding: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vh - (2 * 3rem) - 0.6rem);
  }
}
.efl-main__tertiary {
  box-sizing: border-box;
  display: flex;
  z-index: 1010;
  padding: 0 3rem 3rem 3rem;
}
@media (min-width: 1000px) {
  .efl-main__tertiary {
    margin-top: 3rem;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
  }
}
.efl-menu__linkLabel, .efl-menu__link {
  text-decoration: none;
}
.efl-menu__item {
  text-align: right;
  margin-bottom: 0.5rem;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) ;
}
@media (min-width: 1000px) {
  .efl-menu__item {
    margin-bottom: 0;
    opacity: 1;
    transform: translateX(0);
  }
}
.efl-serviceMenu .efl-menu__item {
  text-align: left;
}
@media (min-width: 1000px) {
  .efl-serviceMenu .efl-menu__item {
    text-align: right;
  }
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(6) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(7) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(8) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(9) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(10) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(11) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(12) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(13) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.65s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(14) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(15) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(16) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(17) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(18) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(19) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.95s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.95s;
}
.efl-js-mobileMenuOpen .efl-menu__item:nth-child(20) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.efl-mainMenu {
  font-size: 3.2rem;
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: bold;
  visibility: hidden;
  opacity: 0;
  font-weight: bold;
  text-align: left;
  position: relative;
}
@media (min-width: 1000px) {
  .efl-mainMenu {
    font-size: 1.8vw;
  }
}
.efl-js-mobileMenuOpen .efl-mainMenu {
  visibility: visible;
  opacity: 1;
  top: 0;
  width: 100%;
  border-top: 1px solid #C8A99D;
  border-bottom: 1px solid #C8A99D;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-height: 481px) {
  .efl-js-mobileMenuOpen .efl-mainMenu {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1000px) {
  .efl-mainMenu {
    visibility: visible;
    opacity: 1;
  }
}
.efl-mainMenu .efl-menu__link {
  position: relative;
  color: #C8A99D;
  display: block;
}
.efl-mainMenu .efl-menu__link:after {
  transition: opacity 0.2s;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #77987B;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  top: calc(50% - 4px);
  opacity: 0;
  right: 0;
}
.efl-mainMenu .efl-menu__link:hover:after {
  transition: opacity 0.3s 0.2s;
  opacity: 1;
}
.efl-mainMenu .efl-menu__link:hover .efl-menu__linkLabel {
  transition: padding-right 0.3s;
  padding-right: 20px;
}
.efl-mainMenu .efl-menu__linkLabel {
  cursor: pointer;
  transition: padding-right 0.4s;
}
.efl-serviceMenu {
  bottom: 3rem;
  display: none;
  position: fixed;
  right: 3rem;
  z-index: 200;
}
@media (min-width: 1000px) {
  .efl-serviceMenu {
    align-items: flex-end;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    right: 3rem;
    width: auto;
  }
}
.efl-js-mobileMenuOpen .efl-serviceMenu--bottom {
  left: 3rem;
  text-align: left;
  right: auto;
}
@media (min-width: 1000px) {
  .efl-js-mobileMenuOpen .efl-serviceMenu--bottom {
    left: unset;
    left: right;
    right: 3rem;
  }
}
.efl-serviceMenu--header {
  opacity: 1;
  visibility: inherit;
  display: block;
  right: 8rem;
  top: 3.7rem;
  max-height: 10rem;
}
.efl-js-pageHome .efl-serviceMenu--header {
  right: 13rem;
}
.efl-scrolledDown .efl-serviceMenu--header {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1000px) {
  .efl-serviceMenu--header {
    display: none;
  }
}
.efl-serviceMenu--footer {
  position: relative;
  display: block;
  text-align: left;
  bottom: 0;
  right: auto;
  left: 0;
}
.efl-serviceMenu--footer .efl-menu__item {
  text-align: left;
}
.efl-js-mobileMenuOpen .efl-js-pageHome .efl-serviceMenu {
  display: block;
}
.efl-serviceMenu__languagesList {
  padding-bottom: 2rem;
  border-bottom: 1px solid #C8A99D;
}
.efl-js-mobileMenuOpen .efl-serviceMenu--bottom .efl-serviceMenu__languagesList {
  border-bottom: none;
  display: none;
}
.efl-js-mobileMenuOpen .efl-serviceMenu--header .efl-serviceMenu__languagesList {
  display: block;
}
.efl-serviceMenu--header .efl-serviceMenu__languagesList {
  border-bottom: none;
}
.efl-serviceMenu__languagesItem {
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
}
.efl-serviceMenu__languagesItem:first-of-type::before {
  content: "";
  display: inline-block;
  position: relative;
}
.efl-serviceMenu__languagesItem::before {
  content: "/";
  display: inline-block;
  position: relative;
}
.efl-serviceMenu__languagesItem--current {
  opacity: 1;
  cursor: pointer;
}
.efl-serviceMenu__languagesLink {
  color: #C8A99D;
  text-decoration: none;
  text-transform: uppercase;
}
.efl-serviceMenu__linkLabel {
  color: #C8A99D;
  text-decoration: none;
  text-transform: uppercase;
}
.efl-serviceMenu .efl-menu__items {
  display: flex;
  text-align: right;
  flex-direction: column;
  margin-top: 1.6vw;
  margin-left: auto;
}
.efl-serviceMenu .efl-menu__items a {
  color: #C8A99D;
  cursor: pointer;
}
html:not(.mobile) .efl-serviceMenu .efl-menu__items a:hover, .efl-serviceMenu .efl-menu__items a:active {
  color: #87706B;
}
.efl-serviceMenu__socials {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
@media (min-width: 1000px) {
  .efl-serviceMenu__socials {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .efl-serviceMenu .efl-menu__item {
    margin-top: 3px;
  }
}
.efl-serviceMenu--mobile {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s 0.5s;
}
.efl-serviceMenu--mobile a {
  color: #C8A99D;
}
.efl-js-mobileMenuOpen .efl-serviceMenu--mobile {
  visibility: visible;
  opacity: 1;
}
.efl-page__navigation {
  position: fixed;
  transition: opacity 1s;
  opacity: 0;
  visibility: hidden;
  padding-right: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  z-index: 7;
}
@media (min-width: 1000px) {
  .efl-page__navigation {
    padding-right: 3rem;
    margin-bottom: auto;
  }
}
.efl-page__headline {
  position: relative;
  top: -4px;
  min-height: 72.08px;
  margin-bottom: 12rem;
}
@media (min-width: 1000px) {
  .efl-page__headline {
    margin-bottom: 12rem;
  }
}
.efl-pageContainer {
  position: relative;
}
@media (min-width: 1000px) {
  .efl-pageContainer {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 0;
    position: relative;
    width: 54%;
  }
}
.efl-js-pageHome .efl-pageContainer {
  width: 100%;
}
@media (min-width: 1000px) {
  .efl-js-pageHome .efl-pageContainer {
    width: 100%;
  }
}
.efl-trackers {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  position: fixed;
  right: 0;
  min-height: 100vh;
  z-index: 20;
  pointer-events: none;
}
html.ie .efl-trackers {
  height: 99vh;
}
.efl-trackers.efl-js-fixed {
  position: fixed;
}
.efl-trackers.efl-js-beforeActive {
  position: relative;
}
.efl-trackers.efl-js-hidden {
  display: none;
}
.efl-trackers::before {
  transition: opacity visibility 0.4s ;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(200, 169, 157, 0.6);
  content: "";
  bottom: 0;
  left: 0;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}
.efl-trackers.efl-js-modal::before, .efl-trackers.efl-js-beforeActive::before {
  opacity: 1;
  visibility: inherit;
}
.efl-trackers__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1rem;
}
.efl-trackers__actions > * {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .efl-trackers__actions {
    margin-left: calc(8.3333333333% + 0.1666666667rem + 0px);
    width: calc(33.3333333333% + -1.3333333333rem + 0px);
  }
}
.efl-trackers__container {
  transition: height 0.4s  ;
  border-top: 1px solid currentColor;
  background-color: #FFF;
  padding: 2rem 0;
  pointer-events: auto;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.efl-trackers__details {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 92rem;
  width: 100%;
  transition: opacity 0.2s  , visibility 0.2s  ;
  left: 0;
  padding-top: 3rem;
  position: relative;
  right: 0;
  top: 0;
}
.efl-trackers__details.efl-js-collapsed {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
@media (min-width: 769px) {
  .efl-trackers__detailsActions {
    margin-left: calc(66.6666666667% + 1.3333333333rem + 0px);
    width: calc(33.3333333333% + -1.3333333333rem + 0px);
  }
}
.efl-trackers__group {
  transition: height 0.4s  ;
  position: relative;
  overflow: hidden;
}
.efl-trackers__group + .efl-trackers__group {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .efl-trackers__groupActions {
    margin-left: calc(8.3333333333% + 0.1666666667rem + 0px);
    width: calc(33.3333333333% + -1.3333333333rem + 0px);
  }
}
.efl-trackers__groupDetails {
  transition: opacity 0.2s  , visibility 0.2s  ;
  left: 0;
  position: relative;
  right: 0;
  bottom: 0;
}
.efl-trackers__groupDetails.efl-js-collapsed {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
@media (min-width: 769px) {
  .efl-trackers__groupInfo {
    width: calc(58.3333333333% + -0.8333333333rem + 0px);
  }
}
@media (min-width: 769px) {
  .efl-trackers__groupSummary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .efl-trackers__groupSummary > * {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  .efl-trackers__info {
    width: calc(58.3333333333% + -0.8333333333rem + 0px);
  }
}
.efl-trackers__summary {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 92rem;
  width: 100%;
}
@media (min-width: 769px) {
  .efl-trackers__summary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .efl-trackers__summary > * {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  .efl-trackers__tracker {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .efl-trackers__tracker > * {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.efl-trackers__tracker + .efl-trackers__tracker {
  border-top: 1px solid currentColor;
  margin-top: 1rem;
  padding-top: 1rem;
}
.efl-trackers__trackers {
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .efl-trackers__trackerActions {
    margin-left: calc(8.3333333333% + 0.1666666667rem + 0px);
    width: calc(33.3333333333% + -1.3333333333rem + 0px);
  }
}
@media (min-width: 769px) {
  .efl-trackers__trackerInfo {
    width: calc(58.3333333333% + -0.8333333333rem + 0px);
  }
}
.efl-closeButton {
  transition: all 0.25s;
  position: fixed;
  display: flex;
  align-items: center;
  right: 3rem;
  top: 6rem;
  justify-content: center;
  height: 3.4rem;
  width: 3.4rem;
  background-color: #FFFEFD;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.efl-closeButton:hover {
  bottom: 5.575rem;
  margin-left: -0.425rem;
  height: 4.25rem;
  width: 4.25rem;
}
.efl-backButton {
  position: fixed;
  top: 3rem;
  z-index: 20;
  right: 3rem;
}
@media (min-width: 1000px) {
  .efl-backButton {
    width: 22%;
    text-align: right;
    z-index: 400;
  }
}
@media (min-width: 1000px) {
  .efl-backButton--header {
    position: absolute;
    width: 22%;
    left: 3rem;
    padding-right: 5rem;
    text-align: right;
    z-index: 400;
    top: calc(1.85vw + 3rem);
    transform: translateY(-50%);
  }
}
.efl-backButton__icon {
  height: 1vw;
  position: relative;
  width: 1vw;
}
.efl-backButton__icon--arrow {
  display: none;
}
@media (min-width: 1000px) {
  .efl-backButton__icon--arrow {
    display: inline-block;
    transition: all 0.2s;
  }
}
.efl-backButton__icon--arrow span {
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.2vw;
  transform: translate(-50%, -50%);
}
.efl-backButton__icon--arrow svg {
  transition: all 0.2s;
  transform: scaleX(-1);
}
.efl-backButton__inner:hover .efl-backButton__icon--arrow {
  width: 1.5vw;
}
.efl-backButton__icon--close {
  display: block;
}
@media (min-width: 1000px) {
  .efl-backButton__icon--close {
    display: none;
  }
}
.efl-backButton__icon--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.1vw;
  transform: translate(-50%, -50%);
}
.efl-backButton__inner {
  background-color: white;
  color: #77987B;
  padding: 1.5rem 1.5rem;
  border-radius: calc(1.6rem + 1vw);
  display: inline-block;
  opacity: 1;
}
@media (min-width: 1000px) {
  .efl-backButton__inner {
    padding: 0.9rem 1.3rem;
  }
}
.efl-js-pageHome .efl-backButton__inner, .efl-js-pageTransitioning .efl-backButton__inner {
  opacity: 0;
}
.efl-text {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #baaa75;
}
@media (min-width: 1000px) {
  .efl-text {
    font-size: 1.8vw;
  }
}
.efl-headline {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: bold;
  color: #C8A99D;
  text-decoration: underline;
  text-decoration-width: 1px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: 9px;
  -webkit-text-decoration-color: #C8A99D;
          text-decoration-color: #C8A99D;
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .efl-headline {
    font-size: 3.6vw;
  }
}
@media (min-width: 1000px) {
  .efl-headline {
    text-underline-offset: 15px;
  }
}
.efl-headline--main {
  margin-bottom: 6rem;
}
@media (min-width: 1000px) {
  .efl-headline--main {
    margin-top: calc(-2px - 0.5vw);
    margin-bottom: 5.4vw;
  }
}
.efl-headline--sub {
  text-decoration: none;
  margin: 30px 0;
}
@media (min-width: 1000px) {
  .efl-js-flyOffHeadline .efl-headline--flyOff {
    position: fixed;
    transition: right 0.3s, top 0.3s;
    right: 3rem !important;
    top: 3rem !important;
    font-size: 3.2rem;
  }
}
.efl-content {
  margin-top: 15rem;
}
.efl-js-pageHome .efl-content {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .efl-content {
    margin-top: 0;
  }
}
.efl-team {
  position: relative;
}
.efl-team__grid {
  display: flex;
  flex-wrap: wrap;
}
.efl-team__cell {
  position: relative;
  margin-bottom: 40px;
  color: #baaa75;
}
@media (min-width: 1000px) {
  .efl-team__cell {
    width: calc((100% - (40px * 1)) / 2);
    margin-right: 40px;
  }
  .efl-team__cell:nth-child(2n) {
    margin-right: 0;
  }
}
.efl-team__cell .efl-collapsable__content {
  margin-bottom: 0;
}
.efl-team__cell p {
  margin-bottom: 2rem;
}
.efl-team__link {
  position: absolute;
  top: 7px;
  right: 0;
}
.efl-team__name {
  margin: 7px 0 5px 0;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-weight: normal;
  position: relative;
}
@media (min-width: 1000px) {
  .efl-team__name {
    font-size: 1.8vw;
  }
}
.efl-team__picture img {
  width: 100%;
}
.efl-socialButton {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  font-size: 20px;
  color: #baaa75;
  box-sizing: border-box;
  cursor: pointer;
}
.efl-socialButton--team {
  width: 1.7rem;
  height: 1.7rem;
  content: "";
  margin-right: 0.5vw;
  background: url("../img/icons/linkedin_icon.svg");
}
@media (min-width: 1000px) {
  .efl-socialButton--team {
    width: 1.7vw;
    height: 1.7vw;
  }
}
@media (min-width: 1000px) {
  .efl-serviceMenu .efl-socialButton {
    margin-top: 8px;
  }
}
.efl-serviceMenu .efl-socialButton + .efl-socialButton {
  margin-left: 5px;
}
@media (min-width: 1000px) {
  .efl-serviceMenu .efl-socialButton + .efl-socialButton {
    margin-left: 0;
  }
}
.efl-pageFooter {
  margin-top: 240px;
  position: relative;
  text-align: right;
  display: flex;
}
.efl-pageFooter a {
  color: #C8A99D;
  cursor: pointer;
  text-decoration: underline;
  margin-left: auto;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
html:not(.mobile) .efl-pageFooter a:hover, .efl-pageFooter a:active {
  color: #87706B;
}
@media (min-width: 1000px) {
  .efl-pageFooter a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.efl-pageFooter:after {
  width: 90px;
  left: unset;
}
.efl-ugc a {
  color: #baaa75;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-width: 1px;
  text-underline-offset: 0.7rem;
  word-wrap: break-word;
  word-break: normal;
  padding-left: 2.7rem;
}
@media (min-width: 1000px) {
  .efl-ugc a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-width: 1px;
    text-underline-offset: 0.65vw;
    transition: -webkit-text-decoration 0.1s;
    transition: text-decoration 0.1s  ;
    transition: text-decoration 0.1s, -webkit-text-decoration 0.1s;
    padding-left: 2.7vw;
  }
}
.efl-ugc a::after {
  content: "";
  height: 1.7rem;
  width: 1.7rem;
  left: 0;
  top: 0.1vw;
  margin-left: 0.3rem;
  margin-right: 0.45rem;
  position: absolute;
  display: inline-block;
  background: url("../img/icons/arrow-east.svg") no-repeat;
}
@media (min-width: 1000px) {
  .efl-ugc a::after {
    width: 1.7vw;
    height: 1.7vw;
    margin-left: 0.3vw;
    margin-right: 0.45vw;
    top: 0.23vw;
  }
}
.efl-ugc a[target=_blank] {
  color: #EFAF00;
  padding-left: 0;
}
.efl-ugc a[target=_blank]:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-width: 1px;
  text-underline-offset: 0.7rem;
}
.efl-ugc a[target=_blank]::after {
  content: "";
  background: url("../img/icons/arrow-external-link-mobile.svg");
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  background-repeat: no-repeat;
  top: 0.25rem;
  margin-left: 0.55rem;
  margin-right: 0.3rem;
}
@media (min-width: 1000px) {
  .efl-ugc a[target=_blank]::after {
    background: url("../img/icons/arrow-external-link.svg");
  }
}
@media (min-width: 1000px) {
  .efl-ugc a[target=_blank]::after {
    width: 1.6vw;
    height: 1.6vw;
    margin-left: 0.45vw;
    margin-right: 0.3vw;
    top: 0.4rem;
  }
}
.efl-ugc a.efl-download::after {
  transform: rotate(90deg);
}
.efl-ugc a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #baaa75;
          text-decoration-color: #baaa75;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-width: 1px;
  text-underline-offset: 0.7rem;
}
@media (min-width: 1000px) {
  .efl-ugc a:hover {
    text-underline-offset: 0.65vw;
  }
}
.efl-ugc h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media (min-width: 1000px) {
  .efl-ugc h2 {
    font-size: 1.8vw;
  }
}
@media (min-width: 1000px) {
  .efl-ugc h2 {
    text-decoration: underline;
    -webkit-text-decoration-color: #baaa75;
            text-decoration-color: #baaa75;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-width: 1px;
    text-underline-offset: 0.7rem;
    text-underline-offset: 0.75vw;
    margin-top: 5.4vw;
  }
}
.efl-ugc h3 {
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
@media (min-width: 1000px) {
  .efl-ugc h3 {
    font-size: 1.8vw;
  }
}
.efl-ugc p + h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.efl-ugc h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: normal;
  word-wrap: break-word;
  word-break: normal;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 4rem;
}
@media (min-width: 1000px) {
  .efl-ugc h4 {
    font-size: 1vw;
  }
}
.efl-ugc h4 a {
  padding-left: 0;
}
.efl-ugc h4 a::after {
  display: none;
}
.efl-ugc h4 + h4 {
  margin-bottom: 0;
}
.efl-ugc p {
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .efl-ugc p {
    margin-bottom: 1.8vw;
  }
}
.efl-ugc h5,
.efl-ugc h6 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
@media (min-width: 1000px) {
  .efl-ugc h5,
.efl-ugc h6 {
    font-size: 1.8vw;
  }
}
.efl-ugc hr {
  background-color: currentColor;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%;
}
.efl-ugc li {
  margin: 0;
}
.efl-ugc ol > li {
  padding-left: 0.4em;
}
.efl-ugc ol {
  margin: 0 0 0 1em;
}
.efl-ugc ul {
  margin: 0 0 0 2rem;
}
.efl-menuToggle {
  align-items: center;
  background-color: #FFFEFD;
  border-radius: 20px;
  cursor: pointer;
  display: none;
  justify-content: center;
  margin-left: auto;
  margin-right: 3rem;
  margin-top: 3rem;
  padding: 0.6rem 2rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}
.efl-js-pageHome .efl-menuToggle {
  display: block;
}
@media (min-width: 1000px) {
  .efl-js-pageHome .efl-menuToggle {
    display: none;
  }
}
.efl-menuToggle__text {
  color: #77987B;
  display: block;
}
.efl-menuToggle__txt--open {
  display: block;
}
.efl-js-mobileMenuOpen .efl-menuToggle__txt--open {
  display: none;
}
.efl-menuToggle__txt--close {
  display: none;
}
.efl-js-mobileMenuOpen .efl-menuToggle__txt--close {
  display: block;
}
.efl-definitions {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  background-color: #FFFEFD;
  padding: 3rem;
  height: 100%;
}
@media (min-width: 1000px) {
  .efl-definitions {
    font-size: 1.8vw;
  }
}
@media (min-width: 1000px) {
  .efl-definitions {
    padding: 70px 59px;
    height: calc(100vh - 6rem);
  }
}
.efl-definitions__list {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .efl-definitions__list {
    justify-content: space-between;
  }
}
.efl-definition {
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .efl-definition {
    margin-bottom: 0;
  }
}
.efl-definition__phonetic {
  color: #E9DDD8;
  white-space: nowrap;
  padding-left: 5px;
}
@media (min-width: 1000px) {
  .efl-definition__phonetic {
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  .efl-headerMargin {
    clear: both;
    left: -16rem;
    margin-bottom: 3rem;
    text-align: right;
    width: 12rem;
    z-index: 2;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .efl-headerMargin {
    left: -22rem;
    width: 18rem;
  }
}
.efl-headerMargin__title {
  width: 60%;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0;
  color: #C8A99D;
  margin-bottom: 4rem;
}
@media (min-width: 1000px) {
  .efl-headerMargin__title {
    line-height: 1.35;
    letter-spacing: 0.01em;
    font-size: 1.8vw;
  }
}
@media (min-width: 1000px) {
  .efl-headerMargin__title {
    color: #C8A99D;
    font-weight: normal;
    direction: rtl;
    width: 100%;
  }
}
.efl-collapsable {
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) ;
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
}
.efl-collapsable__content {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) , visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) , height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) , padding-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) ;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: block;
  height: auto;
  opacity: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .efl-collapsable__content {
    font-size: 1vw;
  }
}
.efl-collapsable__content.efl-js-collapsed {
  opacity: 0;
  position: absolute;
}
.efl-collapsable__toggler {
  padding-top: 2rem;
  padding-bottom: 3rem;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.efl-collapsable__toggler:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #baaa75;
  width: 5rem;
  height: 1px;
}
.efl-collapsable__togglerText--more {
  display: block;
}
.efl-collapsable__toggler.efl-js-toggled .efl-collapsable__togglerText--more {
  display: none;
}
.efl-collapsable__togglerText--less {
  display: none;
}
.efl-collapsable__toggler.efl-js-toggled .efl-collapsable__togglerText--less {
  display: block;
}
.efl-collapsable__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.efl-footer {
  display: block;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-top: 11rem;
}
.efl-footer.efl-js-covered {
  position: fixed;
  width: 100%;
  left: 0;
}
.efl-body.efl-js-pageHome .efl-footer {
  display: none;
}
.efl-footer__backButton {
  position: absolute;
  left: -4rem;
  transform: translate(-100%, -50%);
  top: 50%;
}
.efl-footer__content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3.2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  .efl-footer__content {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    max-width: 54%;
  }
}
.efl-footer__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3rem;
  margin-right: 3rem;
  background-color: #C8A99D;
  width: calc(100% - 6rem);
  height: 1px;
}
@media (min-width: 1000px) {
  .efl-footer__content:before {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.efl-footer__link {
  color: #C8A99D;
  cursor: pointer;
  text-decoration: none;
}
html:not(.mobile) .efl-footer__link:hover, .efl-footer__link:active {
  color: #87706B;
}
.efl-footer__logo {
  display: block;
  height: 4rem;
  margin-bottom: 2rem;
  margin-right: 4rem;
  white-space: nowrap;
  width: auto;
}
.efl-footer__logo:last-of-type {
  margin-right: 0;
}
@media (min-width: 1000px) {
  .efl-footer__logo {
    margin-bottom: 0;
    display: inline-block;
  }
}
.efl-footer__logoImg {
  height: 4rem;
  display: block;
}
.efl-footer__menu {
  display: block;
  margin-top: 3rem;
}
@media (min-width: 1000px) {
  .efl-footer__menu {
    display: none;
  }
}
.efl-footer__section {
  display: block;
}
.efl-footer__section--logo {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 50%;
}
@media (min-width: 1000px) {
  .efl-footer__section--logo {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .efl-footer__section {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
  .efl-footer__section--copy {
    align-self: flex-end;
  }
  .efl-footer__section--logo {
    display: flex;
    flex-grow: 2;
    justify-content: flex-end;
  }
  .efl-footer__section--contact {
    align-self: center;
    text-align: left;
    justify-content: flex-end;
  }
  .efl-footer__section--menu {
    display: none;
  }
}
.efl-partners {
  margin-bottom: 6rem;
}
.efl-partners__headline {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #baaa75;
}
@media (min-width: 1000px) {
  .efl-partners__headline {
    font-size: 1.8vw;
  }
}
.efl-partners__logo {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.efl-partners__logo .efl-image__img {
  max-height: 50px;
}
@media (min-width: 1000px) {
  .efl-partners__logo {
    align-self: center;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
  }
  .efl-partners__logo .efl-image__img {
    max-height: 3vw;
  }
}
.efl-partners__subheadline {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #baaa75;
}
@media (min-width: 1000px) {
  .efl-partners__subheadline {
    font-size: 1vw;
  }
}
.efl-partners__item {
  display: block;
  margin-top: -1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #baaa75;
  border-bottom: 1px solid #baaa75;
}
@media (min-width: 1000px) {
  .efl-partners__item {
    display: flex;
  }
}
.efl-partners__texts {
  flex-grow: 1;
}
.efl-navigation {
  display: none;
}
.efl-body.efl-js-pageHome .efl-navigation {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .efl-body.efl-js-pageHome .efl-navigation {
    top: unset;
    transform: translateY(0);
    padding-bottom: calc((100vh - (100vw - (150px - 3rem) * 2)) * 0.5);
    margin-bottom: -3px;
  }
}
.efl-lottieAnimation {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.efl-lottieGallery {
  display: block;
  height: 3300px;
  position: relative;
  padding-bottom: 100px;
}
.efl-lottieGallery__container {
  display: block;
  position: relative;
  width: 100%;
}
.efl-lottieGallery__container::after {
  content: " ";
  display: table;
  clear: both;
}
.efl-lottieGallery__items {
  display: block;
  min-height: 75%;
  position: relative;
  width: 100%;
}
.efl-lottieGallery__items::after {
  content: " ";
  display: table;
  clear: both;
}
.efl-lottieGallery__item {
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.efl-lottieGallery__item.efl-active {
  display: block;
  opacity: 1;
  display: block;
  height: 100%;
  height: auto;
  left: unset;
  position: relative;
  top: unset;
  width: 100%;
}
.efl-lottieGallery__item svg {
  position: relative;
}
.efl-lottieGallery__label {
  padding-top: 1rem;
}
@media (min-width: 1000px) {
  .efl-lottieGallery__label {
    width: 60%;
  }
}
.efl-loader {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) , visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) ;
  opacity: 1;
  visibility: inherit;
  align-items: center;
  background-color: #e4ddc8;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.efl-loader.efl-js-hidden {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) , visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) ;
  opacity: 0;
  visibility: hidden;
}
.efl-scrollingInfographic {
  position: relative;
  display: block;
  height: 7000px;
}
.efl-scrollingInfographic__container {
  position: relative;
  display: block;
}
.efl-scrollingInfographic__items {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  padding-top: 24vh;
  padding-bottom: 13rem;
}
.efl-scrollingInfographic__item {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.efl-scrollingInfographic__item img {
  height: 52vh;
  max-width: none;
  width: auto;
}
@media (min-width: 1000px) {
  .efl-scrollingInfographic__item img {
    height: 52vh;
  }
}
.efl-roundButton {
  background-color: white;
  color: #77987B;
  padding: 0.8rem 2rem;
  border-radius: 4rem;
  display: inline-block;
}
.efl-pattern {
  background-color: transparent;
  height: 100vh;
  padding: 0;
}
@media (min-width: 1000px) {
  .efl-pattern {
    height: 0;
  }
}
.efl-pattern__container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 40%;
  margin-top: 0;
}
@media (min-height: 631px) {
  .efl-pattern__container {
    width: 100%;
  }
}
@media (max-aspect-ratio: 3/2) and (min-width: 1000px) {
  .efl-pattern__container {
    width: 90%;
  }
}
@media (max-aspect-ratio: 2/1) and (min-width: 900px) and (max-width: 1000px) {
  .efl-pattern__container {
    width: 70%;
  }
}
@media (max-aspect-ratio: 2/1) and (min-width: 700px) and (max-width: 899px) {
  .efl-pattern__container {
    width: 64%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .efl-pattern__container {
    width: 80%;
  }
}
.efl-pattern__image {
  transform: scale(2);
}
@media (min-width: 1000px) {
  .efl-pattern__image {
    transform: scale(1);
  }
}
.efl-paradigmList {
  margin-bottom: 6rem;
}
.efl-paradigmList__item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .efl-paradigmList__item {
    padding-right: 6rem;
  }
}
.efl-paradigmList__img {
  margin-right: 3rem;
  flex-basis: 13%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.efl-paradigmList__img img {
  display: block;
  width: 100%;
  height: auto;
}
.efl-paradigmList__texts {
  flex-grow: 2;
}
.efl-paradigmList__copy {
  color: #baaa75;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
@media (min-width: 1000px) {
  .efl-paradigmList__copy {
    font-size: 1.35vw;
  }
}
.efl-contentSlider {
  padding-bottom: 3rem;
  padding-top: 4rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1000px) {
  .efl-contentSlider {
    padding-bottom: 3.6vw;
  }
}
.efl-contentSlider__item {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-left: -4px;
}
.efl-contentSlider__items {
  width: 100%;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
.efl-contentSlider__itemsContainer {
  position: relative;
  width: 100%;
  margin-left: 0;
}
.efl-contentSlider__navigation {
  float: right;
  margin-top: 2rem;
  z-index: 3;
  position: relative;
}
.efl-contentSlider__navigationArrow {
  margin-left: 0.5rem;
  cursor: pointer;
}
.efl-contentSlider__navigationArrow::after {
  content: "";
  height: 3.3rem;
  width: 3.3rem;
  display: inline-block;
  background: url("../img/icons/arrow-east-orange.svg") no-repeat;
}
.efl-contentSlider__navigationArrow--prev {
  transform: scaleX(-1);
}
.efl-contentSlider__navigationArrow:hover::after {
  content: "";
  height: 3.3rem;
  width: 3.3rem;
  display: inline-block;
  background: url("../img/icons/arrow-east-green.svg") no-repeat;
}
.efl-contentSlider__wrapper {
  padding-top: 0;
  position: relative;
}
.efl-contentSlider__wrapperInner {
  width: 100%;
  flex-direction: row;
  position: relative;
}
.efl-contentSlider__wrapperScroll {
  cursor: -webkit-grab;
  cursor: grab;
  -ms-overflow-style: none;
  overflow-x: scroll;
}
.efl-contentSlider--content .efl-contentSlider__wrapperScroll {
  scrollbar-width: none;
}
.efl-contentSlider__wrapperScroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.efl-contentSliderItem {
  position: relative;
}
.efl-contentSliderItem .efl-image {
  max-width: none;
}
.efl-contentSliderItem .efl-image__img {
  display: inline-block;
  max-width: none;
  min-height: 100%;
  width: auto;
  position: relative;
  height: 52vh;
}
.efl-newAnimation {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 100%;
}
.efl-newAnimation__container {
  display: block;
  left: 50%;
  overflow: hidden;
  padding-bottom: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.efl-newAnimation__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 1000px;
  transform: translate(-50%, -50%);
}
.efl-people {
  position: relative;
}
.efl-people__grid {
  display: flex;
  flex-wrap: wrap;
}
.efl-people__cell {
  position: relative;
  margin-bottom: 2rem;
  color: #baaa75;
}
@media (min-width: 1000px) {
  .efl-people__cell {
    width: calc((100% - (40px * 1)) / 2);
    margin-right: 40px;
  }
  .efl-people__cell:nth-child(2n) {
    margin-right: 0;
  }
}
.efl-people__cell p {
  margin-bottom: 2rem;
}
.efl-people__link {
  position: absolute;
  top: 7px;
  right: 0;
}
.efl-people__name {
  margin: 7px 0 5px 0;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-weight: normal;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .efl-people__name {
    font-size: 1.8vw;
  }
}
.efl-people__picture img {
  width: 100%;
}
/*# sourceMappingURL=critical.css.map */
