/*
Theme Name: Egger 1.0.4
Theme URI: https://egger-ag.ch
Author: Close Knit Studio
Author URI: https://close-knit.studio
Description: Print, Dialog und Digital
Version: 1.0.4
License: GNU General Public License v2 or later
Text Domain: Egger AG
Tags: Print, Dialog und Digital
*/
@import url("css/normalize.css");
@import url("css/flexboxgrid.css");
@import url("css/locomotive-scroll.css");
@import url("css/swiper-bundle.min.css");
@import url("css/acf.css");

:root {
  --black: rgba(0, 0, 0, 1);
  --black-1: rgba(0, 0, 0, .1);
  --black-2: rgba(0, 0, 0, .2);
  --black-4: rgba(0, 0, 0, .4);
  --black-8: rgba(0, 0, 0, .8);
  --white: rgba(255, 255, 255, 1);
  --white-1: rgba(255, 255, 255, .2);
  --white-2: rgba(255, 255, 255, .2);
  --white-4: rgba(255, 255, 255, .4);
  --white-6: rgba(255, 255, 255, .6);
  --grey: rgba(204, 204, 204, 1);
  --grey-4: rgba(204, 204, 204, .4);
  --c1-1: rgba(0, 0, 0, .1);
  --c1-4: rgba(0, 0, 0, .4);
  --c2: rgba(120, 0, 230, 1);
  --c2-5: rgba(120, 0, 230, 0.5);
}


.is-loading {
  cursor: wait !important;
}

.is-loading body {
  overflow: hidden;
  pointer-events: none !important;
}

html, body {
  min-width: 320px;
  background-color: black;
  height: 100% !important;
  height: -webkit-fill-available !important;
  -webkit-tap-highlight-color: transparent;
}

#layout {
  height: 100%;
}

#page {
  width: 100%;
  background-color: black;
}

#js-scroll {
}

#content {
  background: var(--white);
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}

#content section:last-child {
  padding-bottom: var(--outer-margin);
}

p, a, h2 {
  color: inherit;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

/*--------------------------------------------------------------
# padding
--------------------------------------------------------------*/
.--p {
  padding: var(--outer-margin);
}

.--ptb {
  padding-top: var(--outer-margin);
  padding-bottom: var(--outer-margin);
}

.--pt-0 {
  padding-top: 0 !important;
}

.--pt-q {
  padding-top: calc(var(--outer-margin) / 4);
}

.--pb-0 {
  padding-bottom: 0;
}

.--pb-q {
  padding-bottom: calc(var(--outer-margin) / 4);
}

.--pb-h {
  padding-bottom: calc(var(--outer-margin) / 2);
}

.--pb {
  padding-bottom: var(--outer-margin);
}

.--pb-2 {
  padding-bottom: calc(2 * var(--outer-margin));
}

.--pb-4 {
  padding-bottom: calc(4 * var(--outer-margin));
}

.--pb-6 {
  padding-bottom: calc(6 * var(--outer-margin));
}

.--pb-8 {
  padding-bottom: calc(8 * var(--outer-margin));
}

.--pb0 {
  padding-bottom: 0;
}

.--mb-4 {
  margin-bottom: var(--outer-margin-4) !important;
}

.--mb-3 {
  margin-bottom: calc(var(--outer-margin) - var(--outer-margin-4)) !important;
}

.--mb-2 {
  margin-bottom: var(--outer-margin-2) !important;
}

.--mb {
  margin-bottom: var(--outer-margin) !important;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mt-0 {
  margin-top: 0 !important;
}

.--mt {
  margin-top: var(--outer-margin) !important;
}

.--mt-2 {
  margin-top: calc(2 * var(--outer-margin)) !important;
}

/*--------------------------------------------------------------
# Typeface
--------------------------------------------------------------*/
@font-face {
  font-family: "Relevant-Normal";
  src: url("./assets/fonts/Relevant-Normal.eot");
  src: url("./assets/fonts/Relevant-Normal.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/Relevant-Normal.otf") format("opentype"),
    url("./assets/fonts/Relevant-Normal.svg") format("svg"),
    url("./assets/fonts/Relevant-Normal.ttf") format("truetype"),
    url("./assets/fonts/Relevant-Normal.woff") format("woff"),
    url("./assets/fonts/Relevant-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Relevant-Bold";
  src: url("./assets/fonts/Relevant-Bold.eot");
  src: url("./assets/fonts/Relevant-Bold.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/Relevant-Bold.otf") format("opentype"),
    url("./assets/fonts/Relevant-Bold.svg") format("svg"),
    url("./assets/fonts/Relevant-Bold.ttf") format("truetype"),
    url("./assets/fonts/Relevant-Bold.woff") format("woff"),
    url("./assets/fonts/Relevant-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: bold;
}

b, strong, .--bold {
  font-family: "Relevant-Bold";
}

.--normal {
  font-family: "Relevant-Normal";
}

.--grey {
  color: var(--grey);
}

.--white {
  color: var(--white);
}

.bg--grey {
  background: var(--grey);
}

.bg--grey .subtitle {
  color: var(--white);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
ul,
textarea,
p, h5, .l0 {
  font-family: Relevant-Normal;
  font-size: calc(15px + (16 - 12) * ((100vw - 300px) / (1800 - 300)));
  line-height: 1.15;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: -0.05em;
}

p:last-child {}

h1, h2, h3, h4, h5, h6 {
  font-family: Relevant-Bold;
  clear: both;
  font-weight: normal;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
}

.l6 {
  font-size: calc(6em + (248 - 124) * ((100vw - 300px) / (1800 - 300)));
  line-height: 0.8;
  letter-spacing: -0.04em;
  margin-block-start: 0.04em;
  margin-block-end: -0.04em;
  margin-inline-start: -0.07em;
}

@media screen and (max-width:960px) {
  .l6 {
    font-size: calc(8em + (248 - 124) * ((100vw - 300px) / (1800 - 300)));
  }
}

.l6:last-child, .l5:last-child {
  margin-block-end: -0.14em !important;
}

.l5 {
  font-size: calc(6em + (168 - 84) * ((100vw - 300px) / (1800 - 300)));
  line-height: 0.8;
  letter-spacing: -0.04em;
  margin-block-start: 0.02em;
  margin-block-end: -0.03em;
  margin-inline-start: -0.07em;
}

@media screen and (max-width:960px) {
  .l5 {
    font-size: calc(4.5em + (168 - 84) * ((100vw - 300px) / (1800 - 300)));
  }
}

@media screen and (min-width:1680px) {
  .l5 {
    font-size: 190px;
  }
}

h1, .l4 {
  font-size: calc(3em + (124 - 48) * ((100vw - 300px) / (1800 - 300)));
  line-height: 0.8;
  letter-spacing: -0.04em;
  margin-block-start: 0.03em;
  margin-block-end: -0.02em;
  margin-inline-start: -0.07em;
}

@media screen and (min-width:1680px) {
  h1 {
    font-size: calc(3em + (124 - 48) * ((1680px - 300px) / (1800 - 300)));
  }
}

@media screen and (max-width:960px) {
  h1 {
    font-size: calc(2.5em + (124 - 48) * ((100vw - 300px) / (1800 - 300)));
  }
}

h1:last-child, .l4:last-child {
  margin-block-end: -0.13em !important;
}

h2, .l3 {
  font-size: calc(2em + (96 - 48) * ((100vw - 300px) / (1800 - 300)));
  line-height: 0.83;
  letter-spacing: -0.03em;
  margin-block-start: 0.04em;
  margin-block-end: -0.01em;
  margin-inline-start: -0.07em;
}

/*
@media screen and (min-width:1680px) {
  h2, .l3 {
  font-size: calc(2em + (96 - 48) * ((1680px - 300px) / (1800 - 300)));
  }
}
*/
@media screen and (max-width:480px) {
  h1, h2, .l3 {
    font-size: calc(2.3em + (96 - 48) * ((100vw - 300px) / (1800 - 300)));
  }
}

h3 {
  font-size: calc(1.4em + (32 - 12) * ((100vw - 300px) / (1800 - 300)));
  line-height: 1;
  margin-block-start: -0.06em;
  /*letter-spacing: -0.02em;
  margin-block-start: -0.07em;
  margin-block-end: 0em;
  margin-inline-start: -0.06em;*/
}

@media screen and (min-width:1680px) {
  h3 {
    font-size: 49px;
  }
}

.l2 {
  font-size: calc(1.4em + (20 - 12) * ((100vw - 300px) / (1800 - 300)));
  line-height: 1;
  letter-spacing: -0.02em;
  margin-block-start: -0.07em;
  margin-block-end: 0em;
  margin-inline-start: -0.06em;
}

.l1 {
  font-size: calc(1em + (16 - 12) * ((100vw - 300px) / (1800 - 300)));
}

h4 {
  letter-spacing: -0.01em;
}

h5, .s1 {
  font-size: 0.7em;
  margin-block-start: -0.1em;
  margin-block-end: 1em;
  letter-spacing: 0;
}

h5 {
  opacity: 0.5;
}

.--tu {
  text-transform: uppercase;
}

.--tn {
  letter-spacing: -0.02em;
  text-transform: none;
}

h1.sub {
  z-index: -1;
  line-height: 1;
  height: 0.86em;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -0.15em;
  padding-top: 0.1em !important;
}

.sub__subtitle {
  position: absolute;
  display: block;
  white-space: nowrap;
}

.sub__subtitle:first-child {
  position: relative;
  display: block;
  transform: translateY(0);
}

.sub__subtitle:first-child {}




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:hover, a:focus, a:active, a:visited {
  cursor: pointer;
  color: inherit;
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

*:not(input) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.--top {
  align-items: flex-start !important;
}

.--bottom {
  align-items: flex-end !important;
}

.--top-self {
  align-self: flex-start;
}

.--center-self {
  align-self: center;
}

.--bottom-self {
  display: inline-flex;
  align-self: flex-end;
}

.--left {
  justify-content: flex-start;
}

.--col {
  flex-direction: column;
}


.--center {
  justify-content: center;
  align-items: center !important;
}

.--right {
  display: flex;
  justify-content: flex-end;
}

.--reverse {
  flex-direction: row-reverse;
}

.--j-center {
  justify-content: center;
}

.--a-right {
  text-align: right;
}

.--nowrap {
  white-space: nowrap;
}

.--sb {
  display: flex;
  justify-content: space-between;
}

.--ac {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
## Round Corners
--------------------------------------------------------------*/
.--br4 {
  border-radius: var(--br-sm);
}

.--br6 {
  border-radius: var(--br-md);
}

.--br8 {
  border-radius: var(--br-lg);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
p a {
  position: relative;
  padding-bottom: 0px;
  text-decoration: none;
}

p a::before, p a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  opacity: 1 !important;
  transition: width 0s ease;
  pointer-events: none;
}

p a::after {
  background: var(--black-4);
  left: 0;
  right: auto;
  transition: width 0.3s ease;
}

p a:hover::before {
  background: var(--black-4);
  width: 0%;
  transition: width 0.3s ease;
}

p a:hover::after {
  width: 0%;
  background: black;
  transition: width 0s ease;
}

/*
a, a:hover, a:focus, a:active, a:visited {
display: block;
cursor: pointer;
color: inherit;
outline: 0;
text-decoration: none;
}
*/
/* Hover */

a.hover {
  z-index: 1;
}

a.hover:hover {
  z-index: 1;
  color: black !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

a.hover::after {
  border-radius: 1px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 2px;
  right: 0em;
  left: 0em;
  height: 100%;
  z-index: -1;
  background: white;
  transform-origin: center top;
  transform: scale3d(1, 0, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

a.hover:hover::after {
  width: 100%;
  background: white;
  transform-origin: center bottom;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale3d(1.06, 1, 1.06);
}

a.hover::before {
  opacity: 0.4 !important;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: white;
  opacity: 0.3;
}

.s1>a.hover::after {
  top: -1px;
}

.s1>a.hover::before {
  bottom: 1px;
}

a.filter {
  cursor: pointer;
  position: relative;
  display: flex-inline;
  z-index: 2;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

a.filter.active {
  color: white;
}

a.filter::after, a.filter::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0%;
  opacity: 1;
  background: black;
  transition: width 0.3s ease;
  pointer-events: none;
}

a.filter::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0em;
  z-index: -1;
  width: 100%;
  height: 1.1em;
  border-radius: 4px;
  background-color: black;
  transform-origin: center bottom;
  transform: scale3d(1, 0, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

a.filter:hover::after {
  width: 100%;
}

a.filter .active {
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 2;
  color: white;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

a.active.filter::before {
  transform: scale3d(1, 1, 1);
  left: -0.2em;
  width: calc(100% + 0.4em);
}

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
.text-intro {
  padding: var(--outer-margin-2) 0 0;
}

.text-intro .row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.text-intro .row::before {
  content: "";
  display: flex;
  position: relative;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 3px;
  background: var(--black);
  margin: 0 auto var(--outer-margin-2) auto;
}

.text-intro__title {
  min-height: 6em;
}

.text {
  padding: var(--outer-margin-2) 0 var(--outer-margin-2) 0;
}

.text .line::before {
  content: "";
  display: flex;
  position: relative;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto var(--outer-margin-2) auto;
}

.text ul {
  list-style: disc;
  margin-left: 1em;
  padding-bottom: 1em;
}

.text ul:last-child {
  padding-bottom: 0;
}

.text__content h4 {
  text-transform: none;
}

/*--------------------------------------------------------------
# Culture
--------------------------------------------------------------*/
.culture {
  padding: var(--outer-margin-2) 0;
}

/*--------------------------------------------------------------
# image
--------------------------------------------------------------*/
.image {
  padding: 0;
}

.nested .image--sm {
  flex-basis: 50%;
  max-width: 50%;
}

.image-bg {}

.image-slider {
  padding: var(--outer-margin-2) 0 var(--outer-margin) 0;
}

.image-slider .swiper-container {
  max-width: var(--max-width);
  padding: 0 var(--outer-margin-2);
}

.image-slider .swiper-wrapper {}

.image-slider .swiper-slide {
  margin: 0;
  padding: 0;
}

.image-slider__item {
  margin: 0;
  padding: 0 var(--outer-margin-2);
}

.image-slider__item div {
  background: var(--grey-4);
}

.image-slider__item a div img {
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.image-slider__item:hover a div img {
  transform: scale(1.04);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  margin-top: var(--outer-margin);
  padding: var(--outer-margin) 0;
}

.img-full {
  position: absolute;
  width: 50%;
  margin: 0;
  height: auto;
  padding: 0;
  bottom: 0;
  /*top: calc(var(--outer-margin) * -1);*/
  top: var(--outer-margin);
  left: 0;
  overflow: hidden;
}

.img-full__inner {
  position: relative;
  height: 100%;
}

.img-full img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form {
  background: var(--grey);
  color: black;
}

.wpcf7-form {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.wpcf7-form p {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--outer-margin-2);
  padding-left: var(--outer-margin-2);
  padding-bottom: var(--outer-margin-2);
  flex-basis: 50%;
  max-width: 50%;
}

.wpcf7-form p:nth-child(n+4) {
  flex-basis: 100%;
  max-width: 100%;
}

.wpcf7-form p:nth-child(6) {
  position: relative;
  outline: none;
  border-radius: 3px;
  padding-bottom: var(--outer-margin);
}

.wpcf7-form p:nth-child(6) input {
  margin: 0px;
}

.wpcf7-spinner {
  top: 1px;
  right: calc(var(--outer-margin-2) + 12px);
  transform: translateY(50%);
  margin: 0px;
  position: absolute;
}

.form input, textarea {
  outline: none;
  padding: 15px;
  border: 1px solid var(--black-2);
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: var(--black);
  background: var(--grey);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  resize: none;
}

.form label {
  font-size: 0.7em;
  margin-block-start: -0.1em;
  margin-block-end: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--grey) inset;
}

input:hover {
  border: 1px solid var(--black);
}

input:focus {
  border: 1px solid var(--black);
}

input, input:hover, input:focus, input:active, input:visited {
  background: transparent !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 var(--outer-margin-2) !important;
  padding: var(--outer-margin-2) !important;
  border-radius: 6px;
  width: 100%;
}

form.invalid .wpcf7-response-output {
  background: rgba(255, 0, 0, 0.8);
}

form.sent .wpcf7-response-output {
  background: white !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#footer {
  position: relative;
  background: var(--black);
  color: white;
}

#footer h2 {
  z-index: 1;
  display: inline-block;
}

#footer h2.hover {
  cursor: pointer;
  position: relative;
  display: flex-inline;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

#footer h2.hover:hover {
  z-index: 1;
  color: black !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

#footer h2.hover::after {
  display: block;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: -0.08em;
  left: 0.1em;
  right: 0em;
  height: 0.8em;
  z-index: -1;
  background: white;
  border-radius: 4px;
  transform-origin: center bottom;
  transform: scale3d(1, 0, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

#footer h2.hover:hover::after {
  transform: scale3d(1.06, 1, 1.06);
}

.logo {
  overflow: hidden;
  width: 28px;
}

@media screen and (max-width:960px) {
  .logo {
    width: 20px;
  }
}

.logo img {}

.--invert {
  filter: invert(100%);
}

.--bg-white {
  background: white !important;
}

.--bg-white-2 {
  background: var(--white-2) !important;
}

.--bg-grey {
  background: var(--grey) !important;
}

.--bg-grey .sub, .--bg-grey h3>span {
  color: var(--white) !important;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {}

.facts__entry {
  padding-bottom: 0;
}

.facts__entry::before {
  content: "";
  display: flex;
  position: relative;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto var(--outer-margin-2) auto;
}

.facts__entry:last-child::after {
  content: "";
  position: relative;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto var(--outer-margin-2) auto;
}

/*
@media screen and (max-width:1680px) {
.facts__entry::before {
position: absolute;
transform: translateY(-20px);
left: 0;
width: 100%;
margin: 0 0 var(--outer-margin-2) 0;
}
}
*/
.facts__title, .facts__number {
  padding-bottom: 0;
}

.facts__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: var(--outer-margin-2);
}

.facts__number {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-wrap: nowrap;
}

.facts__value {
  display: inline-flex;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  height: 10px;
  margin-left: 3px;
}

/*--------------------------------------------------------------
# Module Layout
--------------------------------------------------------------*/
.separator {
  width: 100%;
  height: 1px;
  background: var(--black-1);
  padding: 0;
  margin: var(--outer-margin-2) 0 var(--outer-margin-2) 0;
}

.separator.--contain {
  background: none !important;
}

.separator.--contain::before {
  content: "";
  display: block;
  position: relative;
  width: calc(100% - var(--outer-margin) * 2);
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto var(--outer-margin-2) auto;
}

.separator.--hard {
  height: 1px;
  background: var(--black);
}

.separator.--soft {
  background: var(--black-1);
}

.separator.--contain.--hard::before {
  background: var(--black);
}

#footer .separator.--contain {
  margin: var(--outer-margin-2) 0 var(--outer-margin) 0;
}

#footer .separator.--contain::before {
  width: calc(100% - var(--outer-margin));
  background: var(--white-2);
}

.spacer {
  display: block;
  /*background: rgba(0,0,0,0.02);*/
  width: 100%;
}

.spacer.--xxl {
  height: calc(var(--outer-margin) * 10);
}

.spacer.--xl {
  height: calc(var(--outer-margin) * 8);
}

.spacer.--lg {
  height: calc(var(--outer-margin) * 6);
}

.spacer.--md {
  height: calc(var(--outer-margin) * 2);
}

.spacer.--sm {
  height: var(--outer-margin);
}

/*--------------------------------------------------------------
# Ratio
--------------------------------------------------------------*/
.--3-2, .--16-9, .--1-1, .--2-3 {
  position: relative;
  overflow: hidden;
}

.--3-2:before, .--16-9:before, .--1-1:before, .--2-3:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
}

.--3-2 img, .--16-9 img, .--1-1 img, .--2-3 img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.--3-2:before {
  padding-bottom: 66.6%;
}

.--16-9:before {
  padding-bottom: 56.25%;
}

@media only screen and (max-width:960px) {
  .--16-9:before {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width:480px) {
  .--16-9:before {
    padding-bottom: 50vh;
  }
}

.--1-1:before {
  padding-bottom: 100%;
}

.--2-3:before {
  padding-bottom: 200%;
}

/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  pointer-events: none;
  align-items: flex-start;
  display: flex;
}

#loader span {
  width: 25vw;
  height: 100vh;
  position: relative;
  z-index: 999;
  background-color: black;
  pointer-events: none;
  display: flex;
}

.loader__container {
  z-index: 99999;
  width: calc(var(--btn-width) + 2px);
  height: calc(var(--btn-width) + 2px);
  animation: clockwise 500ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
  border: 2px solid rgba(255, 255, 255, 0.2);
  /*border: 2px solid red;*/
  border-radius: 50%;
  margin: 0;
  position: absolute;
  display: inline-block;
  display: flex;
  justify-content: flex-end;
  top: calc(var(--outer-margin) - 2px);
  right: calc(50vw - var(--max-width) / 2 + var(--outer-margin) - 2px);
}

@media screen and (max-width:1680px) {
  .loader__container {
    right: calc(var(--outer-margin) - 2px);
  }
}

.loader__circle {
  box-sizing: border-box;
  width: calc(var(--btn-width) + 6px);
  height: calc(var(--btn-width) + 6px);
  top: -2px;
  left: -2px;
  border: 2px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  background: none;
  margin: 0;
  animation: rotate 1000ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(-90deg)
  }

  100% {
    transform: rotate(0)
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#menu {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  top: var(--outer-margin);
  z-index: 600;
  transform-origin: top;
  right: calc(50vw - var(--max-width) / 2 + var(--outer-margin));
}

@media screen and (max-width:1680px) {
  #menu {
    right: var(--outer-margin);
  }
}

.menu__btn, .search__btn {
  outline: none;
  cursor: pointer;
  width: var(--btn-width);
  height: var(--btn-width);
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__btn {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-color: var(--black-1) !important;
  margin-right: 4px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: border .3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width:960px) {
  .search__btn {
    display: none;
  }
}

#menu.search-is-open .search__btn {
  border-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 1) !important;
}

#menu.is-open .search__btn:hover {
  border-color: rgba(255, 255, 255, 1) !important;
  transition: border .3s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(255, 255, 255, 0);
}

#menu.is-open .search__btn {
  border-color: rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0);
}

.menu__btn span, .menu__btn span:nth-child(1), .menu__btn span:nth-child(2) {
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: white;
  transform: translateY(-5px);
}

.menu__btn span:nth-child(2) {
  transform: translateY(0);
}

.menu__btn span:nth-child(3) {
  transform: translateY(5px);
}

/*
@media screen and (max-width:768px) {
.menu__btn span:nth-child(1) {
margin-top: -6px;
}

.menu__btn span:nth-child(3) {
margin-top: 6px;
}
}
*/
.search__btn span {
  display: flex;
  position: absolute;
  z-index: 1;
}

.search__btn span:nth-child(1) {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid var(--black);
}

.search__btn span:nth-child(2) {
  width: 5px;
  height: 1px;
  transform: translate(6px, 6px) rotate(45deg);
  background: var(--black);
}

#overlay {
  position: fixed;
  z-index: 98;
  background: var(--black);
  color: var(--white);
  width: 100vw;
  transform: translateY(-101%);
  padding: var(--outer-margin) 0 var(--outer-margin-2) 0;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:960px) {
  #overlay {
    padding: var(--outer-margin) 0 var(--outer-margin-4) 0;
  }
}

#overlay h1 {
  font-size: calc(3em + (124 - 48) * ((100vw - 300px) / (1800 - 300)));
}

.overlay-bg {
  display: none;
  position: fixed;
  cursor: pointer;
  pointer-events: none;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: var(--black);
  opacity: 0;
}

#search {
  position: fixed;
  z-index: 99;
  background: var(--grey);
  color: var(--black);
  width: 100%;
  transform: translateY(-100%);
  height: calc(var(--outer-margin) * 2 + 48px);
  /*padding: var(--outer-margin);*/
}

#search .row>div {
  padding-right: calc((var(--btn-width) * 2) + var(--outer-margin-2) + var(--outer-margin-4) + 2px);
}

/*
#search  {
display: flex;
align-items: center;
align-self: center;
}
*/
#searchform {
  display: flex;
}

#search input, #search textarea {
  font-size: 1em;
  outline: none;
  padding: 3px 0px 0px 0px;
  border: none;
  border-bottom: 1px solid var(--white);
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  color: var(--black);
  background: var(--grey);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  resize: none;
}

.search {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--btn-width);
  background: var(--white);
  color: var(--black);
  border: 1px solid transparent;
  min-width: calc(15% - var(--gutter-width) - var(--outer-margin));
  height: calc(var(--btn-width));
  padding: 0 calc(var(--btn-width)/2);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0px 0px var(--black-1);
}

.search__text {
  margin: calc(var(--btn-width)/2);
  display: block;
  overflow: hidden;
  justify-content: center;
  height: 0.9em;
  /*text-transform: uppercase;*/
}

.search__text span {
  text-transform: uppercase;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.search__text span::after {
  content: attr(data-hover);
  display: block;
  position: relative;
  text-decoration: none;
}

.search:hover .search__text span {
  transform: translateY(-50%);
}

.current-menu-item {
  pointer-events: none;
  cursor: default;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu__services {
  padding-bottom: calc(4 * var(--outer-margin));
}

@media screen and (max-width:960px) {
  .menu__services {
    padding-bottom: calc(12 * var(--outer-margin));
  }

  .main-navigation a {
    font-size: 1.4em;
  }
}

.fade .word {
  position: relative;
  display: flex-inline;
}

.fade .word::after {
  content: "";
  position: absolute;
  top: 0.04em;
  bottom: 0.07em;
  right: -0.05em;
  left: -0.05em;
  z-index: 1;
  background-color: var(--black);
  border-radius: 2px;
  transform-origin: center top;
  transform: scale3d(1, 1, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade.is-inview .word::after {
  transform: scale3d(1, 0, 1);
}

.fade.is-inview .word:nth-of-type(2n+1)::after {
  transition-delay: 0s !important;
}

.fade.is-inview .word:nth-of-type(3n+1)::after {
  transition-delay: 0.05s !important;
}

.fade.is-inview .word:nth-of-type(4n+1)::after {
  transition-delay: 0.1s !important;
}

.fade.is-inview .word:nth-of-type(5n+1)::after {
  transition-delay: 0.15s !important;
}

.fade.is-inview .word:nth-of-type(6n+1)::after {
  transition-delay: 0.2s !important;
}

.fadeY {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(40px);
  opacity: 0;
}

.fadeY.is-inview {
  transition-delay: 0.1s !important;
  transform: translateY(0);
  opacity: 1;
}

.slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 0.68em;
  width: 1em;
  margin: 0.0em 0.02em 0em 0.06em;
}

/*
h1 span:hover .slider {
transform: scale(1.14);
width: 1em;
}*/
.slider__images {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider__image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--grey);
  display: flex;
}

.slider__image:not(:first-child) {
  visibility: hidden;
  opacity: 0;
}

.slider__image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.slider__image img.svg {
  transform: scale(0.6) !important;
}

@media screen and (max-width:1200px) {
  .slider__image img.svg {
    transform: scale(0.7) !important;
  }
}

.acf-fields>.acf-field {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--outer-margin-2);
  padding-left: var(--outer-margin-2);
  padding-bottom: var(--gutter-width);
}

[data-theme="grey"] {
  background: var(--grey) !important;
}

[data-theme="grey"] .sub,
[data-theme="grey"] .subtitle {
  color: var(--white) !important;
}

[data-theme="grey"] .contact {
  background: var(--white) !important;
}

[data-theme="grey"] .--grey {
  color: var(--white) !important;
}

[data-theme="grey"] .--bg-white .--grey {
  color: var(--grey) !important;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.footer__nav {}

.footer__nav:hover li {
  opacity: 0.4;
}

.footer__nav li:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  height: 48vh;
  justify-content: space-between;
}

@media only screen and (max-width:1200px) {
  .header {
    min-height: 420px;
    height: 40vh;
  }
}

@media only screen and (max-width:960px) {
  .header {
    min-height: 340px;
    height: 32vh;
  }
}

@media only screen and (max-width:480px) {
  .header {
    min-height: 300px;
    height: 24vh;
  }
}

.header__intro {
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  height: 100%;
}

/*
 @media screen and (max-width:960px) {
    .header__intro {
      display: none;
      align-self: flex-end;
      align-items: flex-end;
      height: 100%;
    }
 }
*/
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
  padding-bottom: calc(4 * var(--outer-margin));
}

.accordion__header,
.accordion__body {}

.accordion__header {
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: var(--outer-margin-2) var(--outer-margin-2) 0 var(--outer-margin-2);
  max-width: var(--max-width);
}

.accordion__header h2 {
  margin-block-end: -0.18em !important;
}

@media screen and (max-width:960px) {
  .accordion__header h2, .accordion__contents h2.accordion__claim {
    font-size: calc(1.5em + (96 - 48) * ((100vw - 300px) / (1800 - 300)));
  }
}

@media screen and (max-width:480px) {
  .accordion__header h2, .accordion__contents h2.accordion__claim {
    font-size: calc(1.4em + (96 - 48) * ((100vw - 300px) / (1800 - 300)));
  }

  .accordion__body {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .active .accordion__body {
    transform: translateY(-1em);
  }
}

.accordion__item {
  border-bottom: 1px solid var(--black-2);
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.accordion__icon-c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-block-end: 0px !important;
  margin-block-start: 0em !important;
}

.accordion__icon-c h2 {
  margin-block-end: 0px !important;
  margin-block-end: 0px !important;
  margin-block-start: 0em !important;
}

.accordion__title {
  overflow-y: hidden;
  display: flex;
  align-items: center;
  height: auto;
}


.accordion__title h2 {
  float: left;
  display: inline-block;
  margin-block-start: 0.12em !important;
  margin-block-end: 0em !important;
}

.accordion__icon {
  padding: 0.05em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0em;
  height: .6em;
  width: .6em;
}

.accordion__icon svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 80%;
}

@media screen and (max-width:960px) {
  .accordion__icon {
    margin-top: 0em;
    height: .8em;
    width: .8em;
  }

  .accordion__icon svg {
    margin-top: 0px;
    transform: translate(0, 0%) scale(1);
  }
}

@media screen and (max-width:480px) {
  .accordion__icon {
    margin-top: 0.1em;
    height: 1.2em;
    width: 1.2em;
  }

  .accordion__icon svg {
    margin-top: 0px;
    transform: translate(0, 0%) scale(1);
  }
}

.accordion__icon svg path {
  fill: #ffffff !important;
}

.accordion__header-hover {
  position: absolute;
  background: var(--black-1);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(101%);
  transform-origin: top;
  overflow: hidden;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.accordion__header:hover .accordion__header-hover {
  transform: translateY(0);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.active .accordion__header:hover .accordion__header-hover {
  transform: translateY(0) scaleY(0);
}

.active .accordion__header .accordion__header-hover {
  transform: translateY(0) scaleY(0);
}

.active .accordion__header .btn {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background: black;
}

.active .accordion__header .btn div {
  filter: invert(100%);
}

.accordion__claim {
  transition-delay: 0.4s !important;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(40%);
}

.active .accordion__claim {
  transition-delay: 0s !important;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  transform: translateY(calc(var(--half-gutter-width) * -1));
}

.accordion__body {
  height: 0;
}

.accordion__contents {}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion .accordion__item:first-child {
  border-top: 1px solid var(--black);
}

.accordion__item.active .accordion-header {
  background: #2D3D99;
}

/*--------------------------------------------------------------
# Accordion S
--------------------------------------------------------------*/
.accordion-s {
  padding: var(--outer-margin-2) 0;
}

.accordion-s__item {
  border: 1px solid var(--black-2);
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: var(--br-md);
  transition: border 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: var(--outer-margin-2);
}

.accordion-s__item:hover, .accordion-s__item.active:hover {
  border: 1px solid var(--black);
}

.accordion-s__item.active {
  border: 1px solid var(--black-2);
}

.accordion-s__num {
  font-size: 0.7em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: white;
  background: black;
  margin-right: var(--outer-margin-2);
  width: calc(var(--btn-width) / 2);
  height: calc(var(--btn-width) / 2);
  border-radius: calc(var(--btn-width) / 2);
}

.accordion-s__num>span {
  text-align: center;
  padding: 2px 0 0 1px;
  font-family: "Relevant-Normal";
}

.accordion-s__header,
.accordion-s__body {}

.accordion-s__header {
  display: flex;
  justify-content: space-between;
  padding: var(--outer-margin-2);
  background: transparent;
  color: var(--black);
  cursor: pointer;
  transition: all .3s;
  align-items: center;
}

.accordion-s__header h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.accordion-s__body {
  height: 0px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.accordion-s__content {
  padding: var(--outer-margin-2);
  position: relative;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.list {
  padding: var(--outer-margin) 0;
}

.list__item {
  padding-bottom: 0;
}

.list__item>* {
  border-top: 1px solid var(--black-2);
  padding: var(--outer-margin-2) 0;
}

.list__item:last-child>* {
  padding: var(--outer-margin-2) 0;
  border-bottom: 1px solid var(--black-2);
}

.list__icon {
  position: relative;
  display: inline-flex;
  width: calc(var(--btn-width)/2);
  justify-content: center;
  align-items: center;
}

.list__icon::after {
  display: flex;
  position: absolute;
  content: "";
  width: var(--btn-width);
  height: var(--btn-width);
  background-position: center center;
  background-image: url("/wp-content/themes/egg/assets/img/arrow.svg");
}

.link.list__icon::after {
  transform: rotate(-45deg);
}

.dl.list__icon::after {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Search result
--------------------------------------------------------------*/
.result {
  padding-top: var(--outer-margin);
  padding-bottom: calc(2 * var(--outer-margin));
}

.result::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: var(--black);
  margin: 0 auto var(--outer-margin-2) auto;
}

.result__item {}

.result__item::after {
  content: "";
  display: flex;
  position: relative;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto var(--outer-margin-2) auto;
}

.result__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/
.jobs {
  padding: var(--outer-margin-2) 0 var(--outer-margin) 0;
}

.jobs-intro::before {
  content: "";
  display: block;
  position: relative;
  width: calc(100% - var(--outer-margin) * 2);
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 3px;
  background: var(--black);
  margin: 0 auto var(--outer-margin-2) auto;
}

.jobs::before {
  display: none;
}

.jobs__entry::before {
  content: "";
  display: flex;
  position: absolute;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 100%;
  background-color: var(--black-2);
  margin: 0 auto var(--outer-margin-2) auto;
  z-index: 1;
  transition: background-color 2s cubic-bezier(0.16, 1, 0.3, 1), height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.jobs__entry.is-inview::before {
  height: 1px;
}

[data-theme="grey"] .jobs__entry::before, [data-theme="grey"] .jobs__entry:last-child::after {
  background: var(--black) !important;
}

[data-theme="grey"] .jobs__entry.is-inview::before, [data-theme="grey"] .jobs__entry.is-inview:last-child::after {
  background: var(--black-2) !important;
}

.jobs__entry {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 var(--half-outer-margin);
}

.jobs__entry:last-child::after {
  content: "";
  display: flex;
  position: relative;
  width: 100%;
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto 0 auto;
}

.jobs__entry a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: var(--outer-margin-4) auto;
}

.jobs__entry h3 {
  padding-right: var(--outer-margin-4);
  width: calc(100% - var(--btn-width));
}

.jobs__entry h3 {
  align-self: flex-start;
  margin-block-start: 0.2em;
}

.jobs__percent::before {
  content: "";
  display: inline-block;
}

[data="Stellen"] .jobs__percent {
  display: inline;
}

.jobs__entry-none p {
  padding-top: var(--outer-margin-2);
}

.jobs__entry-none {
  display: flex;
  flex-direction: column;
}

.jobs__entry-none::before {
  content: "";
  display: flex;
  position: relative;
  width: 100%;
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background-color: var(--black-2);
  margin: 0 auto 0 auto;
  z-index: 1;
  transition: background-color 2s cubic-bezier(0.16, 1, 0.3, 1), height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  position: relative;
}

.services__list {
  display: inline;
  position: relative;
  margin-block-start: -1em;
  margin-block-end: -1em;
}

.services__list a {
  color: black !important;
}

.services__list a .services__item {
  color: black !important;
}

.services__list .services__title:hover {
  color: unset !important;
}

.services__list a span:hover {
  color: unset !important;
}

.services__list .services__title {
  color: black !important;
}

.services__list .services__title:hover {
  color: unset !important;
}

.services__list:hover a {
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.4;
}

.services__list:hover a span {
  color: '' !important;
}

.services__list a {
  display: inline;
}

.services__list a:hover {
  opacity: 1;
}

.services__list:hover .services__item {
  opacity: 0.4;
}

.services__item {
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.services__item:hover {
  opacity: 1 !important;
}

.services__icon {
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  padding: 0.05em;
  border-radius: 100%;
  margin-top: -0.15em;
  display: inline-flex;
  vertical-align: middle;
  height: .6em;
  width: .6em;
  opacity: 1;
  display: none;
}

.services__item:hover .services__icon {
  opacity: 1;
}

.services__icon svg {
  transform: scale(1);
}

.services__icon svg path {
  fill: #ffffff !important;
}

#follow__items {
  width: calc(2 * var(--outer-margin));
  height: calc(2 * var(--outer-margin));
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 9999;
  pointer-events: none;
}

.follow__item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.follow__icon {
  position: absolute;
  width: 80%;
  height: 80%;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cards {
  padding: var(--outer-margin-2) 0;
  position: relative;
  display: flex;
}

.cards__bg {
  z-index: 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cards__bg div {
  overflow: visible !important;
}

.cards__bg img {
  transform: scale(1.25);
}

.cards__items {
  width: 100%;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  margin-top: var(--outer-margin);
  left: 0;
  right: 0;
}

@media screen and (max-width:960px) {
  .cards__bg {
    display: none;
  }

  .cards__items {
    position: relative;
  }

  .card {
    margin-bottom: 0;
  }
}

.card {
  position: relative;
  color: var(--white);
  background: var(--black);
  border-radius: var(--br-lg);
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0s;
  margin-bottom: var(--outer-margin-2);
}

.card.--white {
  position: relative;
  color: var(--back);
  background: var(--white);
  border-radius: var(--br-lg);
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0s;
  border: 1px solid var(--black-2);
}

.card.--white .btn {
  border: 1px solid var(--black-2);
}

.card:hover .card__image img {
  transform: scale(1.2);
}

.card:hover .btn {
  transform: scale(0.95);
}

.card__image {
  width: 100%;
  display: block;
  overflow: hidden;
}

.card__image img {
  border-radius: var(--br-lg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.7;
  transform: scale(1.1);
  width: 100%;
  object-fit: cover;
  z-index: 0;
  width: inherit;
}

.card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  padding: var(--inner-margin);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.card__link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.btn-text {
  padding-left: var(--outer-margin-4);
  display: block;
  overflow: hidden;
  justify-content: center;
  height: 1em;
  text-transform: uppercase;
}

.btn-text span {
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-text span::after {
  content: attr(data-hover);
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
}

a:hover .btn-text span {
  transform: translateY(-50%);
}

.btn-c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: flex;
  cursor: pointer;
  border-radius: 100%;
  background: var(--white);
  border: 1px solid transparent;
  width: var(--btn-width);
  height: var(--btn-width);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn.--small, .btn.--small>div {
  width: calc(var(--btn-width) / 2);
  height: calc(var(--btn-width) / 2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.--small>div::after {
  transform: scale(1.5);
  width: var(--btn-width);
  height: calc(var(--btn-width) / 2);
}

.btn.--medium, .btn.--medium>div {
  width: calc(var(--btn-width) / 1.5);
  height: calc(var(--btn-width) / 1.5);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.--medium>div::after {
  transform: scale(1.5);
  width: var(--btn-width);
  height: calc(var(--btn-width) / 1.5);
}

a:hover .btn, .btn:hover {}

.btn-prev {
  margin-left: 0px;
}

.btn-next {
  margin-left: 4px;
}

.btn.--dark {
  background: var(--black);
}

.btn.--dark .btn__arrow::after {
  filter: invert(100%);
}

.btn.--outline {
  border: 1px solid var(--black-2);
  background: transparent;
}

a:hover .btn.--outline, .btn:hover.--outline {
  border: 1px solid var(--black);
}

.btn__arrow {
  display: block;
  width: var(--btn-width);
  height: var(--btn-width);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

a:hover .btn__arrow {
  transform: translate(100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn__arrow::after {
  content: "";
  display: block;
  width: calc(var(--btn-width)*2);
  height: var(--btn-width);
  float: right;
  background-image: url("/wp-content/themes/egg/assets/img/arrow.svg");
}

.btn__plus {
  display: block;
  width: var(--btn-width);
  height: var(--btn-width);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

a:hover .btn__plus {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn__plus::after {
  content: "";
  display: block;
  width: calc(var(--btn-width)*2);
  height: var(--btn-width);
  float: right;
  background-image: url("/wp-content/themes/egg/assets/img/plus.svg");
}

.active .btn__plus {
  transform: translateY(0) rotate(135deg);
}

.btn__arrow.--up {
  transform: rotateZ(-45deg) translateZ(0);
}

a:hover .btn__arrow.--up {
  transform: translate(71%, -71%) rotateZ(-45deg) translateZ(0) !important;
}

.btn__arrow.--left {
  transform: scaleX(-1) translateZ(0);
}

a:hover .btn__arrow.--left {
  transform: translate(-100%) scaleX(-1) translateZ(0);
}

.btn__arrow.--down {
  transform: rotateZ(90deg) translateZ(0);
}

a:hover .btn__arrow.--down {
  transform: translateY(100%) rotateZ(90deg) translateZ(0) !important;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
  padding: var(--outer-margin-2) 0;
}

.cta__item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--btn-width);
  background: var(--black);
  color: var(--white);
  border: 1px solid transparent;
  min-width: calc(15% - var(--gutter-width) - var(--outer-margin));
  height: calc(var(--btn-width) + var(--outer-margin-2));
  padding: 0 calc(var(--btn-width)/2);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0px 0px var(--black-1);
}

@media screen and (max-width:960px) {
  .cta__item {
    min-width: calc(5% - var(--gutter-width) - var(--outer-margin));
    height: calc(var(--btn-width) + 6px);
  }
}

.cta__text {
  margin: calc(var(--btn-width)/2);
  display: block;
  overflow: hidden;
  justify-content: center;
  height: 0.9em;
}

.cta__text span {
  text-transform: uppercase;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta__text span::after {
  content: attr(data-hover);
  display: block;
  position: relative;
  text-decoration: none;
}

.cta__item:hover .cta__text span {
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team__list {}

.team__list .row {}

.team__person {}

.team__person {
  display: block;
  opacity: 1;
}

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

.team__portrait {
  position: relative;
  margin-bottom: var(--outer-margin-4);
  overflow: hidden;
}

.team__portrait .portrait__image {
  background: black;
}

.team__portrait .portrait__image img {
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}

.collapse-btn.team__portrait .portrait__image img {
  transform: scale(1.01);
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}

.collapse-btn.team__portrait:hover .portrait__image img {
  transform: scale(1.04);
}

.team__portrait.collapse-btn {
  cursor: pointer;
}

.team__portrait .btn {
  position: absolute;
  z-index: 1;
  bottom: var(--outer-margin-4);
  right: var(--outer-margin-4);
  transform: translateY(calc(100% + var(--outer-margin-2)));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.team__portrait:hover .btn {
  position: absolute;
  z-index: 1;
  transform: translateY(0);
}

.team__name {
  position: relative;
  height: 1.2em;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.team__name.full {
  height: auto;
}

.team__name.active {
  height: 5.7em;
}

.team__filter {
  display: block;
  position: relative;
  margin-top: -40px;
  padding-top: 40px;
}

.team__filter input {
  display: none;
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
.cc-window {
  z-index: 99;
  background: var(--black) !important;
  opacity: 1 !important;
  transition-delay: .55s !important;
  transition: all .6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid var(--white-1);
  font-size: inherit !important;
  line-height: inherit !important;
  width: 25%;
  border-radius: var(--br-md) !important;
}

@media screen and (max-width:960px) {
  .cc-window {
    width: calc(100% - var(--outer-margin)*2);
    left: var(--outer-margin) !important;
    right: var(--outer-margin) !important;
    bottom: var(--outer-margin) !important;
  }
}

.cc-message {
  padding-bottom: var(--outer-margin);
}

.cc-window.cc-invisible {
  opacity: 1 !important;
  transition-delay: 0s !important;
  transform: translateY(120%);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1);
}

.cc-bottom {
  bottom: var(--outer-margin-2);
}

.cc-right {
  right: calc(50vw - var(--max-width) / 2 + var(--outer-margin-2));
}

@media screen and (max-width:1680px) {
  .cc-right {
    right: var(--outer-margin-2);
  }
}

.cc-btn {
  display: block;
  padding: 1em 1.4em 0.8em 1.4em;
  font-size: .9em;
  font-weight: normal;
  /* border-width: 2px; */
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  border-radius: 80px !important;
  text-transform: uppercase;
  min-width: 100px !important;
  ;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  max-width: var(--max-width);
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  width: 100%;
  height: auto !important;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  padding: 0;
  margin-bottom: 0;
}

.projects__item {
  padding: 0 var(--half-outer-margin);
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-buttons {
  padding: 0 var(--outer-margin);
  z-index: 10;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero .row:first-child {
  padding-bottom: calc(8 * var(--outer-margin));
}

@media screen and (max-width:960px) {
  .hero .row:first-child {
    padding-bottom: calc(12 * var(--outer-margin));
  }
}

/*
.hero p span.hover {
  cursor: pointer;
  position: relative;
  display: flex-inline;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero p span.hover:hover {
  color: white;
}

.hero p span.hover:hover {
  color: white !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero p span.hover::after {
  display: flex-inline;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 0.01em;
  left: 0.07em;
  right: -0.03em;
  height: 0.8em;
  z-index: -1;
  background: black;
  border-radius: 8px;
  transform-origin: center bottom;
  transform: scale(1, 0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero p span.hover:hover::after {
  background: black;
  transform-origin: center bottom;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.04, 1);
}
*/
/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  max-width: 100%;
  padding-bottom: var(--outer-margin);
}

.hero-slider .swiper-container {
  max-width: 100% !important;
}

.hero-slider .swiper-wrapper {
  position: relative;
}

.hero-slider .swiper-slide {
  padding: 0;
  overflow: hidden;
}

.hero-slider .swiper-slide .slide-inner {
  background: black;
}

.hero-slider .swiper-slide .slide-inner .image-full {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/*
.hero-slider .swiper-slide {
  padding: 0;
  overflow: hidden;
  transform: translateY(200px) !important;
}

.hero-slider .swiper-slide-active {
  transform: translateY(0);
}*/
.hero-slider .swiper-slide .image-full {
  padding: 0;
}

.hero-slider .slide-inner {
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.hero-slider .swiper-buttons {
  top: auto;
  right: calc(50vw - var(--max-width) / 2);
  bottom: 0;
  padding-bottom: var(--outer-margin);
}

@media screen and (max-width:1680px) {
  .hero-slider .swiper-buttons {
    right: 0;
  }
}

.swiper-wrapper-overlay {
  position: absolute !important;
  z-index: 10;
}

.slide__control {
  position: absolute !important;
  bottom: var(--outer-margin-2);
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  opacity: 1;
}

.slide__control .slide__card {
  padding: var(--outer-margin-2);
  z-index: 1;
  display: flex;
  position: relative;
  background: transparent;
  color: var(--white);
  border-radius: var(--br-lg);
}

.slide__inner {
  position: absolute !important;
  bottom: var(--outer-margin-2);
  width: 100%;
  z-index: 500;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.slide__inner .slide__card {
  padding: var(--outer-margin-2);
  z-index: 500;
  display: flex;
  position: relative;
  background: var(--black);
  color: var(--white);
  border-radius: var(--br-lg);
}

.swiper-slide .slide__inner {
  padding: 0;
  display: flex;
  position: relative;
  z-index: 999;
  background: transparent !important;
  color: var(--white);
  border-radius: var(--br-lg);
  opacity: 1;
}

.hero-slider .swiper-buttons {
  z-index: 999;
  padding: var(--outer-margin-2) var(--outer-margin);
}

/*--------------------------------------------------------------
# Slider Quote
--------------------------------------------------------------*/
.quotes .swiper-container {
  padding: 0 0 var(--outer-margin-2) 0;
}

.quotes .swiper-slide {
  position: relative;
  padding: 100px 0;
  margin-bottom: 5px;
  padding: 0 var(--half-outer-margin);
  opacity: 0;
}

.quotes__text h3 {
  padding-top: 2px;
  min-height: 8em;
  max-height: 8em;
  height: 8em;
}

@media screen and (max-width:960px) {
  .quotes__text h3 {
    min-height: 11em;
    max-height: 11em;
    height: 11em;
  }

  .quotes .swiper-buttons {
    top: auto;
    bottom: calc(var(--outer-margin));
  }
}

.quotes__text {
  opacity: 0;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.progress-bar {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform-origin: left top;
}

.progress-number {
  position: absolute;
  white-space: nowrap;
  width: auto;
  bottom: var(--outer-margin-2);
  right: var(--outer-margin);
  text-align: right;
}

@media screen and (max-width:960px) {
  .progress-number {
    display: none;
    bottom: 0;
  }
}

.progress-number::before {
  content: attr(data-current)" /";
  position: relative;
}

.progress-number::after {
  content: attr(data-all)" ";
  position: relative;
}

/*--------------------------------------------------------------
# Slider Projects
--------------------------------------------------------------*/
.projects {
  width: 100%;
  max-width: 100%;
}

.projects .swiper-container {
  width: 50% !important;
}

.projects .swiper-wrapper {}

.projects .row {
  position: relative;
}

.projects__content {
  padding-top: var(--outer-margin-2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.projects__image {
  overflow: hidden;
  position: relative;
}

.projects__tags {
  display: flex;
  flex-wrap: wrap;
  padding: var(--outer-margin-4) 0 var(--outer-margin-2) 0;
}

.projects__item {
  padding: 0 var(--half-outer-margin);
}

@media screen and (max-width:1200px) {
  .projects .swiper-container {
    width: 100% !important;
  }

  .projects__item {
    padding: 0 var(--outer-margin);
  }
}

.projects__item .btn {
  position: absolute;
  z-index: 1;
  bottom: var(--outer-margin-2);
  right: var(--outer-margin-2);
  transform: translateY(calc(100% + var(--outer-margin-2)));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.projects__item:hover .btn {
  position: absolute;
  z-index: 1;
  transform: translateY(0);
}

.projects__item.active .btn {
  transform: translateY(0) rotate(135deg);
}

.projects__text {
  height: 0;
  transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.projects__text.active {
  height: 10em;
  transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tag {
  display: flex;
  border: 1px solid var(--black-2);
  padding: calc(var(--outer-margin-4) / 2) var(--outer-margin-4);
  border-radius: calc(var(--outer-margin-4) / 2);
  margin-right: calc(var(--outer-margin-4) / 4);
  margin-bottom: calc(var(--outer-margin-4) / 3);
  height: 1em;
}

.about {
  margin-top: -20vh;
}

.about-portrait {
  position: relative;
  display: flex;
  z-index: -1;
  /*margin-top: -20vh;*/
}

.about-portrait__image {
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  height: auto;
  width: 100%;
  opacity: 1;
  transform: translateY(100%);
}

.about-portrait__image:first-child {
  opacity: 1;
  transform: translateY(0);
}

.about-text-1 {
  margin-left: -1.5em;
}

.about-text-2 {
  margin-left: 2.5em;
}

.about-text-3 {}

@media only screen and (max-width:480px) {
  .about-text {}
}

@media screen and (max-width:960px) {
  .about-text {
    font-size: calc(4em + (248 - 124) * ((100vw - 300px) / (1800 - 300)));
    line-height: 0.8 !important;
    margin-inline-start: 0em;
  }

  .about-text-1 {
    text-align: left;
    margin-left: 0em;
  }

  .about-text-2 {
    text-align: right;
    margin-left: 0em;
  }
}

/*--------------------------------------------------------------
# google Recaptcha
--------------------------------------------------------------*/

.grecaptcha-badge {
  visibility: hidden;
}


/*--------------------------------------------------------------
# Milestones
--------------------------------------------------------------*/
.milestones {
  background: var(--grey);
  padding-bottom: var(--outer-margin-2);
  position: relative;
}

.milestones__title, .milestones__cta {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

.milestones__title, .milestones__cta a {
  display: inline-flex;
}

.milestones__content {
  margin-top: -10%;
  display: flex;
  height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.milestones__gradient {
  position: absolute;
  left: 0;
  height: 104%;
  width: 100%;
  top: -2%;
  z-index: 1;
  background: rgb(204, 204, 204);
  background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 30%, rgba(204, 204, 204, 0) 70%, rgba(204, 204, 204, 1) 100%);
}

.milestone__item {
  padding: 0 var(--outer-margin-2) 0 var(--outer-margin-2) !important;
}

@media screen and (max-width:960px) {
  .milestone__item {
    padding: 0 var(--outer-margin-4) 0 var(--outer-margin-4) !important;
  }

  .milestones__gradient {
    background: linear-gradient(180deg, rgba(204, 204, 204, 1) 5%, rgba(204, 204, 204, 0.2) 30%, rgba(204, 204, 204, 0.2) 70%, rgba(204, 204, 204, 1) 95%);
  }

  .milestones {
    height: 80vh;
  }

  .milestones__title {
    position: absolute;
  }

  .milestones .milestones__cta {
    position: absolute;
    bottom: var(--outer-margin-4);
  }

  .milestones__content {
    margin-top: 0;
    justify-content: flex-start;
  }
}

.milestone__item::before {
  content: "";
  display: flex;
  position: relative;
  width: calc(100% - var(--outer-margin));
  max-width: calc(var(--max-width) - var(--outer-margin) * 2);
  height: 1px;
  background: var(--black-1);
  margin: 0 auto var(--outer-margin-2) auto;
}

.milestone__year {
  display: block;
  position: relative;
  margin-top: -40px !important;
  padding-top: 40px !important;
  margin-bottom: 40px;
}

.embed-container {
  position: relative;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.embed-container:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
}
