@font-face {
  font-family: 'Almarai';
  src: url("../fonts/almarai-regular.eot");
  src: url("../fonts/almarai-regular.eot#iefix") format("embedded-opentype"), url("../fonts/almarai-regular.woff2") format("woff2"), url("../fonts/almarai-regular.woff") format("woff"), url("../fonts/almarai-regular.ttf") format("truetype"), url("../fonts/almarai-regular.svg#almarai-regular") format("svg"); }

@font-face {
  font-family: 'Almarai Bold';
  src: url("../fonts/almarai-bold.eot");
  src: url("../fonts/almarai-bold.eot#iefix") format("embedded-opentype"), url("../fonts/almarai-bold.woff2") format("woff2"), url("../fonts/almarai-bold.woff") format("woff"), url("../fonts/almarai-bold.ttf") format("truetype"), url("../fonts/almarai-bold.svg#almarai-bold") format("svg"); }

@font-face {
  font-family: 'Almarai Heavy';
  src: url("../fonts/almarai-heavy.eot");
  src: url("../fonts/almarai-heavy.eot#iefix") format("embedded-opentype"), url("../fonts/almarai-heavy.woff2") format("woff2"), url("../fonts/almarai-heavy.woff") format("woff"), url("../fonts/almarai-heavy.ttf") format("truetype"), url("../fonts/almarai-heavy.svg#almarai-heavy") format("svg"); }

@font-face {
  font-family: 'Almarai Light';
  src: url("../fonts/almarai-light.eot");
  src: url("../fonts/almarai-light.eot#iefix") format("embedded-opentype"), url("../fonts/almarai-light.woff2") format("woff2"), url("../fonts/almarai-light.woff") format("woff"), url("../fonts/almarai-light.ttf") format("truetype"), url("../fonts/almarai-light.svg#almarai-light") format("svg"); }

@font-face {
  font-family: 'Modernline';
  src: url("../fonts/modernline-regular.eot");
  src: url("../fonts/modernline-regular.eot#iefix") format("embedded-opentype"), url("../fonts/modernline-regular.woff2") format("woff2"), url("../fonts/modernline-regular.woff") format("woff"), url("../fonts/modernline-regular.ttf") format("truetype"), url("../fonts/modernline-regular.svg#modernline-regular") format("svg"); }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body,
html {
  width: 100%;
  font-family: "Almarai";
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden; }
  @media screen and (min-width: 1024px) {
    body,
    html {
      font-size: 18px; } }

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 100%; }

body {
  margin: 0;
  padding-bottom: 48px; }
  body > header,
  body > main,
  body > aside,
  body > footer {
    max-width: 100vw;
    position: relative; }
  body > header {
    min-height: 80px; }
    @media screen and (min-width: 1600px) {
      body > header {
        min-height: 112px; } }

img {
  display: block; }

.centered, .welcome .headline-1,
.cuisine .headline-1,
.content .headline-1, .welcome .headline-2, .welcome .label,
.cuisine .label:not(.label--left),
.content .label, .welcome .body,
.culinary .body,
.wellness .body,
.firmevents .body, .content__meta .textlinks, .action-buttons {
  margin-left: auto;
  margin-right: auto; }
  .centered--text {
    text-align: center; }

@media screen and (min-width: 768px) {
  .contentoffset, .cuisine .headline-2,
  .alm .headline-2,
  .firmevents .headline-2, .cuisine .label--primary, .firmevents .label--secondary, .cuisine .body, .alm .body {
    margin-left: 248px; } }

@media screen and (min-width: 1024px) {
  .contentoffset, .cuisine .headline-2,
  .alm .headline-2,
  .firmevents .headline-2, .cuisine .label--primary, .firmevents .label--secondary, .cuisine .body, .alm .body {
    margin-left: 320px; } }

@media screen and (min-width: 1272px) {
  .contentoffset, .cuisine .headline-2,
  .alm .headline-2,
  .firmevents .headline-2, .cuisine .label--primary, .firmevents .label--secondary, .cuisine .body, .alm .body {
    margin-left: 360px; } }

@media screen and (min-width: 1920px) {
  .contentoffset, .cuisine .headline-2,
  .alm .headline-2,
  .firmevents .headline-2, .cuisine .label--primary, .firmevents .label--secondary, .cuisine .body, .alm .body {
    margin-left: 580px; } }

.container, .section, .navigation, .header,
.sticky-header, .footer-panorama,
.footer {
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (min-width: 768px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 48px;
      padding-right: 48px; } }
  @media screen and (min-width: 1024px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 64px;
      padding-right: 64px; } }
  @media screen and (min-width: 1272px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 96px;
      padding-right: 96px; } }
  @media screen and (min-width: 1600px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 160px;
      padding-right: 160px; } }
  @media screen and (min-width: 1921px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 8%;
      padding-right: 8%; } }
  @media screen and (min-width: 2400px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 16%;
      padding-right: 16%; } }
  @media screen and (min-width: 3200px) {
    .container, .section, .navigation, .header,
    .sticky-header, .footer-panorama,
    .footer {
      padding-left: 24%;
      padding-right: 24%; } }

.section {
  padding-top: 48px;
  padding-bottom: 48px; }
  .section.rooms {
    border-top-color: #eeeadf;
    border-top-width: 1px;
    border-top-style: solid; }
  @media screen and (min-width: 1024px) {
    .section {
      padding-left: 128px;
      padding-right: 128px; }
      .section--right {
        padding-left: 192px;
        padding-right: 64px; } }
  @media screen and (min-width: 1272px) {
    .section {
      padding-left: 192px;
      padding-right: 192px; }
      .section--right {
        padding-left: 288px;
        padding-right: 96px; } }
  @media screen and (min-width: 1600px) {
    .section {
      padding-top: 64px;
      padding-bottom: 64px;
      padding-left: 256px;
      padding-right: 256px; }
      .section--right {
        padding-left: 464px;
        padding-right: 160px; } }
  @media screen and (min-width: 1921px) {
    .section {
      padding-left: 16%;
      padding-right: 16%; }
      .section--right {
        padding-left: 24%;
        padding-right: 8%; } }
  @media screen and (min-width: 2400px) {
    .section {
      padding-left: 24%;
      padding-right: 24%; }
      .section--right {
        padding-left: 32%;
        padding-right: 16%; } }
  @media screen and (min-width: 3200px) {
    .section {
      padding-left: 32%;
      padding-right: 32%; }
      .section--right {
        padding-left: 40%;
        padding-right: 24%; } }
  .section--gold {
    background-color: #eeeadf; }
  .section--beige {
    background-color: #faf9f4;
    border-bottom-color: #faf9f4; }
    @media screen and (min-width: 1024px) {
      .section--beige + .section--white {
        margin-top: 0; } }
  @media screen and (min-width: 1600px) {
    .section--career {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .section--imgOverlap {
      margin-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .section--imgOverlap.section--career:last-of-type {
      margin-bottom: 0; } }
  @media screen and (min-width: 1600px) {
    .section--imgOverlap.section--career {
      padding-bottom: 0;
      margin-bottom: 140px;
      max-height: 500px; } }
  @media screen and (min-width: 1920px) {
    .section--imgOverlap.section--career {
      max-width: calc(1920px - 160px);
      padding-right: calc(64px + 4%); } }
  @media screen and (min-width: 1921px) {
    .section--imgOverlap.section--career {
      max-width: calc(100% - 8%); } }
  @media screen and (min-width: 2400px) {
    .section--imgOverlap.section--career {
      max-width: calc(100% - 16%); } }
  @media screen and (min-width: 3200px) {
    .section--imgOverlap.section--career {
      max-width: calc(100% - 24%); } }
  @media screen and (min-width: 1024px) {
    .section--imgOverlap + .section--white {
      margin-top: 100px; } }
  @media screen and (min-width: 1600px) {
    .section--imgOverlap + .section--white {
      margin-top: 0; } }

.rooms__body {
  overflow-x: hidden; }

.culinary {
  padding-bottom: 192px; }

.alm {
  position: relative;
  margin-bottom: 80px; }
  .alm__meta > div {
    margin-top: 48px;
    margin-bottom: 48px; }
  .alm__image {
    transform: translateY(160px);
    margin-top: -160px;
    width: 100%; }

@media screen and (max-width: 767px) {
  .alm__meta picture {
    display: block;
    max-height: 390px;
    overflow: hidden;
    margin-bottom: -135px; } }

@media screen and (min-width: 768px) {
  .alm {
    margin-bottom: 0; }
    .alm__image {
      width: 182px; }
    .alm__meta {
      display: flex;
      gap: 64px;
      padding-top: 32px; }
      .alm__meta div {
        order: 2;
        margin: 0;
        transform: translateY(-16px); } }

@media screen and (min-width: 1024px) {
  .rooms {
    padding-right: 0; }
  .alm__image {
    width: 260px;
    margin-top: -288px;
    max-height: unset; } }

@media screen and (min-width: 1272px) {
  .culinary__body {
    display: flex;
    justify-content: center;
    gap: 96px;
    padding-left: 96px;
    padding-right: 96px; }
    .culinary__body > * {
      flex: 1;
      transform: unset !important; }
  .alm__image {
    width: 300px; } }

@media screen and (min-width: 1600px) {
  .rooms__body {
    display: flex;
    justify-content: space-between; }
    .rooms__body .headline-3 {
      margin-top: 35%; }
  .culinary {
    padding-bottom: 320px; }
  .alm__image {
    margin-top: -360px;
    transform: translateY(224px); } }

@media screen and (min-width: 1920px) {
  .alm__image {
    margin-top: -420px;
    width: 384px;
    height: 640px; }
  .alm__meta {
    gap: 136px;
    padding-left: 64px; } }

.gallery__container .arrows {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px; }
  @media screen and (min-width: 1272px) {
    .gallery__container .arrows {
      display: none; } }

.c-gallerySwiper .arrows {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px; }
  @media screen and (min-width: 769px) {
    .c-gallerySwiper .arrows {
      display: none; } }

@media screen and (min-width: 1272px) {
  .gallery__container--roomDetails .arrows {
    display: block; } }

.teaser-list .arrows {
  display: none; }
  @media screen and (min-width: 1272px) {
    .teaser-list .arrows {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: 2;
      left: -150px;
      bottom: calc(50% - 160px); } }
  @media screen and (min-width: 1600px) {
    .teaser-list .arrows {
      bottom: calc(50% - 128px); } }
  @media screen and (min-width: 1920px) {
    .teaser-list .arrows {
      bottom: calc(50% - 96px); } }

.arrow {
  background: white;
  padding: 24px;
  border: 0;
  border-radius: 50%;
  transition: 0.5s; }
  .arrow.hide {
    opacity: 0;
    transition: 0.5s;
    cursor: default !important; }
  .arrow--left {
    transform: rotate(180deg);
    margin-right: -4px; }
  .arrow svg {
    display: block;
    width: 20px;
    height: 20px; }
  .arrow:hover, .arrow:focus {
    background-color: #333333;
    color: #faf9f4;
    cursor: pointer; }
    .arrow:hover path, .arrow:focus path {
      fill: #faf9f4; }
  .arrow:active {
    background: transparent;
    color: initial; }
    .arrow:active path {
      fill: initial; }

.button {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  width: 152px;
  height: 48px;
  line-height: 48px;
  border: 1px solid;
  text-align: center;
  letter-spacing: 2.8px;
  transition: all 0.5s; }
  .button--primary {
    border-color: #ab9860;
    color: #faf9f4;
    background-color: #ab9860; }
  .button--secondary {
    border-color: #858585;
    color: #858585; }
  .button--tertiary {
    border-color: #ab9860;
    color: #ab9860; }
  .button--inverse {
    background-color: #333333;
    border-color: #333333;
    color: #faf9f4; }
  .button--padding {
    padding: 1px 20px; }
  .hero .button--primary,
  .teaser .button--primary,
  .card__item .button--primary {
    border-color: #eeeadf;
    color: #eeeadf; }
  .hero .button--secondary,
  .teaser .button--secondary,
  .card__item .button--secondary {
    border-color: #bcad80;
    color: #bcad80; }
  .content .button {
    width: 100%;
    max-width: 320px; }
    .content .button--slider {
      width: 152px; }
  .card__item .card__actions .button {
    max-width: 160px; }
    .card__item .card__actions .button--big {
      max-width: 200px; }
  @media screen and (min-width: 480px) {
    .button {
      width: 152px; } }
  @media screen and (min-width: 480px) {
    .teaser__actions .button {
      width: 152px; } }
  .button:hover, .button:focus {
    background-color: #333333;
    border-color: #333333;
    color: #faf9f4;
    cursor: pointer; }
  .button:active {
    background: transparent;
    color: initial; }
  .button--inverse:hover, .button--inverse:focus {
    background-color: #ab9860;
    border-color: #ab9860; }
  .button--primary:hover, .button--primary:focus {
    background: transparent;
    border-color: #333333;
    color: #333333; }

/*
 |--------------------------------------------------------------------------
 | .e-formCheckbox
 |--------------------------------------------------------------------------
*/
.e-formCheckbox {
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .e-formCheckbox:checked + label:before {
    width: 10px;
    top: -10px;
    left: 10px;
    border-radius: 0;
    opacity: 1;
    border-color: #ab9860;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg); }
  .e-formCheckbox + label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .e-formCheckbox + label::before {
      content: "";
      display: block;
      width: 20px;
      height: 22px;
      border: 1px solid transparent;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.6;
      transition: all 0.12s, border-color 0.08s; }
    .e-formCheckbox + label::after {
      content: "";
      display: block;
      z-index: -1;
      width: 22px;
      height: 22px;
      border: 1px solid #ab9860;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0; }
  .e-formCheckbox--verticalCenter:checked + label:before {
    top: 7px; }
    @media screen and (min-width: 1024px) {
      .e-formCheckbox--verticalCenter:checked + label:before {
        top: -4px; } }
  .e-formCheckbox--verticalCenter + label::before, .e-formCheckbox--verticalCenter + label::after {
    top: 50%;
    transform: translateY(-50%); }
  .e-formCheckbox--filterCheckbox + label {
    text-transform: capitalize; }

button {
  cursor: pointer; }

input,
select,
textarea {
  border: 0;
  outline: none; }
  input:active, input:focus,
  select:active,
  select:focus,
  textarea:active,
  textarea:focus {
    outline: none; }

.c-form__checkbox {
  display: flex;
  flex-direction: row; }
  .c-form__checkbox--disabled {
    color: var(--disabled); }

.c-form__checkboxInput {
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .c-form__checkboxInput:checked + span:before {
    width: 10px;
    top: -10px;
    left: 10px;
    border-radius: 0;
    opacity: 1;
    border-color: var(--c-black);
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg); }
  .c-form__checkboxInput + span {
    display: block;
    position: relative;
    padding-left: 35px;
    color: var(--c-black);
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .c-form__checkboxInput + span::before {
      content: '';
      display: block;
      width: 20px;
      height: 22px;
      border: 1px solid transparent;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .6;
      transition: all .12s, border-color .08s; }
    .c-form__checkboxInput + span:after {
      content: '';
      display: block;
      z-index: -1;
      width: 22px;
      height: 22px;
      background: var(--c-basecolor4);
      position: absolute;
      left: 0;
      top: 0; }

.c-form__selectWrapper .c-form__select {
  background: var(--c-basecolor4);
  padding: .6rem 1.1rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .c-form__selectWrapper .c-form__select {
      padding: .6rem 0.9rem; } }
  .c-form__selectWrapper .c-form__select:hover {
    cursor: pointer; }

.c-form--contact {
  width: auto;
  margin-left: -16px;
  margin-right: -16px;
  flex-flow: row wrap;
  display: flex;
  flex: 1 1 auto;
  margin-left: 0px;
  margin-right: 0px; }

.c-form--eventInquery {
  width: auto;
  margin-left: -16px;
  margin-right: -16px;
  flex-flow: row wrap;
  display: flex;
  flex: 1 1 auto; }

.c-form a {
  color: #ab9860;
  text-decoration: underline; }

/*
 |--------------------------------------------------------------------------
 | .e-formGroup
 |--------------------------------------------------------------------------
*/
.e-formGroup {
  display: block;
  position: relative;
  margin-top: 36px;
  width: 100%; }
  .e-formGroup input,
  .e-formGroup select,
  .e-formGroup textarea {
    transition: box-shadow 0.3s ease-in-out, border-width .2s ease-in-out; }
    .e-formGroup input:hover, .e-formGroup input:focus, .e-formGroup input:active,
    .e-formGroup select:hover,
    .e-formGroup select:focus,
    .e-formGroup select:active,
    .e-formGroup textarea:hover,
    .e-formGroup textarea:focus,
    .e-formGroup textarea:active {
      border-width: 1px;
      box-shadow: inset 0 -1px 1px #ab98601f, 0px 1.5px 0px 0px #ab9860;
      cursor: pointer; }
  .e-formGroup label:hover, .e-formGroup label:focus, .e-formGroup label:active,
  .e-formGroup input[type="checkbox"]:hover,
  .e-formGroup input[type="checkbox"]:focus,
  .e-formGroup input[type="checkbox"]:active {
    cursor: pointer; }
  .e-formGroup__hidden {
    display: none; }
  .e-formGroup--halfWidth {
    width: calc(6 / 6 * 100%);
    padding-left: 16px;
    padding-right: 16px; }
    @media screen and (min-width: 768px) {
      .e-formGroup--halfWidth {
        width: calc(6 / 12 * 100%); } }
  .e-formGroup--fullWidth {
    width: calc(6 / 6 * 100%);
    padding-left: 16px;
    padding-right: 16px; }
  .e-formGroup--segment {
    margin-top: 10px; }

[class^="headline"],
[class*=" headline"] {
  position: relative; }
  [class^="headline"] em,
  [class*=" headline"] em {
    display: block;
    line-height: 1;
    font-style: normal; }

.headline-1 {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .headline-1 {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .headline-1__header {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 32px;
    color: #5c5c5c;
    letter-spacing: -0.8px;
    text-transform: uppercase; }
    @media screen and (max-width: 359px) {
      .headline-1__header {
        font-size: 28px; } }
    @media screen and (min-width: 1024px) {
      .headline-1__header {
        font-size: 40px; } }
  .headline-1__accent {
    color: #ab9860;
    font-family: "Modernline";
    font-weight: 400;
    font-size: 32px;
    margin-left: 128px;
    margin-top: -8px; }
    .section.welcome .headline-1__accent {
      transform: translateX(16px); }
    @media screen and (min-width: 768px) {
      .headline-1__accent {
        font-size: 40px;
        margin-left: 192px; }
        .section.welcome .headline-1__accent {
          transform: translateX(32px); } }
    @media screen and (min-width: 1600px) {
      .headline-1__accent {
        margin-left: 208px; } }
  .headline-1__logo {
    display: block;
    margin: 0 auto;
    max-height: 48px; }
    @media screen and (min-width: 768px) {
      .headline-1__logo {
        transform: translateX(64px);
        max-height: 64px; } }
    @media screen and (min-width: 1024px) {
      .headline-1__logo {
        transform: translateX(96px); } }
    @media screen and (min-width: 1920px) {
      .headline-1__logo {
        max-height: 96px; } }
    .cuisine .headline-1__logo {
      fill: #4e6d5a; }
    .alm .headline-1__logo {
      fill: #843131;
      max-height: 80px; }
      @media screen and (min-width: 768px) {
        .alm .headline-1__logo {
          max-height: 112px;
          margin-top: -16px;
          margin-bottom: -16px; } }
      @media screen and (min-width: 1024px) {
        .alm .headline-1__logo {
          transform: unset;
          margin-left: 192px; } }
      @media screen and (min-width: 1920px) {
        .alm .headline-1__logo {
          max-height: 160px;
          margin-left: 320px; } }
  .welcome .headline-1,
  .cuisine .headline-1,
  .content .headline-1 {
    text-align: center; }
  .wellness .headline-1__header:nth-child(2),
  .alm .headline-1__header:nth-child(2) {
    padding-left: 48px; }
  .wellness .headline-1__header:nth-child(3),
  .alm .headline-1__header:nth-child(3) {
    padding-left: 96px; }

.headline-2 {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 24px;
  color: #5c5c5c;
  padding-right: 24px;
  letter-spacing: -0.4px;
  line-height: 1.24;
  max-width: 480px; }
  .headline-2__accent {
    color: #ab9860;
    font-family: "Modernline";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.4px;
    margin-left: 56px;
    margin-top: -12px; }
  @media screen and (min-width: 1024px) {
    .headline-2 {
      font-size: 28px; } }
  @media screen and (min-width: 1920px) {
    .headline-2 {
      font-size: 32px; } }

.headline-3 {
  margin-top: 64px; }
  .headline-3__header {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 20px;
    color: #5c5c5c;
    letter-spacing: -0.4px; }
    @media screen and (min-width: 1024px) {
      .headline-3__header {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .headline-3__header {
        font-size: 28px; } }
  .headline-3__accent {
    color: #ab9860;
    font-family: "Modernline";
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.4px;
    margin-left: 56px;
    margin-top: -12px; }
  @media screen and (min-width: 1272px) {
    .rooms .headline-3,
    .arrangements .headline-3 {
      position: absolute;
      right: 64px;
      bottom: calc(50% - 208px); } }
  @media screen and (min-width: 1600px) {
    .rooms .headline-3,
    .arrangements .headline-3 {
      bottom: calc(50% - 176px); } }
  @media screen and (min-width: 1920px) {
    .rooms .headline-3,
    .arrangements .headline-3 {
      bottom: calc(50% - 160px); } }
  .firmevents .headline-3 {
    display: none; }
    @media screen and (min-width: 768px) {
      .firmevents .headline-3 {
        display: block; } }
    @media screen and (min-width: 1600px) {
      .firmevents .headline-3 {
        transform: translateY(96px);
        margin-top: -4px; } }
    @media screen and (min-width: 1920px) {
      .firmevents .headline-3 {
        margin-left: 80px; } }

.headline-4 {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 18px;
  color: #5c5c5c;
  letter-spacing: -0.3px;
  margin-bottom: 0; }
  .headline-4__accent {
    color: #ab9860;
    font-family: "Modernline";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.3px;
    margin-left: 56px;
    margin-top: -12px; }

.headline-5 {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 12px;
  color: #adadad;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  .footer--secondary .headline-5 {
    margin-bottom: 0; }

.headline--left {
  text-align: left; }

.headline--center {
  text-align: center; }

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

/*
 |--------------------------------------------------------------------------
 | .e-image
 |--------------------------------------------------------------------------
 */
.e-image img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%; }

.e-image--fullWidth {
  display: block;
  width: 100%; }
  .e-image--fullWidth img {
    width: 100%; }

.e-image--hoverOriginal img {
  transition: all .3s ease-in-out; }

.t-hover:hover .e-image--hoverOriginal img, .e-image--hoverOriginal:hover img {
  opacity: 1; }

.e-image--hoverScale {
  overflow: hidden; }
  .e-image--hoverScale img {
    transition: all .3s ease-in-out; }
  .t-hover:hover .e-image--hoverScale img, .e-image--hoverScale:hover img {
    transform: scale(1.1); }

.e-image--objectCover {
  display: block;
  height: 100%;
  width: 100%; }
  .e-image--objectCover img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

/*
 |--------------------------------------------------------------------------
 | .e-formInput
 |--------------------------------------------------------------------------
*/
.e-formInput {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  margin: 0 0 5px;
  padding: 15px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #ab9860;
  color: inherit;
  z-index: 1;
  font-size: inherit; }
  .e-formInput:-internal-autofill-selected {
    background-color: #fff !important; }
  .e-formInput + label {
    position: absolute; }
  .e-formInput::-moz-placeholder {
    color: transparent;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  .e-formInput:-ms-input-placeholder {
    color: transparent;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  .e-formInput::placeholder {
    color: transparent;
    transition: color .3s ease-in-out; }
  .e-formInput:not(.e-formInput:-moz-placeholder-shown) + label {
    transform: translateY(-75px);
    font-size: 13px;
    margin-left: 7px; }
  .e-formInput:not(.e-formInput:-ms-input-placeholder) + label {
    transform: translateY(-75px);
    font-size: 13px;
    margin-left: 7px; }
  .e-formInput:focus + label,
  .e-formInput:not(.e-formInput:placeholder-shown) + label {
    transform: translateY(-75px);
    font-size: 13px;
    margin-left: 7px; }
    .e-formInput:focus + label::-moz-placeholder, .e-formInput:not(.e-formInput:placeholder-shown) + label::-moz-placeholder {
      color: inherit; }
    .e-formInput:focus + label:-ms-input-placeholder, .e-formInput:not(.e-formInput:placeholder-shown) + label:-ms-input-placeholder {
      color: inherit; }
    .e-formInput:not(.e-formInput:-moz-placeholder-shown) + label::placeholder {
      color: inherit; }
    .e-formInput:not(.e-formInput:-ms-input-placeholder) + label::placeholder {
      color: inherit; }
    .e-formInput:focus + label::placeholder,
    .e-formInput:not(.e-formInput:placeholder-shown) + label::placeholder {
      color: inherit; }
  .e-formInput:focus::-moz-placeholder {
    color: inherit; }
  .e-formInput:focus:-ms-input-placeholder {
    color: inherit; }
  .e-formInput:focus::placeholder {
    color: inherit; }
  .e-formInput--search {
    border-bottom: 0;
    margin: 0;
    height: 100%; }
    .e-formInput--search .e-formInput__input {
      padding: 0 22px;
      line-height: 58px;
      height: 60px;
      width: 100%; }

.label {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 12px;
  color: #ab9860;
  padding-top: 32px;
  padding-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }
  .welcome .label,
  .cuisine .label:not(.label--left),
  .content .label {
    text-align: center; }
  @media screen and (min-width: 1920px) {
    .label {
      font-size: 14px; } }
  .label:after {
    margin-left: 16px; }
  .label:before {
    margin-right: 16px; }
  .label:after, .label:before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #ab9860;
    margin-left: 16px;
    margin-right: 16px; }
  .label--secondary {
    color: #858585; }
    .label--secondary:after, .label--secondary:before {
      background-color: #858585; }
    @media screen and (min-width: 768px) {
      .firmevents .label--secondary {
        margin-top: -4px; } }
    @media screen and (min-width: 1600px) {
      .firmevents .label--secondary {
        margin-top: -4px; } }
  .label--left {
    justify-content: flex-start;
    transform: unset; }
    .label--left:before {
      margin: 0;
      width: 0;
      height: 0; }
  .label--handwritten {
    font-family: "Modernline";
    font-weight: 400;
    font-size: 24px;
    text-transform: none; }

/*
 |--------------------------------------------------------------------------
 | .e-formLabel
 |--------------------------------------------------------------------------
 */
.e-formLabel {
  max-width: 100%;
  display: inline-block;
  font-weight: normal;
  transform: translateY(-45px);
  margin-left: 7px;
  z-index: 0;
  transition: transform .3s ease-in-out, font-size .3s ease-in-out, margin-left .3s ease-in-out, top .3s ease-in-out; }
  .e-formLabel--textArea {
    transform: unset;
    margin-left: 0; }

.overlay, .card__image::after, .teaser__image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 48%;
  width: 100%;
  background: linear-gradient(180deg, #ffffff00 0%, black 100%);
  mix-blend-mode: multiply; }
  .hero .overlay, .hero .card__image::after, .hero .teaser__image::after {
    opacity: 0.48005; }

/*
 |--------------------------------------------------------------------------
 | .e-formSelect
 |--------------------------------------------------------------------------
 */
.e-formSelect {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 .5rem;
  padding: 15px 10px;
  border: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #ab9860;
  font-size: inherit;
  color: inherit; }
  .e-formSelect:placeholder {
    color: #30485e; }
  .e-formSelect + label {
    position: absolute;
    transform: translateY(-75px);
    font-size: 13px;
    margin-left: 7px; }
  .e-formSelect option:disabled {
    color: #d6d6d6; }
  .e-formSelect--abmForm {
    padding: 15px 10px; }

.e-svg--inline {
  display: inline-block; }

.e-svg--verticalCenter {
  display: flex;
  align-items: center; }

/*
 |--------------------------------------------------------------------------
 | .e-table
 |--------------------------------------------------------------------------
*/
.e-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .e-table__head {
    display: table-header-group; }
  .e-table__body {
    display: table-row-group; }
  .e-table__footer {
    display: table-footer-group;
    font-weight: bold; }
  .e-table__tr {
    display: table-row;
    border-bottom: 1px solid;
    border-color: #eeeadf; }
  .e-table__td {
    display: table-cell;
    padding: 0 0 .5rem;
    line-height: 1.3; }
    @media screen and (min-width: 1024px) {
      .e-table__td {
        padding: 1rem 0; } }

.body {
  color: #5c5c5c;
  letter-spacing: 0.32px;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 480px; }
  .body > p {
    margin-top: 32px;
    margin-bottom: 0; }
    .body > p:first-child {
      margin: 0; }
  .body--primary {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .body--primary {
        font-size: 18px; } }
  .body--fullWidth {
    max-width: unset; }
  .body--secondary {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
    margin-top: 8px;
    line-height: 1.5; }
  .body strong {
    font-family: "Almarai bold";
    font-weight: 700;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .body strong {
        font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    .rooms .body,
    .arrangements .body {
      min-width: 384px;
      padding-right: 64px; } }
  @media screen and (min-width: 1920px) {
    .rooms .body,
    .arrangements .body {
      min-width: 480px;
      padding-right: 128px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cuisine .body {
      margin-left: 48px; } }

.text--linkListPrimary {
  max-width: 640px;
  font-size: 16px; }
  .text--linkListPrimary li {
    color: #ab9860;
    margin-top: 30px;
    letter-spacing: 0.03188em; }
    .text--linkListPrimary li:first-child {
      margin-top: 0; }
    .text--linkListPrimary li::before {
      background-color: #ab9860; }
  .text--linkListPrimary a {
    color: inherit;
    text-decoration: none; }

/*
 |--------------------------------------------------------------------------
 | .e-formTextarea
 |--------------------------------------------------------------------------
*/
.e-formTextarea {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 5px;
  padding: 15px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #ab9860;
  color: var(--c-black);
  z-index: 1;
  resize: vertical;
  font-size: inherit;
  color: inherit; }
  .e-formTextarea::-moz-placeholder {
    color: transparent;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  .e-formTextarea:-ms-input-placeholder {
    color: transparent;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  .e-formTextarea::placeholder {
    color: transparent;
    transition: color .3s ease-in-out; }
  .e-formTextarea:focus + label::-moz-placeholder, .e-formTextarea:not(.e-formTextarea:placeholder-shown) + .e-formLabel::-moz-placeholder {
    color: var(--c-black); }
  .e-formTextarea:focus + label:-ms-input-placeholder, .e-formTextarea:not(.e-formTextarea:placeholder-shown) + .e-formLabel:-ms-input-placeholder {
    color: var(--c-black); }
  .e-formTextarea:not(.e-formTextarea:-moz-placeholder-shown) + .e-formLabel::placeholder {
    color: var(--c-black); }
  .e-formTextarea:not(.e-formTextarea:-ms-input-placeholder) + .e-formLabel::placeholder {
    color: var(--c-black); }
  .e-formTextarea:focus + label::placeholder,
  .e-formTextarea:not(.e-formTextarea:placeholder-shown) + .e-formLabel::placeholder {
    color: var(--c-black); }
  .e-formTextarea:focus::-moz-placeholder {
    color: transparent; }
  .e-formTextarea:focus:-ms-input-placeholder {
    color: transparent; }
  .e-formTextarea:focus::placeholder {
    color: transparent; }

a {
  text-decoration: none; }

p a, li a {
  color: #ab9860;
  text-decoration: underline; }
  p a:hover, p a:focus, li a:hover, li a:focus {
    text-decoration: none; }

.textlink {
  position: relative;
  display: block;
  font-family: "Almarai light";
  font-weight: 300;
  font-size: 16px;
  color: #ab9860;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  white-space: nowrap; }
  .textlink--secondary {
    font-family: "Almarai light";
    font-weight: 300;
    font-size: 14px;
    color: #333333; }
  .textlink--tertiary {
    text-transform: unset;
    font-family: "Almarai light";
    font-weight: 300;
    font-size: 14px;
    color: #ab9860;
    letter-spacing: 1px; }
  .textlink em {
    display: inline-block;
    font-style: normal;
    transition: 0.5s; }
  .textlink #icon-arrow-left {
    transform: rotate(180deg);
    margin-right: 24px; }
  .textlink:before, .textlink:after {
    content: "";
    position: absolute;
    bottom: 8px;
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #ab9860;
    transition: 0.5s;
    opacity: 0; }
  .textlink:before {
    left: 0; }
  .textlink:after {
    right: 0; }
  .textlink:hover, .textlink:focus {
    cursor: pointer; }
    .textlink:hover em, .textlink:focus em {
      transform: scale(0.875); }
    .textlink:hover:before, .textlink:hover:after, .textlink:focus:before, .textlink:focus:after {
      width: 25%;
      opacity: 1; }
    .textlink:hover:before, .textlink:focus:before {
      left: 50%;
      margin-left: -25%; }
    .textlink:hover:after, .textlink:focus:after {
      right: 50%;
      margin-right: -25%; }
  .card__item .textlink,
  .teaser .textlink {
    padding-bottom: 0; }
    .card__item .textlink--tertiary,
    .teaser .textlink--tertiary {
      padding-top: 0; }
    .card__item .textlink:hover em, .card__item .textlink:focus em,
    .teaser .textlink:hover em,
    .teaser .textlink:focus em {
      transform: unset; }
    .card__item .textlink:hover:before, .card__item .textlink:hover:after, .card__item .textlink:focus:before, .card__item .textlink:focus:after,
    .teaser .textlink:hover:before,
    .teaser .textlink:hover:after,
    .teaser .textlink:focus:before,
    .teaser .textlink:focus:after {
      opacity: 0; }
  @media screen and (min-width: 768px) {
    .alm__meta .textlink,
    .inclusives__meta .textlink {
      display: table;
      text-align: left; } }
  .alm__meta .textlink {
    color: #843131; }
    .alm__meta .textlink:before, .alm__meta .textlink:after {
      background-color: #843131; }

.textlinks {
  margin-top: 48px;
  margin-bottom: 48px; }
  .textlinks--left .textlink {
    text-align: left; }
  .textlinks--left .textLinkWrapper .textlink {
    display: inline-block; }
  .content__meta .textlinks.rooms {
    display: block; }
  .textlinks.rooms-packages {
    display: block; }
  @media screen and (min-width: 1024px) {
    .textlinks {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 48px; }
      .alm .textlinks {
        display: block; } }
  @media screen and (min-width: 1272px) {
    .textlinks {
      gap: 64px; } }
  @media screen and (min-width: 1920px) {
    .textlinks {
      margin-top: 64px;
      margin-bottom: 64px; } }

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 64px; }
  @media screen and (min-width: 768px) {
    .action-buttons {
      flex-direction: row; } }

.arrangements {
  padding-bottom: 192px; }

.detailseite .arrangements {
  padding-bottom: 48px; }

@media screen and (min-width: 1024px) {
  .arrangements {
    padding-right: 0; }
    .arrangements__body {
      overflow-x: hidden; } }

@media screen and (min-width: 1272px) {
  .arrangements {
    padding-bottom: 320px; }
    .arrangements__body {
      display: flex;
      justify-content: space-between; }
      .arrangements__body > div:first-of-type {
        position: relative;
        padding-right: 32px; } }

.c-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 50%;
  width: 166px;
  height: 166px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out; }
  .c-badge::before {
    position: absolute;
    content: '';
    display: block;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid;
    border-radius: 50%; }
  .c-badge:hover {
    transform: scale(1.025); }
  .c-badge__title {
    margin-top: 8px; }
  .c-badge__subline {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 12px;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .c-badge--primary {
    color: #fff;
    background-color: #ab9860; }
    .c-badge--primary::before, .c-badge--primary::after {
      border-color: #ab9860; }

.bluePrints {
  counter-reset: bluePrints 0; }
  .bluePrints__counter {
    position: relative;
    display: inline-block;
    counter-increment: bluePrints 1; }
    .bluePrints__counter::after {
      content: counter(bluePrints);
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-49%);
      display: inline-block;
      font-size: 16px;
      color: #ab9860;
      font-family: "Almarai light";
      font-weight: 300; }

.card {
  margin-top: 48px; }
  .card__item {
    width: 100vw;
    margin-left: -24px;
    overflow: hidden;
    margin-bottom: 64px; }
  .card__image {
    position: relative;
    width: 100%;
    height: 240px; }
    @media screen and (max-width: 768px) {
      .card__image ~ span {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        white-space: normal; } }
    .card__image::after {
      content: ""; }
    .card__image.no-image {
      background-color: #eeeadf; }
    .card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .card__fallBackImage {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .card__fallBackImage .headline-2__accent {
      margin: 0;
      font-size: 20px; }
  .card__actions {
    bottom: 24px;
    position: absolute;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center; }
    .card__actions > .button:first-child {
      margin-right: 8px; }
  .card .is-hidden {
    display: none; }

@media screen and (min-width: 768px) {
  .cards {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .card__item {
    width: 100%;
    margin-left: 0; } }

@media screen and (min-width: 1024px) {
  .cards {
    max-width: 640px;
    transform: translateX(-32px); }
  .card__image {
    height: 320px; }
  .card__actions {
    flex-direction: column;
    align-items: center; }
    .card__actions > .button:first-child {
      margin-right: 0;
      margin-bottom: 8px; } }

@media screen and (min-width: 1272px) {
  .cards {
    padding-left: 128px;
    padding-right: 128px;
    max-width: 1296px;
    transform: unset; }
  .card {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    margin-left: -128px;
    margin-right: -128px;
    margin-bottom: 48px; }
    .card__image::after {
      opacity: 0;
      transition: 0.25s; }
    .card__image ~ span {
      clear: both;
      transition: 0.5s; }
    .card__image ~ span:nth-of-type(1) {
      text-align: left;
      float: left;
      left: 0; }
    .card__image ~ span:nth-of-type(2) {
      text-align: right;
      float: right;
      right: 0;
      opacity: 0; }
    .card__actions {
      margin-bottom: -240px;
      transition: 0.25s; }
    .card__item {
      margin: 0; }
      .card__item:hover .card__image img, .card__item:focus .card__image img {
        transform: unset; }
      .card__item:hover .card__image::after, .card__item:focus .card__image::after {
        opacity: 1; }
      .card__item:hover .card__image ~ span, .card__item:focus .card__image ~ span {
        cursor: default;
        opacity: 1; }
      .card__item:hover .card__image ~ span:nth-of-type(1), .card__item:focus .card__image ~ span:nth-of-type(1) {
        left: 50%;
        transform: translateX(-50%); }
      .card__item:hover .card__image ~ span:nth-of-type(2), .card__item:focus .card__image ~ span:nth-of-type(2) {
        right: 50%;
        transform: translateX(50%); }
      .card__item:hover .card__actions, .card__item:focus .card__actions {
        margin-bottom: 0; } }

@media screen and (min-width: 1600px) {
  .cards {
    padding-left: 160px; } }

.c-cardRating {
  text-align: center;
  font-family: "Almarai";
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  padding: 20px; }
  .c-cardRating__label {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 16px; }
  .c-cardRating__value {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 18px;
    margin-top: 24px; }
  .c-cardRating__divider {
    border-top: 1px solid;
    margin-top: 12px;
    width: 24px;
    margin: 12px auto 0; }
  .c-cardRating__max {
    margin-top: 12px; }
  .c-cardRating__infos {
    margin-top: 24px; }
  .c-cardRating--hq {
    color: #ab9860;
    border: 1px solid; }

.c-cardReview {
  margin-top: 48px;
  position: relative; }
  .c-cardReview__author {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 14px;
    color: #858585;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1.5em; }
  .c-cardReview__infos {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 14px;
    color: #ab9860;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.5em; }
  .c-cardReview__text {
    margin-top: 1.5em; }
  .c-cardReview__spacer {
    margin-top: 48px; }
  .c-cardReview__logo {
    width: 56px;
    height: auto;
    margin: 0 auto;
    display: block; }

.content__body > * {
  transform: unset !important; }

.content__meta {
  padding-bottom: 32px; }

.content .textlink--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .content .textlink--secondary--room-package-Nav {
    display: none; }
  .content .textlink--secondary svg {
    width: 24px;
    height: 24px; }
  .content .textlink--secondary.prev, .content .textlink--secondary.next {
    display: flex; }
  .content .textlink--secondary.next svg, .content .textlink--secondary.right svg {
    margin-left: 24px; }
    .content .textlink--secondary.next svg:first-child, .content .textlink--secondary.right svg:first-child {
      opacity: 0; }
  .content .textlink--secondary.prev svg, .content .textlink--secondary.left svg {
    transform: rotate(180deg);
    margin-right: 24px; }
    .content .textlink--secondary.prev svg:last-child, .content .textlink--secondary.left svg:last-child {
      opacity: 0; }

@media screen and (min-width: 768px) {
  .content__body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .content__body--oneCol {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (min-width: 1024px) {
  .content__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 64px; }
    .content__body > :first-child:not(div) {
      grid-column: 1 / span 2; }
  .content__body--threeCol {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%; }
    .content__body--threeCol > :first-child:not(div) {
      grid-column: 1 / span 2; }
  .content__body--oneCol {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0; }
  .content__body--biggerWidht {
    max-width: 100%; } }

@media screen and (min-width: 1272px) {
  .content__body--threeCol {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%; }
    .content__body--threeCol > :first-child:not(div) {
      grid-column: 1 / span 3; } }

@media screen and (min-width: 1600px) {
  .content__body {
    grid-column-gap: 128px;
    max-width: 880px; }
  .content__body--threeCol {
    max-width: 100%; }
  .content__body--oneCol {
    grid-template-columns: repeat(1, 1fr);
    max-width: 940px;
    grid-column-gap: 0; }
  .content__body--biggerWidht {
    max-width: 940px; } }

/*
 |--------------------------------------------------------------------------
 | .e-embed
 |--------------------------------------------------------------------------
 */
.e-embed iframe {
  width: 100%; }
  .e-embed iframe:not([src]) {
    display: none; }

/*
 |--------------------------------------------------------------------------
 | .c-embed
 |--------------------------------------------------------------------------
 */
.c-embed {
  position: relative; }
  .c-embed::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: none;
    width: 100vw;
    transform: translate3d(-50%, 0, 0);
    z-index: -1; }
  .c-embed__container {
    max-width: 1920px;
    position: relative; }
  .c-embed__preview {
    background-color: #faf9f4;
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .c-embed__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-embed__description {
    position: relative; }
  .c-embed__cta {
    position: relative; }
  .c-embed__headline + .c-embed__description,
  .c-embed__headline + .c-embed__cta,
  .c-embed__description + .c-embed__cta {
    margin-top: 24px; }
  .c-embed--169 .e-embed {
    height: 0;
    padding-top: calc(9/16 * 100%);
    position: relative; }
    .c-embed--169 .e-embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .c-embed--169 .c-embed__preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .c-embed--189 .e-embed {
    height: 0;
    padding-top: calc(18/9 * 100%);
    position: relative;
    width: 120%;
    left: -10%; }
    @media screen and (min-width: 768px) {
      .c-embed--189 .e-embed {
        padding-top: calc(16/9 * 100%); } }
    @media screen and (min-width: 1024px) {
      .c-embed--189 .e-embed {
        width: auto;
        left: unset; } }
    .c-embed--189 .e-embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .c-embed--189 .e-embed iframe {
          bottom: 4%;
          top: auto; } }
      @media screen and (min-width: 1024px) {
        .c-embed--189 .e-embed iframe {
          bottom: auto;
          top: 0; } }
  .c-embed--mobile {
    display: block; }
    @media screen and (min-width: 1024px) {
      .c-embed--mobile {
        display: none; } }
  .c-embed--desktop {
    display: none; }
    @media screen and (min-width: 1024px) {
      .c-embed--desktop {
        display: block; } }
  .hero--hasVideo .c-embed {
    z-index: 2; }
    .hero--hasVideo .c-embed .e-embed iframe {
      /* iPad Pro Landscape */
      /* Portrait */ }
      @media only screen and (min-width: 1024px) and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
        .hero--hasVideo .c-embed .e-embed iframe {
          top: 0;
          width: 177.78vh;
          height: 100vh; } }
      @media only screen and (min-width: 1024px) and (max-width: 1025px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
        .hero--hasVideo .c-embed .e-embed iframe {
          left: 0;
          top: 0;
          width: 177.78vh;
          height: 100vh; } }
      @media screen and (min-width: 1600px) {
        .hero--hasVideo .c-embed .e-embed iframe {
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }

.c-employee__image img {
  width: 100%; }

.c-employee__name {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1.5em; }

.c-employee__position {
  font-family: "Almarai";
  font-weight: 400;
  font-size: 14px;
  color: #ab9860;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0.5em; }

.c-employees__items {
  width: auto;
  margin-left: -8px;
  margin-right: -8px;
  flex-flow: row wrap;
  display: flex;
  flex: 1 1 auto; }

.c-employees__item {
  width: calc(1 / 2 * 100%);
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 48px; }
  @media (min-width: 480px) {
    .c-employees__item {
      width: calc(1 / 3 * 100%); } }
  @media (min-width: 1024px) {
    .c-employees__item {
      width: calc(1 / 4 * 100%); } }
  @media (min-width: 1272px) {
    .c-employees__item {
      width: calc(1 / 5 * 100%); } }

.c-eventDetails__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .c-eventDetails__items {
      width: auto;
      margin-left: -16px;
      margin-right: -16px;
      flex-flow: row wrap;
      display: flex;
      flex: 1 1 auto;
      justify-content: flex-start; } }

.c-eventDetails__item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 5px 5px 0 5px; }
  @media screen and (min-width: 768px) {
    .c-eventDetails__item {
      width: calc(6 / 12 * 100%);
      margin: 0;
      margin-top: 10px; } }
  @media screen and (min-width: 1272px) {
    .c-eventDetails__item {
      width: calc(2 / 12 * 100%); } }
  @media screen and (min-width: 1272px) {
    .c-eventDetails__item:nth-child(1) {
      width: calc(3.5 / 12 * 100%); } }
  @media screen and (min-width: 1920px) {
    .c-eventDetails__item:nth-child(1) {
      width: calc(3.7 / 12 * 100%); } }
  @media screen and (min-width: 1272px) {
    .c-eventDetails__item:nth-child(2) {
      width: calc(3 / 12 * 100%); } }
  @media screen and (min-width: 1920px) {
    .c-eventDetails__item:nth-child(2) {
      width: calc(3.1 / 12 * 100%); } }
  @media screen and (min-width: 1920px) {
    .c-eventDetails__item:nth-child(3) {
      width: calc(2.1 / 12 * 100%); } }
  @media screen and (min-width: 1272px) {
    .c-eventDetails__item:nth-child(4) {
      width: calc(3.5 / 12 * 100%); } }
  @media screen and (min-width: 1920px) {
    .c-eventDetails__item:nth-child(4) {
      width: calc(2.2 / 12 * 100%); } }

.c-eventDetails__icon {
  display: inline-block;
  margin-right: 10px; }

.c-eventDetails__text {
  display: inline-block;
  font-weight: bold; }
  .c-eventDetails__text.c-eventDetails__text--highlight {
    font-family: "Almarai bold";
    font-weight: 700;
    font-size: 16px;
    color: #ab9860;
    letter-spacing: 0.36px; }
    @media screen and (min-width: 1024px) {
      .c-eventDetails__text.c-eventDetails__text--highlight {
        font-family: "Almarai bold";
        font-weight: 700;
        font-size: 18px; } }
  .c-eventDetails__text.c-eventDetails__text--disabled {
    opacity: 0.5; }

.c-eventDetails__appointmentItems {
  display: flex;
  flex-direction: column;
  margin: 5px 5px 0 5px; }
  @media screen and (min-width: 768px) {
    .c-eventDetails__appointmentItems {
      margin: 0 5px; } }
  @media screen and (min-width: 768px) {
    .c-eventDetails__appointmentItems .c-eventDetails__icon {
      margin-right: 30px; } }
  .c-eventDetails__appointmentItems .c-eventDetails__text {
    font-weight: normal; }

.c-eventDetails__appointmentItem {
  display: flex;
  place-items: center; }

.c-eventDetails__appointmentsSelcet {
  width: auto;
  margin-left: -16px;
  margin-right: -16px;
  flex-flow: row wrap;
  display: flex;
  flex: 1 1 auto; }
  .c-eventDetails__appointmentsSelcet .e-formGroup {
    margin-top: 13px; }
    .c-eventDetails__appointmentsSelcet .e-formGroup.not-valid .c-eventDetails__appointmentSelect {
      border-width: 1px;
      box-shadow: inset 0 -1px 1px #fd000014, 0px 2px 0px 0px #ffb2b2;
      margin-bottom: 0; }
    .c-eventDetails__appointmentsSelcet .e-formGroup.not-valid .e-errorMsg {
      display: block;
      background: #ffb2b2; }
  .c-eventDetails__appointmentsSelcet .e-errorMsg {
    display: none;
    padding: 10px;
    background: var(--c-error-trans-40);
    border: 1px solid var(--c-error-trans-70);
    color: var(--c-black); }

.c-packageOverviewFilter {
  margin-top: 48px; }
  .c-packageOverviewFilter__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .c-packageOverviewFilter__separator {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 20px;
    color: #ab9860; }
  .c-packageOverviewFilter__tab {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 20px;
    color: #5c5c5c;
    padding-right: 24px;
    padding-left: 24px;
    letter-spacing: -0.4px;
    line-height: 2;
    text-transform: uppercase;
    border: none;
    background-color: white;
    text-decoration: underline; }

@media screen and (min-width: 768px) {
  .c-packageOverviewFilter__tab {
    text-decoration: none;
    line-height: 1.4; }
    .c-packageOverviewFilter__tab:not(:first-child) {
      border-left: 1px solid;
      border-color: #ab9860; } }

.c-fsModal {
  display: none;
  width: 800px;
  max-width: 100%;
  min-height: 90vh;
  padding: 15px;
  border: 15px solid;
  overflow: auto;
  background-color: #faf9f4;
  border-color: #eeeadf; }
  @media screen and (min-width: 480px) {
    .c-fsModal {
      min-height: 380px; } }
  .c-fsModal--availabilityFrame {
    min-height: 750px;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 15px;
    background: #fff; }
    .c-fsModal--availabilityFrame > div[id*='Div_RoomCategory_InjectCalendarJS'] {
      width: 100%; }
    .c-fsModal--availabilityFrame.is-visible {
      display: flex; }
  .c-fsModal.is-visible {
    display: block; }
  .c-fsModal__textBody {
    overflow-x: hidden;
    font-family: "Almarai";
    font-weight: 400;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .c-fsModal__textBody {
        font-size: 18px; } }
  .c-fsModal__infoBoxWrapper {
    position: relative;
    display: inline-block;
    margin-left: 5px; }
    .c-fsModal__infoBoxWrapper:hover {
      cursor: pointer; }
      .c-fsModal__infoBoxWrapper:hover > .e-svg path {
        fill: #adadad; }
    .c-fsModal__infoBoxWrapper > .e-svg {
      margin-right: 0;
      width: 15px; }
      .c-fsModal__infoBoxWrapper > .e-svg path {
        transition: fill .3s ease-in-out;
        fill: #d6d6d6; }
  .c-fsModal__infoBox {
    position: relative;
    display: none;
    visibility: hidden;
    opacity: 0;
    font-size: 80%; }
  .c-fsModal__toggle.open .c-fsModal__infoBox {
    display: block;
    visibility: visible;
    opacity: 1; }
  .c-fsModal__toggle:hover {
    cursor: pointer; }

.gallery__container {
  margin-bottom: 48px;
  position: relative; }

.gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 300px;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: 0px; }
  .gallery__wrapper::-webkit-scrollbar {
    display: none; }
  .gallery__wrapper.gallery__wrapper--roomDetails .gallery__item:nth-child(1n), .gallery__wrapper.gallery__wrapper--roomDetails .gallery__item:nth-child(3n) {
    display: inline-block; }
  .gallery__wrapper.gallery__wrapper--roomDetails .gallery__item:nth-child(n + 4) {
    display: none; }
  .gallery__wrapper.gallery__wrapper--roomDetails .gallery__indicator {
    display: flex; }

.gallery__item {
  width: 240px;
  min-width: 240px;
  height: 240px;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 8px;
  position: relative;
  overflow-x: hidden; }
  .gallery__item.transition .gallery__item-second {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    z-index: 1;
    transition: all 0.7s ease-in-out; }
  .gallery__item.transition .gallery__item-first {
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    z-index: 0;
    transition: all 0.7s ease-in-out; }
  .gallery__item.transition__left .gallery__item-previous {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    z-index: 1;
    transition: all 0.7s ease-in-out; }
  .gallery__item.transition__left .gallery__item-first {
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    z-index: 0;
    transition: all 0.7s ease-in-out; }
  .gallery__item img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover; }
  .gallery__item-first {
    position: absolute;
    top: 0;
    z-index: 1;
    transform: translate(0%) matrix(1, 0, 0, 1, 0, 0); }
  .gallery__item-second {
    position: absolute;
    top: 0;
    transform: translate(100%) matrix(1, 0, 0, 1, 0, 0);
    z-index: 0; }
  .gallery__item-previous {
    position: absolute;
    top: 0;
    transform: translate(-100%) matrix(1, 0, 0, 1, 0, 0);
    z-index: 0; }
  .gallery__item:nth-child(1n) {
    margin-top: -48px;
    display: none; }
  .gallery__item:nth-child(2n) {
    margin-top: 0;
    width: 480px;
    min-width: 480px;
    height: 240px;
    display: block;
    margin: 0 auto; }
    .gallery__item:nth-child(2n) img {
      width: 480px; }
  .gallery__item:nth-child(3n) {
    margin-right: 0;
    margin-top: 48px;
    display: none; }
  .gallery__item:nth-child(n + 4) {
    display: none; }

.gallery__indicator {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 32px;
  height: 5px; }

.gallery__indicator-item {
  height: 1px;
  width: 48px;
  background-color: #e6dfc9;
  margin-left: 2px;
  margin-right: 2px;
  transition: all 0.2s; }
  .gallery__indicator-item--active {
    height: 3px;
    background-color: #ab9860;
    transition: all 0.2s;
    transform: translateY(1px); }

@media screen and (min-width: 1272px) {
  .gallery__wrapper {
    justify-content: center; }
  .gallery__indicator {
    display: none; }
    .gallery__container--roomDetails .gallery__indicator {
      display: flex; }
  .gallery__item:nth-child(1), .gallery__item:nth-child(3) {
    display: block; }
  .gallery__item:nth-child(2) {
    margin-right: 8px;
    margin-left: 0; } }

@media screen and (min-width: 1600px) {
  .gallery__wrapper {
    height: 360px; }
  .gallery__item {
    width: 280px;
    height: 280px; }
    .gallery__item img {
      height: 280px; }
    .gallery__item:nth-child(2n) {
      width: 576px;
      height: 280px; }
      .gallery__item:nth-child(2n) img {
        width: 576px; } }

@media screen and (min-width: 1920px) {
  .gallery__wrapper {
    height: 400px; }
  .gallery__item {
    width: 320px;
    height: 320px; }
    .gallery__item img {
      height: 320px; }
    .gallery__item:nth-child(2n) {
      width: 640px;
      height: 320px; }
      .gallery__item:nth-child(2n) img {
        width: 640px; } }

/*
 |--------------------------------------------------------------------------
 | .c-galleryImage
 |--------------------------------------------------------------------------
 */
.c-galleryImage {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
  flex-flow: row wrap;
  display: flex;
  flex: 1 1 auto; }
  .c-galleryImage__item {
    width: calc(3 / 6 * 100%);
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
    position: relative; }
    @media (min-width: 1024px) {
      .c-galleryImage__item {
        width: calc(4 / 12 * 100%); } }
    @media (min-width: 1272px) {
      .c-galleryImage__item {
        width: calc(3 / 12 * 100%); } }
    .c-galleryImage__item:hover .c-galleryImage__icon {
      opacity: 1; }
  .c-galleryImage__icon {
    position: absolute;
    top: 15px;
    right: 28px;
    padding: 12px;
    opacity: 0;
    transition: .3s ease-in-out;
    background-color: #ab9860;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    text-decoration: none; }

/*
 |--------------------------------------------------------------------------
 | .c-gallerySwiper
 |--------------------------------------------------------------------------
 */
.c-gallerySwiper {
  margin-bottom: 48px;
  position: relative;
  max-width: 480px; }
  .c-gallerySwiper__item {
    display: block;
    width: calc(6/6 * 100%);
    overflow-x: hidden; }
    .c-gallerySwiper__item img {
      width: 100%; }
  .c-gallerySwiper__indicator {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 52px;
    height: 5px; }
  .c-gallerySwiper__indicator-item {
    height: 1px;
    width: 48px;
    background-color: #e6dfc9;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 0.2s; }
    .c-gallerySwiper__indicator-item--active {
      height: 3px;
      background-color: #ab9860;
      transition: all 0.2s;
      transform: translateY(1px); }

@media screen and (min-width: 769px) {
  .c-gallerySwiper {
    overflow: inherit;
    max-width: unset;
    margin-top: 20px; }
    .c-gallerySwiper__wrapper {
      box-sizing: border-box; }
    .c-gallerySwiper__item {
      width: calc(4/12 * 100%); }
      .c-gallerySwiper__item img {
        padding-right: 10px; }
      .c-gallerySwiper__item:nth-child(1) {
        margin-top: -15px; }
      .c-gallerySwiper__item:nth-child(3), .c-gallerySwiper__item.last {
        margin-top: 15px; }
      .c-gallerySwiper__item.center:nth-child(n+3) {
        display: none; }
    .c-gallerySwiper__indicator {
      display: none; } }

@media screen and (min-width: 1272px) {
  .c-gallerySwiper {
    margin-top: 30px;
    max-width: 1320px; }
    .c-gallerySwiper__item {
      width: calc(3/12 * 100%); }
      .c-gallerySwiper__item:nth-child(1) {
        margin-top: -25px; }
      .c-gallerySwiper__item:nth-child(2) {
        width: calc(6/12 * 100%); }
      .c-gallerySwiper__item:nth-child(3), .c-gallerySwiper__item.last {
        margin-top: 25px; }
      .c-gallerySwiper__item img {
        height: unset; } }

.image-collage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 32px; }
  .image-collage__small {
    display: none;
    width: 360px;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover; }
  .image-collage__big {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
       object-fit: cover; }
  .image-collage--top {
    margin-top: -120px;
    margin-bottom: 32px; }

@media screen and (min-width: 768px) {
  .image-collage {
    gap: 16px;
    transform: translateX(48px); }
    .image-collage__small {
      display: block;
      width: 200px;
      height: 265px; }
    .image-collage__big {
      width: 400px;
      height: 506px; } }

@media screen and (min-width: 1024px) {
  .image-collage {
    padding-top: 32px;
    transform: unset; }
    .image-collage__small {
      width: 270px;
      height: 355px; }
    .image-collage__big {
      width: 540px;
      height: 675px; } }

@media screen and (min-width: 1272px) {
  .image-collage {
    justify-content: center; } }

@media screen and (min-width: 1920px) {
  .image-collage__small {
    width: 360px;
    height: 470px; }
  .image-collage__big {
    width: 720px;
    height: 900px; } }

.image-section {
  position: relative; }
  .image-section--top {
    margin-top: -160px;
    margin-bottom: 32px; }
  .image-section__big {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 390px;
    margin-bottom: 16px; }
  .image-section__small {
    display: none;
    -o-object-fit: cover;
       object-fit: cover;
    width: 150px;
    height: 190px;
    position: absolute;
    bottom: -128px; }
    .image-section__small--left {
      left: 48px; }
    .image-section__small--right {
      right: 48px; }

@media screen and (min-width: 768px) {
  .image-section__big {
    height: auto; }
  .image-section__small {
    display: block; } }

@media screen and (min-width: 1024px) {
  .image-section__big {
    margin-bottom: 24px; }
  .image-section__small {
    width: 230px;
    height: 290px; } }

@media screen and (min-width: 1272px) {
  .image-section__small--left {
    left: 64px; }
  .image-section__small--right {
    right: 64px; } }

@media screen and (min-width: 1600px) {
  .image-section--top {
    margin-top: -192px; } }

@media screen and (min-width: 1920px) {
  .image-section--top {
    margin-top: -240px; }
  .image-section__big {
    margin-bottom: 64px; }
  .image-section__small {
    width: 384px;
    height: 480px;
    bottom: -320px; }
    .image-section__small--left {
      left: 96px; }
    .image-section__small--right {
      right: 96px; } }

.inclusives {
  margin-bottom: 80px; }
  .inclusives__image {
    width: 100%; }

@media screen and (max-width: 767px) {
  .inclusives__meta picture {
    display: block;
    max-height: 390px;
    overflow: hidden;
    margin-bottom: -135px; }
  .section.content .inclusives__meta picture {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .inclusives {
    margin-bottom: 32px; }
    .inclusives__body {
      padding-left: 48px; }
    .inclusives__meta {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: -4px;
      margin-bottom: -4px; }
    .inclusives__image {
      transform: translateY(96px);
      width: 182px;
      margin-top: -96px; } }

@media screen and (min-width: 1024px) {
  .inclusives__body {
    padding-left: 64px; }
  .inclusives__meta .textlinks {
    display: unset; }
  .inclusives__image {
    width: 260px;
    margin-top: -160px;
    max-height: unset; } }

@media screen and (min-width: 1272px) {
  .inclusives__body {
    padding-left: 128px; }
  .inclusives__image {
    transform: translateY(160px);
    width: 300px;
    margin-top: -240px; } }

@media screen and (min-width: 1600px) {
  .inclusives__body {
    padding-left: 160px; }
  .inclusives__image {
    width: auto;
    margin-top: -360px; } }

@media screen and (min-width: 1920px) {
  .inclusives {
    max-width: calc(1920px - 160px);
    padding-right: calc(64px + 4%); }
    .inclusives__meta .textlinks {
      display: flex; } }

@media screen and (min-width: 1921px) {
  .inclusives {
    max-width: calc(100% - 8%); } }

@media screen and (min-width: 2400px) {
  .inclusives {
    max-width: calc(100% - 16%); } }

@media screen and (min-width: 3200px) {
  .inclusives {
    max-width: calc(100% - 24%); } }

.jobListing {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  align-content: center;
  margin: 44px 0; }
  @media screen and (min-width: 768px) {
    .jobListing {
      padding-top: 30px; } }
  @media screen and (min-width: 1272px) {
    .jobListing {
      padding-top: 60px; } }
  .jobListing__card {
    position: relative;
    display: block;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(6/12 *100% - 16px); }
    @media screen and (min-width: 768px) {
      .jobListing__card {
        margin-right: 16px;
        margin-bottom: 0;
        width: calc(3/12 *100% - 16px); } }
    @media screen and (min-width: 1272px) {
      .jobListing__card {
        margin-right: 32px;
        width: calc(3/12 *100% - 32px); } }
    @media screen and (min-width: 1272px) {
      .jobListing__card {
        margin-right: 48px;
        width: calc(3/12 *100% - 48px); } }
    @media screen and (min-width: 768px) {
      .jobListing__card:nth-child(2), .jobListing__card:nth-child(4) {
        bottom: 15px; } }
    @media screen and (min-width: 1272px) {
      .jobListing__card:nth-child(2), .jobListing__card:nth-child(4) {
        bottom: 30px; } }
    @media screen and (min-width: 768px) {
      .jobListing__card:nth-child(3) {
        bottom: 30px; } }
    @media screen and (min-width: 1272px) {
      .jobListing__card:nth-child(3) {
        bottom: 60px; } }
    .jobListing__card:hover .jobListing__imageWrapper::after, .jobListing__card:active .jobListing__imageWrapper::after, .jobListing__card:focus .jobListing__imageWrapper::after {
      height: 100%; }
    .jobListing__card:hover .jobListing__title, .jobListing__card:active .jobListing__title, .jobListing__card:focus .jobListing__title {
      bottom: 50%;
      transform: translateY(50%); }
  .jobListing__imageWrapper {
    position: relative; }
    .jobListing__imageWrapper::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 60px;
      bottom: 0;
      background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
      opacity: 0.8;
      transition: height .3s ease-in-out; }
      @media screen and (min-width: 1024px) {
        .jobListing__imageWrapper::after {
          height: 242px; } }
  .jobListing__image {
    width: 100%; }
  .jobListing__title {
    position: absolute;
    width: 100%;
    display: block;
    font-family: "Almarai bold";
    font-weight: 700;
    font-size: 14px;
    color: #eeeadf;
    text-align: center;
    text-transform: uppercase;
    bottom: 10px;
    padding: 0 4px;
    transition: transform .4s ease-in-out, bottom .4s ease-in-out; }
    @media screen and (min-width: 768px) {
      .jobListing__title {
        bottom: 20px; } }
    @media screen and (min-width: 1272px) {
      .jobListing__title {
        font-family: "Almarai bold";
        font-weight: 700;
        font-size: 18px;
        bottom: 37px;
        padding: 0 10px; } }

ul {
  padding: 0;
  margin-bottom: 0; }
  ul.priceList li {
    justify-content: space-between; }
    ul.priceList li .priceList__price {
      min-width: 50px;
      margin-top: 0; }
  ul li {
    position: relative;
    letter-spacing: 0.32px;
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    padding-left: 48px;
    color: #5c5c5c; }
    ul li:before {
      content: "";
      position: absolute;
      left: 0;
      height: 1px;
      width: 32px;
      min-width: 32px;
      background-color: #5c5c5c;
      top: 16px; }

.navigation {
  padding-top: 0;
  padding-bottom: 24px;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: white;
  top: 100vh;
  left: 0;
  z-index: 0;
  transition: all 0.7s;
  display: flex;
  flex-direction: column; }
  .navigation.open {
    top: 0;
    z-index: 50;
    transition: all 0.7s; }
  .navigation .sticky-header {
    position: initial;
    top: 0;
    box-shadow: none;
    padding: 0;
    padding-bottom: 0 !important;
    max-height: 64px;
    height: 64px;
    min-height: 64px;
    border-bottom: 1px solid;
    box-sizing: content-box;
    padding-top: 24px;
    border-bottom-color: #eeeadf; }
    .navigation .sticky-header .header__logo {
      margin-bottom: 0px !important; }
    .navigation .sticky-header #navClose {
      display: flex;
      align-items: center; }
      .navigation .sticky-header #navClose > span {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: "Almarai";
        font-weight: 400;
        font-size: 14px;
        margin-left: 24px;
        color: #333333;
        display: none; }
  .navigation .horizontal-line {
    transition: all 0.5s;
    width: 0%;
    height: 1px;
    flex: none;
    background-color: #ddd6bf;
    margin-top: 16px; }
  .navigation__elements {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px; }
  .navigation__element {
    margin-top: 4px;
    margin-bottom: 4px; }
    .navigation__element.active .horizontal-line {
      width: 32px; }
    .navigation__element.active > a {
      color: #ab9860; }
    .navigation__element.active .navigation__anchor-wrapper {
      display: flex; }
    .navigation__element a {
      font-family: "Almarai";
      font-weight: 400;
      font-size: 20px;
      cursor: pointer; }
  .navigation__email {
    margin-top: auto;
    font-family: "Almarai light";
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    text-decoration: none; }
  .navigation__anchor-wrapper {
    display: none; }
  .navigation__anchor {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    transition: all 0.5s; }
  .navigation__anchor-elements {
    display: flex;
    flex-direction: column;
    flex: none;
    padding-left: 24px; }
    .navigation__anchor-elements a {
      padding-top: 8px;
      padding-bottom: 8px;
      font-family: "Almarai light";
      font-weight: 300;
      font-size: 14px;
      color: #333333;
      letter-spacing: 4px;
      text-transform: uppercase; }
      .navigation__anchor-elements a:hover {
        color: #ab9860; }
  .navigation__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid;
    border-top-color: #eeeadf;
    padding-top: 16px;
    margin-top: 16px; }
    .navigation__footer .navigation__email {
      display: none; }
    .navigation__footer .social-media {
      display: flex; }
    .navigation__footer .social-media__icon {
      margin-right: 16px; }
    .navigation__footer svg {
      display: block;
      width: 20px;
      height: 20px; }

@media screen and (min-width: 768px) {
  .navigation__elements {
    margin-left: 96px;
    margin-right: 96px;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0; }
  .navigation .sticky-header {
    padding-top: 24px;
    padding-bottom: 24px; }
    .navigation .sticky-header #navClose span {
      display: block; }
  .navigation__element.active {
    z-index: 1; }
    .navigation__element.active .navigation__anchor-wrapper {
      margin-top: 8px;
      margin-bottom: 8px; }
  .navigation__element:first-child {
    margin-top: 0px; }
  .navigation__element a {
    font-family: "Almarai";
    font-weight: 400;
    font-size: 28px; }
    .navigation__element a:hover {
      color: #ab9860; }
  .navigation__anchor-elements {
    display: flex;
    flex-direction: column; }
    .navigation__anchor-elements a {
      font-family: "Almarai light";
      font-weight: 300;
      font-size: 18px; }
      .navigation__anchor-elements a:first-child {
        padding-top: 0; }
  .navigation__email {
    display: none; }
  .navigation__footer {
    margin-top: auto; }
    .navigation__footer .navigation__email {
      display: block;
      margin-left: 32px; }
  .navigation__footer-actions {
    display: flex;
    align-items: center; } }

@media screen and (min-width: 1024px) {
  .navigation .sticky-header {
    padding-bottom: 8px !important; }
    .navigation .sticky-header .header__logo {
      margin-bottom: -16px !important; }
  .navigation__element {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%; }
    .navigation__element a {
      white-space: nowrap; }
    .navigation__element.active .navigation__anchor {
      -webkit-animation: visible 0.5s;
              animation: visible 0.5s;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .navigation__element.active .navigation__anchor-wrapper {
      margin-bottom: 0px;
      margin-top: 0px; }
  .navigation__anchor {
    opacity: 0;
    position: absolute;
    left: 60%;
    top: 12px; }
  .navigation .horizontal-line {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px; } }

@media screen and (min-width: 1600px) {
  .navigation {
    padding-bottom: 32px; }
    .navigation__elements {
      margin-top: 96px;
      margin-bottom: 96px;
      padding-left: 160px;
      padding-right: 160px; }
    .navigation .sticky-header {
      padding-top: 32px;
      padding-bottom: 32px; }
      .navigation .sticky-header .header__logo {
        margin-bottom: -48px; } }

@media screen and (min-width: 1920px) {
  .navigation__elements {
    padding-left: 320px;
    padding-right: 320px; } }

@-webkit-keyframes visible {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes visible {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*
 |--------------------------------------------------------------------------
 | .c-overlay
 |--------------------------------------------------------------------------
 */
.c-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 300px;
  z-index: 99; }
  @media (min-width: 1024px) {
    .c-overlay {
      top: 100px;
      bottom: unset; } }
  .c-overlay__button {
    opacity: 1;
    transition: opacity .3s .3s; }
    .is-expanded .c-overlay__button {
      opacity: 0;
      transition: opacity .3s; }
  .c-overlay__overlay {
    background: #faf9f4;
    border: 10px solid #ab9860;
    padding: 24px 20px 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 590px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    bottom: 0;
    max-height: calc(100vh - 80px);
    overflow: auto; }
    @media (min-width: 1024px) {
      .c-overlay__overlay {
        top: 0;
        bottom: unset;
        padding: 70px 50px 60px; } }
    .is-expanded .c-overlay__overlay {
      opacity: 1;
      pointer-events: all;
      transition: opacity .3s .3s; }
  .c-overlay__close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .c-overlay__label {
    color: #ab9860; }
    .c-overlay__label .label {
      padding-top: 12px;
      padding-bottom: 12px; }
  .c-overlay__headline {
    margin-top: 8px; }
    .c-overlay__headline .e-headline {
      font-size: 24px; }
      @media (min-width: 1024px) {
        .c-overlay__headline .e-headline {
          font-size: 40px; } }
  .c-overlay__copy {
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .c-overlay__copy {
        margin-top: 18px; } }

.c-pagination {
  margin-top: 48px; }
  .c-pagination__items {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    flex-flow: row wrap;
    display: flex;
    flex: 1 1 auto;
    align-items: center; }
  .c-pagination__item {
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Almarai";
    font-weight: 400;
    font-size: 12px;
    color: #858585;
    display: block;
    text-align: center;
    width: 26px; }
    .c-pagination__item:hover {
      color: #ab9860; }
    .c-pagination__item a {
      text-decoration: none;
      color: #858585; }
      .c-pagination__item a:hover {
        color: #ab9860; }
    .c-pagination__item::before {
      display: none; }
    .c-pagination__item svg {
      width: 15px;
      height: auto; }
      .c-pagination__item svg path {
        fill: currentColor; }
    .c-pagination__item.is-active {
      color: #ab9860; }
    .c-pagination__item.is-first {
      margin-left: auto;
      width: auto;
      padding-left: 16px;
      padding-right: 16px; }
      .c-pagination__item.is-first svg {
        transform: rotate(180deg); }
    .c-pagination__item.is-last {
      margin-right: auto;
      width: auto;
      padding-left: 16px;
      padding-right: 16px; }
    .c-pagination__item.is-disabled {
      opacity: 0; }

.c-ratings {
  margin-top: 48px; }
  .c-ratings__items {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    flex-flow: row wrap;
    display: flex;
    flex: 1 1 auto; }
    @media (min-width: 1600px) {
      .c-ratings__items {
        justify-content: space-between; } }
  .c-ratings__item {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(1 / 2 * 100%); }
    @media (min-width: 1024px) {
      .c-ratings__item {
        width: calc(1 / 3 * 100%); } }
    @media (min-width: 1272px) {
      .c-ratings__item {
        width: calc(1 / 4 * 100%); } }
    @media (min-width: 1600px) {
      .c-ratings__item {
        width: auto; } }

.c-reviews {
  margin-top: 48px; }

.scroll-indicator {
  position: fixed;
  top: 160px;
  left: 64px;
  z-index: 1;
  margin-left: 16px;
  display: none;
  transform: rotate(-90deg) scale(-1);
  transform-origin: 0% 0%;
  gap: 4px; }
  .scroll-indicator__item span {
    display: inline-block;
    width: 48px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Almarai light";
    font-weight: 300;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: #adadad;
    transform: translateY(-8px); }
    .scroll-indicator__item span small {
      font-family: "Almarai light";
      font-weight: 300;
      font-size: 12px;
      color: #ab9860; }
  .scroll-indicator__item--active {
    padding-left: 16px; }
    .scroll-indicator__item--active span {
      width: auto;
      height: auto;
      background: transparent;
      transform: unset; }
  .scroll-indicator__item:not(.scroll-indicator__item--active):hover, .scroll-indicator__item:not(.scroll-indicator__item--active):focus {
    cursor: pointer; }
    .scroll-indicator__item:not(.scroll-indicator__item--active):hover span, .scroll-indicator__item:not(.scroll-indicator__item--active):focus span {
      background-color: #ab9860; }
  .scroll-indicator.breadcrumb {
    position: absolute;
    top: 80px;
    transition: all 0.5s; }
    .scroll-indicator.breadcrumb.fixed {
      position: fixed;
      top: 160px; }
    .scroll-indicator.breadcrumb .scroll-indicator__item {
      padding-left: 16px; }
      .scroll-indicator.breadcrumb .scroll-indicator__item span {
        width: auto;
        height: auto;
        background: transparent;
        transform: unset; }
      .scroll-indicator.breadcrumb .scroll-indicator__item:not(:first-of-type) span:before {
        content: "/";
        padding-right: 16px; }
      .scroll-indicator.breadcrumb .scroll-indicator__item--active span {
        color: #ab9860; }
      .scroll-indicator.breadcrumb .scroll-indicator__item:not(.scroll-indicator__item--active):hover, .scroll-indicator.breadcrumb .scroll-indicator__item:not(.scroll-indicator__item--active):focus {
        background: unset; }
        .scroll-indicator.breadcrumb .scroll-indicator__item:not(.scroll-indicator__item--active):hover span, .scroll-indicator.breadcrumb .scroll-indicator__item:not(.scroll-indicator__item--active):focus span {
          color: #ab9860; }
  @media screen and (min-width: 1024px) {
    .scroll-indicator {
      display: flex; } }
  @media screen and (min-width: 1272px) {
    .scroll-indicator {
      left: 96px; } }
  @media screen and (min-width: 1600px) {
    .scroll-indicator {
      left: 160px; } }
  @media screen and (min-width: 1921px) {
    .scroll-indicator {
      left: 8%; } }
  @media screen and (min-width: 2400px) {
    .scroll-indicator {
      left: 16%; } }
  @media screen and (min-width: 3200px) {
    .scroll-indicator {
      left: 24%; } }

/*
 |--------------------------------------------------------------------------
 | .c-tabbingGallery
 |--------------------------------------------------------------------------
 */
.c-tabbingGallery {
  position: relative; }
  .c-tabbingGallery__tabs {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .c-tabbingGallery__tabs {
        flex-direction: row;
        justify-content: center; } }
  .c-tabbingGallery__tab {
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    margin: 0 48px;
    margin-top: 16px;
    transition: .3s ease-in-out;
    font-family: "Almarai";
    font-weight: 400;
    font-size: 12px;
    color: #858585;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .c-tabbingGallery__tab:first-child {
      margin-top: 0; }
    @media (min-width: 1024px) {
      .c-tabbingGallery__tab {
        margin-top: 0;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 32px; } }
    .c-tabbingGallery__tab:hover, .c-tabbingGallery__tab.is-active {
      color: #ab9860; }
  .c-tabbingGallery__items {
    position: relative;
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    flex-flow: row wrap;
    display: flex;
    flex: 1 1 auto; }
  .c-tabbingGallery__item {
    width: calc(6 / 6 * 100%);
    padding-left: 16px;
    padding-right: 16px;
    display: none; }
    .c-tabbingGallery__item.is-active {
      display: block; }

.teaser-list {
  position: relative;
  z-index: 0;
  margin-top: 32px;
  margin-bottom: 48px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  overflow-x: hidden; }

.teaser {
  width: 300px;
  height: 540px; }
  .teaser__image {
    position: relative;
    height: 480px;
    width: 100%;
    overflow: hidden; }
    .teaser__image::after {
      content: ""; }
    .teaser__image.no-image {
      background-color: #eeeadf; }
    .teaser__image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .teaser__actions {
    bottom: 24px;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%); }
    .teaser__actions :first-child {
      margin-bottom: 8px; }
  .teaser__fallBackImage {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .teaser__fallBackImage .headline-2__accent {
      margin: 0;
      font-size: 20px; }

@media screen and (min-width: 1272px) {
  .teaser-list {
    width: 64%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow-x: visible; }
    .teaser-list__container {
      overflow-x: hidden; }
  .teaser__image img {
    transition: 0.25s;
    transform: scale(1.1); }
  .teaser__image::after {
    opacity: 0;
    transition: 0.25s; }
  .teaser__image ~ span {
    clear: both;
    transition: 0.5s; }
  .teaser__image ~ span:nth-of-type(1) {
    text-align: left;
    float: left;
    left: 0; }
  .teaser__image ~ span:nth-of-type(2) {
    text-align: right;
    float: right;
    right: 0;
    opacity: 0; }
  .teaser__actions {
    margin-bottom: -240px;
    transition: 0.25s; }
  .teaser:hover .teaser__placeholder img,
  .teaser:hover .teaser__image img, .teaser:focus .teaser__placeholder img,
  .teaser:focus .teaser__image img {
    transform: unset; }
  .teaser:hover .teaser__placeholder::after,
  .teaser:hover .teaser__image::after, .teaser:focus .teaser__placeholder::after,
  .teaser:focus .teaser__image::after {
    opacity: 1; }
  .teaser:hover .teaser__placeholder ~ span,
  .teaser:hover .teaser__image ~ span, .teaser:focus .teaser__placeholder ~ span,
  .teaser:focus .teaser__image ~ span {
    cursor: default;
    opacity: 1; }
  .teaser:hover .teaser__placeholder ~ span:nth-of-type(1),
  .teaser:hover .teaser__image ~ span:nth-of-type(1), .teaser:focus .teaser__placeholder ~ span:nth-of-type(1),
  .teaser:focus .teaser__image ~ span:nth-of-type(1) {
    left: 50%;
    transform: translateX(-50%); }
  .teaser:hover .teaser__placeholder ~ span:nth-of-type(2),
  .teaser:hover .teaser__image ~ span:nth-of-type(2), .teaser:focus .teaser__placeholder ~ span:nth-of-type(2),
  .teaser:focus .teaser__image ~ span:nth-of-type(2) {
    right: 50%;
    transform: translateX(50%); }
  .teaser:hover .teaser__actions, .teaser:focus .teaser__actions {
    margin-bottom: 0; } }

@media screen and (min-width: 1920px) {
  .teaser {
    height: 725px;
    width: 384px; }
    .teaser__image {
      height: 640px; }
  .teaser-list {
    width: 72%; } }

@media screen and (min-width: 3200px) {
  .teaser-list {
    width: 80%; } }

@media screen and (min-width: 1024px) {
  .text2cols--linkList {
    max-width: calc(640px + (50vw - 128px - 320px));
    margin-right: 0;
    grid-column-gap: 96px; } }

@media screen and (min-width: 1272px) {
  .text2cols--linkList {
    max-width: calc(640px + (50vw - 192px - 320px)); } }

@media screen and (min-width: 1600px) {
  .text2cols--linkList {
    max-width: calc(880px + (50vw - 256px - 440px)); } }

@media screen and (min-width: 1921px) {
  .text2cols--linkList {
    max-width: calc(880px + (50vw - 16vw - 440px)); } }

@media screen and (min-width: 2400px) {
  .text2cols--linkList {
    max-width: calc(880px + (50vw - 24vw - 440px)); } }

@media screen and (min-width: 3200px) {
  .text2cols--linkList {
    max-width: calc(880px + (50vw - 32vw - 440px)); } }

@media screen and (min-width: 1024px) {
  .text2colsWithImage {
    margin-right: 0;
    margin-left: auto; } }

@media screen and (min-width: 1024px) {
  .section--imgOverlap .text2colsWithImage .text2colsWithImage__image {
    margin-right: 0;
    margin-left: auto; } }

@media screen and (min-width: 1272px) {
  .section--imgOverlap .text2colsWithImage .text2colsWithImage__image {
    margin-right: unset; } }

@media screen and (min-width: 1024px) {
  .text2colsWithImage__text p:first-child {
    margin-top: 0; } }

@media screen and (min-width: 1024px) {
  .text2colsWithImage__text.text2colsWithImage__text--fullWidth {
    grid-column: 1 / 2; } }

@media screen and (min-width: 1272px) {
  .text2colsWithImage__text.text2colsWithImage__text--fullWidth {
    grid-column: 1 / 3; } }

@media screen and (min-width: 1024px) {
  .text2colsWithImage__text.text2colsWithImage__text--fullWidth + .text2colsWithImage__imageWrapper {
    grid-column: 2 / 3; } }

@media screen and (min-width: 1272px) {
  .text2colsWithImage__text.text2colsWithImage__text--fullWidth + .text2colsWithImage__imageWrapper {
    grid-column: 3 / 3; } }

@media screen and (min-width: 1024px) {
  .text2colsWithImage__text {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 1600px) {
  .text2colsWithImage__text {
    margin-left: unset;
    margin-right: unset; } }

@media screen and (min-width: 1024px) {
  .text2colsWithImage__imageWrapper {
    grid-column: 1 / 3; } }

@media screen and (min-width: 1272px) {
  .text2colsWithImage__imageWrapper {
    grid-column: 3 / 3; } }

@media screen and (min-width: 1024px) {
  .section--beige .text2colsWithImage .text2colsWithImage__imageWrapper {
    margin-bottom: -100px; } }

@media screen and (min-width: 1272px) {
  .text2colsWithImage.imageLeft .text2colsWithImage__imageWrapper {
    grid-column: 1 / 1;
    grid-column-start: 1;
    grid-row: 1; } }

@media screen and (min-width: 1272px) {
  .text2colsWithImage.imageLeft .text2colsWithImage__text--fullWidth {
    grid-column: 2 / 4; } }

.section--imgOverlap .text2colsWithImage.imageLeft {
  margin-bottom: 0; }

.text2colsWithImage__image {
  margin: 0 auto;
  margin-top: 48px;
  width: 100%;
  max-width: 260px;
  height: auto; }
  @media screen and (min-width: 1024px) {
    .text2colsWithImage__image {
      margin-top: 64px;
      margin-left: unset;
      margin-right: unset; } }
  @media screen and (min-width: 1272px) {
    .text2colsWithImage__image {
      width: unset;
      height: unset;
      max-width: unset;
      margin-top: 0;
      margin: unset; } }

@media screen and (min-width: 1600px) {
  .textImage {
    max-width: 864px; } }

@media screen and (min-width: 1600px) {
  .textImage.content__body {
    grid-template-columns: 58% 1fr; } }

.textImage .headline-1,
.textImage .headline-2,
.textImage .headline-3,
.textImage .headline-4 {
  margin-top: 0; }

@media screen and (min-width: 1024px) {
  .textImage__imageWrapper {
    justify-self: end; } }

.textImage__image {
  margin-top: 32px;
  margin-bottom: 32px; }

@media screen and (min-width: 1600px) {
  .textImage--reverse.content__body {
    grid-template-columns: 1fr 58%; } }

@media screen and (min-width: 1600px) {
  .textImage--reverse.content__body .body {
    grid-column: 2; } }

@media screen and (min-width: 1024px) {
  .textImage--reverse.content__body .textImage__imageWrapper {
    justify-self: start; } }

@media screen and (min-width: 1600px) {
  .textImage--reverse.content__body .textImage__imageWrapper {
    grid-column: 1;
    grid-row: 1; } }

@media screen and (min-width: 1600px) {
  .textImageOptimized {
    max-width: 864px; } }

@media screen and (min-width: 1600px) {
  .textImageOptimized.content__body {
    grid-template-columns: 58% 1fr; } }

.textImageOptimized .headline-1,
.textImageOptimized .headline-2,
.textImageOptimized .headline-3,
.textImageOptimized .headline-4 {
  margin-top: 0; }

@media screen and (min-width: 1024px) {
  .textImageOptimized__imageWrapper {
    justify-self: end; } }

.textImageOptimized__image {
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 226px; }

@media screen and (min-width: 1600px) {
  .textImageOptimized--reverse.content__body {
    grid-template-columns: 1fr 58%; } }

@media screen and (min-width: 1600px) {
  .textImageOptimized--reverse.content__body .body {
    grid-column: 2; } }

@media screen and (min-width: 1024px) {
  .textImageOptimized--reverse.content__body .textImageOptimized__imageWrapper {
    justify-self: start; } }

@media screen and (min-width: 1600px) {
  .textImageOptimized--reverse.content__body .textImageOptimized__imageWrapper {
    grid-column: 1;
    grid-row: 1; } }

.header,
.sticky-header {
  position: relative;
  z-index: 30;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 80px;
  height: 80px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); }
  .header--content .header__icons :nth-child(2),
  .sticky-header--content .header__icons :nth-child(2) {
    display: none; }
  .header--content .header__icons :nth-child(3),
  .sticky-header--content .header__icons :nth-child(3) {
    display: none; }
  .header--content .header__right-action,
  .sticky-header--content .header__right-action {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header--content .header__right-action > *,
    .sticky-header--content .header__right-action > * {
      display: none; }
    .header--content .header__right-action :first-child,
    .sticky-header--content .header__right-action :first-child {
      display: block; }
    .header--content .header__right-action :nth-child(2),
    .sticky-header--content .header__right-action :nth-child(2) {
      display: block; }
    .header--content .header__right-action svg,
    .sticky-header--content .header__right-action svg {
      fill: #cdc1a0; }
  .header__icons,
  .sticky-header__icons {
    display: flex;
    align-items: center; }
  .header__icon,
  .sticky-header__icon {
    min-width: 24px;
    margin-right: 16px; }
    .header__icon svg,
    .sticky-header__icon svg {
      display: block;
      width: 24px;
      height: 24px; }
    .header__icon #icon-menu,
    .sticky-header__icon #icon-menu {
      width: 48px;
      height: auto; }
    .header__icon:hover, .header__icon:focus,
    .sticky-header__icon:hover,
    .sticky-header__icon:focus {
      fill: #ab9860;
      cursor: pointer; }
    .header__icon:active,
    .sticky-header__icon:active {
      color: initial; }
  .header__language,
  .sticky-header__language {
    letter-spacing: 4px;
    text-decoration: none;
    color: #333333;
    margin-right: 8px; }
  .header__links,
  .sticky-header__links {
    display: none; }
  .header__offerBtn,
  .sticky-header__offerBtn {
    margin-left: auto;
    margin-right: 8px;
    display: none; }
    @media screen and (min-width: 375px) {
      .header__offerBtn,
      .sticky-header__offerBtn {
        display: inline-block; } }
    @media screen and (max-width: 450px) {
      .header__offerBtn,
      .sticky-header__offerBtn {
        letter-spacing: 0; } }
  .header__logo,
  .sticky-header__logo {
    width: 110px;
    height: 64px;
    margin-bottom: -16px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .header__logo svg,
    .sticky-header__logo svg {
      height: 100%; }
  .header__iconsContainer,
  .sticky-header__iconsContainer {
    display: flex; }

.sticky-header {
  position: fixed;
  top: 0;
  z-index: 40; }
  .sticky-header .header__icon svg {
    display: block;
    width: 24px;
    height: 24px; }
  .sticky-header--top {
    top: -80px;
    transition: top 0.48s; }
    .sticky-header--top__icons {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .sticky-header--top .sticky-header__icons {
      display: none; }
  .sticky-header--fixed {
    top: 0px; }
  .sticky-header--bottom {
    top: unset;
    bottom: -80px;
    z-index: 50;
    transition: bottom 0.48s;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.16); }
  .sticky-header__buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .sticky-header__icons {
    display: flex; }
  .sticky-header__icon, .sticky-header__language {
    box-sizing: content-box;
    margin-right: 16px; }
    .sticky-header__icon svg, .sticky-header__language svg {
      display: block;
      width: 24px;
      height: 24px; }
    .sticky-header__icon--menu, .sticky-header__language--menu {
      margin-right: 16px; }
    .sticky-header__icon--phone, .sticky-header__language--phone {
      display: none; }
    .sticky-header__icon--envelope, .sticky-header__language--envelope {
      display: none; }
    .sticky-header__icon--gift:first-of-type, .sticky-header__language--gift:first-of-type {
      position: relative; }
  .sticky-header .button--secondary {
    display: none; }
  .sticky-header .header__offerBtn {
    display: inline-block; }

@media screen and (min-width: 768px) {
  .header {
    height: 128px;
    max-height: 128px; }
    .header__links {
      display: flex;
      justify-content: center;
      gap: 32px; }
    .header__link {
      display: none; }
      .header__link:first-child {
        display: block; }
    .header__logo {
      margin-bottom: -16px; }
    .header__icons :first-child {
      margin-right: 24px; }
    .header__language {
      margin-right: 24px; }
    .header--content {
      max-height: 96px;
      height: 96px; }
      .header--content .header__logo {
        margin-bottom: -32px; }
  .sticky-header {
    height: 80px;
    max-height: 80px; }
    .sticky-header--top {
      top: -80px; }
    .sticky-header--fixed {
      top: 0px; }
    .sticky-header--bottom {
      bottom: -80px; }
      .sticky-header--bottom .sticky-header__icons {
        display: none; }
      .sticky-header--bottom .button--secondary {
        display: unset; }
    .sticky-header__buttons {
      justify-content: center; } }

@media screen and (min-width: 1024px) {
  .sticky-header--top > .header__iconsContainer, .sticky-header--top > .header__icon {
    display: none; }
  .sticky-header--top .sticky-header__icons {
    display: flex; }
  .sticky-header--bottom {
    display: none; }
  .sticky-header__icon {
    margin-right: 24px; }
    .sticky-header__icon--phone {
      display: block; }
    .sticky-header__icon--envelope {
      display: block; }
    .sticky-header__icon--gift:first-of-type {
      padding-right: 24px; }
    .sticky-header__icon--menu {
      margin-right: 24px; }
  .header--content .header__right-action .header__icon:first-of-type {
    display: none; }
  .header--content .header__right-action .header__icon:nth-of-type(2) {
    display: none; }
  .header--content .header__right-action .button--primary {
    display: block; }
  .header--content .header__right-action .sticky-header__icon {
    display: block; }
  .header--content .header__icons :nth-child(2) {
    display: block; }
  .header--content .header__icons :nth-child(3) {
    display: block; }
  .header__link:nth-child(2) {
    display: block; } }

@media screen and (min-width: 1600px) {
  .header {
    height: 160px;
    max-height: 160px; }
    .header__link {
      display: block; }
    .header__logo {
      margin-bottom: -48px; }
    .header--content {
      height: 112px;
      max-height: 112px; }
      .header--content .header__right-action .sticky-header__icon {
        display: none; }
      .header--content .button {
        display: block;
        margin-right: 24px;
        width: 160px; }
        .header--content .button:last-child {
          margin-right: 0; }
      .header--content .header__logo {
        margin-bottom: -48px; }
  .sticky-header {
    height: 112px;
    max-height: 112px; }
    .sticky-header--top {
      top: -112px; }
    .sticky-header--fixed {
      top: 0px; }
    .sticky-header__icon {
      display: none; }
    .sticky-header .button--secondary {
      display: unset;
      margin-right: 8px; }
    .sticky-header .header__offerBtn {
      display: unset; } }

@media screen and (min-width: 1920px) {
  .header__links {
    gap: 64px; } }

.hero {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
  background: white;
  z-index: 30;
  opacity: 1; }
  .hero--content {
    height: 446px; }
    .hero--content .header {
      position: absolute;
      bottom: 0;
      background: transparent; }
      .hero--content .header .header__icon svg {
        fill: white; }
  .hero--hasVideo {
    z-index: 2; }
  .hero--bg--primary {
    background-color: #eeeadf; }
  .hero.open {
    opacity: 0.5;
    transition: opacity 0.48s; }
  .hero__image {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.8s, visibility 0.8s ease-in;
    z-index: 1;
    background: white; }
  .hero__fallBackImage {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .hero__fallBackImage .headline-2__accent {
      margin: 0;
      font-size: 20px; }
  .hero__logo {
    z-index: 3;
    position: absolute;
    bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 180px;
    height: 121px; }
    .hero__logo path {
      fill: #faf9f4; }
  .hero__buttons {
    z-index: 3;
    position: absolute;
    bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center; }
    .hero__buttons :first-child {
      margin-right: 10px; }
  .hero:hover .hero__image {
    transform: scale(1.1); }
  @media screen and (min-width: 768px) {
    .hero:not(.hero--content) {
      height: calc(100vh - 128px); }
    .hero__logo {
      bottom: 48px; }
    .hero__buttons {
      margin: 0;
      right: 48px;
      left: unset;
      width: unset;
      flex-direction: column;
      bottom: 64px; }
      .hero__buttons :first-child {
        margin-bottom: 16px;
        margin-right: unset; } }
  @media screen and (min-width: 1024px) {
    .hero__buttons {
      right: 64px; } }
  @media screen and (min-width: 1272px) {
    .hero--content {
      height: 640px; }
    .hero__buttons {
      right: 96px; } }
  @media screen and (min-width: 1600px) {
    .hero:not(.hero--content) {
      height: calc(100vh - 160px); }
    .hero__buttons {
      right: 160px; } }
  @media screen and (min-width: 1921px) {
    .hero__buttons {
      right: 8%; } }
  @media screen and (min-width: 2400px) {
    .hero__buttons {
      right: 16%; } }
  @media screen and (min-width: 3200px) {
    .hero__buttons {
      right: 24%; } }
  .hero__badge {
    z-index: 3;
    position: absolute;
    top: 32px;
    left: 16px; }
    @media screen and (min-width: 768px) {
      .hero__badge {
        left: 48px;
        bottom: 64px;
        top: unset; } }
    @media screen and (min-width: 1024px) {
      .hero__badge {
        left: 64px; } }
    @media screen and (min-width: 1272px) {
      .hero__badge {
        left: 96px; } }
    @media screen and (min-width: 1600px) {
      .hero__badge {
        left: 160px; } }
    @media screen and (min-width: 1921px) {
      .hero__badge {
        left: 8%; } }
    @media screen and (min-width: 2400px) {
      .hero__badge {
        left: 16%; } }
    @media screen and (min-width: 3200px) {
      .hero__badge {
        left: 24%; } }

footer {
  overflow: hidden;
  z-index: 10;
  background: white; }

.footer-panorama,
.footer {
  position: relative; }

.footer--secondary {
  margin-top: 160px;
  border-top-color: #eeeadf;
  border-top-width: 1px;
  border-top-style: solid; }

.footer__data {
  display: none; }

.footer__logo, .footer__partners {
  position: absolute;
  width: auto;
  height: 64px; }
  .footer__logo img, .footer__logo svg, .footer__partners img, .footer__partners svg {
    height: 100%; }

.footer__logo {
  left: 0;
  top: -64px; }

.footer__partners {
  right: 24px;
  padding-bottom: 8px;
  top: -74px;
  display: flex;
  height: 70px; }

.footer__partner {
  margin-left: 8px;
  max-width: 70px; }
  .footer__partner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  .footer__partner:hover > img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); }

.footer__info {
  font-family: "Almarai bold";
  font-weight: 700;
  font-size: 12px;
  color: #ab9860;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start; }

.footer__meta {
  font-family: "Almarai light";
  font-weight: 300;
  font-size: 8px;
  color: #ab9860;
  margin-left: 8px;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.footer__contact {
  font-family: "Almarai light";
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  margin: 0; }
  .footer__contact a {
    font-family: "Almarai light";
    font-weight: 300;
    font-size: 14px;
    color: #333333;
    margin-right: 16px;
    text-decoration: none;
    padding: 0;
    margin: 0; }

.footer__textlinks-wrapper {
  margin-top: 24px;
  margin-bottom: 24px; }

.footer__textlinks {
  padding-bottom: 8px; }
  .footer__textlinks > * {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 8px;
    color: #ab9860; }
  .footer__textlinks.websline > * {
    margin-right: 0;
    color: #858585; }
  .footer__textlinks a:hover, .footer__textlinks a:focus {
    cursor: pointer;
    color: #333333; }

.footer .weather-info {
  display: flex;
  align-items: center;
  padding-bottom: 24px; }
  .footer .weather-info svg {
    display: block;
    width: 48px;
    height: 48px; }
  .footer .weather-info__data {
    font-family: "Almarai light";
    font-weight: 300;
    font-size: 28px;
    padding-top: 8px;
    padding-left: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1; }
    .footer .weather-info__data--meta {
      margin-top: 4px;
      padding-left: 8px;
      padding-right: 8px;
      font-family: "Almarai light";
      font-weight: 300;
      font-size: 12px;
      color: #596d7e;
      line-height: .5;
      margin-top: -16px; }
      .footer .weather-info__data--meta:not(:last-child) {
        border-right: 1px solid;
        border-right-color: #596d7e; }

.footer .social-media {
  display: flex;
  align-items: center;
  padding-top: 16px;
  margin-bottom: 64px; }
  .footer .social-media__icon {
    margin-right: 24px; }
    .footer .social-media__icon svg {
      display: block;
      width: 20px;
      height: 20px; }
    .footer .social-media__icon:hover, .footer .social-media__icon:focus {
      fill: #ab9860;
      cursor: pointer; }
    .footer .social-media__icon:active {
      color: initial; }

.footer-panorama {
  background-color: #eeeadf;
  position: relative;
  margin-bottom: 160px;
  padding-top: 48px;
  padding-bottom: 48px; }
  .footer-panorama__image {
    height: 390px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateY(160px);
    margin-top: -160px; }

@media screen and (min-width: 768px) {
  .footer__body, .footer__data {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px; }
  .footer__body {
    grid-template-columns: 1fr 2fr; }
  .footer__logo {
    left: 24px; }
  .footer__textlinks-wrapper {
    margin: 0; }
  .footer--secondary > div:nth-of-type(2) {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  .footer__contact {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .footer__logo {
    left: 48px; }
  .footer__partners {
    right: 48px; }
  .footer__data-item {
    padding-right: 32px; }
  .footer__textlinks-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media screen and (min-width: 1272px) {
  .footer-panorama + .footer {
    padding-right: 320px; }
  .footer__logo {
    left: 80px; }
  .footer__partners {
    right: 80px; } }

@media screen and (min-width: 1600px) {
  .footer-panorama + .footer {
    padding-right: 480px; }
  .footer__logo {
    left: 80px; }
  .footer__partners {
    right: 80px; }
  .footer-panorama {
    padding-top: 64px;
    padding-bottom: 64px; }
    .footer-panorama__image {
      height: auto; } }

@media screen and (min-width: 1920px) {
  .footer-panorama + .footer {
    padding-right: 160px;
    display: flex; }
  .footer__info {
    margin: 0; }
  .footer__textlinks-wrapper {
    width: 100%; }
  .footer__textlinks {
    padding-bottom: 0; }
  .footer--secondary {
    display: flex;
    align-items: flex-start;
    padding-top: 24px; }
    .footer--secondary > div:nth-of-type(2) {
      display: unset;
      width: 40%; }
    .footer--secondary .headline-5 {
      float: left; } }

@media screen and (min-width: 1921px) {
  .footer-panorama + .footer {
    padding-right: 8%; }
  .footer__logo {
    left: calc(8% - 16px); }
  .footer__partners {
    right: calc(8% - 16px); } }

@media screen and (min-width: 2400px) {
  .footer-panorama + .footer {
    padding-right: 16%; }
  .footer__logo {
    left: calc(16% - 16px); }
  .footer__partners {
    right: calc(16% - 16px); } }

@media screen and (min-width: 3200px) {
  .footer-panorama + .footer {
    padding-right: 24%; }
  .footer__logo {
    left: calc(24% - 16px); }
  .footer__partners {
    right: calc(24% - 16px); } }
