@charset "UTF-8";
/***

E5 HOLDING CSS

**/
/* ==========================================================================
   ESTILOS BASE / FONTS, HEADER, FOOTER, COMMON
   ========================================================================== */
@font-face {
  font-family: "e5-aku-light";
  src: url("../fonts/e5-aku/e5-aku-light.woff2") format("woff2");
  /*src: url('../fonts/e5-aku/e5-aku-light.woff') format('woff'),
    		 url('../fonts/e5-aku/e5-aku-light.eot'),
    		 url('../fonts/e5-aku/e5-aku-light.otf') format('opentype'),
    		 url('../fonts/e5-aku/e5-aku-light.svg') format('svg');
  */
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e5-aku-bold";
  src: url("../fonts/e5-aku/e5-aku-bold.woff2") format("woff2");
  /*src: url('../fonts/e5-aku/e5-aku-bold.woff') format('woff'),
    		 url('../fonts/e5-aku/e5-aku-bold.eot'),
    		 url('../fonts/e5-aku/e5-aku-bold.otf') format('opentype'),
    		 url('../fonts/e5-aku/e5-aku-bold.svg') format('svg');
  */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e5-aku-regular";
  src: url("../fonts/e5-aku/e5-aku-regular.woff2") format("woff2");
  /*src: url('../fonts/e5-aku/e5-aku-regular.woff') format('woff'),
    		 url('../fonts/e5-aku/e5-aku-regular.eot'),
    		 url('../fonts/e5-aku/e5-aku-regular.otf') format('opentype'),
    		 url('../fonts/e5-aku/e5-aku-regular.svg') format('svg');
  */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e5-hkk-bold";
  src: url("../fonts/e5-hkk/e5-hkk-bold.woff2") format("woff2");
  /*src: url('../fonts/e5-hkk/e5-hkk-bold.woff') format('woff'),
    		 url('../fonts/e5-hkk/e5-hkk-bold.eot') format('eot');
  */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* cubic-bezier(0.82, 0.02, 0.09, 0.99); */
/*----------------------------- BREAKPOINTS ----------------------------*/
.common-half-margins {
  width: calc(100% - 50px) !important;
  margin: calc(50px / 2) !important;
}
@media only screen and (max-width: 960px) {
  .common-half-margins {
    width: calc(100% - 30px) !important;
    margin: calc(30px / 2) !important;
  }
}
@media only screen and (max-width: 578px) {
  .common-half-margins {
    width: calc(100% - 10px * 2) !important;
    margin: calc(10px) !important;
  }
}

.common-margins, #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper, #menu-dropdown .header-logo-wrapper, #header-menu-toggle {
  margin: 50px 50px 50px 50px;
}
@media only screen and (max-width: 960px) {
  .common-margins, #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper, #menu-dropdown .header-logo-wrapper, #header-menu-toggle {
    margin: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 578px) {
  .common-margins, #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper, #menu-dropdown .header-logo-wrapper, #header-menu-toggle {
    margin: 10px 10px 10px 10px;
  }
}

.common-paddings, #header-wrapper {
  padding: 50px 50px 50px 50px;
}
@media only screen and (max-width: 960px) {
  .common-paddings, #header-wrapper {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 578px) {
  .common-paddings, #header-wrapper {
    padding: 10px 10px 10px 10px;
  }
}

.common-full-width, #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper, #header-wrapper {
  width: calc(100% - 50px *2);
}
@media only screen and (max-width: 960px) {
  .common-full-width, #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper, #header-wrapper {
    width: calc(100% - 30px *2);
  }
}
@media only screen and (max-width: 578px) {
  .common-full-width, #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper, #header-wrapper {
    width: calc(100% - 10px *2);
  }
}

.line-wrapper {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.line-wrapper .line {
  margin: 0px;
  padding: 0px;
}

.bgCopper {
  background-color: #cb956d;
}

.bgCream {
  background-color: #f2eadd;
}

.bgPurple {
  background-color: #2f2638;
}

.colorCopper {
  color: #cb956d;
}

.colorCream {
  color: #f2eadd;
}

.colorPurple {
  color: #2f2638;
}

/*----------------------------- ANIMACIONES ----------------------------*/
img.lazyReveal {
  transition: 0.6s ease-out;
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

.animate-letters,
.animate-words,
.animate-lines,
.animate-opacity,
.animate-up,
.animate-down,
.animate-right,
.animate-left,
.animate-zoomout,
.animate-zoomin {
  opacity: 0;
  will-change: transform, opacity;
}

.animate-up {
  transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
  transition-property: transform, opacity;
  transform: translate3d(0, 80px, 0);
}

.animate-down {
  transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
  transition-property: transform, opacity;
  transform: translate3d(0, -80px, 0);
}

.animate-right {
  transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
  transform: translate3d(-150px, 0, 0);
  transition-property: transform, opacity;
}

.animate-left {
  transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
  transform: translate3d(150px, 0, 0);
  transition-property: transform, opacity;
}

.animate-zoomout {
  transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
  transform: scale(1.1);
  transition-property: transform, opacity;
}

.animate-zoomin {
  transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
  transform: scale(0.9);
  transition-property: transform, opacity;
}

.animated {
  transform: translate3d(0, 0, 0) scale(1) !important;
  opacity: 1 !important;
}

.animate-opacity-visible {
  opacity: 1;
}

.delay {
  transition-delay: 0.3s;
}

.doubleDelay {
  transition-delay: 0.6s;
}

.tripleDelay {
  transition-delay: 0.9s;
}

.quadrupleDelay {
  transition-delay: 1.2s;
}

.quintupleDelay {
  transition-delay: 1.5s;
}

.slow {
  transition: 2s cubic-bezier(0.73, 0.01, 0.16, 0.99);
}

.super-slow {
  transition: transform 5s cubic-bezier(0, 0, 0, 1);
}

/*
.animate-rotate {
	animation:  rotating 20s linear infinite;
	animation-fill-mode: both;
}

.animate-rotate.reverse {
	animation-direction: reverse;
}


@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*/
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  MAIN
  ========================================================================== */
html {
  font-family: "e5-aku-light";
  color: black;
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: black;
}

a {
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
}

a:hover {
  color: #cb956d;
}

a.link-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

p a, p a:hover, p a:active, p a:visited {
  text-decoration: underline !important;
}

h1, h2, h3, .tipoTitular {
  font-family: "e5-hkk-bold";
  line-height: 1.2em;
  margin: 0;
}

h1, .tipoTitular {
  font-size: 5em;
}
@media only screen and (max-width: 1200px) {
  h1, .tipoTitular {
    font-size: 4.5em;
  }
}
@media only screen and (max-width: 960px) {
  h1, .tipoTitular {
    font-size: 3em;
  }
}
@media only screen and (max-width: 578px) {
  h1, .tipoTitular {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 390px) {
  h1, .tipoTitular {
    font-size: 2em;
  }
}

h2 {
  font-size: 3.5em;
}
@media only screen and (max-width: 960px) {
  h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 578px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 2em;
}
@media only screen and (max-width: 960px) {
  h3 {
    font-size: 1.2em;
  }
}

.smallerHeader {
  font-size: 0.7em;
}

b, .tipoBold, #header-wrapper #header-nav .sub-nav .header-subnav-item, #header-wrapper #header-nav .header-nav-item, a.boldLink {
  font-family: "e5-aku-bold";
}

.uppercase-separado, #header-wrapper #header-nav .sub-nav .header-subnav-item, #header-wrapper #header-nav .header-nav-item, a.boldLink {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.text-highlight {
  font-family: "e5-aku-regular";
  font-size: 1.3em;
  font-style: italic;
  margin-right: 3px;
}

p {
  line-height: 1.75em;
  margin: 0px;
}

.p-big {
  font-size: 2em;
}

.outlined, .next-section h1, #carpe-diem-swiss-text h1, .masked-title h1, .big-outlined-over h1 {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  font-weight: 400 !important;
}

.outlined.white, .next-section h1.white, #carpe-diem-swiss-text h1.white, .masked-title h1.white, .big-outlined-over h1.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
}

.no-outlined, .next-section h1:before {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: none;
}

.medium-text {
  font-family: "e5-aku-light";
  font-size: 2.3em;
  line-height: 1.7em;
}
@media only screen and (max-width: 960px) {
  .medium-text {
    font-size: 1.7em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 960px) {
  .medium-text {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}

.big-text {
  font-family: "e5-aku-light";
  font-size: 3em;
  line-height: 1.7em;
}
@media only screen and (max-width: 1200px) {
  .big-text {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 960px) {
  .big-text {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 578px) {
  .big-text {
    font-size: 2em;
  }
}
@media only screen and (max-width: 390px) {
  .big-text {
    font-size: 1.7em;
  }
}
.big-text span, .big-text b, .big-text u {
  display: inline-block;
  white-space: pre-wrap;
}

.text-hover-underline {
  border-bottom: 2px solid black;
}

.txt-two-columns {
  column-count: 2;
  column-gap: 60px;
}
@media only screen and (max-width: 578px) {
  .txt-two-columns {
    column-count: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.txt-three-columns {
  column-count: 3;
  column-gap: 60px;
}
@media only screen and (max-width: 1200px) {
  .txt-three-columns {
    column-count: 2;
  }
}
@media only screen and (max-width: 750px) {
  .txt-three-columns {
    column-count: 1;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.txt-two-columns p, .txt-three-columns p {
  margin-top: 15px;
}
.txt-two-columns p:first-child, .txt-three-columns p:first-child {
  margin-top: 0px;
}

@media only screen and (max-width: 960px) {
  .txt-two-columns.single-column-tablet {
    column-count: 1 !important;
  }
}

#transitionDiv {
  background-color: #2f2638;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#transitionDiv #transition-welcome {
  display: flex;
  align-items: center;
  opacity: 0;
}
#transitionDiv #transition-welcome #transition-welcome-logo {
  width: 150px;
  position: relative;
  float: left;
  left: calc(50% - 75px);
  z-index: 1;
}
#transitionDiv #transition-welcome #transition-welcome-logo .e5-logo {
  stroke: #cb956d;
  left: calc(50% - 75px);
}
@media only screen and (max-width: 578px) {
  #transitionDiv #transition-welcome #transition-welcome-logo {
    width: 90px;
    left: calc(50% - 45px);
  }
  #transitionDiv #transition-welcome #transition-welcome-logo .e5-logo {
    left: calc(50% - 45px);
  }
}
#transitionDiv #transition-welcome #transition-welcome-letters {
  position: relative;
  float: left;
  display: flex;
  font-family: "e5-hkk-bold";
  font-size: 3.5em;
  pointer-events: none;
  color: white;
}
@media only screen and (max-width: 578px) {
  #transitionDiv #transition-welcome #transition-welcome-letters {
    font-size: 2em;
  }
}
#transitionDiv #transition-welcome #transition-welcome-letters #letters-fixed {
  margin-left: 15px;
  overflow: hidden;
  height: 1.4em;
}
@media only screen and (max-width: 578px) {
  #transitionDiv #transition-welcome #transition-welcome-letters #letters-fixed {
    margin-left: 5px;
  }
}
#transitionDiv #transition-welcome #transition-welcome-letters #letters-fixed .letters-carousel {
  transform: translate3d(0, 100%, 0);
}
#transitionDiv #transition-welcome #transition-welcome-letters #letters-variable {
  margin-left: 20px;
  overflow: hidden;
  height: 1.4em;
}
@media only screen and (max-width: 578px) {
  #transitionDiv #transition-welcome #transition-welcome-letters #letters-variable {
    margin-left: 10px;
  }
}
#transitionDiv #transition-welcome #transition-welcome-letters #letters-variable .letters-carousel {
  transform: translate3d(0, 33%, 0);
}

.e5-logo svg .logo-line-0 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.e5-logo.black {
  stroke: black;
}

.header-logo-wrapper {
  position: relative;
  width: 100px;
  cursor: pointer;
  height: fit-content;
}
@media only screen and (max-width: 578px) {
  .header-logo-wrapper {
    width: 75px;
  }
}
.header-logo-wrapper .e5-logo-normal .e5-logo {
  stroke: black;
}
.header-logo-wrapper .e5-logo-hover {
  width: 100%;
  position: absolute;
}
.header-logo-wrapper .e5-logo-hover .e5-logo {
  stroke: #cb956d;
}

#header-wrapper {
  position: fixed;
  display: flex;
  z-index: 100;
}
@media only screen and (min-width: 1920px) {
  #header-wrapper {
    max-width: 1920px;
    left: calc(50% - 960px);
  }
}
@media only screen and (max-width: 578px) {
  #header-wrapper {
    padding: calc(10px*2) calc(10px*2) calc(10px*2) calc(10px*2) !important;
  }
}
#header-wrapper #header-nav {
  transition: 0.3s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 120px;
  font-size: 1.1em;
}
@media only screen and (max-width: 1200px) {
  #header-wrapper #header-nav {
    margin-right: 50px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 960px) {
  #header-wrapper #header-nav {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 578px) {
  #header-wrapper #header-nav {
    display: none;
  }
}
#header-wrapper #header-nav .header-nav-item {
  position: relative;
  margin-left: 120px;
  font-size: 1em;
}
@media only screen and (max-width: 1200px) {
  #header-wrapper #header-nav .header-nav-item {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 960px) {
  #header-wrapper #header-nav .header-nav-item {
    margin-left: 25px;
  }
}
#header-wrapper #header-nav .header-nav-item.selected {
  border-bottom: 1px solid black;
}
#header-wrapper #header-nav .open-subnav {
  z-index: 10;
}
#header-wrapper #header-nav .sub-nav {
  position: absolute;
  top: 2px;
  padding-left: 15px;
  padding-top: 69px;
  padding-right: 50px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  z-index: -1;
}
#header-wrapper #header-nav .sub-nav .header-subnav-item {
  position: relative;
  font-size: 1em;
  margin-bottom: 5px;
  margin-left: calc(120px - 15px);
}
@media only screen and (max-width: 1200px) {
  #header-wrapper #header-nav .sub-nav .header-subnav-item {
    margin-left: calc(50px - 15px) !important;
  }
}
@media only screen and (max-width: 960px) {
  #header-wrapper #header-nav .sub-nav .header-subnav-item {
    margin-left: calc(25px - 15px) !important;
  }
}

#header-wrapper.collapsed {
  pointer-events: none;
}
#header-wrapper.collapsed .header-logo-wrapper {
  pointer-events: all;
}
#header-wrapper.collapsed #header-menu-toggle {
  pointer-events: all;
}
#header-wrapper.collapsed #header-nav {
  opacity: 0;
  transition: 0.9s ease-out;
}

/*
#header-wrapper:after {
	content:"";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3),rgba(255,0,0,0));
	z-index: -1;
	transition: .6s ease-out;
	opacity: 0;
}*/
#header-menu-toggle {
  position: fixed;
  margin-top: calc( 50px + 10px);
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 120;
  margin-left: auto;
  right: 0px;
}
@media only screen and (min-width: 1920px) {
  #header-menu-toggle {
    right: calc(50% - 960px);
  }
}
@media only screen and (max-width: 960px) {
  #header-menu-toggle {
    margin-top: calc(30px + 10px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 578px) {
  #header-menu-toggle {
    width: 52px;
    margin-top: calc(10px*2 + 7px);
    margin-right: calc(10px*2);
  }
}
#header-menu-toggle #menu-toggle-wrapper {
  width: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
@media only screen and (max-width: 578px) {
  #header-menu-toggle #menu-toggle-wrapper {
    width: 42px;
  }
}
#header-menu-toggle #menu-toggle-wrapper svg line {
  fill: one;
  stroke-width: 5;
  stroke-miterlimit: 10;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  position: absolute;
}
#header-menu-toggle #menu-toggle-wrapper svg #vLine, #header-menu-toggle #menu-toggle-wrapper svg #hLine {
  stroke: black;
}
#header-menu-toggle #menu-toggle-wrapper svg #hover-vLine, #header-menu-toggle #menu-toggle-wrapper svg #hover-hLine {
  stroke: #cb956d;
}
#header-menu-toggle #menu-toggle-wrapper svg #hover-vLine {
  transform: translateY(100%);
}
#header-menu-toggle #menu-toggle-wrapper svg #hover-hLine {
  transform: translateX(100%);
}

body.header-white {
  /*
  .property-nav {
  	.property-nav-item a{
  		color: white;
  	}
  	.property-nav-item a:hover{
  		color: $color-copper;
  	}
  }
  */
}
body.header-white .header-logo-wrapper .e5-logo-normal .e5-logo {
  stroke: white;
}
body.header-white #header-wrapper #header-nav .header-nav-item a, body.header-white #header-wrapper #header-nav .header-subnav-item a {
  color: white;
}
body.header-white #header-wrapper #header-nav .header-nav-item a:hover, body.header-white #header-wrapper #header-nav .header-subnav-item a:hover {
  color: #cb956d;
}
body.header-white #header-wrapper #header-nav .header-nav-item.selected {
  border-bottom: 1px solid white;
}
body.header-white #header-wrapper #header-nav .header-nav-item.selected:hover {
  border-color: #cb956d;
}
body.header-white #header-menu-toggle #menu-toggle-wrapper svg #vLine, body.header-white #header-menu-toggle #menu-toggle-wrapper svg #hLine {
  stroke: white;
}

#header-menu-toggle:hover #menu-toggle-wrapper #hover-vLine {
  transform: translateY(0%);
}
#header-menu-toggle:hover #menu-toggle-wrapper #hover-hLine {
  transform: translateX(0%);
}

#menu-dropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #2f2638;
  z-index: 110;
  transition: 0.9s cubic-bezier(1, 0, 0, 1);
  transition-delay: 0.3s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: will-change;
  backface-visibility: hidden;
}
@media only screen and (max-width: 578px) {
  #menu-dropdown {
    font-size: 0.9em;
  }
}
#menu-dropdown .header-logo-wrapper {
  z-index: 10;
}
#menu-dropdown .header-logo-wrapper .e5-logo-normal .e5-logo {
  stroke: white;
  width: 100px;
}
@media only screen and (max-height: 820px) {
  #menu-dropdown .header-logo-wrapper .e5-logo-normal .e5-logo {
    width: 75px;
  }
}
@media only screen and (max-width: 750px) {
  #menu-dropdown .header-logo-wrapper .e5-logo-normal .e5-logo {
    width: 75px;
  }
}
@media only screen and (max-width: 578px) {
  #menu-dropdown .header-logo-wrapper .e5-logo-normal .e5-logo {
    margin-top: 20px;
  }
}
#menu-dropdown .header-logo-wrapper .e5-logo-hover .e5-logo {
  stroke: #cb956d;
}
#menu-dropdown #header-menu-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #menu-dropdown #header-menu-container {
    align-items: baseline;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-column-gap: 3%;
  padding-top: 100px;
  max-width: 1280px;
}
@media only screen and (max-width: 960px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper {
    padding-top: 60px;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 750px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
@media only screen and (max-height: 820px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper {
    padding-top: 120px;
    margin-top: 10px;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper nav {
  line-height: 1.2;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item a {
  font-family: "e5-hkk-bold";
  font-size: 5em;
  letter-spacing: 0.1em;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
}
@media only screen and (max-width: 1200px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item a {
    font-size: 4em;
  }
}
@media only screen and (max-width: 960px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item a {
    font-size: 3.5em;
  }
}
@media only screen and (max-height: 720px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item a {
    font-size: 4em;
  }
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item a {
    font-size: 3em;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item:hover a {
  color: #cb956d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #cb956d;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-item.selected a {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1em;
  grid-gap: 30px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1200px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options {
    grid-template-rows: 1fr 80px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15%;
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-group {
  margin-bottom: 60px;
  display: flex;
  flex-flow: column;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-group.margin-short {
    margin-bottom: 10px !important;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-title {
  font-family: "e5-hkk-bold";
  font-size: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: white;
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-title {
    font-size: 1.5em;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .separator {
  width: 100%;
  overflow: hidden;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .separator hr {
  transition: 0.5s cubic-bezier(1, 0, 0, 1);
  border-top-color: white;
  transform: translateX(-100%);
  transition-delay: 0.1s;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-subitem {
  margin-top: 10px;
  font-size: 0.9;
  font-family: "e5-aku-regular";
  color: white;
  font-size: 0.9em;
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-subitem {
    margin-top: 15px;
    font-size: 1.2em;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-subitem:hover {
  color: #cb956d;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside #nav-featured-group {
  margin-bottom: 48px;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: #1a1024;
  overflow: hidden;
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image {
    margin-top: 15px;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image img {
  position: relative;
  width: 100%;
  transition: 1s ease-in-out;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image:before {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #2f2638;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition-delay: 0s;
  z-index: 10;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  padding-bottom: 56.25%;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image:hover img {
  transform: scale(1.1);
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-link {
  margin-top: 10px;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-link a {
  font-family: "e5-aku-bold";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.1em;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-link p {
  margin: 0px;
  font-size: 0.9em;
  color: white;
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-footer .boldLink {
  color: white;
  font-size: 0.8em;
}
@media only screen and (max-width: 578px) {
  #menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-footer .boldLink {
    font-size: 1em;
  }
}
#menu-dropdown #header-menu-container #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-footer .boldLink:hover {
  color: #cb956d;
}

body {
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out;
}

body.loading {
  opacity: 0;
  pointer-events: none;
}

.menu-open #header-menu-toggle #menu-toggle-wrapper {
  transform: rotate(90deg);
}
.menu-open #header-menu-toggle #menu-toggle-wrapper svg #vLine, .menu-open #header-menu-toggle #menu-toggle-wrapper #hLine {
  stroke: white;
}
.menu-open #header-menu-toggle #menu-toggle-wrapper svg #hLine {
  transform: translateX(100%);
}
.menu-open #header-menu-toggle:hover #menu-toggle-wrapper #hover-vLine {
  transform: translateY(0%) !important;
}
.menu-open #header-menu-toggle:hover #menu-toggle-wrapper #hover-hLine {
  transform: translateX(100%) !important;
}
.menu-open #menu-dropdown {
  left: 0;
  transition-delay: 0s;
}
.menu-open #menu-dropdown #header-menu-dropdown-wrapper .menu-nav-options .menu-nav-inside .menu-nav-featured-image:before {
  width: 0% !important;
  transition-delay: 0.6s !important;
}
.menu-open #menu-dropdown .separator hr {
  transform: translateX(0) !important;
  transition-duration: 0.9s !important;
  transition-delay: 1s !important;
}
.menu-open .content-darker {
  opacity: 0.6;
  transition-delay: 0.2s;
}

.content-darker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: 0.6s ease-in-out;
  z-index: 100;
  transition-delay: 0.3s;
  pointer-events: none;
}

.content-wrapper {
  backface-visibility: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: visible;
  }
}

.scroll-down {
  position: absolute;
  font-family: "e5-aku-regular";
  z-index: 2;
  width: 100%;
  bottom: 50px;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .scroll-down {
    bottom: 20px;
  }
}

.img-horizontal,
.img-vertical,
.img-square,
.img-horizontal-plus,
.img-horizontal-extra,
.img-vertical-extra,
.img-free {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  clear: both;
}
.img-horizontal .img-wrapper,
.img-vertical .img-wrapper,
.img-square .img-wrapper,
.img-horizontal-plus .img-wrapper,
.img-horizontal-extra .img-wrapper,
.img-vertical-extra .img-wrapper,
.img-free .img-wrapper {
  position: relative;
}
.img-horizontal .img-wrapper .img-content,
.img-vertical .img-wrapper .img-content,
.img-square .img-wrapper .img-content,
.img-horizontal-plus .img-wrapper .img-content,
.img-horizontal-extra .img-wrapper .img-content,
.img-vertical-extra .img-wrapper .img-content,
.img-free .img-wrapper .img-content {
  position: relative;
  overflow: hidden;
}
.img-horizontal .img-wrapper .img-content img,
.img-vertical .img-wrapper .img-content img,
.img-square .img-wrapper .img-content img,
.img-horizontal-plus .img-wrapper .img-content img,
.img-horizontal-extra .img-wrapper .img-content img,
.img-vertical-extra .img-wrapper .img-content img,
.img-free .img-wrapper .img-content img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.img-horizontal .img-wrapper .img-dark:before,
.img-vertical .img-wrapper .img-dark:before,
.img-square .img-wrapper .img-dark:before,
.img-horizontal-plus .img-wrapper .img-dark:before,
.img-horizontal-extra .img-wrapper .img-dark:before,
.img-vertical-extra .img-wrapper .img-dark:before,
.img-free .img-wrapper .img-dark:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.25;
  z-index: 1;
}
.img-horizontal .img-wrapper .img-content:after,
.img-vertical .img-wrapper .img-content:after,
.img-square .img-wrapper .img-content:after,
.img-horizontal-plus .img-wrapper .img-content:after,
.img-horizontal-extra .img-wrapper .img-content:after,
.img-vertical-extra .img-wrapper .img-content:after,
.img-free .img-wrapper .img-content:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.img-semiDark:before, .img-pocoDark:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1;
}

.img-semiDark:before {
  opacity: 0.15;
}

.img-pocoDark:before {
  opacity: 0.1;
}

.video-fullSize,
.video-16-9 {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  clear: both;
}
.video-fullSize .video-wrapper,
.video-16-9 .video-wrapper {
  position: relative;
}
.video-fullSize .video-wrapper video,
.video-16-9 .video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.video-fullSize .video-dark:before,
.video-16-9 .video-dark:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
.video-fullSize .video-wrapper:after,
.video-16-9 .video-wrapper:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.img-horizontal .img-wrapper .img-content:after {
  padding-bottom: 56.25%;
}

.img-vertical .img-wrapper .img-content:after {
  padding-bottom: 133.3333333333%;
}

.img-square .img-wrapper .img-content:after {
  padding-bottom: 100%;
}

.video-fullSize .video-wrapper {
  height: calc(100vh - 20px*2);
}
.video-fullSize .video-wrapper video {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 578px) {
  .video-fullSize .video-wrapper {
    height: calc(100vh - 10px*2);
  }
}

.video-16-9 .video-wrapper:after {
  padding-bottom: 56.25%;
}

.img-horizontal-plus .img-wrapper .img-content:after {
  padding-bottom: 66.6666666667%;
}

.img-horizontal-extra .img-wrapper .img-content:after {
  padding-bottom: 42.8571428571%;
}

.img-vertical-extra .img-wrapper .img-content:after {
  padding-bottom: 150%;
}

@media only screen and (max-width: 750px) {
  .big-banner-size .img-wrapper .img-content img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 750px) {
  .big-banner-size .img-wrapper .img-content:after {
    padding-bottom: 133.3333333333%;
  }
}

.ratio-21-9:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 42.8571428571%;
}

.small {
  width: 350px;
}
@media only screen and (max-width: 960px) {
  .small {
    width: 250px;
  }
}
@media only screen and (max-width: 578px) {
  .small {
    width: 80%;
  }
}

.ultra-small {
  width: 250px;
}
@media only screen and (max-width: 578px) {
  .ultra-small {
    width: 60%;
  }
}

.img-parallax .img-content img,
.img-parallax-zoom .img-content img {
  position: absolute;
  top: -60%;
}
@media only screen and (max-width: 1845px) {
  .img-parallax .img-content img,
  .img-parallax-zoom .img-content img {
    top: -55%;
  }
}
@media only screen and (max-width: 1200px) {
  .img-parallax .img-content img,
  .img-parallax-zoom .img-content img {
    top: -50%;
  }
}
@media only screen and (max-width: 960px) {
  .img-parallax .img-content img,
  .img-parallax-zoom .img-content img {
    top: -45%;
  }
}
@media only screen and (max-width: 750px) {
  .img-parallax .img-content img,
  .img-parallax-zoom .img-content img {
    top: -40%;
  }
}
@media only screen and (max-width: 578px) {
  .img-parallax .img-content img,
  .img-parallax-zoom .img-content img {
    top: -40%;
  }
}
@media only screen and (max-width: 390px) {
  .img-parallax .img-content img,
  .img-parallax-zoom .img-content img {
    top: -40%;
  }
}

.img-parallax-wrapper .img-content {
  overflow: visible !important;
}
.img-parallax-wrapper .img-content img {
  top: -30% !important;
}

.container-full,
.container-two,
.container-three,
.container-four,
.container-center,
.container-fullSize,
.container-fullHeight {
  position: relative;
  display: grid;
  width: 100%;
  margin: 0;
  grid-gap: 50px;
}
@media only screen and (max-width: 960px) {
  .container-full,
  .container-two,
  .container-three,
  .container-four,
  .container-center,
  .container-fullSize,
  .container-fullHeight {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 578px) {
  .container-full,
  .container-two,
  .container-three,
  .container-four,
  .container-center,
  .container-fullSize,
  .container-fullHeight {
    grid-gap: 30px;
  }
}

.container-full {
  grid-template-columns: 1fr;
}

.container-two {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 578px) {
  .container-two {
    grid-template-columns: 1fr;
  }
}

.container-three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 960px) {
  .container-three {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 578px) {
  .container-three {
    grid-template-columns: 1fr;
  }
}

.container-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 960px) {
  .container-four {
    grid-template-columns: 1fr 1fr;
  }
}

.container-center {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .container-center {
    width: 70%;
  }
}
@media only screen and (max-width: 578px) {
  .container-center {
    width: 90%;
  }
}

.container-center-small {
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .container-center-small {
    width: 60%;
  }
}
@media only screen and (max-width: 578px) {
  .container-center-small {
    width: 90%;
  }
}

.container-fullSize {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 20px*2);
  height: calc(100vh - 20px*2);
  overflow: hidden;
}
@media only screen and (max-width: 578px) {
  .container-fullSize {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 10px*2);
    height: calc(85vh - 10px*2);
  }
}
.container-fullSize .img-content {
  height: 100vh;
}
.container-fullSize .img-content img {
  height: 100vh;
  object-fit: cover;
}

.container-fullHeight {
  height: 100vh;
}
.container-fullHeight img {
  height: 100vh;
  object-fit: cover;
}
@media only screen and (max-width: 578px) {
  .container-fullHeight {
    width: calc(100% - 10px *2);
    margin-left: 10px;
    height: auto;
  }
  .container-fullHeight img {
    height: auto;
    object-fit: none;
  }
}

@media only screen and (max-width: 578px) {
  .order-second {
    order: 2;
  }
}

.not-grid {
  display: block;
}

@media only screen and (max-width: 578px) {
  .empty-div {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .freeSize-tablet {
    height: auto !important;
  }
}

@media only screen and (max-width: 578px) {
  .freeSize-mobile {
    height: auto !important;
  }
}

.sticky-block,
.sticky-duration {
  margin: 0px !important;
  height: fit-content;
}

.sticky-block {
  width: 50vw;
}
.sticky-block img {
  width: 100%;
}
@media only screen and (max-width: 578px) {
  .sticky-block {
    width: 100vw;
    height: auto;
  }
  .sticky-block img {
    width: auto;
  }
}

.sticky-duration {
  width: 100%;
}

.take-two-columns {
  grid-column: span 2;
}

@media only screen and (max-width: 960px) {
  .take-two-columns-mobile {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 578px) {
  .single-column-mobile {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 578px) {
  .two-column-mobile {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media only screen and (max-width: 960px) {
  .single-column-tablet {
    grid-template-columns: 1fr !important;
  }
}

.keep-three {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.keep-three-until-mobile {
  grid-template-columns: 1fr 1fr 1fr !important;
}
@media only screen and (max-width: 578px) {
  .keep-three-until-mobile {
    grid-template-columns: 1fr !important;
  }
}

.add-half-margins {
  width: calc(100% - 50px);
  margin-left: calc(50px / 2);
  margin-right: calc(50px / 2);
}
@media only screen and (max-width: 960px) {
  .add-half-margins {
    width: calc(100% - 30px);
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
  }
}
@media only screen and (max-width: 578px) {
  .add-half-margins {
    width: calc(100% - 10px * 2);
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
  }
}

.add-margins {
  width: calc(100% - 50px * 2);
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (max-width: 960px) {
  .add-margins {
    width: calc(100% - 30px * 2);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 578px) {
  .add-margins {
    width: calc(100% - 10px * 2);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.add-margins-x2 {
  width: calc(100% - 50px * 4);
  margin-left: calc(50px * 2);
  margin-right: calc(50px * 2);
}
@media only screen and (max-width: 960px) {
  .add-margins-x2 {
    width: calc(100% - 30px * 4);
    margin-left: calc(30px * 2);
    margin-right: calc(30px * 2);
  }
}
@media only screen and (max-width: 578px) {
  .add-margins-x2 {
    width: calc(100% - 10px * 4);
    margin-left: calc(10px * 2);
    margin-right: calc(10px * 2);
  }
}

.add-margins-x3 {
  width: calc(100% - 50px * 6);
  margin-left: calc(50px * 3);
  margin-right: calc(50px * 3);
}
@media only screen and (max-width: 960px) {
  .add-margins-x3 {
    width: calc(100% - 30px * 6);
    margin-left: calc(30px * 3);
    margin-right: calc(30px * 3);
  }
}
@media only screen and (max-width: 578px) {
  .add-margins-x3 {
    width: calc(100% - 10px * 6);
    margin-left: calc(10px * 3);
    margin-right: calc(10px * 3);
  }
}

.add-margins-x3-halfs {
  width: calc(100% - 50px * 6 + 50px);
  margin-left: calc(50px * 3 - 50px/2);
  margin-right: calc(50px * 3 - 50px/2);
}
@media only screen and (max-width: 960px) {
  .add-margins-x3-halfs {
    width: calc(100% - 30px * 6 + 30px);
    margin-left: calc(30px * 3 - 30px/2);
    margin-right: calc(30px * 3 - 30px/2);
  }
}
@media only screen and (max-width: 578px) {
  .add-margins-x3-halfs {
    width: calc(100% - 10px * 6 + 10px);
    margin-left: calc(10px * 3 - 10px/2);
    margin-right: calc(10px * 3 - 10px/2);
  }
}

@media only screen and (max-width: 960px) {
  .regular-margins-tablet {
    width: calc(100% - 30px * 2);
    margin-left: calc(30px);
    margin-right: calc(30px);
  }
}
@media only screen and (max-width: 578px) {
  .regular-margins-tablet {
    width: calc(100% - 10px * 2);
    margin-left: calc(10px);
    margin-right: calc(10px);
  }
}

@media only screen and (max-width: 578px) {
  .regular-margins-mobile {
    width: calc(100% - 10px * 2);
    margin-left: calc(10px);
    margin-right: calc(10px);
  }
}

@media only screen and (max-width: 578px) {
  .no-margins-mobile {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.add-spacing {
  margin-bottom: 90px;
}
@media only screen and (max-width: 960px) {
  .add-spacing {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 578px) {
  .add-spacing {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 578px) {
  .add-spacing-mobile {
    margin-bottom: calc(40px * 2);
  }
}

.add-spacing-contactAgent {
  margin-bottom: calc(90px + 100px);
}
@media only screen and (max-width: 960px) {
  .add-spacing-contactAgent {
    margin-bottom: calc(60px + 100px);
  }
}
@media only screen and (max-width: 578px) {
  .add-spacing-contactAgent {
    margin-bottom: calc(40px + 100px);
  }
}

.add-double-spacing {
  margin-bottom: calc(90px * 2);
}
@media only screen and (max-width: 960px) {
  .add-double-spacing {
    margin-bottom: calc(60px * 2);
  }
}
@media only screen and (max-width: 578px) {
  .add-double-spacing {
    margin-bottom: calc(40px * 2);
  }
}

.add-triple-spacing {
  margin-bottom: calc(90px * 3);
}
@media only screen and (max-width: 960px) {
  .add-triple-spacing {
    margin-bottom: calc(60px * 3);
  }
}
@media only screen and (max-width: 578px) {
  .add-triple-spacing {
    margin-bottom: calc(40px * 3);
  }
}

.add-small-spacing {
  margin-bottom: calc(90px / 2);
}
@media only screen and (max-width: 960px) {
  .add-small-spacing {
    margin-bottom: calc(60px / 2);
  }
}
@media only screen and (max-width: 578px) {
  .add-small-spacing {
    margin-bottom: calc(40px / 2);
  }
}

@media only screen and (max-width: 578px) {
  .regular-spacing-mobile {
    margin-bottom: 40px !important;
  }
}

.no-gaps {
  grid-gap: 0px;
}

.big-gaps {
  grid-row-gap: 150px;
}
@media only screen and (max-width: 578px) {
  .big-gaps {
    grid-row-gap: 50px;
  }
}

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

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

.justify-childs-right {
  justify-content: end;
}

.align-childs-center {
  align-items: center;
}

.justify-childs-start {
  align-items: start;
}

.justify-childs-end {
  align-items: end;
}

.justify-left {
  justify-self: start !important;
}

.justify-center {
  justify-self: center !important;
}

.justify-right {
  justify-self: end !important;
}

@media only screen and (max-width: 578px) {
  .justify-default-mobile {
    justify-self: auto !important;
  }
}

.align-start {
  align-self: start !important;
}

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

.align-end {
  align-self: end !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

.margin-align-center {
  margin: 0 auto;
}

.offset-top {
  margin-top: 100px;
}
@media only screen and (max-width: 578px) {
  .offset-top {
    margin-top: 50px;
  }
}

.offset-top-small {
  margin-top: 50px;
}
@media only screen and (max-width: 578px) {
  .offset-top-small {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 578px) {
  .offset-top-small-mobile {
    margin-top: 25px;
  }
}

.offset-top-compensate {
  margin-top: -125px;
}
@media only screen and (max-width: 1845px) {
  .offset-top-compensate {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1200px) {
  .offset-top-compensate {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 960px) {
  .offset-top-compensate {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 750px) {
  .offset-top-compensate {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 578px) {
  .offset-top-compensate {
    margint-top: 0px;
  }
}

.offset-top-small-compensate {
  margin-top: -50px;
}
@media only screen and (max-width: 1845px) {
  .offset-top-small-compensate {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1200px) {
  .offset-top-small-compensate {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 960px) {
  .offset-top-small-compensate {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .offset-top-small-compensate {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 578px) {
  .offset-top-small-compensate {
    margint-top: 0px;
  }
}

.centered-text {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  color: white;
  pointer-events: none;
}
.centered-text .text-container-40 {
  width: 40%;
}
.centered-text .text-container-40 h1:nth-child(even) {
  text-align: right;
}
@media only screen and (max-width: 1845px) {
  .centered-text .text-container-40 {
    width: 60%;
  }
}
@media only screen and (max-width: 578px) {
  .centered-text .text-container-40 {
    width: 75%;
  }
}

.centered-text.centered-top {
  height: auto;
  top: 25%;
}
@media only screen and (max-width: 960px) {
  .centered-text.centered-top {
    height: 100%;
    top: 0;
  }
}

.centered-text.big {
  font-size: 1.5em;
}
@media only screen and (max-width: 1845px) {
  .centered-text.big {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 960px) {
  .centered-text.big {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 578px) {
  .centered-text.big {
    font-size: 4vw;
  }
}

.centered-text.black {
  color: black;
}

.centered-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.centered-icon .st0, .centered-icon .st1 {
  stroke-width: 0.5 !important;
}

#home-big-banner .centered-text h1 {
  font-size: 8em;
  letter-spacing: 0.2em;
  display: flex;
  flex-flow: column;
  width: 75%;
  line-height: 0.9em;
  position: relative;
}
#home-big-banner .centered-text h1 span {
  text-align: center;
}
#home-big-banner .centered-text h1 span:first-child {
  text-align: left;
}
#home-big-banner .centered-text h1 span:last-child {
  text-align: right;
}
@media only screen and (max-width: 1845px) {
  #home-big-banner .centered-text h1 {
    font-size: 6.5em !important;
  }
}
@media only screen and (max-width: 1200px) {
  #home-big-banner .centered-text h1 {
    font-size: 5.3em !important;
  }
}
@media only screen and (max-width: 960px) {
  #home-big-banner .centered-text h1 {
    font-size: 4.5em !important;
    width: 75%;
  }
}
@media only screen and (max-width: 750px) {
  #home-big-banner .centered-text h1 {
    font-size: 4em !important;
  }
}
@media only screen and (max-width: 578px) {
  #home-big-banner .centered-text h1 {
    font-size: 2.5em !important;
    width: 80%;
  }
}
@media only screen and (max-width: 390px) {
  #home-big-banner .centered-text h1 {
    font-size: 2.1em !important;
    width: 80%;
  }
}

#big-text-description {
  cursor: default;
}
#big-text-description h1 {
  font-weight: lighter;
}

#devil-wheel {
  width: 150px;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  left: calc(50% - 85px);
  transition: 1.6s ease-in-out;
}
@media only screen and (max-width: 960px) {
  #devil-wheel {
    width: 125px;
    left: calc(50% - 62.5px);
  }
}
@media only screen and (max-height: 720px) {
  #devil-wheel {
    width: 100px;
    left: calc(50% - 50px);
  }
}
@media only screen and (max-width: 578px) {
  #devil-wheel {
    width: 100px;
    left: calc(50% - 50px);
  }
}
#devil-wheel #devil-wheel-wrapper svg .st0 {
  fill: #CB956D;
}

#business-areas {
  background-color: #f2eadd;
  position: relative;
}
#business-areas #business-areas-title {
  font-size: 4em;
  position: absolute;
  margin-top: 120px;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  #business-areas #business-areas-title {
    font-size: 3.5em;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #business-areas #business-areas-title {
    font-size: 3.5em;
    -webkit-text-stroke-width: 1px;
  }
}
@media only screen and (max-height: 820px) {
  #business-areas #business-areas-title {
    font-size: 3.5em;
  }
}
@media only screen and (max-height: 720px) {
  #business-areas #business-areas-title {
    font-size: 2em;
    text-align: center;
    color: black;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 0px;
  }
}
#business-areas .container-three {
  padding-top: 270px;
}
@media only screen and (max-height: 820px) {
  #business-areas .container-three {
    padding-top: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  #business-areas .container-three {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 960px) {
  #business-areas .container-three {
    padding-top: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 578px) {
  #business-areas .container-three {
    padding-top: 200px;
  }
}
#business-areas .container-three .business-option {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 7em auto;
  padding: 10% 10% 10% 10%;
  justify-items: center;
  transition: 0.3s cubic-bezier(0, 0.5, 0.33, 1);
}
@media only screen and (max-width: 960px) {
  #business-areas .container-three .business-option {
    grid-template-rows: 1fr 7em 1fr;
  }
}
@media only screen and (max-width: 750px) {
  #business-areas .container-three .business-option {
    grid-template-rows: 1fr 7em;
  }
}
@media only screen and (max-width: 578px) {
  #business-areas .container-three .business-option {
    grid-template-rows: 1fr 4em;
    padding: 5% 5% 5% 5%;
  }
}
#business-areas .container-three .business-option .business-icon {
  position: relative;
  align-self: center;
  transition: 0.9s cubic-bezier(0, 0.5, 0.33, 1);
  transform: translate3d(0, 75px, 0);
}
#business-areas .container-three .business-option .business-icon .business-icon-over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#business-areas .container-three .business-option .business-icon .business-icon-under {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  #business-areas .container-three .business-option .business-icon {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 750px) {
  #business-areas .container-three .business-option .business-icon {
    transform: translate3d(0, 0, 0);
  }
  #business-areas .container-three .business-option .business-icon .st0, #business-areas .container-three .business-option .business-icon .st1 {
    stroke-width: 4 !important;
  }
}
#business-areas .container-three .business-option .business-title, #business-areas .container-three .business-option .business-description {
  position: relative;
  color: #cb956d;
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50px);
}
@media only screen and (max-width: 960px) {
  #business-areas .container-three .business-option .business-title, #business-areas .container-three .business-option .business-description {
    opacity: 1 !important;
    color: black;
  }
}
#business-areas .container-three .business-option .business-title {
  font-size: 4em;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  align-self: center;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1845px) {
  #business-areas .container-three .business-option .business-title {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 1200px) {
  #business-areas .container-three .business-option .business-title {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 960px) {
  #business-areas .container-three .business-option .business-title {
    font-size: 2.2em;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 750px) {
  #business-areas .container-three .business-option .business-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 578px) {
  #business-areas .container-three .business-option .business-title {
    font-size: 1.1em;
    letter-spacing: 0em;
  }
}
#business-areas .container-three .business-option .business-description {
  width: 100%;
  height: fit-content;
  margin-top: 20px;
  font-family: "e5-aku-regular";
}
@media only screen and (max-height: 820px) {
  #business-areas .container-three .business-option .business-description {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 960px) {
  #business-areas .container-three .business-option .business-description {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 750px) {
  #business-areas .container-three .business-option .business-description {
    display: none;
  }
}
#business-areas .container-three .business-option:hover, #business-areas .container-three .business-option.hovered {
  cursor: pointer;
}
#business-areas .container-three .business-option:hover .business-icon, #business-areas .container-three .business-option.hovered .business-icon {
  transform: translate3d(0, 0, 0);
}
#business-areas .container-three .business-option:hover .business-title, #business-areas .container-three .business-option:hover .business-description, #business-areas .container-three .business-option.hovered .business-title, #business-areas .container-three .business-option.hovered .business-description {
  transition: 0.9s cubic-bezier(0, 0.5, 0.33, 1);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#business-areas .container-three #business-living .business-icon {
  width: 80%;
}
#business-areas .container-three #business-living .business-icon .business-icon-over .st0 {
  fill: #cb956d;
  stroke: #cb956d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-living .business-icon .business-icon-over .st1 {
  fill: none;
  stroke: #cb956d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-living .business-icon .business-icon-under .st0 {
  fill: black;
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-living .business-icon .business-icon-under .st1 {
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-minerals .business-icon {
  width: 37%;
}
#business-areas .container-three #business-minerals .business-icon .business-icon-over .st0 {
  fill: none;
  stroke: #cb956d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-minerals .business-icon .business-icon-under .st0 {
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-care .business-icon {
  width: 70%;
}
#business-areas .container-three #business-care .business-icon .business-icon-over .st0 {
  fill: none;
  stroke: #cb956d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#business-areas .container-three #business-care .business-icon .business-icon-under .st0 {
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.learn-more {
  position: relative;
  margin-top: 40px;
}
.learn-more .learn-more-icon {
  position: absolute;
  top: -13px;
  left: 0;
  width: 45px;
}
@media only screen and (max-width: 750px) {
  .learn-more .learn-more-icon {
    top: -7px;
    width: 35px;
  }
}
.learn-more .learn-more-icon .over .st0, .learn-more .learn-more-icon .under .st0 {
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.learn-more .learn-more-icon .over {
  position: absolute;
  z-index: 1;
}
.learn-more .learn-more-icon .over .st0 {
  stroke: #cb956d;
}
.learn-more .learn-more-icon .under {
  position: relative;
}
.learn-more span {
  font-family: "e5-aku-regular";
  text-decoration: underline;
  padding-left: 60px;
  color: black;
}
@media only screen and (max-width: 750px) {
  .learn-more span {
    padding-left: 45px;
  }
}

.learn-more:hover span {
  color: #cb956d;
}

.floating-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 578px) {
  .floating-images {
    position: relative;
  }
}
.floating-images .floating-img {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 578px) {
  .floating-images .floating-img {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
  }
}
.floating-images .floating-horizontal-extrasmall {
  width: calc(250px*0.7);
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-horizontal-extrasmall {
    width: calc(250px*0.5);
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-horizontal-extrasmall {
    width: calc(250px*0.3);
  }
}
.floating-images .floating-horizontal-small {
  width: 250px;
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-horizontal-small {
    width: calc(250px*0.7);
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-horizontal-small {
    width: calc(250px*0.5);
  }
}
.floating-images .floating-horizontal-medium {
  width: 300px;
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-horizontal-medium {
    width: 250px;
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-horizontal-medium {
    width: calc(250px*0.7);
  }
}
.floating-images .floating-horizontal-large {
  width: 350px;
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-horizontal-large {
    width: 300px;
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-horizontal-large {
    width: 250px;
  }
}
.floating-images .floating-vertical-extrasmall {
  width: calc(175px*0.7);
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-vertical-extrasmall {
    width: calc(175px*0.5);
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-vertical-extrasmall {
    width: calc(175px*0.3);
  }
}
.floating-images .floating-vertical-small {
  width: 180px;
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-vertical-small {
    width: calc(175px*0.7);
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-vertical-small {
    width: calc(175px*0.5);
  }
}
.floating-images .floating-vertical-medium {
  width: 220px;
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-vertical-medium {
    width: 175px;
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-vertical-medium {
    width: calc(175px*0.7);
  }
}
.floating-images .floating-vertical-large {
  width: 300px;
}
@media only screen and (max-width: 1200px) {
  .floating-images .floating-vertical-large {
    width: 220px;
  }
}
@media only screen and (max-width: 960px) {
  .floating-images .floating-vertical-large {
    width: 175px;
  }
}

#floating-block-1 .floating-img:nth-child(1) {
  left: calc(50% + 25px);
  top: calc(0px + 0px);
  z-index: -1;
}

#floating-block-2 .floating-img:nth-child(1) {
  right: -50px;
  top: calc(-175px + 0px);
  z-index: 1;
}
#floating-block-2 .floating-img:nth-child(2) {
  left: -5%;
  top: calc(-100px + 0px);
  z-index: 1;
}
#floating-block-2 .floating-img:nth-child(3) {
  top: calc(200px + 0px);
  left: 5%;
  z-index: -1;
}
#floating-block-2 .floating-img:nth-child(4) {
  top: calc(325px + 0px);
  left: 20%;
  z-index: 0;
}

#floating-block-3 .floating-img:nth-child(1) {
  right: -5%;
  top: 100px;
  z-index: -1;
}
#floating-block-3 .floating-img:nth-child(2) {
  right: 10%;
  top: 325px;
  z-index: 1;
}

#floating-block-4 .floating-img:nth-child(1) {
  left: 10%;
  top: 0px;
  z-index: -1;
}
#floating-block-4 .floating-img:nth-child(2) {
  left: 20%;
  top: 300px;
  z-index: 1;
}
#floating-block-4 .floating-img:nth-child(3) {
  right: -5%;
  top: 475px;
  z-index: -1;
}

#floating-block-5 .floating-img:nth-child(1) {
  right: 10%;
  top: 275px;
  z-index: 1;
}
#floating-block-5 .floating-img:nth-child(2) {
  right: 30%;
  top: 350px;
  z-index: -1;
}

#kevin-block {
  position: relative;
}
#kevin-block .background-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  #kevin-block .background-image {
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
  #kevin-block .background-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.35;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 960px) {
  #kevin-block .background-image:after {
    display: none;
  }
}
#kevin-block #kevin-quote {
  position: absolute;
  top: 15%;
  left: 0;
}
@media only screen and (max-width: 1845px) {
  #kevin-block #kevin-quote {
    grid-template-columns: 2fr !important;
  }
}
@media only screen and (max-width: 1200px) {
  #kevin-block #kevin-quote {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 960px) {
  #kevin-block #kevin-quote {
    position: relative;
    top: 0px;
  }
}
#kevin-block #kevin-quote .quote-text {
  font-size: 1.1em;
  margin-left: 75px;
  margin-top: 60px;
  max-width: 450px;
  color: white;
}
@media only screen and (max-width: 1200px) {
  #kevin-block #kevin-quote .quote-text {
    font-size: 1em;
    line-height: 1em;
    margin-top: 50px;
    margin-left: 65px;
    width: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 960px) {
  #kevin-block #kevin-quote .quote-text {
    color: black;
    margin-left: 40px;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #kevin-block #kevin-quote .quote-text {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}
#kevin-block #kevin-quote .quote-text .learn-more span {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  #kevin-block #kevin-quote .quote-text .learn-more span {
    color: black;
    text-decoration: underline;
  }
}
#kevin-block #kevin-quote .quote-text .learn-more .learn-more-icon .under .st0 {
  stroke: white;
}
@media only screen and (max-width: 960px) {
  #kevin-block #kevin-quote .quote-text .learn-more .learn-more-icon .under .st0 {
    stroke: black;
  }
}
@media only screen and (max-width: 1200px) {
  #kevin-block #kevin-quote .quote-text .learn-more {
    position: absolute;
    bottom: 40px;
    right: 0px;
  }
}
@media only screen and (max-width: 960px) {
  #kevin-block #kevin-quote .quote-text .learn-more {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
#kevin-block #kevin-quote .quote-text .learn-more:hover span {
  color: white;
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  #kevin-block #kevin-quote .quote-text .learn-more:hover span {
    color: #cb956d;
  }
}

.quote-text {
  position: relative;
}

.quote-text .quote-quote:before {
  content: "“";
  font-size: 7em;
  color: white;
  position: absolute;
  line-height: 1em;
  top: -39px;
  left: -55px;
}
@media only screen and (max-width: 960px) {
  .quote-text .quote-quote:before {
    color: black;
    font-size: 5em;
  }
}
@media only screen and (max-width: 578px) {
  .quote-text .quote-quote:before {
    top: -33px;
    left: -24px;
  }
}

.quote-text .quote-quote:after {
  content: "”";
  font-size: 7em;
  color: white;
  position: absolute;
  line-height: 1em;
  bottom: -100px;
  right: -35px;
}
@media only screen and (max-width: 960px) {
  .quote-text .quote-quote:after {
    color: black;
    font-size: 5em;
  }
}
@media only screen and (max-width: 578px) {
  .quote-text .quote-quote:after {
    bottom: -80px;
    right: -24px;
  }
}

#kevin-block:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 42.8571428571%;
}
@media only screen and (max-width: 960px) {
  #kevin-block:before {
    display: none;
  }
}

#bloque-sticky-1 .sticky-block {
  overflow: hidden;
}
#bloque-sticky-1 .sticky-block .swiper-container .swiper-slide img {
  width: 50vw;
}

.quote {
  position: relative;
}
.quote .quote-txt {
  position: relative;
  font-size: 1.2em;
}
@media only screen and (max-width: 578px) {
  .quote .quote-txt {
    font-size: 1em;
  }
}
.quote .quote-txt:before {
  content: "“";
  font-size: 7em;
  position: absolute;
  line-height: 1em;
  top: -39px;
  left: -55px;
}
.quote .quote-txt:after {
  content: "”";
  font-size: 7em;
  position: absolute;
  line-height: 1em;
  bottom: -120px;
  right: -35px;
}
.quote .quote-credit {
  position: relative;
  margin-top: 50px;
}

.swiper-container {
  width: 100vw;
  height: fit-content;
}

.swiper-lazy {
  transition: 0.6s ease-out;
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded {
  opacity: 1 !important;
}

.big-outlined-over {
  position: absolute;
  z-index: 3;
  width: max-content;
  overflow: hidden;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 4.9em;
  pointer-events: none;
}
.big-outlined-over h1 {
  position: relative;
  -webkit-text-stroke-color: white;
  top: 0.2em;
}
@media only screen and (max-width: 1845px) {
  .big-outlined-over {
    font-size: 4.4em;
  }
}
@media only screen and (max-width: 1200px) {
  .big-outlined-over {
    font-size: 4em;
  }
}
@media only screen and (max-width: 750px) {
  .big-outlined-over {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 578px) {
  .big-outlined-over {
    font-size: 2.9em;
  }
  .big-outlined-over h1 {
    top: 0.5em;
  }
}
@media only screen and (max-width: 390px) {
  .big-outlined-over {
    font-size: 2.4em;
  }
  .big-outlined-over h1 {
    top: 0em;
  }
}

.livingSVG svg .st0 {
  fill: #cb956d;
  stroke: #cb956d;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.livingSVG svg .st1 {
  fill: none;
  stroke: #cb956d;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.mineralsSVG svg .st0 {
  fill: none;
  stroke: #cb956d;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.careSVG svg .st0 {
  fill: none;
  stroke: #cb956d;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.livingIcon {
  transform: rotate(10deg);
}
.livingIcon .livingSVG {
  position: relative;
  top: 60px;
}
@media only screen and (max-width: 578px) {
  .livingIcon .livingSVG {
    top: 0px;
  }
}

.mineralsIcon {
  width: 55%;
}
.mineralsIcon .mineralsSVG {
  position: relative;
  left: 50%;
  width: 100%;
}
.mineralsIcon .mineralsSVG svg {
  position: absolute;
  top: -300px;
  left: 0;
}
@media only screen and (max-width: 578px) {
  .mineralsIcon .mineralsSVG svg {
    position: relative;
    top: 0px;
  }
}
@media only screen and (max-width: 578px) {
  .mineralsIcon .mineralsSVG {
    left: 0px;
  }
}

.careIcon {
  width: 75%;
}
.careIcon .careSVG {
  position: relative;
  top: -80px;
}
@media only screen and (max-width: 578px) {
  .careIcon .careSVG {
    top: 0px;
  }
}

#living-business .bgCream {
  transition: 0.3s ease-out;
  border: 1px solid white;
  padding: 50px;
}
@media only screen and (max-width: 960px) {
  #living-business .bgCream {
    padding: 30px;
  }
}
@media only screen and (max-width: 578px) {
  #living-business .bgCream {
    padding: 10px;
  }
}
#living-business .bgCream .living-business-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  transition: 0.3s ease-out;
}
#living-business .bgCream .living-business-title .e5-logo {
  width: 60px;
  margin-right: 10px;
}
#living-business .bgCream .living-business-title:after {
  content: "⟶";
  margin-bottom: 7px;
  margin-left: 15px;
  transition: 0.6s ease-out;
}
#living-business .bgCream:hover {
  border-color: #cb956d !important;
}
#living-business .bgCream:hover .living-business-title {
  color: #cb956d;
}
#living-business .bgCream:hover .living-business-title .e5-logo {
  stroke: #cb956d !important;
}
#living-business .bgCream:hover .living-business-title:after {
  transform: translateX(50px);
}
#featured-development .img-content,
.zoomRollover .img-content {
  transition: 1.5s ease-in-out;
}

#featured-development:hover .img-content,
.zoomRollover:hover .img-content {
  transform: scale(1.1);
}

.this-is-living {
  position: relative;
  text-align: center;
}
.this-is-living .line {
  clear: both;
  display: flex;
  position: relative;
  align-items: flex-end;
}
.this-is-living .line h1, .this-is-living .line .e5-logo {
  float: left;
}
.this-is-living .line .e5-logo {
  width: 94px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 18px;
}
.this-is-living .line .e5-logo svg {
  stroke: white;
}
@media only screen and (max-width: 960px) {
  .this-is-living .line .e5-logo {
    width: 65px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 578px) {
  .this-is-living .line .e5-logo {
    width: 48px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 390px) {
  .this-is-living .line .e5-logo {
    width: 39px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 578px) {
  .this-is-living {
    transform: translateY(-20%);
  }
}
.this-is-living .enlaceImagen {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.8em;
}

.this-is-living-wrapper .centered-text {
  flex-flow: column;
}
.this-is-living-wrapper .centered-text .logo-carpe-diem {
  width: 16vw;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media only screen and (max-width: 960px) {
  .this-is-living-wrapper .centered-text .logo-carpe-diem {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 578px) {
  .this-is-living-wrapper .centered-text .logo-carpe-diem {
    width: 30vw;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
  }
}
.this-is-living-wrapper .centered-text .logo-carpe-diem img {
  width: 100%;
}
.this-is-living-wrapper .img-wrapper {
  transition: 1.5s ease-in-out !important;
}

.this-is-living-wrapper:hover .img-wrapper {
  transform: scale(1.1) !important;
}

#floating-two .img-horizontal-plus:nth-child(1) {
  left: 25% !important;
  top: -25% !important;
}
@media only screen and (max-width: 578px) {
  #floating-two .img-horizontal-plus:nth-child(1) {
    left: 0 !important;
    top: 0 !important;
  }
}

.double-image {
  position: relative;
}
.double-image .img-horizontal,
.double-image .img-horizontal-plus,
.double-image .img-horizontal-extra {
  position: absolute;
  top: 100px;
}
@media only screen and (max-width: 578px) {
  .double-image .img-horizontal,
  .double-image .img-horizontal-plus,
  .double-image .img-horizontal-extra {
    position: relative;
    top: 0px;
  }
}
.double-image .img-horizontal:nth-child(1),
.double-image .img-horizontal-plus:nth-child(1),
.double-image .img-horizontal-extra:nth-child(1) {
  left: calc(50% - 250px);
}
@media only screen and (max-width: 578px) {
  .double-image .img-horizontal:nth-child(1),
  .double-image .img-horizontal-plus:nth-child(1),
  .double-image .img-horizontal-extra:nth-child(1) {
    left: 0px;
  }
}
.double-image .img-horizontal:nth-child(2),
.double-image .img-horizontal-plus:nth-child(2),
.double-image .img-horizontal-extra:nth-child(2) {
  right: calc(50% - 300px);
}
@media only screen and (max-width: 578px) {
  .double-image .img-horizontal:nth-child(2),
  .double-image .img-horizontal-plus:nth-child(2),
  .double-image .img-horizontal-extra:nth-child(2) {
    right: auto;
  }
}

.masked-title {
  font-size: 2vw;
  position: relative;
  top: 50px;
}
.masked-title h1 {
  font-family: "e5-aku-bold";
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 5em !important;
  width: 100%;
  display: flex;
  flex-flow: column;
  color: #2f2638;
  /*
  display: block;

  		-webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;

  color: black;
  		-webkit-text-fill-color: transparent;

  		background-image: url("../img/minerals/2-1050.jpg");
  background-size: cover;
  */
}
.masked-title h1 span {
  /*
  display: flex;
  display: -webkit-box;
     display: -ms-flexbox;
     */
}
.masked-title h1 #resize-masked {
  /*
     justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  */
  text-align: right;
}

@media only screen and (max-width: 578px) {
  .masked-title h1 {
    -webkit-text-stroke-width: 1px;
  }
}

.masked-title.white h1 {
  color: white;
  -webkit-text-stroke-color: white;
}

.masked-title.big {
  font-size: 3vw;
}
.masked-title.big h1 {
  line-height: 0.9em !important;
}

.masked-title.medium {
  font-size: 1.6vw;
}

.masked-title.small {
  font-size: 1.2vw;
}

.masked-title.stretchy h1 {
  letter-spacing: 0.1em;
}

#living-europe .first {
  background-color: #f2eadd;
}

#living-uk .first {
  background-color: #2f2638;
}

.icon-bedrooms,
.icon-bathrooms,
.icon-interior-sqm,
.icon-exterior-sqm,
.icon-terrace-sqm,
.icon-houses,
.icon-brochure,
.icon-jacuzzi,
.icon-parking-places,
.icon-elevator,
.icon-domotics,
.icon-underfloor-heating,
.icon-views,
.icon-orientation,
.icon-office,
.icon-sauna,
.icon-floors,
.icon-cloakrooms,
.icon-plot {
  align-self: end;
}
.icon-bedrooms svg .st0,
.icon-bathrooms svg .st0,
.icon-interior-sqm svg .st0,
.icon-exterior-sqm svg .st0,
.icon-terrace-sqm svg .st0,
.icon-houses svg .st0,
.icon-brochure svg .st0,
.icon-jacuzzi svg .st0,
.icon-parking-places svg .st0,
.icon-elevator svg .st0,
.icon-domotics svg .st0,
.icon-underfloor-heating svg .st0,
.icon-views svg .st0,
.icon-orientation svg .st0,
.icon-office svg .st0,
.icon-sauna svg .st0,
.icon-floors svg .st0,
.icon-cloakrooms svg .st0,
.icon-plot svg .st0 {
  fill: none;
  stroke: black;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon-swimming-pool,
.icon-garage-places {
  align-self: end;
}
.icon-swimming-pool svg .st0,
.icon-garage-places svg .st0 {
  fill: none;
  stroke: black;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.icon-swimming-pool svg .st1,
.icon-garage-places svg .st1 {
  fill: none;
  stroke: black;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon-brochure svg .st0 {
  stroke: #cb956d;
}

.listing-feature-icon {
  display: grid;
  grid-template-rows: 1fr auto;
  align-self: flex-start;
}
.listing-feature-icon span {
  margin-top: 5px;
  font-size: 0.9em;
}
.listing-feature-icon svg {
  max-width: 60px;
}

.superindex {
  vertical-align: super;
  font-size: 0.6em !important;
}

.listing-item {
  border: 1px solid #ccc;
  transition-duration: 1s transform ease-in-out;
  transition-duration: 0.5s opacity ease-out;
  overflow: hidden;
}
.listing-item .listing-wrapper .listing-img .img-content {
  transition: transform 1.5s ease-in-out;
}
.listing-item .listing-wrapper .listing-indent {
  padding: 15px;
}
.listing-item .listing-wrapper .listing-title {
  font-family: "e5-aku-bold";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1.25em;
  transition: 0.6s ease-out;
}
.listing-item .listing-wrapper .listing-location {
  font-size: 0.9em;
}
.listing-item .listing-wrapper .listing-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 1845px) {
  .listing-item .listing-wrapper .listing-features {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .listing-item .listing-wrapper .listing-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .listing-item .listing-wrapper .listing-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .listing-item .listing-wrapper .listing-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.listing-item .listing-wrapper .listing-status-price {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
}
.listing-item .listing-wrapper .listing-status-price .listing-status {
  justify-self: left;
}
.listing-item .listing-wrapper .listing-status-price .listing-status.sold {
  opacity: 0.5;
}
.listing-item .listing-wrapper .listing-status-price .listing-status.forSale {
  color: green;
}
.listing-item .listing-wrapper .listing-status-price .listing-status.underConstruction {
  color: black;
}
.listing-item .listing-wrapper .listing-status-price .listing-status.comingSoon {
  color: #3477a5;
}
.listing-item .listing-wrapper .listing-status-price .listing-price {
  justify-self: right;
  font-size: 1.25em;
}
.listing-item .listing-wrapper hr {
  border-top: 1px solid #ccc;
  margin: 0px;
  transition: 0.6s ease-out;
}

.listing-item:hover {
  border-color: #cb956d;
}
.listing-item:hover .listing-img .img-content {
  transform: scale(1.2);
}
.listing-item:hover hr {
  border-color: #cb956d;
}
.listing-item:hover .listing-title {
  color: #cb956d;
}

.listing-item:nth-child(3n+2) {
  transition-delay: 0.3s;
}
@media only screen and (max-width: 578px) {
  .listing-item:nth-child(3n+2) {
    transition-delay: 0s;
  }
}

.listing-item:nth-child(3n+3) {
  transition-delay: 0.6s;
}
@media only screen and (max-width: 578px) {
  .listing-item:nth-child(3n+3) {
    transition-delay: 0s;
  }
}

.listing-features .listing-feature-icon > div {
  min-height: 45px;
  /*
  svg {
  	position: relative;
      top: 50%;
      transform: translateY(-50%);
  }*/
}

.property-features .listing-feature-icon .icon-bedrooms,
.property-features .listing-feature-icon .icon-bathrooms,
.property-features .listing-feature-icon .icon-interior-sqm,
.property-features .listing-feature-icon .icon-exterior-sqm,
.property-features .listing-feature-icon .icon-terrace-sqm,
.property-features .listing-feature-icon .icon-houses,
.property-features .listing-feature-icon .icon-brochure,
.property-features .listing-feature-icon .icon-jacuzzi,
.property-features .listing-feature-icon .icon-parking-places,
.property-features .listing-feature-icon .icon-elevator,
.property-features .listing-feature-icon .icon-domotics,
.property-features .listing-feature-icon .icon-underfloor-heating,
.property-features .listing-feature-icon .icon-views,
.property-features .listing-feature-icon .icon-orientation,
.property-features .listing-feature-icon .icon-office,
.property-features .listing-feature-icon .icon-sauna,
.property-features .listing-feature-icon .icon-swimming-pool,
.property-features .listing-feature-icon .icon-garage-places,
.property-features .listing-feature-icon .icon-brochure,
.property-features .listing-feature-icon .icon-floors,
.property-features .listing-feature-icon .icon-cloakrooms,
.property-features .listing-feature-icon .icon-plot {
  min-height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .property-features .listing-feature-icon .icon-bedrooms,
  .property-features .listing-feature-icon .icon-bathrooms,
  .property-features .listing-feature-icon .icon-interior-sqm,
  .property-features .listing-feature-icon .icon-exterior-sqm,
  .property-features .listing-feature-icon .icon-terrace-sqm,
  .property-features .listing-feature-icon .icon-houses,
  .property-features .listing-feature-icon .icon-brochure,
  .property-features .listing-feature-icon .icon-jacuzzi,
  .property-features .listing-feature-icon .icon-parking-places,
  .property-features .listing-feature-icon .icon-elevator,
  .property-features .listing-feature-icon .icon-domotics,
  .property-features .listing-feature-icon .icon-underfloor-heating,
  .property-features .listing-feature-icon .icon-views,
  .property-features .listing-feature-icon .icon-orientation,
  .property-features .listing-feature-icon .icon-office,
  .property-features .listing-feature-icon .icon-sauna,
  .property-features .listing-feature-icon .icon-swimming-pool,
  .property-features .listing-feature-icon .icon-garage-places,
  .property-features .listing-feature-icon .icon-brochure,
  .property-features .listing-feature-icon .icon-floors,
  .property-features .listing-feature-icon .icon-cloakrooms,
  .property-features .listing-feature-icon .icon-plot {
    min-height: 40px;
  }
}

.contact-agent-popup {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.15);
  transition-delay: 2s;
}

.contact-agent-wrapper {
  position: relative;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  background-color: #f2eadd;
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
}
@media only screen and (max-width: 750px) {
  .contact-agent-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 578px) {
  .contact-agent-wrapper {
    grid-template-columns: 100px 1fr;
  }
}
.contact-agent-wrapper .item {
  margin-left: 15px;
  margin-right: 15px;
  transition: 0s cubic-bezier(0, 0.5, 0.33, 1);
  transition-delay: 0s !important;
}
@media only screen and (max-width: 750px) {
  .contact-agent-wrapper .item {
    margin: 0px;
  }
}
.contact-agent-wrapper .mail, .contact-agent-wrapper .tel {
  font-size: 1.1em;
}
@media only screen and (max-width: 960px) {
  .contact-agent-wrapper .mail, .contact-agent-wrapper .tel {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-agent-wrapper .exclusively {
    letter-spacing: 0em;
  }
}
@media only screen and (max-width: 960px) {
  .contact-agent-wrapper .exclusively {
    display: none;
  }
}
.contact-agent-wrapper .wrapper-contact-info {
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 750px) {
  .contact-agent-wrapper .wrapper-contact-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 7px;
    text-align: center;
  }
}
.contact-agent-wrapper .contact-agent-icon {
  position: relative;
  height: inherit;
  text-align: center;
}
.contact-agent-wrapper .contact-agent-icon img {
  position: relative;
  height: -webkit-fill-available;
  padding: 10px;
}

.contact-agent-popup:hover .contact-agent-wrapper,
.contact-btn:hover .contact-agent-wrapper {
  background-color: #cb956d;
  color: white;
}
.contact-agent-popup:hover a, .contact-agent-popup:hover a:hover, .contact-agent-popup:hover .item,
.contact-btn:hover a,
.contact-btn:hover a:hover,
.contact-btn:hover .item {
  color: white;
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
  transition-delay: 0s !important;
}

.contact-btn.white {
  background-color: white;
  color: black;
}
.contact-btn.white .contact-agent-wrapper {
  background-color: white;
}

.contact-btn.white:hover .contact-agent-wrapper {
  background-color: #cb956d;
  color: white;
}
.contact-btn.white:hover a, .contact-btn.white:hover a:hover, .contact-btn.white:hover .item {
  color: #cb956d;
  color: white;
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
  transition-delay: 0s !important;
}

.property-nav {
  width: 100% !important;
  max-width: 1920px;
  position: relative;
  z-index: 25;
}
@media only screen and (max-width: 960px) {
  .property-nav {
    display: none;
  }
}
.property-nav .property-nav-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  height: 61px;
}
.property-nav .property-nav-wrapper .property-nav-item {
  font-family: "e5-aku-bold";
  letter-spacing: 0.1em;
  font-size: 0.9em;
  text-transform: uppercase;
}
.property-nav .property-nav-wrapper .property-nav-item.selected a {
  color: #cb956d;
}

.property-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  font-size: 0.9em;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .property-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .property-features {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    grid-row-gap: 50px;
  }
}
@media only screen and (max-width: 578px) {
  .property-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.property-features .listing-feature-icon {
  text-align: center;
}
.property-features .listing-feature-icon svg {
  width: 85%;
  max-width: 100px;
}
@media only screen and (max-width: 1200px) {
  .property-features .listing-feature-icon svg {
    width: 75%;
  }
}
@media only screen and (max-width: 960px) {
  .property-features .listing-feature-icon svg {
    width: 65%;
  }
}
.property-features .listing-feature-icon .big-number, .property-features .listing-feature-icon .medium-number {
  margin-top: 10px;
}
.property-features .listing-feature-icon .big-number {
  font-size: 1.6em;
}
.property-features .listing-feature-icon .medium-number {
  font-size: 1.4em;
}

@media only screen and (max-width: 578px) {
  .property-title {
    font-size: 1.8em;
  }
}

.property-location a, .property-location a:visited, .property-location a:hover {
  font-size: 1.2em !important;
  text-decoration: none !important;
}

.property-status {
  position: absolute;
  top: -4em;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  width: fit-content;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 578px) {
  .property-status {
    top: -5em;
    right: auto;
    left: 50%;
    transform: translateX(-50%) !important;
  }
}

.property-status.forSale {
  color: white;
  background-color: #659a53;
}

.property-status.underConstruction {
  color: white;
  background-color: black;
}

.property-status.sold {
  color: white;
  background-color: #ccc;
}

.property-status.comingSoon {
  color: white;
  background-color: #3477a5;
}

.property-price {
  font-size: 1.7em;
  font-family: "e5-aku-light";
  margin-bottom: 30px;
  position: relative;
}

.property-price:after {
  content: "Price";
  text-transform: uppercase;
  font-size: 0.5em;
  position: absolute;
  display: block;
  top: -1.7em;
  left: 0;
}

@media only screen and (max-width: 578px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
}

.swiper-gallery {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  position: relative;
}
.swiper-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-gallery .swiper-slide img {
  width: 100%;
}
.swiper-gallery .swiper-pagination {
  bottom: -40px !important;
}
.swiper-gallery .swiper-pagination-bullet-active {
  background-color: #cb956d;
}

.ratio-4-3.swiper-gallery .swiper-wrapper,
.ratio-16-9.swiper-gallery .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.ratio-4-3.swiper-gallery:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}

.ratio-16-9.swiper-gallery:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.swiper-gallery.gallery-medium .swiper-slide {
  width: calc(50% - 16.5px);
}
@media only screen and (max-width: 578px) {
  .swiper-gallery.gallery-medium .swiper-slide {
    width: 100% !important;
  }
}

.swiper-gallery.gallery-small .swiper-slide {
  width: calc(33% - 15px);
}
@media only screen and (max-width: 960px) {
  .swiper-gallery.gallery-small .swiper-slide {
    width: calc(50% - 16.5px);
  }
}
@media only screen and (max-width: 578px) {
  .swiper-gallery.gallery-small .swiper-slide {
    width: 100% !important;
  }
}

.ratio-4-3.swiper-gallery.gallery-medium:after {
  padding-bottom: 37.5%;
}
@media only screen and (max-width: 578px) {
  .ratio-4-3.swiper-gallery.gallery-medium:after {
    padding-bottom: 75%;
  }
}

.ratio-4-3.swiper-gallery.gallery-small:after {
  padding-bottom: 24.75%;
}
@media only screen and (max-width: 960px) {
  .ratio-4-3.swiper-gallery.gallery-small:after {
    padding-bottom: 37.5%;
  }
}
@media only screen and (max-width: 578px) {
  .ratio-4-3.swiper-gallery.gallery-small:after {
    padding-bottom: 75%;
  }
}

.ratio-16-9.swiper-gallery.gallery-medium:after {
  padding-bottom: 28.125%;
}
@media only screen and (max-width: 578px) {
  .ratio-16-9.swiper-gallery.gallery-medium:after {
    padding-bottom: 56.25%;
  }
}

.ratio-16-9.swiper-gallery.gallery-small:after {
  padding-bottom: 18.5625%;
}
@media only screen and (max-width: 960px) {
  .ratio-16-9.swiper-gallery.gallery-small:after {
    padding-bottom: 28.125%;
  }
}
@media only screen and (max-width: 578px) {
  .ratio-16-9.swiper-gallery.gallery-small:after {
    padding-bottom: 56.25%;
  }
}

@media only screen and (max-width: 578px) {
  .scroll-fast,
  .scroll-slow,
  .scroll-fastest {
    transform: translate3d(0, 0, 0) !important;
  }
}

.scroll-fastest-offset {
  top: 175px;
}

.scroll-fast-offset {
  top: 120px;
}

.scroll-slow-offset {
  top: 50px;
}

@media only screen and (max-width: 578px) {
  .scroll-fastest-offset,
  .scroll-fast-offset,
  .scroll-slow-offset {
    top: 0px;
  }
}

.agent-image {
  width: 70%;
  max-width: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.agent-image img {
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.v16-9.video-wrapper:after {
  padding-bottom: 56.25% !important;
}

.v21-9.video-wrapper:after {
  padding-bottom: 42.8571428571% !important;
}

.header-padding-offset {
  padding-top: 230px;
}
@media only screen and (max-width: 578px) {
  .header-padding-offset {
    padding-top: 140px;
  }
}

.extra-big-h1 {
  font-family: "e5-hkk-bold";
  font-size: 9vw;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 578px) {
  .extra-big-h1 {
    font-size: 11vw;
    white-space: normal;
    display: block;
  }
}

#carpe-diem-svg {
  width: 450px;
  position: absolute;
}
#carpe-diem-svg svg {
  fill: white;
}
@media only screen and (max-height: 820px) {
  #carpe-diem-svg {
    width: 300px;
  }
}

#carpe-diem-swiss-text {
  position: absolute;
  width: 80%;
  text-align: center;
  bottom: 110px;
  font-size: 0.9em;
}
@media only screen and (max-width: 750px) {
  #carpe-diem-swiss-text {
    width: 85%;
    bottom: 80px;
  }
}
#carpe-diem-swiss-text h1 {
  color: white;
  -webkit-text-stroke-color: white;
}
@media only screen and (max-width: 578px) {
  #carpe-diem-swiss-text h1 {
    -webkit-text-stroke-width: 1px;
  }
}

#carpe-diem-anguli-svg {
  position: absolute;
  width: 60%;
  transform: translateY(25px);
}
@media only screen and (max-width: 960px) {
  #carpe-diem-anguli-svg {
    width: 90%;
  }
}
#carpe-diem-anguli-svg svg .st0 {
  fill: none;
  stroke-width: 0.8px;
  stroke: #cb956d;
  stroke-miterlimit: 10;
}
@media only screen and (max-width: 1200px) {
  #carpe-diem-anguli-svg svg .st0 {
    stroke-width: 1px;
  }
}
@media only screen and (max-width: 960px) {
  #carpe-diem-anguli-svg svg .st0 {
    stroke-width: 1.5px;
  }
}

#carpe-diem-location-services {
  width: 100%;
}
#carpe-diem-location-services img {
  position: absolute;
  width: 100%;
}

#carpe-diem-location-services:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70.46875%;
}

.add-1-screen-spacing {
  margin-bottom: calc(100vh + 60px);
}

.add-2-screen-spacing {
  margin-bottom: calc(200vh + 60px);
}

.add-3-screen-spacing {
  margin-bottom: calc(300vh + 60px);
}

.pin-sections {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.pin-panel {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.pin-panel .coverImage {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.pin-panel .container-center {
  height: 100%;
}
.pin-panel h1, .pin-panel p {
  position: relative;
}

.pin-panel.uno .this-is-living {
  position: absolute;
  top: 50px;
  transform: scale(0.8);
}

.pin-panel.dos .this-is-living {
  position: absolute;
  top: 50px;
  right: 50px;
  transform: scale(0.8);
}

.notPin-panel {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.notPin-panel h1, .notPin-panel p {
  position: relative;
}
.notPin-panel .container-center {
  height: 100%;
}
.notPin-panel .centered-text {
  color: black;
}
.notPin-panel .centered-text .float-text {
  width: 450px;
  bottom: 50px;
  right: 50px;
  position: absolute;
}

.carpe-diem-wheel {
  width: 200px;
  position: absolute;
  top: 55%;
  right: 30%;
  z-index: 1;
}
.carpe-diem-wheel svg .st0 {
  fill: #cb956d;
}
@media only screen and (max-width: 960px) {
  .carpe-diem-wheel {
    width: 155px;
  }
}
@media only screen and (max-width: 578px) {
  .carpe-diem-wheel {
    width: 100px;
    right: 20%;
  }
}

.logo-villa {
  width: 200px;
}
.logo-villa img {
  width: 100%;
}

.magazine-iframe {
  width: 100%;
  height: 900px !important;
}
@media only screen and (max-width: 1845px) {
  .magazine-iframe {
    height: 800px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .magazine-iframe {
    height: 600px !important;
  }
}
@media only screen and (max-width: 960px) {
  .magazine-iframe {
    height: 500px !important;
  }
}
@media only screen and (max-width: 750px) {
  .magazine-iframe {
    height: 400px !important;
  }
}
@media only screen and (max-width: 578px) {
  .magazine-iframe {
    height: 300px !important;
  }
}

.next-section {
  width: 100%;
  position: relative;
}
.next-section h1 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  font-size: 7em;
  transition: 0.6s ease-out;
  letter-spacing: 0.15em;
  transform: translateX(-0.4em);
}
@media only screen and (max-width: 750px) {
  .next-section h1 {
    font-size: 4em;
    transform: translateX(-0.1em);
  }
}
@media only screen and (max-width: 578px) {
  .next-section h1 {
    -webkit-text-stroke-width: 1px;
  }
}
.next-section h1:before {
  content: "Read more:";
  position: absolute;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "e5-aku-regular";
  letter-spacing: 0.1em;
  transform: translate3D(0px, -6em, 0);
}
.next-section a:hover h1 {
  -webkit-text-stroke-color: #cb956d;
}

.next-section.back h1:before {
  content: "Back to:";
}

footer {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 0.9em;
}
@media only screen and (max-width: 578px) {
  footer {
    flex-flow: column;
    text-align: center;
  }
  footer .footer-option {
    margin-bottom: 20px;
  }
}

#footer-credits {
  position: relative;
  width: 35px;
  bottom: 1px;
  right: 0px;
}
@media only screen and (max-width: 578px) {
  #footer-credits {
    margin: 0 auto;
  }
}

#footer-credits:after {
  content: "Website by Miguel Trias";
  position: absolute;
  top: 1em;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "e5-aku-regular";
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: initial;
  pointer-events: none;
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
  transform: translate3d(13px, 25px, 0);
  opacity: 0;
}

#footer-credits:hover:after {
  transform: translate3d(13px, 0px, 0);
  opacity: 1;
}

#credits {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}
#credits a {
  text-decoration: underline;
}

.coming-soon-white:after,
.coming-soon-black:after {
  content: "Coming soon";
  position: absolute;
  top: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "e5-aku-regular";
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: initial;
  pointer-events: none;
  transition: 0.6s cubic-bezier(0, 0.5, 0.33, 1);
  transform: translate3d(5px, 25px, 0);
  opacity: 0;
}
@media only screen and (max-width: 578px) {
  .coming-soon-white:after,
  .coming-soon-black:after {
    transform: translate3d(5px, 0px, 0);
    opacity: 1;
  }
}

.coming-soon-white:after {
  font-size: 12px;
  color: white;
  -webkit-text-fill-color: white;
}

.coming-soon-black:after {
  font-size: 10px;
  color: black;
  -webkit-text-fill-color: black;
}
@media only screen and (max-width: 578px) {
  .coming-soon-black:after {
    display: none !important;
  }
}

.coming-soon-white:hover:after,
.coming-soon-black:hover:after {
  transform: translate3d(5px, 0px, 0);
  opacity: 1;
}

@media only screen and (max-width: 578px) {
  .menu-nav-footer .coming-soon-white:after {
    display: none !important;
  }
}

#privacy-text h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}
#privacy-text p {
  margin-bottom: 1em;
}
#privacy-text .container-center {
  grid-gap: 1em;
}

#section-gama-vips {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
#section-gama-vips div {
  text-align: center;
}
#section-gama-vips div img {
  position: relative;
}
#section-gama-vips div img.vip-h {
  width: 100%;
  max-width: 550px;
}
#section-gama-vips div img.vip-v {
  width: 60%;
  max-width: 300px;
}
#section-gama-vips div img.vip-logos {
  width: 100%;
  max-width: 500px;
}
#section-gama-vips div p {
  position: relative;
  font-size: 0.9em;
  margin-top: 10px;
}
#section-gama-vips div:nth-child(2) img {
  left: -20%;
}
#section-gama-vips div:nth-child(2) p {
  left: -20%;
  text-align: left;
}
#section-gama-vips div:nth-child(4) img {
  top: 0px;
}
#section-gama-vips div:nth-child(6) img, #section-gama-vips div:nth-child(6) p {
  top: -200px;
}
#section-gama-vips div:nth-child(8) img {
  left: -10%;
  width: 95%;
  top: 0px;
}
#section-gama-vips div:nth-child(8) p {
  left: -10%;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
#section-gama-vips div:nth-child(9) img {
  width: 80%;
  max-width: 400px;
  top: -150px;
  text-align: left;
}
#section-gama-vips div:nth-child(9) p {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  top: -150px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #section-gama-vips {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  #section-gama-vips div img, #section-gama-vips div p {
    left: 0px !important;
    top: 0px !important;
  }
  #section-gama-vips div:nth-child(5), #section-gama-vips div:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #section-gama-vips div:nth-child(9) img {
    width: 45%;
  }
  #section-gama-vips div:nth-child(9) p {
    text-align: center !important;
  }
}

#coming-soon-carpe-diem {
  grid-template-columns: repeat(3, calc(33% - 29px)) !important;
}
@media only screen and (max-width: 750px) {
  #coming-soon-carpe-diem {
    grid-template-columns: repeat(2, 50%) !important;
  }
}
#coming-soon-carpe-diem .container-full {
  grid-template-columns: 100%;
}
#coming-soon-carpe-diem .swiper-container {
  width: 100% !important;
}

#holding-facts {
  position: relative;
}
#holding-facts .holding-facts-block {
  position: relative;
}
@media only screen and (max-width: 960px) {
  #holding-facts .holding-facts-block {
    display: flex;
    flex-flow: column;
  }
}
#holding-facts .holding-facts-block .holding-facts-words {
  position: absolute;
  bottom: -5%;
  z-index: 50;
  background: white;
  left: 100px;
  width: 30%;
  max-width: 500px;
  min-width: 250px;
  padding: 40px;
}
@media only screen and (max-width: 1845px) {
  #holding-facts .holding-facts-block .holding-facts-words {
    bottom: -15%;
  }
}
@media only screen and (max-width: 1200px) {
  #holding-facts .holding-facts-block .holding-facts-words {
    bottom: -25%;
    width: 40%;
    padding: 25px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 960px) {
  #holding-facts .holding-facts-block .holding-facts-words {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#holding-facts .holding-facts-block .holding-facts-words.right {
  left: auto;
  right: 100px;
}
@media only screen and (max-width: 960px) {
  #holding-facts .holding-facts-block .holding-facts-words.right {
    right: 0px;
  }
}

#news-title-block {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  left: 120px;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 960px) {
  #news-title-block {
    left: 80px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 578px) {
  #news-title-block {
    width: calc(100% - 50px);
    left: 25px;
    bottom: 20px;
  }
}

.news-header .spacer {
  height: 400px;
}
@media only screen and (max-width: 960px) {
  .news-header .spacer {
    height: 350px;
  }
}
@media only screen and (max-width: 578px) {
  .news-header .spacer {
    height: 250px;
  }
}

.news-list .news-item {
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.news-list .news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-list .news-item .news-image img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.news-list .news-item .news-image,
.news-list .news-item .img-wrapper,
.news-list .news-item .img-content {
  height: 100%;
}
.news-list .news-item .news-title h2 {
  font-size: 2em;
  padding: 25px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 960px) {
  .news-list .news-item .news-title h2 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 578px) {
  .news-list .news-item .news-title h2 {
    font-size: 1.3em;
  }
}
.news-list .news-item:hover .news-title h2 {
  color: #cb956d;
}

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

@media only screen and (max-width: 578px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .tablet-small-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .tablet-hidden {
    display: none !important;
  }
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.overflow-hidden {
  overflow: hidden;
}

*:focus {
  outline: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focuble:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.position-absolute {
  position: absolute !important;
}

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
